@charset "utf-8";
/* CSS Document */
/* Begin: Page Headers */
div#content h1.pageHeader {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #152b67;
	text-transform: uppercase;
	border-bottom: 1px solid #152b67;
	margin: 14px 0 11px 0;
}
h2.pageSubHeader { font-size: 10px; line-height: 18px; font-weight: normal; }
/* End: Page Headers */

/* Begin: Products Containers */
div#content div#productsContainerLeft { float: left; margin:0; }
div#content div#productsContainerRight { float: left; margin: 0 0 0 10px; }
/* End: Products Containers */

/* Begin: Product */
div#content div.product {
	clear: left;
	width: 328px;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #fff;
	background: #fff url(/images/clearance_product_container.gif) left top repeat-x;
	height:146px;
	overflow:visible;
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
}

div#content div.product div.image { height:100px; background:#ffffff; overflow:hidden; position:relative; top:5px; left:5px; z-index:1; }
div#content div.product div.image img { max-height:100px; max-width:100px; float:left; padding-bottom:30px;}
div#content div.product div.description { position:absolute; top:5px; left:115px; z-index:0; bottom:0px; height:146px; overflow:hidden;}}
div#content div.product div.description span, div#content div.product div.description span h4 {
	display: block;
	/*padding: 0 0 0 7px;
	background: url(/images/arrow_link_type_2.gif) 0px 4px no-repeat;*/
}
div#content div.product div.description a, div#content div.product div.description span h4 a {
	display: block;
	line-height: 16px;
	font-size: 10px;
	font-weight:normal;
}
div#content div.product div.description h3 { margin: 0 0 8px 0; border-bottom: 1px solid #cacfdc; padding: 0 0 0 7px; background: url("/images/arrow_link_type_1.gif") 0 3px no-repeat; }
div#content div.product div.description h3 a.header { font-weight: bold; color: #003366; }
div#content div.product div.description a.header {
	padding: 0 0 6px 0;
	font-size: 11px;
	line-height: 11px;
}
div#content div.product div.description a.viewAll { margin: 11px 0 0 0; }
/* End: Product */

/* new code */
div.featured {
	z-index:1;
	background:#ffffff;
	width:200px;
	height:100px;
	line-height:1.5;
	float:left;
	left:100px;
	top:0px;
	position:absolute;
	padding:5px;
	}

div.feat_desc {
	font-weight:bold;
	width:200px;
	float:left;
	}
	
div.feat_item {
	width:200px;
	float:left;
	}
	
div.feat_item a{
	font-style:italic;
	font-weight:bold;
	}
	
div.feat_price {
	font-weight:bold;
	width:140px;
	float:left;
	}
	
div.feat_buy {
	float:right;
	width:55px;
	text-align:right;
	}
	
.w100 {
	width:100px;
	height:100px;
	border: 1px solid #cfcfcf;
	}
	
.w320 {
	width:320px;
	height:100px;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #9999cc;
	border-top: 1px solid #9999cc;
	}


