@charset "utf-8";
/* CSS Document */

#products_and_services {
	float:left;
	height:100%;
	width:723px;
	}

.itemadvert {
	position:relative;
	float:left;
	width:704px;
	min-height:203px;
	margin-bottom:10px;
	font-family:Arial;
	font-size:12px;
	margin-bottom:20px;
	}

.itemphoto {
	float:left;
	width:270px;
	height:203px;
	margin-right:14px;
	background:url(../graphics/item_cmg_soon-bg.jpg) top center no-repeat;
	border:6px solid #e8e8e8;
	}

.itemtitle {
	float:left;
	width:521px;
	font-size:18px;
	margin:10px 0 10px 0;
	color:#000000;
	}

.itemprice {
	float:left;
	width:521px;
	display:none;
	}

.enquire {
	position:absolute;
	top:14px;
	left:585px;
	font-weight:bold;
	color:#000000;
}

.enquire span {
	color:#000000;
}

.itembriefdescription {
	float:left;
	width:400px;
	font-size:13px;
	color:#000000;
	}

.itemmoreinfo {
	float:left;
	margin-top:10px;
}
.itemmoreinfo a {
	color:#f6b501;
	font-weight:bold;
	font-size:13px;
}
.itemmoreinfo a:hover {
	color:#f6b501;
	text-decoration:underline;
}

.departmentheader, .categoryheader {
	float:left;
	clear:both;
	width:723px;
	height:23px;
	font-size:16px;
	border-bottom:1px dashed #c7c7c7;
	margin-bottom:20px;
	display:none;
	}