﻿.item 
{
    padding: 0 px;
    margin: 0px;
    border-bottom: 1px dashed #999999;
}

#content .title 
{
    margin: 1em 0 0.25em;
    padding: 0; 
    text-align: left; 
    border-bottom: 0px, #fff;   
}

#rssItems h3
{
    border-bottom:0;  
}


#rssItems a:hover 
{
    background-color:#F4F2E4;
    border-bottom:1px solid #9A8E51;
    color:#555555;
}

#rssItems a
{
    text-decoration:none;
}

#content td
{
    padding-top: 0px;
}

#rssItems .title 
{
    font-family:Georgia,Times,serif;
    font-size:1.6em;
    margin-top: 0px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

#rssItems p
{
    color:#333333;
    font-family:Verdana,sans-serif;
    line-height: 1.8em;
    font-size:1.1em;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
}

#rssItems .grid th
{
    border: 0 none;
	background: White;
	font-weight: bold;
	color: #fff;
	padding: 0;
	margin: 0;
    
}

#rssItems .grid td
{
    background: #fff;
	border: 1px solid white;
	margin: 0;
	padding: 6px 4px;
	vertical-align: top;
}
 
    
    

