/* 
	SLIDESHOW/QUIZ AGGREGATE template for Kiplinger.com
	developer:		Fitsum Belay
	start date:		8/26/2009
	updated: 		8/26/2009

*/

a, a p { color: #1D3B92;}


#sub-hd>h1.slideshow,
#sub-hd>h1.quiz{
	padding: 7px 10px 3px 35px;
	font-size: 1.538em;
	*font-size: 1.500em;
	font-weight: bold;
	color: #036;
	font-family: Times New Roman, serif;
}

#sub-hd>h1.slideshow{

	background: url("/images/bullets/slideshow_icon.jpg") 0 8px no-repeat;
	}
	
#sub-hd>h1.quiz{
	padding-left: 27px;
	background: url("/images/bullets/quiz_icon.jpg") 0 8px no-repeat;
	}	

	

#bins .bins-container{
	width: 100%;
	text-align: center;
}

#bins>h1,
#bins>h1>a{
	clear: none;
}
	
#bins>h1>a{
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #036;
	padding: 5px 30px 0 0;
	*padding: 5px 48px 0 0;
	*position: relative;
	*top: -27px;
	font-family: sans-serif;
	}	
		

#bins .bins-container div{
	display: inline-block;
	float: left;	
	width: 25%;
	*width: 24%;
	padding: 20px 0;
}

#bins .bins-container div p{
	padding: 5px 0 0;
}




