@charset "UTF-8";
/* CSS Document */

.rss_box {
	margin: 0em;
	width: 120px;
	background-color: #FFFFFF;
	background-image: url(../images/lloydslist-logo.jpg);
	background-position: 0px 40px;
	background-repeat: no-repeat;         	 

}

.rss_items {
	margin-top:35px;
	
	padding:0em;
	
	margin-left:0px;
	
	color:#000000;
	
}

p.rss_title {padding:0em;}

.rss_title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	font-weight:bold;
	margin:0em;
	padding:0em;
	text-align: left;
	
}



.rss_item  {

  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;

  font-size: 12px;

  font-weight : normal;

  list-style:none;

  padding-bottom:1em;
  color: #000000;

}



.rss_item a {
	text-decoration : none;
	color: #0000FF;
	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:#330099;
}



.rss_date {

	font-size: 85%;

	font-weight : normal;

	color: #000000;

	}