/* CSS Document for the testing home page */
h6 {
	
	text-align: center;
	font-weight: bold;
	font-size:16px;
	color:#006600;
	display: block;
}

h5 {
	
	
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #FFD8B0;
	display: block;
	background-color:#FF6600;
}

/************This section is for the clerance and hot ofers logos.******/
#clearance_logo {
	position:absolute;
	top:1em;
	left: 1em
}
	
#hot_offers {
	position: absolute;
	top:1em;
	left: 24em;
}
/****************************************************************************************************/
#home_page {
	border: 1px solid #CCCCCC;
	font-family:verdana;
	width: 324px;
	height:290px;
	float:left;
	margin-right:0.5em;
	margin-left:1em;
	margin-bottom:1.5em;
}
td#home_page_title {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color: #000099;
	height:40px;
	padding: 6px;
	background-color:#CCCCCC;
}
td#home_page_price {
	font-size:12px;
	color: #333333;
	text-align:center;
	vertical-align:bottom;
}
td#home_page_more_details {
	font-size:12px;
	text-align:center;
	vertical-align:top;
}
td#home_page_discription {
	font-size:12px;
	color: #333333;
	padding:0px 5px 5px 5px;
	line-height:1.2em;
}
/******************************************************************************************************************************/	


li {
list-style: none;
}
