@charset "utf-8";
/* CSS Document */

#products_and_services {
	float:left;
	height:100%;
	width:723px;
	}

.itemadvert {
	position:relative;
	float:left;
	width:723px;
	min-height:132px;
	margin-bottom:20px;
	font-family:Arial;
	font-size:12px;
	}

.itemphoto {
	float:left;
	width:160px;
	height:120px;
	margin-right:14px;
	background:url(../graphics/item_cmg_soon-bg.jpg) top center no-repeat;
	border:6px solid #f1efee;
	}

.itemtitle {
	float:right;
	width:530px;
	font-size:14px;
	margin:5px 0 10px 0;
	color:#00613b;
	}

.itemprice {
	float:right;
	width:530px;
	display:none;
	}

.enquire {
	position:absolute;
	top:14px;
	left:585px;
	font-weight:bold;
	color:#cf7f01;
}

.enquire span {
	color:#fff;
}

.itembriefdescription {
	float:right;
	width:530px;
	font-size:14px;
	color:#000000;
	}

.itemmoreinfo {
	float:right;

	padding-left:130px;
}
.itemmoreinfo a {
	color:#000;
		font-weight:700;
}
.itemmore a:hover {
	color:#333;
}

.departmentheader, .categoryheader {
	float:left;
	clear:both;
	width:723px;
	height:23px;
	font-size:16px;
	border-bottom:1px dashed #000000;
	margin-bottom:20px;
	}
