﻿/*** 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:740px;
    margin-top:3px;
    padding: 3px 0 3px 0;
    background-color:#fff;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.listLine-second-big
{    
    width:740px;
    margin-top:3px;
    padding: 3px 0 3px 0;
    background-color:#fbfbfb;
    border-bottom:dotted 1px #ccc;
    float:left;
}
.listLine-description-big
{
    width:720px;
    padding-left:5px;
    text-align:left;
    float:left;
}
/*** Link ***/
.listLine-link
{
    color:#000;
    text-decoration:none;    
}
.listLine-link:hover
{
    color:Red;
}