h3 {
	clear:both;
	background-color:#004000;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border:2px solid #FFCC33;
	margin:10px 0px 5px 0px;
}
h2 {
	margin-bottom:10px;
}
.listing {
	margin:5px 10px;
	padding:0;
	border:none;
}
.image_right img {
	border:1px solid #004000;
	padding:1px;
	margin:0px;
/*	display:block;
*/}
.image_left img {
	border:1px solid #004000;
	padding:1px;
	margin:0px;
/*	display:block;
*/}
img.sold_pic_r {
	position:absolute;
	width:60px;
	height:31px;
	top:0;
	right:0;
	border:none;
	margin:0;
	padding:0;
	z-index:100;
	behavior:url(/css/png.htc);
}
img.sold_pic {
	position:absolute;
	width:60px;
	height:31px;
	top:0;
	left:0;
	border:none;
	margin:0;
	padding:0;
	z-index:100;
	behavior:url(/css/png.htc);
}
table.features {
	table-layout:fixed;
	width:100%;
	border:1px solid #004000;
	background-color:#EFEFE0;
	border-collapse:collapse;
}
table.features tr {
	vertical-align:top;
}
table.features tr td.header {
	background-color:#004000;
	color:#FFFFFF;
	font-weight:bold;
}
table.features tr th {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align:left;
	font-size:10px;
	padding:2px;
	border-bottom:1px solid #004000;
	border-right:1px dashed #FFFFFF;
}
table.features tr td {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	padding:2px 3px;
	border-bottom:1px solid #004000;
	border-right:1px solid #004000;
}