
/* FRONT PAGE > CATEGORIES BASE  
/////////////////////////////////////////////////////*/

div.listingCATEGORIES
{margin: 0 15px 0 15px; padding: 10px; background: #FFF; border: 5px solid #F3FAEF;}

	div.listingCATEGORIES blockquote,
	div.listingCATEGORIES blockquote.listingCATEGORIESrightcolumn	
	{width: 50%; font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif; text-align: left; padding: 0; float: left;}
	
		div.listingCATEGORIES blockquote.listingCATEGORIESrightcolumn
		{width: 48%; float: right;}

		div.listingCATEGORIES blockquote a:link,
		div.listingCATEGORIES blockquote a:active,
		div.listingCATEGORIES blockquote a:visited,
		div.listingCATEGORIES blockquote a:hover
		{font: normal 10px/15px Verdana, Arial, Helvetica, sans-serif; color: #555; text-decoration: none;}
	
			div.listingCATEGORIES blockquote a:hover
			{color: #000; text-decoration: underline;}
			
		div.listingCATEGORIES blockquote a.listingCATEGORIEStitle:link,
		div.listingCATEGORIES blockquote a.listingCATEGORIEStitle:active,
		div.listingCATEGORIES blockquote a.listingCATEGORIEStitle:visited,
		div.listingCATEGORIES blockquote a.listingCATEGORIEStitle:hover
		{font: bold 14px/20px Arial, Helvetica, sans-serif; color: #000; display: block; text-decoration: none; margin: 0; padding: 0 0 0 7px; background: url("../images/design/bg_CATbullet.gif") 0 7px no-repeat; border: 0;}

				div.listingCATEGORIES blockquote a.listingCATEGORIEStitle:hover
				{color: #609629; text-decoration: underline;}

					div.listingCATEGORIES blockquote a.listingCATEGORIEStitle span {color: #999;}
		

/* FRONT PAGE > FEATURED LISTING
/////////////////////////////////////////////////////*/

table.tableFeatured
{width: 95%; text-align: left; margin: 0 auto 0 auto; border:0; border-bottom:1px solid #F2EFEC; }

	table.tableFeatured td,
	table.tableFeatured th
	{padding: 3px;}	

	table.tableFeatured h1.title-featured
	{margin: 0; padding: 0;}

		table.tableFeatured h1.title-featured a:link,
		table.tableFeatured h1.title-featured a:active,
		table.tableFeatured h1.title-featured a:visited,
		table.tableFeatured h1.title-featured a:hover
		{font: bold 14px/20px Arial, Helvetica, sans-serif; color: #000; text-decoration: none; padding: 0 0 0 5px; margin: 0 0 0 5px; border-left: 5px solid #77AA44;}
		
			table.table-featured h1.title-featured a:hover
			{color: #77AA44; text-decoration: underline;}

	table.tableFeatured p
	{font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif; color: #333; text-align: left; padding: 5px 5px 10px 5px; margin: 0;}

		table.tableFeatured a:link,
		table.tableFeatured a:active,
		table.tableFeatured a:visited,
		table.tableFeatured a:hover
		{color: #96293F; text-transform: capitalize;}

			table.tableFeatured a:hover
			{color: #000; text-decoration: underline;}

		/* IMAGE SIZE */
		table.tableFeatured table.imgListingFeatured
		{text-align: center; background-color: #F2F7EE; border: 5px solid #E5EFDC;}

			table.tableFeatured table.imgListingFeatured td,
			table.tableFeatured table.imgListingFeatured td.noimage
			{text-align: center; vertical-align: middle;}
	
				table.tableFeatured table.imgListingFeatured td.noimage
				{ height: 83px; background: #FFF url("../images/design/bg_noimage.gif") 45% 50% no-repeat; border: 0;}

			table.tableFeatured table.imgListingFeatured img
			{margin: 5px;}

