

/*
* Change - Create this new css for use in top_three_feeds_sidebar.php, in both /article and /listing
* Why - For presentation of the right column that contains the top three feeds of: 
* - in the listings (suppliers) page - articles (planning), blog, and shop
* - in the articles (planning) page  - listings (suppliers), blog, and shop
*
* Josh Smith - 10aug09
*
*/

/*********************** 
* changed - from front.css 
**/
.sidebar .featuredItems
{ padding: 0; }
/**********************
* changed - from general_structure.css
{ padding: 0px 0px 10px 70px; border-bottom: 1px solid #CCC; }
**/
.ttf_featureTitle h2
{ width: 100%; padding: 0px 0px 5px 0px; text-align: center; border-bottom: 1px solid #CCC; }

.ttf_featuredItems
{ height: 100%; overflow: hidden; padding: 10px 0 10px 0; margin-top: 10px;}

	.ttf_divisor
	{ border-bottom: 1px solid #CCC; }
	
	.ttf_featured
	{ padding: 5px 12px 5px 12px; text-align: center; }
	
/**************************************/	



/********************************************************** 
* from front.css 
**/
.sidebar .featuredItems
{ padding: 0; }
/**********************
* from general_structure.css
**/
.ttfeaturedItems
{ height: 100%; overflow: hidden; padding: 10px 0 10px 0; margin-top: 10px;}

	.divisor
	{ border-bottom: 1px solid #CCC; }
	
	.ttfeatured
	{ padding: 5px 12px 5px 12px; }
	
		.featuredColumn .featured
		{ padding: 5px 0 5px 0; }
		
	.featured .noimage:hover
	{ text-decoration: none; }
	
.quickList
{ height: 100%; overflow: hidden; padding: 0 10px 15px 10px; }

	.quickList .featuredItems
	{ float: left; padding: 15px 20px 10px 0; position: relative; }
	
	.quickList .quickListRemove
	{ padding: 0 5px 0 0; }

	.quickList .featuredItems .quickListRemove
	{ background: #FFF; left: 0; padding: 2px; position: absolute; top: 15px; z-index: 1; }
	
	.quickList .noimage
	{ display: block; }

	.quickList h3
	{ clear: both; }
	
	.quickList .featuredItems h3
	{ padding: 5px 0 0 0; }
/**************************************/	

