#content { width: 100%; margin-left: 0; }
#content .listing_categories
{
	width: 100%;
	margin-top: 2px;
	border-top: 1px solid #ccc;
}

#content .listing_categories *
{
	line-height: 1.2;
}

#content .listing_categories tr td
{
	width: 50%;
}

#content .listing_categories tr td a
{
	font-size: 14px;
	color: #0001A4;
}

#content .listing_categories tr td a span { color: #000; }

#content .listing_categories tr td a:hover
{
	text-decoration: underline;
}

#content .listing_products { width: 100%; margin-top: 2px;
				border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;
				margin-bottom: 2px; }

#content .listing_products img
{ height: 100px; }

#content .listing_products tr td { text-align: center; font-size: 14px; }
#content .listing_products tr td * { font-size: 14px; line-height: 1.2; }
#content .listing_products tr td a { display: block; text-align: center; }
#content .listing_products tr td span { display: block; text-align: center; }
#content .listing_products tr td a.button { width: auto; 
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background: transparent url( /img/submit.gif ) left top no-repeat;
	width: 60px;
	height: 21px;
	border: 0;
	color: #FFF;
	line-height: 21px;
	text-align: center;
	margin: 0 auto;
}
#content a.see_all_results { display: block; font-weight: bold; border-top: 1px solid #ccc; text-align: center; padding-top: 5px; }
#content a.see_all_results span { color: #000; }