/*******************************************************************************
   Home Page Stylesheet
*******************************************************************************/

/*******************************************************************************
   Hot Deals
*******************************************************************************/
div#hot-deals {
	width: 190px;
	}

/* HOT DEALS HEAD */	
div#hot-deals-head {
	width: 180px;
	height: 33px;
	padding-left: 10px;
	margin-bottom: 7px;
	background: url(../images/bkgrd/hot-deals-bkgrd.gif) top center no-repeat;
	}
	
div#hot-deals-head h1 {
	color: #3C4B61;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	}
	
/* HOT DEALS ITEM */
div.hot-deals-item {
	width: 190px;
	}
	
div.hot-deals-item div.item-pic {
	float: left;
	width: 64px;
	margin: 0 1px 5px 0;
	}
	
div.hot-deals-item div.item-pic img {
	border: 1px solid #A6B6C8;
	padding: 1px;
	}
	
div.hot-deals-item div.item-desc {
	float: left;
	width: 125px;
	margin-bottom: 5px;
	}
	
div.hot-deals-item div.item-desc div.item-desc-top {
	width: 98px;
	padding: 5px 15px 0 12px;
	background: url(../images/bkgrd/item-desc-top-bkgrd.gif) top center no-repeat;
	}
	
div.hot-deals-item div.item-desc div.item-desc-top h4 {
	color: #3C4B61;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
div.hot-deals-item div.item-desc div.item-desc-content {
	width: 98px;
	padding: 0 15px 0 12px;
	background: url(../images/bkgrd/item-desc-content-bkgrd.gif) top center repeat-y;
	}
	
div.hot-deals-item div.item-desc div.item-desc-content p {
	color: #666666;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
div.hot-deals-item div.item-desc div.item-desc-content a {
	color: #0066FF;
	text-decoration: underline;
	}
	
div.hot-deals-item div.item-desc div.item-desc-bottom {
	width: 125px;
	height: 4px;
	background: url(../images/bkgrd/item-desc-bottom-bkgrd.gif) top center no-repeat;
	font-size: 1px;
	}
	
/*******************************************************************************
   News
*******************************************************************************/
div#news {
	width: 580px;
	padding: 20px;
	}

div#news h1 {
	color: #3C4B61;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	}

div#news div.news-item {
	padding: 13px 0 13px 0;
	border-bottom: 1px dashed #C7C7C7;
	}

div#news div.news-item-last {
	padding: 12px 0 0 0;
	}

div#news div.news-item h2 {
	color: #0066FF;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	}

div#news div.news-item h2 span.item-date {
	color: #3C4B61;
	}

div#news div.news-item p {	
	color: #666666;
	padding: 0;
	}

div#news div.news-item a {	
	color: #0066FF;
	text-decoration: underline;
	}
