﻿.newspapersList
{
    display:block;
    float:left;
    width:312px;
    height:auto;
    clear:both;
}
.newspapersList ul
{
    margin:0px;
    list-style:none;
}
.newspapersList li
{
    display:block;
    float:left;
    width:100%;
    /*border-bottom:solid 1px #dfdfdf;*/
    padding-top:4px;
    padding-bottom:0px;
    
}
.newspapersListLink
{
    display:block;
    float:none;
   color:Black;
    text-decoration:none;
}
.newspapersListLink a:link
{
    color:Black;
    text-decoration:none;
}
.newspapersListLink  a:visited
{
    
     color:Black;
    text-decoration:none;
}
.newspapersListLink  a:hover
{
    
     color:Black;
    text-decoration:none;
}
 
    
.newspapersListHeader
{
    display:block;
    float:left;
    width:100%;
    height:24px;
    
}
.newspapersListLeft
{
    display:block;
    float:left;
    width:150px;
    height:auto;
    padding-left:6px;
}
.newspapersListRight
{
    display:block;
    float:right;
    width:146px;
    height:auto;
}