@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:10px 0 10px 10px;
	font-family:Arial;
	font-size:12px;
	}
.itemadvert ul {
	list-style: none;
	list-style-type:none;
	}
	
.itemadvert ul li {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 120px;
	padding: 10px;
	list-style: none;
	list-style-type:none !Important;
	z-index: 10;
	}
	
.itemphoto {
	float:left;
	width:160px;
	height:120px;
	margin:0 5px 0 0;
	background:url(../graphics/item_cmg_soon-small.jpg) top center no-repeat;
	}

.itemtitle {
	float:right;
	width:540px;
	height:22px;
	margin:0 0 10px 0;
	padding:3px 0 0 10px;
	line-height:20px;
	font-size:12px;	
	font-weight:bold;		
	color:#242566;
	border-bottom: #CCC 1px dotted;
	overflow:hidden;	
	}

.itemprice {
	position:absolute;
	top:0px;
	left:561px;
	width:150px;
	height:20px;
	padding:5px 10px 0 0;
	font-size:12px;
	color:#232465;
	text-align:right;
	background-color:#f1efee;
	border-left:2px #FFF solid;
	}


.itembriefdescription {
	float:left;
	width:380px;
	font-size:12px;
	margin-left: 15px;
	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;
	}
