@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 {
	display:none;
	visibility:hidden;
}

.itemadvert {
	position:relative;
	float:left;
	width:400px;
	height:110px;
	padding:10px 50px 0 25px;
	font-family:Arial;
	font-size:12px;
}

.itemphoto {
	float:left;
	width:100px;
	height:75px;
	margin-right:14px;

}

.itemtitle {
	position:absolute;
	top:13px;
	left:145px;
	width:330px;
	height:75px;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	border-left:1px dotted #ccc;
	padding-left:15px;
	}

.itemprice {
	position:absolute;
	top:85px;
	left:220px;
	font-weight:bold;
	color:#C00;
	text-align:right;
	border-left:#ccc solid 1px;
	padding-left:5px;
}


.itembriefdescription {
	display: block;
	visibility: visible;
	height:48px;
	width:400px;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:160px;
}

.enquire {
	display:none;
}

.itemmoreinfo {
	position:absolute;
	top:85px;
	left:155px;
	padding-left:5px;
}
.itemmoreinfo a {
	color: #666;
}
.itemmore a:hover {
	color:#333;
}




