@charset "utf-8";
/* XHTML Reset to control the shit that needs some fucking control */



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
/*@purpose to rid ourselves of image clicked borders */
:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

/* FONT CLEAR */


/* Font Normalization */


body {
        font-family:Arial, Helvetica, sans-serif;
}

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
/* MAIN COMMON */


/* @common helpers */

.clear {
	clear:both;
	height:0px;
}
/* @common-mainpage */

#main {
	background: #fff;
}
#mainpage_logo_container {
	width:940px;
	height:60px;
	margin:0px auto 10px auto;
	clear:both;
}
#mainpage_header_container {
	width:940px;
	height:228px;
	margin:0px auto 10px auto;
	clear:both;
}
#subpage_header {
	width:940px;
	height:72px;
	margin:0px;
	margin:0px auto 10px auto;
	clear:both;
}
#mainpage_header {
	width:940px;
	height:255px;
	margin:0px;
	margin:0px auto 10px auto;
	clear:both;
}
#mainpage_header_left {
	width:560px;
	height:228px;
	margin:0px;
	float:left;
}
#mainpage_header_right {
	width:370px;
	height:228px;
	margin:0px;
	float:right;
	margin:0px auto 10px auto;
}
#mainpage_button_container {
	width:940px;
	height:85px;
	margin:0px auto 10px auto;
}
#mainpage_combotext_container {
	width:940px;
	height:42px;
	margin:0px auto 10px auto;
}
#mainpage_content_container {
	width:940px;
	margin:auto;
}
/* @common-shirt-container */

#content_container {
	width:760px;
	height:auto;
	padding:0px;
	float:left;
	clear:both;
}
.header_row {
	clear:both;
	margin:0px 0px 10px 0px;
	height:60px;
}
.shirt_row {
	clear:both;
	margin:0px 0px 10px 0px;
	height:180px;
}
.shirt {
	width:180px;
	height:180px;
	float:left;
	margin:0px 10px 0px 0px;
}
.shirt_twocell {
	width:370px;
	height:180px;
	float:left;
	margin:0px 10px 0px 0px;
}
#sidebar_container {
	width:180px;
	padding:0px;
	float:right;
}
#footer {
	width:918px;
	height:112px;
	margin:0px auto 10px auto;
	clear:both;
	border: #444 solid 1px;
	padding:10px;
	color:#333;
}
#footer p {
	color:#333;
	font-size:11px;
	line-height:14px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
	;
}
.footer_box_f {
	float:left;
	height:54px;
	width:210px;
	margin-right: 0px;
}
.footer_box {
	float:left;
	height:54px;
	width:216px;
	margin-right: 22px;
	border-right: #444 solid 1px;
	padding-right:4px;
}
.footer_box_l {
	float:left;
	height:54px;
	width:216px;
	margin-right: 0px;
	padding-right:4px;
}
.footer_links_box {
	float:left;
	height:20px;
	width:100%;
	text-align:left;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	;
	margin-top:10px;
}
.footer_copyright_box {
	float:left;
	height:20px;
	width:100%;
	text-align:left;
	font-size:11px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	;
	margin-top:10px;
}
#footer a {
	color:#920000;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration: none;
}
/* @common-topnav */
#top_nav {
	margin:auto;
	width:940px;
	height:27px;
}
#topnav_left {
	float:left;
	height:27px;
}
#topnav_right {
	float:right;
	height:27px;
}
#nav {
	float: left;
}
#nav li {
	float: left;
	display:inline;
}
#nav_r {
	float: left;
}
#nav_r li {
	float: left;
	display:inline;
}
#nav_r li a {
	color:#000;
	font-size:12px;
	text-decoration:none;
	padding-right:2px;
	padding-left:1px;
}
#search {
	border: #A3A3A3 1px solid;
	padding: 1px 4px 2px 4px;
	width: 100px;
	height: 11px;
	font-size: 10px;
	background: #202020;
	color:#FFF;
	display:block;
}
.sch_input {
	float:left;
	margin-left:10px
}
.sch_btn {
	float:left;
	margin-left:5px
}
input.btn {
	padding: 2px 2px 2px 4px;
	border: #444 1px solid;
	height: 20px;
	font-size: 10px;
}
#filtersearch_box_btns img {
	float: left;
	margin-right:15px;
	display:inline;
}
#filtersearch_box_btns {
	margin:14px 10px 10px 13px;
	float:left;
}
#filtersearch_box_drop {
	margin:12px 10px 10px 0px;
	float:left;
}
#filtersearch_box_search {
	margin:13px 0px 0px 0px;
	float:left;
}
/* @common-buttonboxes */

.button_box {
	border: #444 solid 1px;
	height:83px;
	width:368px;
	float:left;
	margin-right:10px;
	background:url(/img/main_page/buttons/button_background.jpg);
}
.button_box_lazy {
	height:85px;
	float:left;
	margin-right:10px;
	width:370px;
}
.button_box_idea {
	height:85px;
	float:left;
	margin-right:10px;
	width:370px;
}
.button_box_nsn {
	border: #444 solid 1px;
	height:83px;
	float:left;
	margin-right:10px;
	width:178px;
	margin-right:0px;
	background:transparent url(/img/main_page/buttons/button_nsn.jpg);
}
.button_box_nsn div.nsncontent {
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:10px;
	color:#FFF;
	margin-top:35px;
	margin-left:8px;
}
.button_box_nsn div.nsnformcontrol {
	height:10px;
	margin-top:10px;
	margin-left:8px;
}
.nsnform {
	border: #A3A3A3 1px solid;
	padding: 1px 4px 2px 4px;
	width: 106px;
	height: 11px;
	font-size: 10px;
	background: #fff;
	color:#000;
	display:block;
}
.nsnform_checkbox {
	padding: 0px;
	width: 20px;
	height: 10px;
	color:#FFF;
	display:inline;
}
#affnav_box {
	border: #444 solid 1px;
	width:748px;
	height:24px;
	margin-bottom:10px;
	background-color:#DFDFDF;
}
#summary_link_box {
	border: #444 solid 1px;
	width:500px;
	height:auto;
	margin-bottom:10px;
	float:left;
}
#login_box {
	border: #444 solid 1px;
	width:400px;
	height:auto;
	margin: 0 auto 10px auto;
}
#error_box {
	border: #444 solid 1px;
	width:400px;
	height:auto;
	margin:60px auto 60px auto;
}
#login_box p.alert {
	margin-top:6px;
	margin-bottom:12px;
	color:#C00;
	font-size:12px;
	font-weight:bold;
	visibility:visible;
}
#sublink_box {
	width:728px;
	height:26px;
	margin-bottom:10px;
	float:left;
	padding:0px 10px;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#sublink_box li {
	float:left;
	display:inline;
	margin-right:10px;
}
#sublink_box li a, #sublink_box li a:visited {
	text-decoration:none;
	color:#990000;
	padding:0px 5px;
}
#sublink_box li a:hover {
	text-decoration:none;
	color:#000;
}
#sublink_box li a.selected {
	color:#fff;
	font-weight:bold;
	background:#990000;
	padding-top:4px;
	padding-bottom:4px;
}
#sublink_box li a.selected:hover {
	color:#000;
}
#full_link_box {
	border: #444 solid 1px;
	width:748px;
	height:auto;
	margin-bottom:0px;
	float:left;
}
#full_profile_box {
	border: #444 solid 1px;
	width:748px;
	height:auto;
	margin-bottom:0px;
	float:left;
}
#summary_total_box {
	border: #444 solid 1px;
	width:236px;
	height:auto;
	margin-bottom:10px;
	margin-left:10px;
	float:right;
}
#summary_monthly_box {
	border: #444 solid 1px;
	width:236px;
	height:auto;
	margin-bottom:10px;
	margin-left:10px;
	float:right;
}
.totals {
	width:100%;
	border:#DADADA 1px solid;
}
.table_stats_monthly {
	width:100%;
	border:#DADADA 1px solid;
}
.table_top_ref {
	width:100%;
	border:#DADADA 1px solid;
}
.table_comm_top {
	width:100%;
	border:#DADADA 1px solid;
}
.table_comm_detail {
	width:100%;
	border:#DADADA 1px solid;
}
.table_payment_history {
	width:100%;
	border:#DADADA 1px solid;
}
.left {
	width:60%;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	padding:4px;
}
.right {
	width:40%;
	text-align:right;
	font-size:10px;
	white-space:nowrap;
	padding:4px;
}
.stripe {
	background: #E2E2E2;
}
.stripe_dark {
	background: #CCC;
}
.table_stats_monthly td {
	width:25%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px;
	overflow:hidden;
}
.table_top_ref td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px;
	overflow:hidden;
}
.table_comm_top td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px;
	overflow:hidden;
}
.table_comm_detail td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px;
	overflow:hidden;
}
.table_payment_history td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px 2px;
	overflow:hidden;
}
td.table_header {
	font-size:12px;
	font-weight:bold;
	padding:5px 2px;
}
.statleft {
	width:60%;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
	padding:4px;
}
.statright {
	width:40%;
	text-align:right;
	font-size:10px;
	white-space:nowrap;
	padding:4px;
}
.box_title {
	background: #DFDFDF;
	padding:4px 10px 4px 10px;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:12px;
	font-weight:bold;
}
.box_content {
	padding:10px;
	height:auto;
}
.box_content a, .box_content a:visited {
	color:#990000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none
}

.box_content a.linkhead {
	color:#990000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none
}


.box_content a:hover {
	color:#000;
}
.box_content p {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.box_content p.link_dis {
	margin-bottom:20px;
}
#content_box {
	width:750px;
	height:auto;
	margin-bottom:10px;
}
#affnav, #affnav ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:24px;
}
#affnav a:link, #affnav a:active, #affnav a:visited {
	display:block;
	padding:0px 10px;
	color:#333;
	text-decoration:none;
	background-color:#DFDFDF;
}
#affnav a.drop {
	background:#DFDFDF url(/img/affiliate_section/dropdown.gif) no-repeat 90% 50%;
}
#affnav a.drop:hover {
	background: #990000 url(/img/affiliate_section/dropdown_o.gif) no-repeat 90% 50%;
}
#affnav a:hover {
	background-color:#990000;
	color:#fff;
}
#affnav li {
	float:left;
	position:relative;
	font-size:10px;
	border-right:solid 1px #444;
	width:100px
}
#affnav ul {
	position:absolute;
	width:12em;
	top:24px;
	display:none;
}
#affnav li ul a {
	width:12em;
	float:left;
}
#affnav ul ul {
	top:auto;
}
#affnav li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#affnav li:hover ul ul, #affnav li:hover ul ul ul, #affnav li:hover ul ul ul ul {
	display:none;
}
#affnav li:hover ul, #affnav li li:hover ul, #affnav li li li:hover ul, #affnav li li li li:hover ul {
	display:block;
}
/* @common-side box */

.side_box {
	border:#444 solid 1px;
	width:178px;
	height:auto;
	margin-bottom:10px;
}
.box_left {
	float:left;
	height:16px;
	width:45px;
	margin-left:10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.box_right {
	float:left;
	height:16px;
	width:100px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:2px;
	overflow:hidden;
}
.box_button a:link, .box_button a:visited {
	width:60px;
	height:auto;
	padding: 2px 4px;
	background-color:#cfcfcf;
	border:#444 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-decoration:none;
	margin-left:0px;
	text-align:center;
}
.box_button a:hover {
	background-color:#990000;
	border:#444 1px solid;
	font-size:10px;
	color:#fff;
}
.box_button {
	height:auto;
	margin-top:10px;
}
.side_button a:link, .side_button a:visited {
	width:60px;
	height:auto;
	padding: 2px 4px;
	background-color:#cfcfcf;
	border:#444 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:10px;
	color:#333;
	text-decoration:none;
	margin-left:10px;
	text-align:center;
}
.side_button a:hover {
	background-color:#990000;
	border:#444 1px solid;
	font-size:10px;
	color:#fff;
}
.side_button {
	height:auto;
	margin-bottom:14px;
}
.side_box h2.title {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:12px;
	letter-spacing:0px;
	font-weight:bold;
	margin:0px 10px 5px 10px;
}
.side_box h3.date {
	color: #36C;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:9px;
	letter-spacing:0px;
	margin:5px 10px 10px 10px;
	border-bottom:1px #CFCFCF solid;
}
.side_box p.update {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	letter-spacing:0px;
	margin:5px 10px 5px 10px;
	text-align: left;
}
.side_box p.update a {
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	letter-spacing:0px;
	text-align: left;
	text-decoration:none;
}
.side_box div.newscontent {
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	color:#FFF;
	margin-top:10px;
	margin-left:10px;
}
.side_box div.newsformcontrol {
	margin:10px 0px 10px 10px;
	height:16px;
}
.newsform {
	border: #A3A3A3 1px solid;
	padding: 1px 4px 2px 4px;
	width: 106px;
	height: 11px;
	font-size: 10px;
	background: #fff;
	color:#000;
	display:block;
}
.side_box p.about {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	letter-spacing:0px;
	margin:5px 10px 5px 10px;
	text-align: left;
}
.side_box p.about a {
	color:#920000;
	font-family:Arial, Helvetica, sans-serif;
	;
	font-size:11px;
	text-decoration:none;
}
.side_ad {
	width:180px;
	height:auto;
	margin-bottom:10px;
}
.side_box img.side_title {
	margin: 7px 0px 0px 7px;
}
.side_box ol {
	list-style:decimal;
	list-style-position:outside;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:36px;
	margin-bottom:10px;
}
.side_box li span.sm {
	font-size:10px;
}
.side_box li {
	margin-bottom:5px;
}
.side_box li a {
	color:#920000;
	text-decoration:none;
}
.side_box li a:hover {
	color:#fff;
	text-decoration:none;
}
/* forms */

#form_box {
}
#form_box legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}
#statsform ol {
	margin-bottom:10px;
}
#statsform li {
	display:inline;
	margin-right:10px;
}
#refform ol {
	margin-bottom:10px;
}
#refform li {
	display:inline;
	margin-right:10px;
}
/* Affiliate Tree */
ul#tree {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 1em 0;
	list-style-type: none;
	background: url(/img/affiliate_section/dot.gif) repeat-y 3px 0;
	padding: 0;
}
ul#tree li {
	margin-bottom: .5em;
	font-weight:bold;
}
ul#tree li p {
	background: url(bullet1.gif) no-repeat 0 .4em;
	padding-left: 15px;
	color:#990000;
}
ul#tree li p.open, ul#tree li li p.open, ul#tree li li li p.open, ul#tree li li li li p.open, ul#tree li li li li li p.open, ul#tree li li li li li li p.open, ul#tree li li li li li li li p.open, ul#tree li li li li li li li li p.open {
	background-image: url(bullet2.gif);
}
/* second level */
ul#tree ul {
	margin: .5em 0 0 0;
	padding: 0;
	list-style-type: none;
}
ul#tree li li {
	background: url(/img/affiliate_section/dot2.gif) no-repeat 2px .5em;
}
ul#tree li li p {
	padding: 0 0 0 30px;
	background: url(bullet1.gif) no-repeat 20px .3em;
	font-weight:normal;
	color:#000;
}
/* third level */
ul#tree ul ul {
	background: url(/img/affiliate_section/dot.gif) repeat-y 30px 0;
}
ul#tree li li li {
	background: url(/img/affiliate_section/dot2.gif) no-repeat 30px .5em;
}
ul#tree li li li p {
	padding: 0 0 0 60px;
	background: url(/img/affiliate_section/bullet1.gif) no-repeat 50px .3em;
	font-weight:normal;
	color:#000;
}
/* fourth level */
ul#tree ul ul ul {
	background: url(/img/affiliate_section/dot.gif) repeat-y 60px 0;
}
ul#tree li li li li {
	background: url(/img/affiliate_section/dot2.gif) no-repeat 60px .5em;
}
ul#tree li li li li p {
	padding: 0 0 0 90px;
	background: url(bullet1.gif) no-repeat 80px .3em;
	font-weight:normal;
	color:#000;
}
/* fifth level */
ul#tree ul ul ul ul {
	background: url(/img/affiliate_section/dot.gif) repeat-y 90px 0;
}
ul#tree li li li li li {
	background: url(/img/affiliate_section/dot2.gif) no-repeat 90px .5em;
}
ul#tree li li li li li p {
	padding: 0 0 0 120px;
	background: url(bullet1.gif) no-repeat 110px .3em;
	font-weight:normal;
	color:#000;
}
/* sixth level */
ul#tree ul ul ul ul ul {
	background: url(/img/affiliate_section/dot.gif) repeat-y 120px 0;
}
ul#tree li li li li li li {
	background: url(/img/affiliate_section/dot2.gif) no-repeat 120px .5em;
}
ul#tree li li li li li li p {
	padding: 0 0 0 150px;
	background: url(bullet1.gif) no-repeat 140px .3em;
	font-weight:normal;
	color:#000;
}
/* seventh level */
ul#tree ul ul ul ul ul ul {
	background: url(/img/affiliate_section/dot.gif) repeat-y 150px 0;
}
ul#tree li li li li li li li {
	background: url(/img/affiliate_section/dot2.gif) no-repeat 150px .5em;
}
ul#tree li li li li li li li p {
	padding: 0 0 0 180px;
	background: url(bullet1.gif) no-repeat 170px .3em;
	font-weight:normal;
	color:#000;
}
/* eighth level */
ul#tree ul ul ul ul ul ul ul {
	background: url(/img/affiliate_section/dot.gif) repeat-y 180px 0;
}
ul#tree li li li li li li li li {
	background: url(/img/affiliate_section/dot2.gif) no-repeat 180px .5em;
}
ul#tree li li li li li li li li p {
	padding: 0 0 0 210px;
	background: url(bullet1.gif) no-repeat 200px .3em;
	font-weight:normal;
	color:#000;
}
.box_content h1 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:6px;
	color:#4A0001;
}
.box_content h2 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
}
.box_content blockquote {
	margin:10px;
}
#login_box label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#login_box input {
	float:left;
	font-size:14px;
	padding:4px 2px;
	border:solid 1px #666;
	width:200px;
	margin:2px 0 20px 10px;
}
#login_box button {
	clear:both;
	margin-left:150px;
	width:60px;
	height:auto;
	padding: 2px 4px;
	background-color:#cfcfcf;
	border:#444 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-decoration:none;
	text-align:center;
}
#login_box button:hover {
	background-color:#990000;
	border:#444 1px solid;
	font-size:10px;
	color:#fff;
}
#login_box .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#login_box .small a {
 color: #900 display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#full_profile_box label {
	float: left;
	width: 120px;
	font-size:12px;
	text-align:right;
	margin-right:10px;
}
#full_profile_box input, #full_profile_box textarea {
	width: 180px;
	margin-bottom: 5px;
	border:1px #999 solid;
}
#full_profile_box select {
	width: 180px;
	margin-bottom: 5px;
}
#full_profile_box textarea {
	width: 250px;
	height: 150px;
}
#full_profile_box .boxes {
	width: 1em;
}
#submitbutton {
	margin-left: 130px;
	margin-top: 5px;
	width: 90px;
	border:1px #444 solid;
	background:#CCC;
}
#full_profile_box br {
	clear: left;
	margin-bottom:10px;
}
#bannersublinks {
	margin: 0px 0px 10px 0px;
}
#bannersublinks li a {
	font-weight:normal;
}
#bannersublinks li a.selectedlink {
	font-weight:bold;
	color:#000;
}
#bannersublinks li {
	display:inline;
	margin: 0px 8px 0px 0px;
	font-weight:normal;
}
.linkholder {
	padding:10px;
	margin:0px 0px 15px 0px;
	border:#CCC 1px solid;
	background: #E0E0E0;
	width:600px;
	font-family:"Courier New", Courier, monospace;
	height:auto;
}
pre {
	font-size:11px;
	overflow:auto;
	word-wrap:break;
	margin-bottom:10px;
	display:block;
	border: 1px #CCC solid;
	background: #E0E0E0;
	padding:5px;
}
.linkholdertitle {
	font-size:10px;
	color:#666;
	padding:2px 2px 2px 0px;
	display:block;
	width:500px;
	margin-top:10px;
}
.affblue {
	color:#33F;
}
#banner_img_468 {
	width:468px;
	height:auto;
	margin:auto;
}
#banner_img_468 img {
	margin-bottom: 15px;
}
#banner_img_728 {
	width:728px;
	height:auto;
	margin:auto;
}
#banner_img_728 img {
	margin-bottom: 15px;
}
#banner_img_300 {
	width:630px;
	height:auto;
	margin:auto;
}
#banner_img_300 img {
	margin-bottom: 15px;
	margin-right: 15px;
	float:left;
	display:inline;
}

#banner_img_120 {
	width:120px;
	height:auto;
	margin:auto;
}
#banner_img_120 img {
	margin-bottom: 15px;
	margin-right: 15px;
	float:left;
	display:inline;
}

#fuckshit img {
	margin-bottom: 15px;
}

.imp {
	color:#CF1919;
}
