.ul_header{
	border: none;
	margin-left: 20px;
	margin-top: 9px;
	margin-bottom: 0px;
	padding: 0;
}

p{
	font-family: Arial, Helvetica, sans-serif;
}

ul.overview {
	display: block;
	/*padding:0;*/
	margin-top: 5px;
	/*margin-left: 30px;*/

	
}

ul.overview li{
	color: white;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	
	
}



img.header{
	margin-left: 19px;
	margin-bottom: 2px;
	margin-top: 34px;
	
}

#first {
	margin-top:1px;
}

div.product{
	padding-left: 9px;
	padding-top: 1px;
	padding-bottom: 7px;
	margin-bottom: 1px;
	background: #DCDFE2;
	display: block;
}

.product p{
	margin-left: 15px;
	margin-top: 6px;
	color: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.product p strong {
	color: #8EB90E;
}

.product img {
	/*float: left;*/
	border: none;
	margin-left:12px;
}

.product img.last{
	margin-bottom: 8px;
	margin-left: 4px;
}

div.footer {
	float: left;
	width: 45%;
	padding-left: 20px;
	margin-top: 16px;
	margin-bottom: 20px;

}

div.footer strong{
	color: #8EB90E;
}

div.footer p {
	color: #fff;
	font-size: .7em;
}

div.footer a{
	color: #fff;
	text-decoration: none;
	padding-bottom: 10px;
}

div.footer img, div.footer p{
	border: none;
	margin-bottom: 1px;
	margin-top: 1px;
}


