
/* border table for feed news */
.fd_bordertable { 
	background-color: #5F5E4C; 
	border-width: 0px;
	padding: 0; 
	width: 185px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: #5F5E4C }

/* header cell with header text and xml button */
.fd_header { 
	padding: 2px; 
	background-color: #5F5E4C; 
	font-family: Tahoma; color:#DDDBB1; font-size: 14px; font-weight: bold; 
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 2px; 
	line-height: 18px; 
	background: #5F5E4C; 
	font-family: Tahoma; color:#BDBCB0; font-size: 11px;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink {font-family: Tahoma; font-size: 11px; color:#C0AB3C; text-decoration: underline; }
.fd_itemlink:visited { font-family: Tahoma; font-size: 11px; color:#C0AB3C; text-decoration: underline; }
.fd_itemlink:hover {font-family: Tahoma; font-size: 11px; color:#C0AB3C; text-decoration: none; }
