/* LISTING FRONT > STRUCTURE > CATEGORIES
/////////////////////////////////////////////////////*/

div.listingCATEGORIES
{margin: 0; padding: 10px; /*background: #C3D3A4;*/}

	blockquote.leftContent div.listingCATEGORIES
	{margin:0; padding:0 0 10px 0;}

	div.listingCATEGORIES blockquote,
	div.listingCATEGORIES blockquote.listingCATEGORIESrightcolumn
	{width: 47%; font: bold 13px/normal "Trebuchet MS", Arial, Verdana, sans-serif; text-align: left; padding: 0; float: left;}
	
		div.listingCATEGORIES blockquote.listingCATEGORIESrightcolumn
		{/*width: 45%;*/ float: right;}
		
		/* SCALABILITY FEATURE > CATEGORIES > VIEW ALL CATEGORIES */
		div.listingCATEGORIES blockquote.allCategories
		{width:100%; float:none;}
		
		/* LEFT CATEGORIES */
		blockquote.leftContent div.listingCATEGORIES blockquote,
		blockquote.leftContent div.listingCATEGORIES blockquote.listingCATEGORIESrightcolumn	
		{float:none;}
		
		blockquote.leftContent div.listingCATEGORIES blockquote
		{padding:0 7px 0 7px;}
		
		div.listingCATEGORIES blockquote h1,
		div.listingCATEGORIES blockquote h2
		{line-height:normal; display:inline; margin:0; padding:0;}

		div.listingCATEGORIES blockquote a:link,
		div.listingCATEGORIES blockquote a:active,
		div.listingCATEGORIES blockquote a:visited,
		div.listingCATEGORIES blockquote a:hover
		{font: normal 12px/15px "Trebuchet MS", Arial, Verdana, sans-serif; color: #333; text-decoration: none;}
	
			div.listingCATEGORIES blockquote a:hover
			{color: #000; text-decoration: underline;}
			
		div.listingCATEGORIES blockquote h1.listingCATEGORIEStitle a:link,
		div.listingCATEGORIES blockquote h1.listingCATEGORIEStitle a:active,
		div.listingCATEGORIES blockquote h1.listingCATEGORIEStitle a:visited,
		div.listingCATEGORIES blockquote h1.listingCATEGORIEStitle a:hover
		{font: bold 13px/normal "Trebuchet MS", Arial, Verdana, sans-serif; color: #333; display: block; text-decoration: none; margin: 7px 0 0 0; padding: 0 0 0 18px; background: url("../images/design/bg_bullet.gif") 0 4px no-repeat; border: 0;}

				div.listingCATEGORIES blockquote h1.listingCATEGORIEStitle a:hover
				{text-decoration: underline;}

					div.listingCATEGORIES blockquote h1.listingCATEGORIEStitle a span {font-size:11px; color: #666;}
					
			div.listingCATEGORIES p.viewAllCategories
			{font:bold 11px/normal Verdana, Arial, Helvetica, sans-serif; border-top:1px solid #EEE; padding:10px 5px 0 0; margin-top:10px; text-align:right;}
			
			div.listingCATEGORIES p.viewAllCategories a:link,
			div.listingCATEGORIES p.viewAllCategories a:active,
			div.listingCATEGORIES p.viewAllCategories a:visited,
			div.listingCATEGORIES p.viewAllCategories a:hover
			{color:#96293F;}
			
			div.listingCATEGORIES p.viewAllCategories a:hover
			{color:#000; text-decoration:underline;}

/* LISTING FRONT > MIDDLE CONTENT > FEATURED LISTING
/////////////////////////////////////////////////////*/

table.tableFeatured
{width: 99%; text-align: left; margin: 0 auto 5px auto; border:0; background:#F7F7F7; }

	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 18px/20px "Trebuchet MS", Arial, Verdana, sans-serif; color: #33A5CC; text-decoration: none; padding: 5px 0 5px 5px;}
		
			table.table-featured h1.title-featured a:hover
			{text-decoration: underline;}

	table.tableFeatured p
	{font: normal 13px/18px "Trebuchet MS", Arial, Verdana, sans-serif; color: #000; 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: #33A5CC; text-transform: capitalize;}

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

		/* IMAGE SIZE */
		table.tableFeatured table.imgListingFeatured
		{text-align: center; background-color: #FFF; border: 1px solid #CCC; margin:0 0 0 5px;}

			table.tableFeatured table.imgListingFeatured td,
			table.tableFeatured table.imgListingFeatured td.noimage
			{text-align: center; vertical-align: middle;}

				table.tableFeatured table.imgListingFeatured td.noimage a:link,
				table.tableFeatured table.imgListingFeatured td.noimage a:active,
				table.tableFeatured table.imgListingFeatured td.noimage a:visited,
				table.tableFeatured table.imgListingFeatured td.noimage a:hover
				{display: block; text-decoration: none;}

				table.tableFeatured table.imgListingFeatured td.noimage
				{ border: 0;}

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

