/*
Default CSS Styles for the yd_rp_widget plug-in
*/
.yd_rp_widget {
	font-size: 11px;	
	line-height: 13px;
	opacity: .7;               /* Standard style for transparency */
    -moz-opacity: .7;          /* Transparency for older Mozillas */
    filter: alpha(opacity=70);  /* Transparency for IE */
    background: #2f405e;
    color: #000000;
    font-size: 13px;
	margin-bottom: 20px;
	background: #ffffff;
}
.yd_rp_widget h4 {
	font-size: 11px;	
	font: bold Arial, Helvetica, sans;	
	display: block;
	clear: both;
	margin-bottom: 0px;
}
.side1 ul li ul li h4 a, .side2 ul li ul li h4 a {
	padding-left: 0px;
}
.yd_rp_widget img {
	width: 60px;
	height: 60px;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
