	H3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bolder;
	line-height: 14px;
	}
	
	div.listing {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 680px;
	height: 100px;
	}

	div.photo {
	position: relative;
	
	margin: 0;
	padding: 5px;
	width: 120px;
	}

	div.info, div.description {
	position: absolute;
	top: 0;
	left: 140px;
	
	margin: 0;
	padding: 5px;
	width: 380px;
}

	div.description {
	top: 55px;
	}

	div.price {
	position: absolute;
	top: 0;
	right: 20px;
	
	margin: 0;
	padding: 5px;
	
	text-align: right;
	}

	div.featured {
	position: absolute;
	top: 0;
	right: 0;
	
	margin: 0;
	padding: 5px;
	width: 10px;
	height: 90px;
	
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	text-align: center;
	
	background: #99cc00;
	}

	div.alt {
	background: #efefef;
	}

	a {
	color: #369;
	}

	a:hover {
	color: #c00;
	}

	span.success, span.alert, span.error {
	color: #fff;
	background: #99cc00;
	}

	
	#main listing {
	position: relative;
	margin: 0 230px;
	padding: 0;
	width: 680px;
	height: 100px;
	}
	
	#main photo {
	position: relative;
	margin: 0;
	padding: 5px;
	width: 120px;
	}
	
	#main info, #main description {
	position: absolute;
	top: 0;
	left: 140px;
	margin: 0;
	padding: 5px;
	width: 380px;
	}
	
	#header {
	position: relative;
	margin: 0 auto 10px;
	padding: 15px 0;
	width: 100%;
	background: #EFEFEF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	
	#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 910px;
	font: 11px/16px arial, verdana, sans-serif;
	color: #444;
	text-align: left;
	}
	
	#main {
	float: right;
	margin: 0;
	padding: 0;
	width: 680px;
	font: 11px/16px arial, verdana, sans-serif;
	color: #444;
	text-align: left;
	}
	
	#sidebar {
	float: left;
	margin: 0;
	padding: 8px;
	width: 204px;
	color: #fff;
	text-align: left;
	background-color: #99cc00;
	background-image: url(/system/theme/images/sort_corners.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	line-height: 12px;
	}
	
	#sidebar_bot {
	float: left;
	width: 220px;
	margin: 0 0 10px 0;
	background-color: #99cc00;
	background-image: url(/system/theme/images/sort_corners_bottoms.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	#sidebar_alt {
	float: left;
	margin: 0 0 10px 0;
	padding: 8px;
	width: 204px;
	font: 12px/16px arial, verdana, sans-serif;
	color: #fff;
	background: #c9e084;
	text-align: left;
	background-image: url(/system/theme/images/sort_alt_corners.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
	.searchbox {
	border: 0;
	vertical-align:middle;
	margin:  0px 8px;
	padding: 2px;
	height: 15px;
	width: 150px;
	}
	.searchbox_in {
	border: 0;
	vertical-align:middle;
	margin:  0px 8px;
	padding: 0;
	height: 19px;
	width: 154px;
	}
	
	.search_box_bg {
	border: none;
	background-image: url(/system/theme/images/searchbox.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
	.searchbox_go {
	vertical-align:middle;
	}
	
