@charset "utf-8";

#products_and_services {
	float: left;
	height:100%;
	width:707px;
	}

.itemadvert {
	position:relative;
	float:left;
	width:707px;
	font-family:Arial;
	font-size:12px;
	margin-bottom:20px;
	clear: both;
	}
	
.itemphoto {
	float:left;
	width:270px;
	height:203px;
	padding:5px 0 0 5px;
	background:url(../graphics/parts-bg.png) top left no-repeat;
	display:none;
	visibility:hidden;
	}
	
.itemtitle {
	float:left;
	width:742px;
	font-size:15px;
	margin:5px 0 10px 0;
	color:#1e5095;
	}

.itemprice {
	position:absolute;
	top:14px;
	left:430px;
	width:120px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 3px;
	color: #666;
	text-align:right;
	display:none;
	visibility:hidden;
	}

.enquire-stockpromotor {
	position:absolute;
	top:190px;
	left:295px;
	font-weight:bold;
	color:#cf7f01;
	display:none;
	visibility:hidden;
	}

.enquire-stockpromotor span {
	color:#FFF;
	}

.itembriefdescription {
	overflow:hidden;
	color: #000000;
	font-size: 12px;
	width: 707px;
	float: left;
	clear: both;
	}

.itemmoreinfo {
	padding-top:10px;
	float:right;
	display:none;
	}
	
.itemmoreinfo a {
	color:#999;
	}
	
.itemmore a:hover {
	color:#333;
	}

#parts-list {
	margin-top:20px;
	}
	
#parts-list li {
	margin-left:12px;
	list-style:disc inside;
	color:#000000;
	line-height:23px;
	}
	
#parts-list a {
	font-size:16px;
	font-weight:bold;
	}
