@charset "utf-8";
/* CSS Document */

#products_and_services {
	float: left;
	height:100%;
	width:707px;

}

.itemadvert {
	position:relative;
	float:left;
	width:600x;
	height:100px;
	padding:10px 18px 0 10px;
	font-family:Arial;
	font-size:12px;
}
.itemphoto {
	float:left;
	width:112px;
	height:84px;
	padding:9px 0 0 9px;
	background:url(../graphics/parts.png) top left no-repeat;
}
.itemtitle {
	position:absolute;
	top:13px;
	left:140px;
	width:420px;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	border-bottom:1px dotted #666666;
	}

.itemprice {
	position:absolute;
	top:14px;
	left:528px;
	width:60px;
	font-weight:bold;
	color:#000;
	text-align:right;
}

.enquire {
	position:absolute;
	top:14px;
	left:592px;
	font-weight:bold;
	color:#000;
}

.enquire span {
	color:#000;
}

.itembriefdescription {
	height:auto;
	overflow:hidden;
	padding:28px 0 0 10px;
	color:#000;
	
}

.itemmoreinfo {
	padding-top:10px;
	float:right;
	display:none;
}
.itemmoreinfo a {
	color:#999;
}
.itemmore a:hover {
	color:#333;
}