/* 
	COLUMNIST AGGREGATE template for Kiplinger.com
	developer:		Fitsum Belay
	start date:		8/21/2009
	updated: 		8/21/2009

*/

#bins .bins-container{
	padding-bottom: 0px;
	margin: 0 10px 10px; 
	border-bottom:0.15em dotted #CCC6AF;
	width: 590px;
}

#bins .last {
	border-bottom: none;
}


#bins div .column{
	border-right: none;
	margin-right: 0;
	margin-left: 0;

}


#bins div .column p {
	clear: both;
	margin: 0;
}

#bins .column ul li strong {
	text-transform: none;
}

#bins .rightster{
	border-left:0.15em dotted #CCC6AF;
	padding-left: 10px;
	margin-bottom: 10px;
	width: 340px;
}


#bins .rightster ul {
	padding: .7692em .7692em 0;
}





