@charset "utf-8";
/*Browsitems*/

#products_and_services {
	float: left;
	height:100%;
	min-height:250px;
	width:950px;
	margin-left:20px;
	margin-bottom:25px;
	padding-bottom:25px;
}

#service_image {
	margin-top:20px; 
	margin-left:15px;
	border:#CCC solid 3px;
}

.departmentheader {
	color:#000;
	font-size: 14px;
	font-weight: bold;
	margin:0 0 10px 25px;
	width:950px;
	clear:both;
}

.itemadvert {
	position:relative;
	float:left;
	width:400px;
	height:110px;
	padding:10px 50px 0 25px;
	font-family:Arial;
	font-size:12px;
}

.itemphoto {
	float:left;
	width:121px;
	height:93px;
	margin-right:14px;	
	background-image:url(../graphics/parts-bg.png);
	background-repeat:no-repeat;
	padding:9px;
}

.itemtitle {
	position:absolute;
	top:13px;
	left:150px;
	width:330px;
	height:75px;
	font-size:14px;	
	color:#000;
	padding-left:10px;
	font-weight:bold;
	}

.itemprice {
	position:absolute;
	top:14px;
	left:330px;
	width:130px;
	font-weight:bold;
	color:#f77d02;
	text-align:right;
}


.itembriefdescription {
	position:absolute;
	height:18px;
	width:250px;
	overflow:hidden;
	left:160px;
	top:30px;

}

.enquire {
	position:absolute;
	top:48px;
	left:160px;
	width:200px;
}

.itemmoreinfo {
	position:absolute;
	top:70px;
	left:160px;
}
.itemmoreinfo a {
	color: #C00;
}
.itemmore a:hover {
	color:#333;
}
