﻿/*** Small ***/
.listLine-first-small
{
    width:530px;
    margin-top:3px;
    padding: 3px 0 3px 0;
    background-color:#fff;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.listLine-second-small
{    
    width:530px;
    margin-top:3px;
    padding: 3px 0 3px 0;
    background-color:#fbfbfb;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.listLine-description-small
{
    width:530px;
    padding-left:5px;
    text-align:left;
    float:left;
}
/*** Big ***/
.listLine-first-big
{
   width:700px; 
   border-bottom:dotted 1px #ccc;
   margin-top:3px;
   padding: 3px 0 3px 0;
   background-color:#fff;
    /*float:left;*/
}
.listLine-second-big
{    
    width:700px;
    border-bottom:dotted 1px #ccc;
    margin-top:3px;
    padding: 3px 0 3px 0;
    background-color:#fbfbfb;
     /*float:left;*/
}
.listLine-description-big
{
    width:700px;
    padding-left:5px;
    text-align:left;
    /*float:right;*/
}
/*** Link ***/
.listLine-link
{
    color:#000;
    text-decoration:none;    
}
.listLine-link:hover
{
    color:Red;
}
