@charset "utf-8";
/*Browsitems*/

.departmentheader {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:10px 0 0 15px;
	width:750px;
	border-top: 1px #ccc dotted;
}

.categoryheader {
	color:#999;
	font-size: 11px;
	margin:0;
	padding:0 0 10px 15px;
	width:700px;
	clear:both;
	font-weight:bold;
	border-bottom:1px dotted #666;
}

.itemadvert {
	position:relative;
	float:left;
	width:250px;
	height:110px;
	padding:10px 50px 0 25px;
	font-family:Arial;
	font-size:12px;
}

.itemphoto {
	float:left;
	width:100px;
	height:75px;
	margin-right:14px;
	border:#cecece solid 1px;
}

.itemtitle {
	position:absolute;
	top:13px;
	left:145px;
	width:330px;
	height:75px;
	font-size:11px;	
	color:#fff;
	border-left:1px dotted #666;
	padding-left:15px;
	font-weight:bold;
	}

.itemprice {
	position:absolute;
	top:14px;
	left:330px;
	width:130px;
	font-weight:bold;
	color:#C00;
	text-align:right;
}


.itembriefdescription {
	height:30px;
	overflow:hidden;
	position:absolute;
	top:30px;
	left:161px;
	width:150px;
	font-size:11px;
	color: #ccc;
}

.enquire {
	position:absolute;
	top:48px;
	left:160px;
	width:200px;
}

.itemmoreinfo {
	position:absolute;
	top:70px;
	left:160px;
}

.itemmoreinfo a {
	color: #666;
	padding-left:10px;
	background:url(../graphics/link-arrow.png) no-repeat left center;
}

.itemmore a:hover {
	color:#fff;
}