/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_block{
	position: relative;
	display:block;
	
}
.list_module {
	position: relative;
	display: inline;
	float: left;
	width: 238px;
	height: 247px;
	margin: 10px 2px 20px 13px;
	background-image: url(../images/list_bck.gif)	
}



.list_image a {
	display: block; 
	margin: 1px 10px 2px 43px;
}

.list_desc strong{
	font-weight: bold;
}

.list_desc{
	text-align:left;
	color: black; 
	/*height: 3.6em; */
	display: block; 	
	overflow: hidden;
	padding: 0px 10px 0px 13px;
	font: bold 80% Verdana;
	
}

.list_desc a:link, .list_desc a:visited {
	/*background: transparent url(/images/b_viewdetails.gif) no-repeat 0px 0px;*/
	color: black;
text-decoration: none;
}

.list_desc a:hover, .list_desc a:focus {
	color: black;
text-decoration: underline;
}



.list_price {
	text-align:left;
	/*padding: 1px 10px 0.2em 13px;*/
	font-weight: bold; 
	color: #779611; 
	font-size: 110%;
	position: absolute;
	top: 210px;
	left: 13px;
}

.b_quick_details, .list_viewdetails {
	text-align:center;
}
.list_viewdetails a:link, .list_viewdetails a:visited {
	background: transparent url(/images/b_list_viewdet.gif) no-repeat ;
	/*background-color: #E6E6FA;*/
	position: absolute;
	top: 210px;
	right: 13px;
	width: 104px;
	height: 23px;
	
	/*margin:0 auto;*/
}

.list_viewdetails a:hover, .list_viewdetails a:focus {
	background: transparent url(/images/b_list_viewdetON.gif) no-repeat ;
	width: 104px;
	height: 23px;
	/*background-color: #DAA520;*/
}


.pagecount{
	display: block;
	position: absolute;
	right: 20px;
	text-align: right;
	top:0px;
	color: #000;
	border: 0px solid aqua;
}
a.b_pagecount:link, a.b_pagecount:visited{
	color: #779611;
	text-decoration: none;
}
a.b_pagecount:hover, a.b_pagecount:active, a.b_pagecount:focus{
	color: #779611;
	text-decoration: underline;
}

.pagecount_range{
	padding: 1px;
	padding-top: 4px;
	font-weight: bold;
	line-height: 1.2em;
	color: #779611;
}


.list_searchsuggestion{
	padding-top: 0.5em;
	font-size: 166%;
	color: #A82019;
}

.list_searchsuggestion a{
	font-style: italic;
}

.list_searchsuggestion a span{
	font-style: normal;
}


.button{
	position:absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 1px;
	left: 1px;
}


.button a:link, .button a:visited {
	/*float: left;*/
	position: absolute;
	top:30px;
	left: 70px;
	background: transparent url(/images/b_quickview.gif) no-repeat ;
	display: block;
	width: 90px;
	height: 23px;
	border: 0px solid #7b7b7b;
	text-decoration: none;
	text-indent: 1em;
	line-height:1.80em;
	color: #000000;
	font-size: 85%;
	font-weight:bold;
	margin: 0px;
	/*margin-right: 10px;*/
}


.button a:hover, .button a:focus, .button a:active {
	/*float: left;*/
	position: absolute;
	top:30px;
	left: 70px;
	background: transparent url(/images/b_quickviewON.gif) no-repeat ;
	display: block;
	width: 90px;
	height: 23px;
	border-left: 0px solid #000;
	text-decoration: none;
	text-indent: 1em;
	line-height:1.80em;
	color: #000;
	font-size: 85%;
	font-weight:bold;
	margin: 0px;
	/*margin-right: 10px;*/
}

.button a:link, .button a:visited, .button a:hover, .button a:focus, .button a:active {
	float: none;

	margin: auto;
}


/* list page end */
