/* list page XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

#list_body{
	margin-left:10px;
}

.pagecount{
	position: relative;
	clear: both;
	display: block;
	text-align: right;
	padding-right: 23px;
	overflow: visible;	
	font-size: 85%;
	font-weight:bold;
	color: #B9B9B9;
}


.pagecount a:link, .pagecount a:visited{
	text-decoration: none;
	color: #564637;
}
.pagecount a:hover, .pagecount a:focus, .pagecount a:active{
	 text-decoration: underline;
}
.pagecount strong{
	background: transparent url(/images/pagenumber_selected.gif) no-repeat 50% 50%;
	display: inline;
	width: 23px;
	line-height: 30px;
	padding: 8px;
	margin: 1px;
	text-align: center;
	color: #564637;
}


#sort{
	clear: both;
	display: block;
	margin-left:10px;
	font-size: 85%;
	font-weight:bold;
	color: #564637;
}

.list_item {
	position: relative;
	float:left;
	display: inline;
	width:32%;
	margin:10px 0px 10px 0px; /*  had right margin 12/06  */
	padding-right: 8px;
	color: #564637;
	background: #FFFFFF url(/images/bck-vertical_dash.gif) repeat-y 97% ;
	border-top: 1px solid #e0dedd;
}

.list_item h4{
	display: block;
	margin-top: 0.5em;
	height: 3.2em;
}

.list_item h4 a:link, .list_item h4 a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #564637;
	font-size: 85%;
}
.list_item h4 a:hover, .list_item h4 a:active, .list_item h4 a:focus{
	text-decoration: underline;
}


.list_image {
	position: relative;
	float:left;
	display: inline;
	width:112px;
	text-align: left;
	padding-bottom: 10px;
}

.list_item_text{
	position: relative;
	float:left;
	display: inline;
	font-size: 85%;
}

.list_item_number{
	font-size:85%;
} 
.list_item_stockstatus{
	color: #56605a;
}

.list_item_price {
	display: block;
	margin: 2.4em 0px 5px 0px;
	font-weight: bold;
	color: #56605a;
}
.feature_details-button{
	padding: 1px;
}
/*.list_details-button{
	border:1px solid #564637;
	padding: 1px;
}
*/
.list_details-button a:link, .list_details-button a:visited {
	font-family: Georgia, "MS Serif", "New York", serif;
	color: #564637;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height:1.75em;
	border:1px solid #564637;
	display: block;
	width: 87px;
	height: 20px;
	
	background: #8f7a65 url(/images/button_sprite.png) repeat-x 0 -76px;
}

.list_details-button a:hover, .list_details-button a:focus, .list_details-button a:active {
	color: #f0e5d5;
	text-decoration: none;
	border:1px solid #564637;	
	background: #63442a url(/images/button_sprite.png) repeat-x 0 -150px;
}
/* list page end */
