/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

p {
	clear: both;
}


#list_block{
	position: relative;
	display:block;
	width: 720px;
	margin: 0 6px;

}
.list_module {
	position: relative;
	display: inline;
	float: left;
	width: 162px;
	height: 225px;
	margin: 10px 8px 20px 8px;
	background: #ffffff url(/images/list_module-bkg.gif) repeat-x top;	
	border: 1px solid #c2c2c2;
	text-align: center;
}
h2{font-size: 85%;}
h2 a span{
	height: 3.7em; 
	display: block; 	
	overflow: hidden;
	margin:6px;
}

h2 a:link span, h2 a:visited span{color:#000000;text-decoration:underline;}
h2 a:focus span, h2 a:hover span, h2 a:active span{
	color:#666666;
	text-decoration:underline;}

h2 a:link .list_image, h2 a:visited .list_image {text-decoration: none;}

.list_price {
	text-align:center;
	font-weight: bold; 
	color: #000; 
	display: block;
	padding-top: 5px;
}

#list_banner{
	margin-top: 8px;
	margin-left: 12px;
}

.list_btn_details a:link, .list_btn_details a:visited{
	font-weight: bold;
	position: absolute;
	top:14.5em;
	left: 40px;
	width: 83px;
	height: 25px;
	color: #1a8315;
	text-decoration:none;
	text-transform: uppercase;
	border: none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -100px;
	padding-top:5px;
	padding-left:5px;
	text-align: left;
}	

.list_btn_details a:hover, .list_btn_details a:active, .list_btn_details a:focus{
	width: 83px;
	height: 27px;
	color: #fff; 
	text-decoration:none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -130px;
}

/* list page end */

