@charset "utf-8";
/*Browsitems*/

#products_and_services {
	float: left;
	height:100%;
	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:#fff;
	font-size: 14px;
	font-weight: bold;
	margin:15px 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:20px;	
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	border-left:1px dotted #ccc;
	padding-left:10px;
	}

.itemprice {
	position:absolute;
	top:50px;
	left:160px;
	width:130px;
	font-weight:bold;
	color:#0033ff;
	text-align:left;
}


.itembriefdescription {
	display:none;
	visibility:hidden;
}

.enquire {
	position:absolute;
	top:48px;
	left:160px;
	width:200px;
}

.itemmoreinfo {
	position:absolute;
	top:70px;
	left:160px;
}
.itemmoreinfo a {
	color: #7891d8;
}
.itemmore a:hover {
	color:#ccc;
}
