/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_block{
	/*position: relative;
	display:block;*/
	
	clear: both;
	float:left;
	position:relative;
	width:100%;
	
	
}
.list_module {
	position: relative;
	display: inline;
	float: left;
	width: 194px;
	height: 235px;
	margin-right: 5px;
	margin-bottom: 25px;
	background-color: #fff;	
	border: 0px solid red;
	background-image: url(../images/list_bck.gif);
	background-repeat: no-repeat;
}



.list_image a {
	display: block; 
	margin: 5px 0px 0px 35px;
}

.list_desc strong{
	font-weight: bold;
}

.list_desc{
	
	color: black; 
	height: 2em; 
	display: block; 	
	overflow: hidden;
	padding: 1px 10px 0.2em 10px;
}

.list_desc a:link, .list_desc a:visited{
	text-decoration: none;
	/*line-height: 13px;*/
	color: #cc0000; 
	width: 125px;
	
	margin: auto;
	border: 0px solid red;
	display: block;
	/*margin-top: 10px;*/
	text-align: center;
	overflow: hidden;
	font-size: 85%;
	
	 
}

.list_desc a:hover, .list_desc a:focus, .list_desc a:active{ 
	text-decoration: none;
	color: #999;
}


.list_price {
	text-align:center;
	font-weight: bold; 
	color: #000; 
}

.b_quick_details,  {
	text-align:center;
}
.list_viewdetails a:link, .list_viewdetails a:visited {
	position: absolute;
	top: 190px;
	left: 40px;
	border: 0px solid red;
	background-image: url(../images/b_viewdetails.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 26px;
	
}

.list_viewdetails a:hover, .list_viewdetails a:focus {
	
	background-image: url(../images/b_viewdetailsON.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 26px;
	
}

h4{
	font-size:122%;
}
.list_searchsuggestion{
	padding-top: 0.5em;
	font-size: 166%;
	color: #A82019;
}

.list_searchsuggestion a{
	font-style: italic;
}

.list_searchsuggestion a span{
	font-style: normal;
}


/* list page end */
