﻿div.rssBlock 
{    
    width: 300px;
    height: 250px;        
}

.left
{    
    position: absolute;
    left: 0px;
    width: 300px;    
}

.middle
{
    position: absolute;
    width: 300px;
    left: 325px;    
    
}

.right
{    
    position: absolute;
    width: 300px;
    left: 650px;
}

.firstRow 
{
    position: absolute;
    top: 0px;
}

.secondRow 
{
    position:absolute;
    top: 275px;
}

.rssBlock .title
{
     font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3em;
    margin: 5px 7px 0px 7px;      
}

.rssBlock .content
{
    margin: 6px 5px 15px 5px;
    height: 173px;
    overflow: hidden;
}

.rssBlock .footer
{
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;    
    height: 31px;    
}

.rssBlock A
{
    color: inherit;
}

.rssBlock img.imgRight
{
    position: absolute; right: 0px; bottom: 0px;    
}

.rssBlock div.txtRight 
{
    position: absolute; right: 125px; bottom: 8px;
}

.rssBlock img.imgLeft
{
    position: absolute; left: 0px; bottom: 0px;
    right: 182px;    
}

.rssBlock div.txtLeft
{
    position: absolute; left: 125px; bottom: 8px;
}

.rssBlock img.imgCenter
{    
    
}

ul.dL
{    
    font-size: 0.85em;
    margin-left: 18px; line-height: 1.3em; padding-left: 0px;
    color: Black;
    text-decoration: underline;
}

li.dI
{
    margin-top: 0.5em;
}
