/*************************************************************/
/* style_ads.css                                             */
/*                                                           */
/* VERSION: 4.0                                              */
/*                                                           */
/* MODIFIED: 10/09/2008                                      */
/*                                                           */
/* DESCRIPTION: Style Sheet for advertisements               */
/*                                                           */
/* HISTORY:                                                  */
/*   4.0 - 10/09/2008 - Version Upgrade                      */
/*                                                           */
/*************************************************************/

/* 

/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
	 width: 200px;
	 background-color: #FFFFFF;
         border: 3px solid #EFF4F5;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #FFFFFF;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 15px;
	background-color:#FF9900;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #3300FF;
	font-size: 12px;
	font-weight:light;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	
.rss-item a:visited {
	color: #330066;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	}

