
/* LIST */


.used_list_container {
	overflow:visible;
	background-image:url(../images/dealers_back1.gif);
}
.sort_postcode_entry {
	padding:3px;
	color:#c00;
	background:#fcc;
	border:1px solid #c00;
}
.used_list table {
	width:215px;
	height:96px;
	margin:0 6px 6px;
}
.used_list td {
	vertical-align:top;
}
.used_list table td {
	padding:3px;
	vertical-align:top;
}
.usedlist_image {
	width:120px;
	height:120px;
	padding:0;
	background:#ADA999 url(../images/used_nopic_small.gif);
	text-align:center;
}
.usedlist_info {
	background:#eee;
}
.usedlist_image div {
	position:relative;
}
.odd .usedlist_image {
	background-color:#d5d3c9;
}
.used_list table td.usedlist_title {
	color:#f60;
}
.used_list table td.usedlist_price {
	padding:5px 0 5px 3px;
	color:#fff;
	background:#999;
}

.prev_next {
	position:absolute;
	top:-24px;
	left:0;
	width:480px;
	height:24px;
}
.prev_next_inner {
	height:24px;
}
.prev_next_inner .prev_next_info {
	display:block;
	float:right;
	width:auto;
}
.prev_next_inner .prev_next_info b,
.prev_next_inner .prev_next_first,
.prev_next_inner .prev_next_last {
	display:none;
}
.itemsold {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:80px;
	height:80px;
	background-image:url('../images/sold.gif');
	background-repeat:no-repeat;
	text-indent:-2000px;
	overflow:hidden;
}
html>body .itemsold {
	background-image:url('../images/sold.png');
	background-repeat:no-repeat;
}
