@charset "utf-8";
/* CSS Document */

#products_and_services {
	float:left;
	height:100%;
	width:720px;
	background-color:#FFF;
	padding:15px;
	}

.itemadvert {
	position:relative;
	float:left;
	width:723px;
	min-height:132px;
	margin-bottom:20px;
	font-family:Arial;
	font-size:12px;
	background:#FFF;
	}

.itemphoto {
	float:left;
	width:160px;
	height:120px;
	margin:0 5px 0 0;
	background:url(../graphics/item_cmg_soon-bg.jpg) top center no-repeat;
	}

.itemtitle {
	float:right;
	width:540px;
	font-size:14px;
	margin:0 0 10px 0;
	height:22px;
	padding:3px 0 0 10px;
	font-weight:bold;		
	color:#fff;
	overflow:hidden;
	line-height:20px;
	background:#666;
	}

.itemprice {
	position:absolute;
	top:0px;
	left:621px;
	width:90px;
	height:20px;
	padding:5px 10px 0 0;
	font-size:12px;
	color:#fff;
	text-align:right;
	background-color:#748ea3;
	border-left:2px #FFF solid;
	}


.itembriefdescription {
	float:right;
	width:540px;
	font-size:12px;
	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;
	margin-bottom:20px;
	display:none;
	visibility:hidden;
	}
