body {
	padding:0px;margin:0px;
	background:#fff;
	width:321px;
}

a:link { text-decoration: none; color:#447c09; }
a:visited { text-decoration: none; color:#447c09; }
a:hover { text-decoration: underline; color:#000; }
a:active { text-decoration: underline; color: #000; }

h2 {
	font: 10px/14px Verdana, Arial, sans-serif;
	font-weight:bold;
}

#header {
	height:26px;
	background: #e4863d url(images/bg.gif) repeat-x center left;
	text-align:center;
}

#header img {
	width:315px;
	height:26px;
}

#listings {
	height:120px;
	overflow:auto;
}

.block {
	width:281px;
	font: 9px/14px Verdana, Arial, sans-serif;
	color: #2b3745;
	margin:10px 0px 0px 10px;
}

.block img {
	width:90px;
	height:70px;
	border:1px #2b3745 solid;
	margin-right:10px;
}

div.image {float:left;padding-bottom:10px;
	.padding-bottom:0px;}

div.text {
	float:left;
	width:176px;
	padding-bottom:10px;
	.padding-bottom:0px;
}

.price {
	font: 9px/14px Verdana, Arial, sans-serif;
	color: #2b3745;
	font-weight:bold;
	padding-top:4px;
}

hr {
	clear:both;
	color: #dedede;
	background: #dedede;
	height: 1px;
	border:0px;
	margin:10px 0px 10px 0px;
	.margin:2px 0px -5px 0px;
	padding:0px;
}