/* 
	CHANNELS template for Kiplinger.com
	developer:		Fitsum Belay
	start date:		8/18/2009
	updated: 		8/20/2009

*/

#bins,
.yui-b {
	margin: 10px 0 0;
}


#bins .bins-container{
	display: block !important;
}

#bins div.column{
	display: block;
	border: 0 none;
	margin: .6em 0px .6em 10px;
	padding: 0 0px 10px 0;
	border-bottom: dotted 1px #CCC6AF;
	width: 590px;

}

#bins div.column h2 {
	font-size:14px;
	margin:0;
	display: inline;
}

#bins div.column h2  em{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	display: inline;
	margin-right: 5px;
	font-style: normal;
}

#bins div.column h2 .attribution{
	font-weight: normal;
	color: #666;
	text-transform: none;
	margin-left: 5px;
}

#bins div.column h2 .attribution a.attribution-CNBC{
	background: url("/images/logos/CNBC_logo.jpg") 0 5px no-repeat;
	padding-right: 12px;
	*padding: 0 10px;
	text-decoration: none;
	width: 55px;
	height: 11px;
}

#bins div.column h2 .attribution a.attribution-CNBC em{
	position: relative;
	left: -99999px;

}

#bins div.column p {
	color:#000;
	font-size:12px;
	margin:0 5em 0 0;
	margin-right: 6.5em;
}

#bins div.column .footer,
#bins div.column .footer a {
	color:#666;
	font-size:11px;
	width: 90%;
}

#bins div.column .footer a {
	text-decoration: underline;
}

#bins div.column .footer ul{
	margin: 3px 0 0;
	padding: 0;
}

#bins div.column .footer ul h1{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin-right: 5px;
}

#bins div.column .footer ul h1,
#bins div.column .footer ul li{
	display: inline;
}

#bins div.column .footer ul li a{
	color: #036;
	font-size: 11px;
	text-decoration: none;	
}


/*	AGGREGATE FOOTER NAV	*/
#aggregate-navigation-links{
	margin: 20px 0;
	width: 100%;
	display: inline-block;
	text-align: center;
}

#aggregate-navigation-links ul li{
	display: inline;
	color: #666 !important;
	font-weight: bold;
}


#aggregate-navigation-links ul li a{
	font-size: 10px !important;

}



#aggregate-navigation-links ul li#previous-aggregate a,
#aggregate-navigation-links ul li#next-aggregate a{
	width: 15px;	
	height: 19px;
	text-decoration: none; 
	display: inline-block;
}

#aggregate-navigation-links ul li#previous-aggregate a em,
#aggregate-navigation-links ul li#next-aggregate a em{
	position: relative;
	left: -9999px;
}


#aggregate-navigation-links ul li#previous-aggregate a{
	background: url("/images/bullets/aggregate-nav-arrow-left.png") 0 0 no-repeat;
	margin: 0 5px 0 0;
}
	
#aggregate-navigation-links ul li#next-aggregate a{
	background: url("/images/bullets/aggregate-nav-arrow-right.png") 0 0 no-repeat ;	
	margin: 0 0 0 5px;
}
	
#aggregate-navigation-links ul li#previous-aggregate a:hover{
	background: url("/images/bullets/aggregate-nav-arrow-left.png") 0 -20px no-repeat ;
}
	
#aggregate-navigation-links ul li#next-aggregate a:hover{
	background: url("/images/bullets/aggregate-nav-arrow-right.png") 0 -20px no-repeat ;
}










