/* 
	TOOLS template for Kiplinger.com
	developer:		Fitsum Belay
	start date:		8/27/2009
	updated: 		8/27/2009

*/


#bins .bins-container {
	display:inline-block !important;
	margin: 20px 10px 0;
	width: 97%;
	border: 0;
	border-bottom: dotted 1px #CCC6AF;
}


#bins .last{
	border: 0;
}

#bins .bins-container  div.column{
	float: left;
	width: 50%;
	*width: 49%;
	border: 0;
	margin: 0;
	padding: 0;
}

#bins .bins-container .last {
	border-bottom: 0;
}

#bins .bins-container  div.left ul {
	padding-top: 0;
}

#bins .bins-container  div.left ul.new{
	margin-top: 10px;
}

#bins .bins-container  div.left ul.new li{
	font-weight: normal;
}

#bins .bins-container  div.left ul li{
	font-weight: bold;
}

#bins .bins-container  div.rightster ul li{
	line-height: 20px;
}

#bins .bins-container  div.column h1{
	margin: 0 0 5px;

}

#bins .bins-container  div.column h1 a{
	text-transform: none;
	font-weight: bold;
	font-family: Times New Roman, serif;
	font-size: 14px
	}

#bins .bins-container  div.column h2{
	color: #D2232A;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}


