/* Set tags default format */
BODY {
	background-color : #FFFFFF;
    FONT-FAMILY: Arial;
    font-size: 12px;
	margin: 0 auto;	
}

SELECT {
	font-size: 12px;
	}

a:link {color: #000000; font-size: 12px; FONT-FAMILY: Arial;}
a:visited {color: #666666; font-size: 12px; FONT-FAMILY: Arial;}
a:active {color: #666666; font-size: 12px; FONT-FAMILY: Arial;}


    
A IMG {
	border:none;
	}

DIV {
	font-family: Arial;
	font-size : 11px;
}

/* End tags default format */	

/* Navigational Menu */
#navigation {
		font-size: 8px;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 0px 0 0px;
        text-align: bottom;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url("") no-repeat left top;
        color: #18446F;
        text-decoration: none;
        padding: 0px 0;
}
#navigation ul li span {
        background: url("") no-repeat right top;
		padding: 0px 0px 0px 0px;
		margin-left: 0px;
		
}
#navigation ul li a:hover span {
        background-position: 100% 0px;
}
#navigation ul li a:hover {
        background-position: 0 0px;
}
#navigation #current a {
        background-position: 0 0px;
        padding: 0px 0px 0px 0px;
}
#navigation #current a span {
        background-position: 100% 0px;
}

* html #navigation ul li a {
        padding: 0;
}

#navTop {
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #666666;
	font-weight: normal;
	color: #999999;
	height: 30px;
	text-align: middle;
	vertical-align: middle;
	padding: 0;
	}
    
#navTop a, .navBox a:hover {
	color: #FFFFFF;
	}
    
#navBox {
	border-bottom: 1px solid #000000; 
	border-right: 1px solid #000000; 
	border-left: 1px solid #000000; 
	background-color: #999999;
	font-weight: normal;
	color: #999999;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 0;
	}
	
#navBox a, .navBox a:hover {
	color: #FFFFFF;
	}

/* End Navigational Menu */


/* For Boxes */

/* Default font layout and style */
.nav_head {	
	font-family: Arial;
	font-size: 12px;
	height: 33px;
}
.nav_head_left {
		width: 15px;
		height: 33px;
}
.nav_head_right {
	width: 15px;
	height: 33px;
}
.content_box {
	padding: 5px;
	font-size: 12px;
}
.content_box TD {
	font-size: 12px;
}

.content_box A{
	font-size: 12px;
	text-decoration: none;
}
/* End default font layout and style */



/* For blue header boxes */
.dblue_left {
	background-image:url("/images/dblue_left.gif");
	background-repeat: no-repeat;
}
.dblue_mid {
	background-image: url("/images/dblue_mid.gif"); 
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.dblue_right {
	background-image: url("/images/dblue_right.gif");
	background-repeat: no-repeat;
}
.dblue_box {
	border: 1px solid #000000;
	background-color: #ffffff;
}
.dblue_box A {
	color: #000000;
}

.dblue_box A:hover {
	color: #C0C0C0;
}
/* End blue header boxes */

/* For red header boxes */
.red_left {
	background-image:url("/images/red_left.gif");
	background-repeat: no-repeat;
}
.red_mid {
	background-image: url("/images/red_mid.gif"); 
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.red_right {
	background-image: url("/images/red_right.gif");
	background-repeat: no-repeat;
}
.red_box {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.red_box A {
	color: #000000;
}

.red_box A:hover {
	color: #C0C0C0;
}
/* End red header boxes */

/* For yellow header boxes */
.yellow_left {
	background-image:url("/images/yellow_left.gif");
	background-repeat: no-repeat;
}
.yellow_mid {
	background-image: url("/images/yellow_mid.gif"); 
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.yellow_right {
	background-image: url("/images/yellow_right.gif");
	background-repeat: no-repeat;
}
.yellow_box {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.yellow_box A {
	color: #000000;
}

.yellow_box A:hover {
	color: #C0C0C0;
}
/* End yellow header boxes */

/* For orange header boxes */
.orange_left {
	background-image:url("/images/orange_left.gif");
	background-repeat: no-repeat;
}
.orange_mid {
	background-image: url("/images/orange_mid.gif"); 
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.orange_right {
	background-image: url("/images/orange_right.gif");
	background-repeat: no-repeat;
}
.orange_box {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.orange_box A {
	color: #000000;
}

.orange_box A:hover {
	color: #C0C0C0;
}
/* End orange header boxes */

/* For light blue header boxes */
.lblue_left {
	background-image:url("/images/lblue_left.gif");
	background-repeat: no-repeat;
}
.lblue_mid {
	background-image: url("/images/lblue_mid.gif"); 
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.lblue_right {
	background-image: url("/images/lblue_right.gif");
	background-repeat: no-repeat;
}
.lblue_box {
	border: 1px solid #000000;
}
.lblue_box A {
	color: #000000;
}

.lblue_box A:hover {
	color: #C0C0C0;
}
/* End light blue header boxes */

/* For light green header boxes */
.lgreen_left {
	background-image:url("/images/lgreen_left.gif");
	background-repeat: no-repeat;
	width= 15px;
}
.lgreen_mid {
	background-image: url("/images/lgreen_mid.gif"); 
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.lgreen_right {
	background-image: url("/images/lgreen_right.gif");
	background-repeat: no-repeat;
	width= 15px;
}
.lgreen_box {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.lgreen_box A {
	color: #000000;
}

.lgreen_box A:hover {
	color: #C0C0C0;
}
/* End light green header boxes */
/* End boxes */

/* Scrolling items colors and format*/
.borderfeat { 
	border: 1px solid #000000; 
	padding: 3px; text-align:center;
}

.c1feat {
	background-color: #C0C0C0; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none; 
	text-align:left;
}

.c1feat a {
	color: #FFFFFF; 
	font-weight: bold; 
	text-align:left;
}

.c1feat a:hover {
	color: #FFFFFF; 
	font-weight: bold;
}

.smallfont {
	font-size: 8px; 
	color: #000000; 
	text-decoration: none; 
	font-weight:normal; 
	text-align:left;
}

.smallfont a {
	font-size: 8px; 
	color: #FFFFFF; 
	text-decoration: underline;
}

.smallfont a:hover {
	font-size: 8px; 
	color: #FFFFFF; 
	text-decoration: none;
}

.c2 {
	background-color: #C0C0C0;
}
/* End scrolling items colors and format*/


/* For displaying data on a table format */
.dtHead {
	height: 24px;
	background-color: #C0C0C0;
	}

.dtHeadFirst {
	padding-left: 5px;
	}

.dtData {
	background-color: #FFFFFF;
	padding: 5px;
	}

/* End displaying data on a table format */


/* Spacing */
.fivepixspacer {
	height: 5px;
	font-size: 1px;
	}
	
.tenpixspacer {
	height: 10px;
	font-size: 1px;
	}
/* End Spacing */

/* Backgrounds on table data with special info */
.aucLeadingBid {
	background-color : #C0C0C0;
}
.aucTrailingBid {
	background-color : #FF0000;
}
.aucReserveNotMet {
	background-color : #FFFF00;
}
.aucAltColor {
	background-color : #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	
}
/* End backgrounds on table data with special info */

/* Format for fonts involving remarks or help tips */
.AucHelpTable {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #C0C0C0;
}
/* End format for fonts involving remarks or help tips */

/* For text alignment in a table */

.hr { /* Horizontal right alignment */
	text-align: right;
}

.hc { /* Horizontal center alignment */
	text-align: center;
}

.vm { /* Vertical middle alignment */
	vertical-align: middle;
}

/* End for text alignment in a table */

/* Front page boxes layout */
.AucFeatureTableCell { /* Featured Items Cell Format */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	font-size : 10pt;
}

.AucFeatureAdTableCell { /* Featured Items Cell Format */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	font-size : 10pt;
}

.AucPrivateTableCell { /* Private Items Cell Format */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	font-size : 8pt;
}

.AucTradeOnlyTableCell { /* Trade Only Items Cell Format */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	font-size : 10pt;
}

.AucClosingTableCell { /* Closing Items Cell Format */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	color:#999999;
	font-size : 10pt;
}

.AucClosingAdTableCell { /* Closing Ads Cell Format */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	font-size : 10pt;
}

.AucHotTableCell { /* Hot Items Cell Format */
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial;
	font-size : 10pt;
}

/* End front page boxes layout */

.errorBox { /* Format for error messages */
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFCCCC;
	padding: 5px;
}

.AucHelpTable TD { /* Format for help or tip boxes */
	border: 1px solid #666666;
	padding: 5px;
	}

.aucHeaderRow { /* Table header format */
	background-color: #C0C0C0;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}

/* My Area text formats */
.AucTitle { /* Format for the titles of top ten */
	font-family: Arial;
	font-size: 15px;
	font-style: bold;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	font-variant: normal;
}

.AucTable {
	background-color: #FFFFFF;
	border: thin solid #000000;
}


.aucNormal {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.aucSpecialTable {
	background-color: #C0C0C0;
	border: thin solid #000000;
}

/* Format for the item's public message board */
.msgBoardInfo {
	font-family:Arial;
	font-size:10px;
	background-color:#FFFFFF;
}

.msgBoardTitle {
	font-family:Arial;
	font-size:12px;
	background-color:#FFFFFF;
}
/* End format for the item's public message board */