/* Start of CMSMS style sheet 'Hot Offers' */
div#content.home { 
	float: left;
	text-align: left; 
	width: 470px; 
	padding: 0 0 20px 0;
	font-size: 11px;
}

div#hotoffers { 
	float: left;
	text-align: left; 
	width: 170px; 
	padding: 5px 0 5px 0;
	margin: 0 0 20px 20px;
/*	background: #F0DEBA;
	background: #FFCCC6;
	border: 1px solid #DAC7A2; */
}

div#hotoffers h1{ 
	padding: 0px 10px;
	margin: 0;
	color: #61913D;
	text-align: center;
}

div#hotoffers div.hotoffer_image { 
	float: left; 
	margin: 0px 0 0px 0px;
	width: 170px;
	text-align: center;
}

div#hotoffers div.hotoffer_image a img { 
	border: 0px;
	width: 130px;
}

div#hotoffers div.hotoffer_link{ 
	float: left; 
	margin: 0 0 10px 0px;
	width: 170px;
	text-align: center;
}

div#hotoffers div.hotoffer_link a, div#hotoffers div.hotoffer_link a:visited { font-weight: bold; text-decoration: none; color: #61913D; font-size: 11px; }
div#hotoffers div.hotoffer_link a:hover { font-weight: bold; text-decoration: underline; color: #61913D; }
/* End of 'Hot Offers' */

