@CHARSET "ISO-8859-1";

.manufacturers hr{
	margin: 0px;
}
.manufacturers .manufacture img{
	margin: 0 auto;
	min-height: 65px;
}
.manufacturers .manufacture{
	margin: 10px 0px;
	border: 1px solid #ccc;
}
.manufacturers .manufacture  a {
    display: block;
    width: 100%;
}
.manufacturers .manufacture > a {
    margin-top: 2px;
    background: #fff;
}
.manufacturers .manufacture:hover,	.manufacturers .manufacture a.link:hover{
	background-color:#f88d02;
	background-image: -moz-linear-gradient(top, #f88d02, #fb6c02);	
	background: -webkit-gradient(linear, left top, left bottom, from(#f88d02), to(#fb6c02)); /* for webkit browsers */	
	background-image: -o-linear-gradient(#f88d02,#fb6c02); /* opera */	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88d02', endColorstr='#fb6c02'); /* for IE */		
	-pie-background: linear-gradient(#f88d02, #fb6c02); /*PIE*/
	behavior: url(https://www.caravanfinder.co.uk/style/PIE-1.0.0/PIE.htc); 	
	color: #fff;
}