.product {
	float:left;
	width:305px;
	height:150px;
	overflow:hidden;
	padding:17px 0 0 0;
	margin-left: 4px;
	position:relative;
	}



#main_content h1 {
	margin-right:0;

}

.title_price {
	width:151px;
	min-height:80px;
	display:block;
	background:#E5E5E5;
	float:left;
	padding:6px 6px 0 6px;
	margin-left:4px;
}

.product img {
	float:left;
}

.features {
	float:right;
	font-size:0.9em;
	margin:10px 0 0 0;
	width:151px;
}

a.image_link {
	height:150px;
	display:block;
	float:left;
}

#main_content .features ul {
	padding:0;
	margin:0;
}

.title_price .title {
	font-weight:bold;
	color:#2B3C4C;
	margin:0;
}

.title_price .price {
	font-weight:bold;
	font-size:1.1em;
	color:#012E80;
	margin:0;
}

.title_price .vat {
	color:#000000;
	margin:0;
}

.more_details {
	font-weight:bold;
	background:url(/_images/dingbats/blue-arrow.gif) no-repeat right;
	padding-right:10px;
	text-decoration:none;
	font-size:0.9em;
	position:absolute;
	bottom:14px;
	right:114px;
}

.add {
	margin-left:4px;
	float:left;
	margin-top:3px;
}

.page_numbers {
	position:relative;
	clear:both;
	color:#0B70CC;
	font-size:0.9em;
	background:url(/_images/bg/pattern.gif) #fff bottom repeat-x;
	margin-bottom:6px;
/*	z-index:10; */
	padding-top:2px;
	padding-left:10px;
	padding-bottom:5px;
}

.current_page {
	color:#06345F;
	background:#D5D5D5;
	text-decoration:none;
	padding:0px 2px 1px 3px;
	font-weight:bold;
}

.lower_page_numbers {
	margin-bottom:0;
	background:none;
	padding-top:8px;
}

#footer {
	margin: 0 auto;
	clear: both;
	padding: 22px 18px 2em 12px;
	width: 960px;
	color: #626262;
	background:url(/_images/bg/bl-footer-home.gif) 3px -1px no-repeat;
	font-size: 85%;
	font-family: arial;
}


