div.offerbox{
	height: 183px;
	width: 168px;
	border: 1px solid #CCCCCC;
	background-color: white;
	float: left;  
	margin: 10px 10px 0px 10px;
	text-align: center;
}

div.offerbox > div.container {
	height: 155px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

div.offerbox.rightside {
	float: right; 
	margin-left: 0px;
}

div.offerbox img {
	margin-top: 5px;
}

div.offerbox p {
	text-align: center;
	font-size: 8pt;
	margin: 1px 5px 2px 5px;
}

div.offerbox p.offertext {
	margin: 1px 5px 2px;
} 

div.edrating {
	width: 160px;
	height: 20px;
	text-align: center;
	margin-top: 5px;
} 

div.edrating span { 
	font-size: 6.5pt; 
	margin-right: 2px;
	margin-left: 8px;
	margin-top: 4px;
	float: left; } 
	
div.edrating div.stars { 
	float: left; } 