@charset "utf-8";
/* CSS Document */

#products_and_services {
	float: left;
	padding-top:4px;

	width:523px;
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */
        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */

}



.itemadvert {
	position:relative;
	float:left;
	width:460px;
	height:120px;
	padding:5px;
	padding-right:18px;
	padding-left:15px;
	font-family:Arial;
	font-size:12px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;*/
}
.itemphoto {
	padding:5px;
	float:left;
	width:160px;
	height:120px;
}
.itemtitle {
	position:absolute;
	top:8px;
	left:187px;
	font-weight:600;
}
.itemprice {
	position:absolute;
	top:115px;
	left:380px;
	font-weight:400;
	color:#F00;
	font-size:14px;
	font-weight:bolder;
}
.itembriefdescription {
	height:100px;

	padding-top:20px;
}
.itemmoreinfo {
	padding-top:10px;
	float:right;
}
.itemmoreinfo a {
	color:#999;
}
.itemmore a:hover {
	color:#333;
}
body {
	background-color: #FFF;
	
}

