/************************************************************************************* 
Small conatiners for tabular effect
*************************************************************************************/
div.summary {
	float: left;
	width: 365px;
	height: 80px;
	margin: 5px;
	text-align: left;
}

div.summary img{
	float: left;
	margin-right: 2px;
}


div.csSummary {
	float: left;
	width: 700px;
	height: 90px;
	margin: 15px;
	text-align: left;
	
}

div.csSummary img{
	float: left;
	margin-right: 10px;
}

div.csSummary strong {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #A0A0A0 ;
}

img.cs {
	width: 30px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
}
