#rsimg{
	float: right;
}

#rstitle{
	background: #FFFFFF;
	color: #FF5D00;
	font-weight: bold;
	height: 32px;
	font-size: 160%;
}
	
#rslabel{
	background: #6F9DEC;
	color: #FFFFFF;
	font-weight: bold;
	height: 16px;
}
	
#rsitems{
	background: #FFFFFF;
	height: 100px;
	overflow: auto;
}

#rsitem{
	float:left;
	height: 14px;
	overflow: hidden;
	}

#rslink:hover{
	background: #FFF1A3;
	color: #FF5D00;
	cursor: pointer;
}
#rslink{
	display: block;
	font-size: 100%;
	text-decoration: none;
	color: #666666;
	background: #B4CFF7;
	min-height: 14px;
	height: auto !important;
	height: 14px;
}

#rsclean					{height:1px;font-size:1px;clear:both;background: #E8E8E8;}

