/* --- css stylesheet for styled select boxes in Cherished Radiators for West Midlands Media by Richard Henry 2009 --- */
#suppliers {
	font-size:76%;
	position:absolute;
	top:66px;
	left:0;
	width:166px;
	vertical-align:middle;
}
#suppliers select {
	background-color:#b9b9b9;
	color:#4e4e4e;
	/*clear:left;
	float:left;*/
	height:23px;
	font-weight:600;
	padding:0 3px;
	margin:5px 0 4px 0;
	width:167px
}
/*---styled selects---*/
span.select {
    position:absolute;
    width:135px; /* With the padding included: the actual width of the image. */
    height:22px;
    padding:1px 24px 0 8px;
    color:#2e2e2e;
    font-size:110%;
    background: url("../pictures/crselect.png") no-repeat;
    overflow:hidden
}