/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */
#list_title_image {
	position: relative;
	display:inline;
	float: left;
	clear: left;
	margin: 10px 0px 0px 25px;
}




#list_block{
	position: relative;
	display:block;
}
.list_module {
	position: relative;
	display: inline;
	float: left;
	width: 188px;
	height: 220px;
	margin: 10px 0px 4px 25px;
	background-image: url(../images/list_mod_bck.gif);
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
}


.list_image a {
	display: block; 
	margin: 20px 0px 0px 35px;
}

.list_desc strong{
	font-weight: bold;
}


.list_desc{
	height: 3.0em; 
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
	
}

.list_desc a {
font-family: Verdana, sans-serif;
font-size: 77%;
color:#583c85;
text-decoration: none;
text-align: center;
 
}

.list_price {
	text-align:center;
	font-weight: bold; 
	color: #000; 
	position: absolute;
	top: 45px;
	left:70px;
}

.b_quick_details, .list_viewdetails {
	text-align:center;
}

.list_viewdetails{
	position: absolute;
	top: 181px;
	left: 5px;
	display: inline;
	/*margin:0 2em 0 0em;*/
}	


.list_viewdetails a:link, .list_viewdetails a:visited{	
	display: block;
	width: 64px;
	height: 30px;
	background: transparent url(/images/b_detail_list.gif) no-repeat 0 0px;
	font-size: 77%;
	color: #05468a;
	padding-top: 9px;
	text-decoration: none;
	border: 0px solid red;
	text-indent: 2px;

}
.list_viewdetails a:hover, .list_viewdetails a:active, .list_viewdetails a:focus {
	display: block;
	/*padding: 0 15px 0 15px;*/
	background: transparent url(/images/b_detail_list.gif) no-repeat 0 -65px;
	font-size: 77%;
	color: #05468a
}

.list_addtocart{
	position: absolute;
	top: 180px;
	left: 70px;
	display: inline;
	/*margin:0 2em 0 0em;*/
}	

.list_addtocart a:link, .list_addtocart a:visited {
	display: block;
	width: 113px;
	height: 30px;
	background: transparent url(/images/b_addtocart_list.gif) no-repeat 0 0px;
	font-size: 77%;
	color: #05468a;
	word-spacing: -1px;
	border: 0px solid red;
	padding-top: 9px;
	text-decoration: none;
	text-indent: 35px;
}	

.list_addtocart a:hover, .list_addtocart a:focus {
	display: block;
	/*padding: 0 15px 0 15px;*/
	background: transparent url(/images/b_addtocart_list.gif) no-repeat 0 -58px;
	font-size: 77%;
	color: #05468a

}


.pagecount{
	display: block;
	position: absolute;
	right: 20px;
	text-align: right;
	top:0px;
	color: #000;
}
a.b_pagecount:link, a.b_pagecount:visited{
	color: #000;
	text-decoration: underline;
}
a.b_pagecount:hover, a.b_pagecount:active, a.b_pagecount:focus{
	color: #8B0000;
}

.pagecount_range{
	padding: 1px;
	padding-top: 4px;
	font-weight: bold;
	line-height: 1.2em;
	color: #798B9C;
}


.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 */
