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