/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_block{
	position: relative;
	display:block;
	
}

.list_module {
	position: relative;
	display: inline;
	float: left;
	width: 191px;
	height: 146px;
	margin: 20px 0px 0px 0px;
	background-color: #121212;	
	background-image: url(../images/list_mod_bck.gif);
	background-repeat: no-repeat;
}


.list_image a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block; 
	
}

.list_desc{
	position: absolute;
	top: 2px;
	left: 90px;
	width: 85px;
	overflow: hidden;
	
}
.list_desc a:link, .list_desc a:visited {
	color: white; 
	text-decoration: none;
	font: bold 85% Arial, sans-serif;
}

.list_desc a:hover, .list_desc a:focus {
	text-decoration: underline;
}

.list_desc strong{
	font-weight: bold;
}



.list_price {
	position: absolute;
	top: 60px;
	left: 90px;
	font-weight: bold; 
	color: #ccc; 
	/*margin: 10px 0px 10px 0px;*/
}

.b_quick_details  {
	text-align:center;
}




.list_viewdetails a:link, .list_viewdetails a:visited {
	position:absolute;
	top: 80px;
	left: 85px;
	width: 66px;
	height: 39px;
	background-image: url(../images/b_list_details.gif);
	border: 0px solid red;
}

.list_viewdetails a:hover, .list_viewdetails a:focus {
	background-image: url(../images/b_list_detailsON.gif);
}

.list_btm{ 
	position: relative;
	clear: both;
	display: block;
	background-image: url(../images/list_block_btm.gif);
	height: 32px;
	width: 580px;
	margin: 1px auto;
	border: 0px solid white;
}	

.pagecount{
	display: block;
	position: absolute;
	right: 20px;
	text-align: right;
	top:0px;
	color: #fff;
}
a.b_pagecount:link, a.b_pagecount:visited{
	color: yellow;
	text-decoration: none;
}
a.b_pagecount:hover, a.b_pagecount:active, a.b_pagecount:focus{
	color: #fff;
	text-decoration: underline;
}

.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;
}




.button{
	position:absolute;
	display: block;
	width: 100%;
	height: 21px;
	top: 1px;
	left: 1px;
}


.button a:link, .button a:visited {
	/*float: left;*/
	position: absolute;
	top:0px;
	left: 0px;
	background: transparent url(/images/b_mainYellow.gif) no-repeat ;
	display: block;
	width: 89px;
	height: 39px;
	border: 0px solid #7b7b7b;
	text-decoration: none;
	text-indent: 1.25em;
	line-height:1.80em;
	color: #000000;
	font-size: 85%;
	margin: 0px;
	/*margin-right: 10px;*/
}


.button a:hover, .button a:focus, .button a:active {
	/*float: left;*/
	position: absolute;
	top:0px;
	left: 0px;
	background: transparent url(/images/b_mainYellowON.gif) no-repeat ;
	display: block;
	width: 89px;
	height: 39px;
	border-left: 0px solid #000;
	text-decoration: none;
	text-indent: 1.25em;
	line-height:1.80em;
	color: #fff;
	font-size: 85%;
	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 */
