/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

p {
	clear: both;
}
#list_block{
	position: relative;
	display:block;
	width: 564px;
	margin: 0 6px;
}
.list_module {
	position: relative;
	display: inline;
	float: left;
	width: 127px;
	margin: 10px 6px 20px 6px;
	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;
}





/* list page end */

