/* set the page background color and margins. */
body {
	margin: 0px; 
	/*background: #DFCCA3; */
	background-image: url(images/bg_pg.jpg); background-repeat: no-repeat; background-position: top center; 
	
	/* scrollbar colors */
	/* outer lines */
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	/* inner lines */
	scrollbar-highlight-color: #bdbdbd;
	scrollbar-shadow-color: #bdbdbd;
	/* face, arrow and track */
	scrollbar-face-color: #30445F;
	scrollbar-arrow-color: #a3a3a3;
	scrollbar-track-color: #a3a3a3;
}

/* set the page font formatting. */
body, p { font-family: verdana,sans-serif;font-size: 12px; line-height: 18px; }

/* default link colors - this is the default link color for the page */
a:link { font-weight: normal; text-decoration: none; color: #CE4331; } /* unvisited link color */
a:hover { font-weight: normal; text-decoration: none; color: #FF1D00; } /* hover over an unvisited link color */
a:active { font-weight: normal; text-decoration: none; color: #FF1D00; } /* hover over an unvisited link color */
a:visited { font-weight: normal; text-decoration: none; color: #CE4331; } /* visited link color*/
a:visited:hover { font-weight: normal; text-decoration: none; color: #FF1D00; } /* visited link hover color*/

a.aauctionlink:link { font-weight: normal; text-decoration: none; color: #0088cc; }
a.aauctionlink:hover { font-weight: normal; text-decoration: none; color: #00ff88; }
a.aauctionlink:visited { font-weight: normal; text-decoration: none; color: #0088cc; }
a.aauctionlink:visited:hover { font-weight: normal; text-decoration: none; color: #00ff88 }


h1, h2, h3, h4, h5, h6, h7 { margin: 0px; }
h1 { font-size:11px; font-weight: bold; color: #008833; }
h2 { font-size:11px; font-weight: bold; color: #CE4331; }
h3 { font-size:11px; font-weight: bold;  margin-top: 20px; }
h4 { font-size:18px; font-weight: bold; }
h5 { font-size:18px; font-weight: bold; }
h6 { font-size:18px; font-weight: bold; }
h7 { font-size:18px; font-weight: bold; }

li { font-size: 11px; }
img.imgcomlogo { margin-top: 5px; margin-right: 15px; margin-bottom: 10px; }

/* set all H tags to 0 margin. This allows another element to be directly below it on the page */

div.divauctionlist { margin-left: 37px; font-family: arial,helvetica,sans-serif; margin-bottom: 20px; }
.spanauctiondate { padding: 3px; padding-bottom: 1px; background-color: #0088cc; color: #00ff88; font-size: 14px; font-weight: bold; }
.spanauctiontime { color: #0088cc; font-size: 14px; font-weight: bold; }
.spanauctiontext { font-size: 12px; font-weight: normal; }
.spanauctionlink { font-size: 12px; font-style: italic; }
img.imgauctionthumb { margin:0 15 15 0;}

p.pmouse { border-top-style: solid; border-top-color: #999999; border-top-width: 1px; padding: 10px; background-color: #d8dcee; font-size: 10px; color: #666666; line-height: 14px; }