/*
 * Show Listings
*/
td.listinghead{
	background-color: #DFDFDF;
}
.listingtitle{
	font-weight: bold;
}
td.sponsortitle{
	background-color: #f0c040;
	color: #000;
	font-weight: bold;
}
#content .sponsortitle a {
	color: #000;
	text-decoration: none;
}
.listing{
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin: 5px;
}
td.listingdesc {
	padding-left: 15px;
	padding-right: 15px;
	margin: 3px;
}
span.listinghits{
	text-align: right;
}

.sponsored .listinghead {
	background: #FDF7E2;
}
.sponsored {
	border:1px solid #D7CD90;
	color: #000;
}

.goto, .review, .report, .rate {
	font-size:11px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	margin-left:10px;
	padding:4px 0 4px 20px;
}
.goto {
	background:transparent url(../images/link.png) no-repeat scroll left center;
}

.review {
	background:transparent url(../images/review.png) no-repeat scroll left center;
}

.report {
	background:transparent url(../images/report.png) no-repeat scroll left center;
}

.rate {
	background:transparent url(../images/rate.png) no-repeat scroll left center;
}

a.img { border: none;}