.button {
		border-style: double;
	border-color: #333333;
	border-width: 3px 3px 3px 3px;
	background-color: #009933;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
.ticker_main {font-size: 12px; font-weight: bold; color: #000000; text-decoration: none; }
.ticker_main a {font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline; }
.ticker_main a:hover { font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline; 
}
.top_menu_shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: #FFFFFF solid 3px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.top_menu_shadetabs li{
display: inline;
margin: 0;
}
.top_menu_shadetabs li a{
text-decoration: none;
padding: 3px 7px;
background-color: #FFFFFF;
}
.top_menu_shadetabs li a:visited{
background-color: #FFFFFF;
}
.top_menu_shadetabs li a:hover{
background-color: #EFEFEF;
}
.top_menu_shadetabs li.selected{
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
}
.top_menu_shadetabs li.selected a{ /*selected main tab style */
background-color: #EFEFEF;
border: 1px solid #CCCCCC;
}
.top_menu_shadetabs li.selected a:hover{ /*selected main tab style */
}
.top_menu_tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #CCCCCC;
width: 300px;
margin-bottom: 1em;
padding: 10px;
}
.top_menu_tabcontent{
display:none;
}
@media print {
.top_menu_tabcontent {
display:block!important;
}
}









.shadetabstop{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabstop li{
display: inline;
margin: 0;
}
.shadetabstop li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #2d2b2b;
}
.shadetabstop li a:visited{
color: #2d2b2b;
}
.shadetabstop li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabstop li.selected{
position: relative;
border: 1px solid #CCCCCC;
background-color:#EFEFEF;
}

.shadetabstop li.selected a{ /*selected main tab style */
}

.shadetabstop li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs_contentstyle{

border: 1px solid #CCCCCC;
width: 300px;
height: 500px;
margin-bottom: 1em; padding: 10px;
}
/* Checkboxes */
label.checkbox_checked {
	background: #fff url('/images/tick.png') no-repeat;	
	display: block;
	margin: 10px 0;
	padding-left: 25px
}
label.checkbox_unchecked  {
	margin: 10px 0;
	padding-left: 25px;
}
/* Radio Buttons */
label.radio_checked {
	background: url('/images/tick.png') no-repeat;	
	margin: 10px 0;
	padding-left: 25px
}
label.radio_unchecked  {
	margin: 10px 0;
	padding-left: 25px;
}
/* Hover State */
label:hover{
	color: #575B60;
}
label.highlighted {
	border: 1px solid #333;
}
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* ######### BUY SEARCH SWITCH ######### */
.buyshadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.buyshadetabs li{
display: inline;
margin: 0;
}
.buyshadetabs li a{
}
.buyshadetabs li a:visited{
}
.buyshadetabs li a:hover{
}
.buyshadetabs li.selected{
position: relative;
}
.buyshadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}
.buyshadetabs li.selected a:hover{ /*selected main tab style */
}
.buytabcontentstyle{ /*style of tab content oontainer*/
width: 100%;
margin-bottom: 1em;
padding: 10px;
}
.buytabcontent{
display:none;
}
@media print {
.tabcontent {
display:block!important;
}
}
/* ######### Search Box ######### */
.dropcontent{
}
.shadetabs{
}
.shadetabs ul{
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
}
.shadetabs li a{
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li.selected{
}
.shadetabs li.selected a{ /*selected main tab style */
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A38653; /*THEME CHANGE HERE*/
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333333;
line-height:12px;
z-index:100;
background-color:#DDE5FF;
width: 100%;
}
.dropmenudiv1{
position: fixed;
top: 0;
border: 1px solid #A38653; /*THEME CHANGE HERE*/
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333333;
line-height:12px;
z-index:90;
background-color:#DDE5FF;
width: 100%;
visibility: hidden;
}
.dropmenudiv1 a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #634B0E; /*THEME CHANGE HERE*/
padding: 2px 0.8em;
text-decoration: none;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333333;
}
html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #E6E3D7;
text-decoration:underline;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid #634B0E; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
color: #333333;
}
html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E6E3D7;
text-decoration:underline;
}
.errormessage_cma { background-color: #FFFFFF; border: 1px solid #FFFFFF; }
.summary_highlight_cma { border: #EFEAE3 inset 1px; background-color:#FFFFFF;} /* blue */
.contentfont2 { font-size: 12px; color: #0000CC; text-decoration: none; } 
.contentfont2 a { font-size: 12px; color: #0000CC; text-decoration: underline; } 
.contentfont2 a:hover { font-size: 12px; color: #FF0000; text-decoration: underline; 
}
.toplink { font-size: 12px; color: #124490; text-decoration: none; }
.toplink a { font-size: 12px; color: #124490; text-decoration: underline; }
.toplink a:hover { font-size: 12px; color: #124490; text-decoration: none; 
}
.mainmenu {font-size: 12px; font-weight: bold; color: #ffffff; }
.mainmenu a {font-size: 12px; font-weight: bold; color: #ffffff; text-decoration: none;}
.mainmenu a:hover { font-size: 12px; font-weight: bold; color: #ffff00;
}
.dataTableRowOver { color: #6633CC; text-decoration: none; background-color: #E6CCFF;}
.bordermenu  { border-left: 1px solid #cccccc; border-top: 1px solid #cccccc; border-right: 1px solid #777777; border-bottom: 1px solid #777777;}
.bordercat { background-color: #fffedb; border: 1px solid #ffba00;}
.top_border_cat { background-color: #fffedb; border: 1px solid #714400;}
.borderstat { background-color: #f0f6fe; border: 1px solid #6e97ea;}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
input { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
select { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
hr {border: 1px solid #c3c3c3;}
.borderfeat { border: 1px solid #6a7c03; padding: 3px;}
#bot { border-bottom: 1px solid #E1E2E4;
}
.c1feat {background-color: #aecc05; color: #FFFFFF; font-weight: bold; text-decoration: none;} 
.c1feat a {color: #FFFFFF; font-weight: bold;}
.c1feat a:hover {color: #FFFFFF; font-weight: bold;
}
.subcat { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
.subcat a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #222222;}
.subcat a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #555555;
}
.subcat_small { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; }
.subcat_small a { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration:underline;}
.subcat_small a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333; text-decoration:underline;
}
.catmain { font-size: 12px; font-weight: bold; color: #0033cc; }
.catmain a {font-weight: bold;  font-size: 12px; color: #0033cc;}
.catmain a:hover { font-weight: bold; font-size: 12px; color: #3366cc;
}
/* Alert fonts*/
.redfont {color: #FF0000;}
.greenfont {color: #006600;}
.bluefont {color: #0000CC;}
.alertfont {color: #FF0000;
}
/* Feedback fonts*/
.positive {color: #009933;}
.neutral {color: #666666;}
.negative {color: #FF0000;
}
.legend_font { font-size: 12px; color: #666666; text-decoration: none; } 
.legend_font a { font-size: 12px; color: #666666; text-decoration: none; } 
.legend_font a:hover { font-size: 12px; color: #666666; text-decoration: underline; 
}
.content_font_grey { font-size: 12px; color: #404040; text-decoration: none; } 
.content_font_grey a { font-size: 12px; color: #404040; text-decoration: underline; } 
.content_font_grey a:hover { font-size: 12px; color: #404040; text-decoration: underline; 
}
.content_font_grey_small { font-size: 11px; color: #404040; font-weight:bold; text-decoration: none; } 
.content_font_grey_small a { font-size: 11px; color: #404040; font-weight:bold; text-decoration: underline; } 
.content_font_grey_small a:hover { font-size: 11px; color: #404040; font-weight:bold; text-decoration: underline; 
}
.content_font_menu { font-weight:bold; font-size: 12px; color: #000000; text-decoration: none; } 
.content_font_menu a { font-weight:bold; font-size: 12px; color: #003CEC; text-decoration: underline; } 
.content_font_menu a:hover { font-weight:bold; font-size: 12px; color: #003CEC; text-decoration: underline; 
}
.global_switch_font_menu { font-weight:bold; font-size: 12px; color: #000000; text-decoration: none; } 
.global_switch_font_menu a { font-weight:bold; font-size: 12px; color: #003CEC; text-decoration: none; } 
.global_switch_font_menu a:hover { font-weight:bold; font-size: 12px; color: #003CEC; text-decoration: none; 
}
.my_views_content { font-weight:bold; font-size: 10px; color: #000000; text-decoration: none; } 
.my_views_content a { font-weight:bold; font-size: 11px; color: #003CEC; text-decoration: underline; } 
.my_views_content a:hover { font-weight:bold; font-size: 11px; color: #003CEC; text-decoration: underline; 
}
.my_views_sign_in { font-weight:bold; font-size: 10px; color: #000000; text-decoration: none; } 
.my_views_sign_in a { font-weight:bold; font-size: 11px; color: #003CEC; text-decoration: underline; } 
.my_views_sign_in a:hover { font-weight:bold; font-size: 11px; color: #003CEC; text-decoration: underline; 
}
.view_more_text_white { font-weight:bold; font-size: 10px; color: #FFFFFF; text-decoration: none; } 
.view_more_text_white a { font-weight:bold; font-size: 11px; color: #FFFFFF; text-decoration: underline; } 
.view_more_text_white a:hover { font-weight:bold; font-size: 11px; color: #FFFFFF; text-decoration: underline; 
}
.side_nav_font { font-size: 10px; color: #000000; font-weight: bold; text-decoration: none; } 
.side_nav_font a { font-size: 12px; color: #003CEC; font-weight: bold; text-decoration: underline; } 
.side_nav_font a:hover { font-size: 12px; color: #003CEC; font-weight: bold; text-decoration: underline; 
}
.side_nav_font_blue { font-size: 10px; color: #000000; font-weight: bold; text-decoration: none; } 
.side_nav_font_blue a { font-size: 12px; color: #003CEC; font-weight: bold; text-decoration: underline; } 
.side_nav_font_blue a:hover { font-size: 12px; color: #003CEC; font-weight: bold; text-decoration: underline; 
}
.sell {font-size: 12px; font-weight: bold; color: #333333; }
.sell a {font-size: 12px; font-weight: bold; color: #333333; }
.sell a:hover { font-size: 12px; font-weight: bold; color: #111111; text-decoration: none; }
.item { font-size: 12px; color: #000000; text-decoration: none;}
.item a { font-size: 12px; color: #000000; text-decoration: underline; }
.item a:hover { font-size: 12px; color: #FF0000; text-decoration: none; }
.bolditem { font-size: 12px; font-weight: bold; color: #6633CC; text-decoration: none;}
.bolditem a { font-size: 12px; font-weight: bold; color: #6633CC; text-decoration: none; }
.bolditem a:hover { font-size: 12px; font-weight: bold; color: #6633CC; text-decoration: underline; }
.hlitem { font-size: 12px; color: #6633CC; text-decoration: none; background-color: #E6CCFF; border: 1px solid #6633CC; }
.hlitem a { font-size: 12px; text-decoration: none; color: #6633CC; }
.hlitem a:hover { font-size: 12px; color: #6633CC; text-decoration: underline; }
.hlbolditem { font-size: 12px; font-weight: bold; color: #6633CC; text-decoration: none; background-color: #E6CCFF; border: 1px solid #6633CC; 
}
.hlbolditem a { font-size: 12px; font-weight: bold; text-decoration: none; color: #6633CC; }
.hlbolditem a:hover { font-size: 12px; font-weight: bold; color: #6633CC; text-decoration: underline; 
}
.smallfont { font-size: 12px; color: #000000; text-decoration: none;}
.smallfont a { font-size: 12px; color: #000000; text-decoration: underline; }
.smallfont a:hover { font-size: 12px; color: #006699; text-decoration: none; 
}
.store_display_content_font { font-size: 11px; color: #000000; font-weight:bold; text-decoration: none; }
.store_display_content_font a { font-size: 12px; color: #003CEC; font-weight: bold; text-decoration: underline; }
.store_display_content_font a:hover { font-size: 12px; color: #003CEC; font-weight: bold; text-decoration: underline; 
}
.contentfont { font-size: 12px; color: #000000; text-decoration: none; }
.contentfont a { font-size: 12px; color: #003CEC; text-decoration: underline; }
.contentfont a:hover { font-size: 12px; color: #003CEC; font-weight: bold; text-decoration: underline; 
}
.small_content_font { font-size: 10px; color: #000000; text-decoration: none; }
.small_content_font a { font-size: 10px; color: #003CEC; text-decoration: underline; }
.small_content_font a:hover { font-size: 10px; color: #003CEC; text-decoration: underline; 
}
.submenu {font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.submenu a {font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline;}
.submenu a:hover { font-size: 12px; font-weight: bold; color: #FFFF00; text-decoration: none; 
}
.paymenttable {border: 1px solid #666666; background-color: #FFFFFF;}
.paytable1 {background-color: #FFFFFF;}
.paytable2 {background-color: #F8F8F8;}
.paytable3 {background-color: #f0f0f0;}
.payactive {color: #0033FF;}
.membmenucell {background-color: #FFFFFF;}
.membmenu {background-color: #e9e9eb;}
.itemid { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold;}
.itemidend { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold;}
.subitem { background-color: #ffffff; border: 1px solid #c3c3c3;}
.counter {background-color: #FF9900; color: #FFFFFF; font-weight: bold; font-size: 12px;}
.picselect { background-color: #F0F0F0; font-weight: bold;}
.picselectmain { background-color: #F8F8F8;}
.leftborder {border-left: 1px solid #c3c3c3;} 
.gradient {border: 1px solid #999999; background-color: #FFFFE1; }
.sellsteptab { border-left: 1px solid #ACC7EF; border-bottom: 1px solid #ACC7EF; border-right: 1px solid #ACC7EF;
}
.topitempage { background-color: #FFFFE1; border: 1px solid #CFCFCF; margin-bottom: 5px; padding: 6px; line-height: 18px; }
.topitempage a { font-size: 12px; color: #000000; text-decoration: underline; }
.topitempage a:hover { font-size: 12px; color: #FF0000; text-decoration: underline; 
}
.boldgrey { font-size: 12px; color: #666666; font-weight: bold; text-decoration: none;}
.boldgrey a { font-size: 12px; color: #666666; font-weight: bold; text-decoration: underline;}
.boldgrey a:hover { font-size: 12px; color: #666666; font-weight: bold; text-decoration: none;
}
.membutt {font-size: 12px; font-weight: bold; color: #003399; text-decoration: none;
}
.cathead { font-size: 12px; font-weight: bold; color: #573f00; text-decoration: none; }
.cathead a { font-size: 12px; font-weight: normal; color: #573f00; text-decoration: underline; }
.cathead a:hover { font-size: 12px; font-weight: normal; color: #cc0000; text-decoration: none; 
}
.classified_head_title { font-size: 12px; font-weight: bold; color: #573f00; text-decoration: none; }
.classified_head_title a { font-size: 12px; font-weight: normal; color: #573f00; text-decoration: underline; }
.classified_head_title a:hover { font-size: 12px; font-weight: normal; color: #cc0000; text-decoration: none; 
}
.cat_head_title { font-size: 14px; font-weight: bold; color: #573f00; text-decoration: none; }
.cat_head_title a { font-size: 14px; font-weight: bold; color: #573f00; text-decoration: underline; }
.cat_head_title a:hover { font-size: 14px; font-weight: bold; color: #333333; text-decoration: underline; 
}
.red_title { font-size: 14px; font-weight: bold; color: #FF0000; text-decoration: none; }
.red_title a { font-size: 14px; font-weight: bold; color: #FF0000; text-decoration: underline; }
.red_title a:hover { font-size: 14px; font-weight: bold; color: #FF0000; text-decoration: underline; 
}
.blue_title { font-size: 14px; font-weight: bold; color: #0089B7; text-decoration: none; }
.blue_title a { font-size: 14px; font-weight: bold; color: #0089B7; text-decoration: underline; }
.blue_title a:hover { font-size: 14px; font-weight: bold; color: #0089B7; text-decoration: underline; 
}
.blue_title_small { font-size: 12px; font-weight: bold; color: #0089B7; text-decoration: none; }
.blue_title_small a { font-size: 12px; font-weight: bold; color: #0089B7; text-decoration: underline; }
.blue_title_small a:hover { font-size: 12px; font-weight: bold; color: #0089B7; text-decoration: underline; 
}
.green_title { font-size: 14px; font-weight: bold; color: #009900; text-decoration: none; }
.green_title a { font-size: 14px; font-weight: bold; color: #009900; text-decoration: underline; }
.green_title a:hover { font-size: 14px; font-weight: bold; color: #009900; text-decoration: underline; 
}
.buy_title { font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; }
.buy_title a { font-size: 14px; font-weight: normal; color: #009900; text-decoration: underline; }
.buy_title a:hover { font-size: 14px; font-weight: bold; color: #009900; text-decoration: underline; 
}
.back_to_title { font-size: 11px; font-weight: bold; color: #000000; text-decoration: none; }
.back_to_title a { font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline; }
.back_to_title a:hover { font-size: 12px; font-weight: bold; color: #000000; text-decoration: underline; 
}
.grey_title { font-size: 14px; font-weight: bold; color: #666666; text-decoration: none; }
.grey_title a { font-size: 14px; font-weight: bold; color: #666666; text-decoration: underline; }
.grey_title a:hover { font-size: 14px; font-weight: bold; color: #666666; text-decoration: underline; 
}
.black_title { font-size: 14px; font-weight: bold; color: #000000; text-decoration: none; }
.black_title a { font-size: 14px; font-weight: bold; color: #000000; text-decoration: underline; }
.black_title a:hover { font-size: 14px; font-weight: bold; color: #000000; text-decoration: underline; 
}
.orange_title { font-size: 14px; font-weight: bold; color: #FF6600; text-decoration: none; }
.orange_title a { font-size: 14px; font-weight: bold; color: #FF6600; text-decoration: underline; }
.orange_title a:hover { font-size: 14px; font-weight: bold; color: #FF6600; text-decoration: underline; 
}
.teal_title { font-size: 14px; font-weight: bold; color: #068C7E; text-decoration: none; }
.teal_title a { font-size: 14px; font-weight: bold; color: #068C7E; text-decoration: underline; }
.teal_title a:hover { font-size: 14px; font-weight: bold; color: #068C7E; text-decoration: underline; 
}
.errormessage { background-color: #FFFFE1; border: 1px dashed #CFCFCF; margin-top: 8px; margin-bottom: 16px; padding: 6px; line-height: 18px; 
}
.cat_table_bak_yellow {background-color: #FEFDCC;}
.c1 {background-color: #449AEE; color: #FFFFFF; font-weight: bold; text-decoration: none;} /* blue */
.c1 a {color: #FFFFFF; font-weight: bold;}
.c1 a:hover {color: #FFFFFF; font-weight: bold;}
.c2 {background-color: #F8F8F8;} /* lightgray light */
.c3 {background-color: #F0F0F0;} /* lightgray middle*/
.c4 {background-color: #E1E2E4;} /* lightgray dark */
.c5 {background-color: #a6a6a6;} 
.c6 {background-color: #EEF2F9; color: #003399;}
.c7 {background-color: #E3E4EB;} /* bluegray admin area */
.c8 { background-color: #0C6CBB; color: white; font-weight: bold; }
.c9 { background-color: #acc7ef; }
.whiteback { background-color: #FFFFFF;}
.white_bak { background-color: #FFFFFF;}
.creg2 {background-color: #F8F8F8;} /* lightgray light */
.creg3 {background-color: #F0F0F0;} /* lightgray middle*/
.creg4 {background-color: #ffffff;} /* inside bg for tables */
.creg5 {background-color: #a6a6a6;} /* block tables */
.regborder {background-color: #ffffff; border: 1px solid #a6a6a6;}
.regsignup {background-color: #0033FF; color: #FFFFFF; font-weight: bold; font-size: 12px;}
.reguser { font-size: 9px; background-color: #FFFFFF; color: #666666;} /* small text for comments*/
.pintext { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #666666; }
.border {border: 1px solid #c3c3c3;}
.cat_page_border {border: 1px solid #EFEAE3;}
.ticker_page_border {border: 1px solid #FF6600;}
.featured_page_border {border: 1px solid #FFC6C6;}
.new_page_border {border: 1px solid #C6FFC6;}
.feat1 { font-size: 12px; background-color: #FF6600; color: white; font-weight: bold;}
.feat2 { font-size: 12px; background-color: #0F3F79; color: white; font-weight: bold;}
.feat3 { font-size: 12px; background-color: #FFCC00; color: black; font-weight: bold;}
.feat3 a { font-size: 12px; background-color: #FFCC00; color: black; font-weight: bold;}
.feat3 a:hover { font-size: 12px; background-color: #FFCC00; color: black; font-weight: bold;}
a.hidelayer:link {font-size: 12px; color: #333333; font-weight: bold; text-decoration: none;}
a.hidelayer:visited {font-size: 12px; color: #333333; font-weight: bold; text-decoration: none;}
.user { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #666666;}
.maintext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.welcome { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003399;}
.title { font-family: Arial, Helvetica, sans-serif; font-size: 12px; 
}
.search {font-size: 12px; font-weight: bold; color: #222222; text-decoration: none;}
.search a {font-size: 12px; font-weight: bold; color: #222222; text-decoration: none;}
.search a:hover { font-size: 12px; font-weight: bold; color: #222222; text-decoration: underline; 
}
.categories { font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; text-decoration: none;}
.categories a { font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; text-decoration: none;}
.categories a:hover { font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px; text-decoration: underline;
}
.cat_top_menu { font-size: 12px; color: #333333; font-weight: bold; text-decoration: none; }
.cat_top_menu a { font-size: 12px; color: #333333; font-weight: bold; text-decoration: none; }
.cat_top_menu a:hover { font-size: 12px; font-weight: bold; color: #333333; text-decoration: underline;
}
.cat_side_menu { font-size: 9px; color: #333333; font-weight: bold; text-decoration: none; }
.cat_side_menu a { font-size: 9px; color: #333333; font-weight: bold; text-decoration: none; }
.cat_side_menu a:hover { font-size: 9px; font-weight: bold; color: #333333; text-decoration: underline;
}
.footerfont { font-size: 11px; color: #333333; font-weight: bold; text-decoration: none; }
.footerfont a { font-size: 11px; color: #333333; font-weight: bold; text-decoration: none; }
.footerfont a:hover { font-size: 11px; font-weight: bold; color: #333333; text-decoration: underline;
}
.footerlinks { font-size: 11px; color: #532100; font-weight: bold; text-decoration: none; }
.footerlinks a { font-size: 11px; color: #532100; font-weight: bold; text-decoration: none; }
.footerlinks a:hover { font-size: 11px; font-weight: bold; color: #532100; text-decoration: underline; 
}
.footerfont1 { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight: bold; text-decoration: none; }
.footerfont1 a { font-size: 12px; color: #000000; font-weight: bold; text-decoration: none; }
.footerfont1 a:hover { font-size: 12px; color: #000000; font-weight: bold; text-decoration: underline; 
}
/* ysp */
.ad_style1 {font-size: x-small; font-weight: bold; }
.ad_style2 {font-size: small; font-weight: bold; }
.gpost {font-size: 9px;}
.gpost a { font-size: 9px; }
.gpost a:hover { font-size: 9px; }
.blo {font-size: 16px;font-weight: bold;}
.crpp {font-size: 16px;font-weight: bold;}
.crpp2 {font-size: 13px}
.crpp3 {font-size: 9px}
.crpp4 {font-size: 9px; color: #FFFF99; }
.carpaint1 { font-size: 10px; color: #FFFFFF; text-decoration: none; }
.carpaint1 a { font-size: 10px; color: #FFFFFF; text-decoration: none; }
.carpaint1 a:hover { font-size: 10px; color: #FFFFFF; text-decoration: underline; }
.carpaint2 { font-size: 10px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
.carpaint2 a { font-size: 10px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
.carpaint2 a:hover { font-size: 10px; color: #FFFFFF; text-decoration: underline; font-weight: bold; }
.carpaint3 { font-size: 10px; color: #000000; text-decoration: none; font-weight: bold; }
.carpaint3 a { font-size: 10px; color: #000000; text-decoration: none; font-weight: bold; }
.carpaint3 a:hover { font-size: 10px; color: #000000; text-decoration: underline; font-weight: bold; }
.carpaint4 { font-size: 11px; color: #000000; text-decoration: underline; font-weight: bold; }
.carpaint4 a { font-size: 11px; color: #000000; text-decoration: underline; font-weight: bold; }
.carpaint4 a:hover { font-size: 11px; color: #000000; text-decoration: underline; font-weight: bold; }
.cma1 {color: #FFFFFF; font-weight: bold;}
.cma2 {font-size: 14px}
.drm {color: #FFFFFF; font-weight: bold;}
.drm2 {color: #FFFFFF; font-weight: bold;}
.drm3 {font-size: 16px; font-weight: bold;}
.disallowed {color: #FF0000}
.style2 {color: #FFFFFF; font-weight: bold;}
.style3 {color: #FF0000; font-weight: bold;}
.style4 {color: #009900; font-weight: bold;}
.style5 {font-size: 12px;font-weight: bold;}
.style6 {font-size: 8px}
.grp {font-size: 16px;font-weight: bold;}
.drp {font-size: 16px;font-weight: bold;}
.drp2 {font-size: 8px}
.eventperday {font-size: 16px;font-weight: bold;}
.eventperday2 {font-size: 8px}
.eventperday3 {font-size: 14px}
.poll1 {font-size: 16px;font-weight: bold;}
.poll2 {color: #CCCCCC}
.mprefs_style1 {color: #FF0000}
.tabPane {height:21px; border-bottom:1px solid #919b9c;} /* Height of tabs */
.aTab {border-left:1px solid #919b9c; border-right:1px solid #919b9c; border-bottom:1px solid #919b9c; font-family: Arial, sans-serif; padding:5px;}
.tabPane DIV {float:left; height:100%; padding-left:3px; vertical-align:middle; background-repeat:no-repeat; background-position:bottom left; cursor:pointer; position:relative; bottom:-1px; margin-left:0px; margin-right:0px;} /* Height of tabs */
.tabPane span {font-family:arial; vertical-align:top; font-size:11px; padding-left:3px; padding-right:3px; line-height:21px; float:left;}
.tabPane .tabActive span {padding-bottom:1px; line-height:20px;}
.tabPane img {float:left;}
.bordercat2 { background-color: #DBFFDE; border: 1px solid #00D70B;
}
.cat_menu_border { background-color: #DBFFDE; border: 1px solid #714400;
}
.econtentfont { font-size: 14px; color: #000000; text-decoration: none; }
.econtentfont a { font-size: 14px; color: #003366; text-decoration: underline; }
.econtentfont a:hover { font-size: 14px; color: #006699; text-decoration: underline; }
.aucdetpage1 {font-size: 20px; font-weight: bold;}
.grey_sep_line  { border-bottom: 1px; border-bottom-style: solid; border-bottom-color: #EFEAE3; } /*light grey line*/
.sepline  { border-bottom: 1px; border-bottom-style: solid; border-bottom-color: #E1E2E4; } /*light grey line*/
.sepline2  { border-bottom: 1px; border-bottom-style: solid; border-bottom-color: #000000; } /*black line*/
#dhtmltooltip {
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: #FFFFE0;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#dhtmlpointer { position:absolute;left: -300px;z-index: 101;visibility: hidden; }
.exp { margin:10px 0 20px 0;padding:0; }
.naItemlist { width:auto;voice-family:"\"}\"";voice-family:inherit;width:100%; }
.naItemlist thead tr { background-color:#ddd; }
.naItemlist thead td { padding:4px;font-weight:bold;vertical-align:middle;white-space:nowrap; }
#nacbdrLft, #nacpicture, #nacbids, #nacbdrRt { width:1%; }
#nacprice, #nactime { width:8%; }
#nactitle { width:80%; }
.naItemlist thead .nacPr, .naItemlist thead .nacTim { text-align:right; }
.naItemlist thead .nacBid, .naItemlist thead .nacPic { text-align:center; }
.naItemlist thead td.nacPic { white-space:nowrap; }
.naItemlist tbody tr.naUpper td { vertical-align:top; }
.naItemlist tbody tr.naUpper td.nacCpr, .naItemlist tbody tr.naUpper td.nacPic { vertical-align:middle; }
.naItemlist tbody td.nacPic { text-align:center;overflow:hidden;white-space:nowrap; }
.naItemlist tbody td.nacTtl { text-align:left; }
.naItemlist tbody td.nacBid { text-align:center;padding:0 4px; }
.naItemlist tbody td.nacPr { text-align:right;padding:0px 4px 0px 0px;white-space:nowrap; }
.naItemlist tbody td.nacTim { text-align:right;white-space:nowrap; }
.exp .naItemlist tr.single { height:auto; }
.nashMsg { padding:6px 0;margin-bottom:10px;border-bottom:2px solid #999; }
.contentfont3 { font-size: 12px; color: #000000; text-decoration: none; } 
.contentfont3 a { font-size: 12px; color: #6633CC; text-decoration: none; } 
.contentfont3 a:hover { font-size: 12px; color: #FF0000; text-decoration: underline; }
.borderIcall { background-color: #F4F4F4; border-left: 1px solid #ffba00; border-right: 1px solid #ffba00;}
.largerThanLife { font-size: larger; font-weight: bold; color: #000099; }
#dropmenudiv{ border-left:1px solid #7F9DB9; border-right:1px solid #7F9DB9; border-top:1px solid #7F9DB9; border-bottom:0px solid #7F9DB9; position:absolute; background-color: #d6deff; line-height:18px; z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana}
#dropmenudiv a{ width: 100%; display: block; text-indent: 3px; text-align: left; border-bottom: 1px solid #7F9DB9; padding: 1px 0; text-decoration: underline;font-weight: normal;}
#dropmenudiv a:hover{ background-color: #FFFFFF;}
.wraptocenter {display: table-cell; text-align: center; vertical-align: middle;}
.wraptocenter * {vertical-align: middle;}
.wraptocenter {display: block;}
#thumbBox{position:absolute; left:0; top:0; width:auto; padding:10px; padding-bottom:0; background:#313131; visibility:hidden; z-index:10; cursor:pointer;}
#thumbBox .footerbar{font:bold 16px Tahoma; letter-spacing:5px; line-height:1.1em; color:white; padding:5px 0; text-align:right;}
#thumbBox #thumbImage{background-color:white;}
#thumbLoading{position:absolute; visibility:hidden; border:1px solid black; background-color:#EFEFEF; padding:5px; z-index: 5;}
.iAs1 {font-weight: bold; cursor: pointer; border-bottom: #00008B 1px dashed; text-decoration: none;}
.iAs2 {left: 1px; top: 1px; width: 10px; height: 10px; position: relative; float: none;}
.dhtmlwindow {position: absolute; visibility: hidden;}
.drag-handle { height:28px; background: transparent; cursor: move; overflow: hidden; width: auto;}
.drag-controls {position: absolute; cursor: move;}
.drag-contentarea {background: transparent; overflow: auto;}
.drag-statusarea {background-color: #F8F8F8;height: 13px;}
.drag-resizearea {float: right; width: 13px; height: 13px; cursor: nw-resize; font-size: 0;}
.hider {font-size: 11px; color: #ff0000; text-decoration: none; visibility: hidden;} 
div.listbox{background:white;font-size:12px;padding:0;list-style:none;overflow:auto;border:solid 1px #666666/*;scrollbar-face-color:#cccccc; scrollbar-highlight-color: #eeeeee; scrollbar-shadow-color: buttonface; scrollbar-3dlight-color: #aaaaaa; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #eeeeee; scrollbar-darkshadow-color: #aaaaaa;*/}
div.listbox label input{float:left;}
div.listbox label{display:block;clear:both;}
div.listbox span{white-space:nowrap;height:1em;display:block;padding:3px 6px 3px 0px;}
div.listbox[id] label:hover{background-color:#FF00CC;color:white;}
/*div.listbox label input:not([Hedger]){display:none;_display:block;_float:left;_width:0;behavior:expression(void(init_listbox_checkbox(this)));}*/
/*div.listbox span:not([Hedger]){background:left center no-repeat;border:solid 1px white;border-bottom-color:#f0f0f0;border-left:solid 3px #ffffff;}*/
/*div.listbox[id] input:checked+span{background-color:#FFCC66;border-color:#CC9933;border-bottom-color:#f0f0f0;border-left:solid 6px #222222;}*/
* html div.listbox label input{display:block;float:left;width:0;/*behavior:expression(void(init_listbox_checkbox(this)));*/}
* html div.listbox span{border:solid 1px white;border-bottom-color:#f0f0f0;border-left:solid 3px #ffffff;}
div.listbox label.hover{background-color:#FF00CC;color:white;}
div.listbox span.checked{background-color:#FFCC66;border-color:#CC9933;border-bottom-color:#f0f0f0;border-left:solid 6px #222222;}
#bottom {
	font-size:10px;
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	text-align:center;
}
