/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +-  Widget
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#wall {
	text-align: left;
	background-color: transparent;
	padding: 0px;
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin: 10px 0px;
	width: 180px;
}

#wall a {
	text-decoration: none;
}

#wall a:hover { 
   color: #9D7507; 
}


#wall .whead {
	height: 41px; 
	background:url(../images/rtb-top.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#wall .whead a {
	font-weight: bold;
	color: #D35D0F;
	margin-left: 10px;
}
#wall .whead a:hover {
   color: #9D7507; 
}

#wall .wbody {
	line-height: 10px;
   background:url(../images/rtb-body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: none;
}

#wall .wbody span a {
	color: #B90300;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}
#wall .wbody span a:hover {
   color: #9D7507; 
}

.wbody_li {
	background: url(../images/rtb-dot.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: nomal;
	color: #D35D0F;
	margin-left: 20px;
	line-height: 1.0em;
}
.wbody_li a{
	font-weight: normal;
	color: #D35D0F;
	margin-left: 15px;
}

#wall .wbody a:hover {
   color: #9D7507; 
}






