@charset "utf-8";
/* CSS Document */

#products_and_services {
	float: left;
	padding-top:6px;
	height:100%;
	width:500px;

}



.itemadvert {
	position:relative;
	float:left;
	width:460px;
	height:85px;
	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: #000;
}
.itemphoto {
	padding:5px;
	float:left;
	width:100px;
	height:75px;
}
.itemtitle {
	position:absolute;
	top:8px;
	left:127px;
	font-weight:600;
}
.itemprice {
	position:absolute;
	top:68px;
	left:360px;
	font-weight:400;
	color:#F00;
}
.itembriefdescription {
	height:32px;
	overflow:hidden;
	padding-top:20px;
}
.itemmoreinfo {
	padding-top:10px;
	float:right;
}
.itemmoreinfo a {
	color:#999;
}
.itemmore a:hover {
	color:#333;
}
body {
	background-color: #FFF;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;


	min-height:100%;
    position:relative;
width:845px;
	background-color:#FFF;
	padding-left:15px;
	margin-top:20px;
	padding-bottom:200px;
}