
/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_body{
		position: relative;
	clear: both;
	display: block;
	margin-left: 20px;
	color: #000;
	
}
.prod_list_pod {
	display: block;
	float: left;
	width:145px;
	height: 250px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	background: White url(/images/prod_also_recommend-backg.gif) no-repeat top;
}


.prod_list-image{
	display: block;
	position: relative;
	margin:0px auto 5px auto;
}

.prod_list_pod h4 a:link, .prod_list_pod h4 a:visited{
	display: block;
	position: relative;
	font-weight:bold;
	font-size: 85%; 
	text-decoration: none;
	padding: 7px 10px 0px 10px;
	height: 3.6em;
	overflow: hidden;
}

.prod_list_pod h4 a:hover, .prod_list_pod h4 a:focus, .prod_list_pod h4 a:active{
	text-decoration: underline;
}

.prod_list_price {
	display: block;
	position: relative;
	font-size: 125%; 
	font-weight:bold;
	color: #7e7e7e;
}

.prod_list_viewdetails a span{
	Margin-left:-15px;
}

.prod_list_viewdetails a:link, .prod_list_viewdetails a:visited {
	display:block;
	position: relative;
	clear: both;
	width: 80px;
	height: 27px;
	margin: 5px auto;
	padding-top:4px; 
	color: #d6c7d1; 
	text-decoration:none;
	background: transparent url(/images/sprite_buttons.png) no-repeat 0px -260px;
}

.prod_list_viewdetails a:hover, .prod_list_viewdetails a:focus {
	color: #FFFFFF;
	background: transparent url(/images/sprite_buttons.png) no-repeat 0px -320px;
}
/* list page end */

