<?php
header("Content-type: text/css");
include("../php/config.php");
?>

.sale_listing IMG {
	float:left;
	border:none;
	padding: 0 5px 5px 0;
	width:65px;
}

.sale_title {
	font-size:14px;
	font-weight:900;
	color:#396B92;
	text-decoration: none;
}
.sale_author {
	font-size:11px;
	color:#4B4B4B;
	margin:3px 0 3px 0;	
}
.sale_blurb {
	margin-top:8px;
}