@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFCC;
}
.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-left: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
} 
.thrColFixHdr #header {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 10px 15px 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: auto; /* padding keeps the content of the div away from the edges */
	padding-right: 3px;
	border: dotted #666666 3px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 3px;
}
.thrColFixHdr #mainContent {
	padding-left: 0px;
	margin-left: 150px;
	margin-right: 200px;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

td.product {
border: 1px dotted #3B4754;
background-color: #FFF;
} 

div.prodname {
	text-align: center;
	color : #333333;
	font-size: 9px;
}

div.proddescription {
	text-align: center;
	color : #333333;
	font-size: 9px;
}
A:link {
	color: #333333;
	text-decoration: none;
}

A:visited {
	color: #333333;
	text-decoration: none;
}

A:active {
	color: #333333;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: none;
}

span.price, .detailprice, .prodprice {
color: #44BA04;
padding-top: 4px;
font-weight:bold;
text-align: center;
font-size: 9px;
}

.prodsku
{
	color: #D60121;
	font-weight: bold;
}
 
P.catdesc {
	font-size: 9px;
	color: #999999;
}

.prodimage {
vertical-align : top;
}


img.prodimage { background-position: center 0; width: 150px; height: 118px }

P.pagenums {
font-size: 12px;
font-family : Verdana;
}


SPAN.currpage {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}

TABLE.cobtbl{
background-color: #FF0000;
font-size: 9px;
} 

TD.cobhl{
background-color: #FFC42B;
font-size: 9px;
}

TD.cobll{
background-color: #FFF7B8;
color : #666666;
font-size: 9px;
}


/*
div.detailoptions { color: #36f; font-size: 11px; font-family: Verdana }

div.detailprice { color: #000; font-size: 11px; font-family: Verdana }

div.detaildescription { color: #000; text-align: center }

div.detailname { color: #000; font-size: 11px; font-family: Verdana}


td.detailimage { background-position: center 0; width: 144px; height: 156px }
*/ 

