.lineLoud
{
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #333;
}
.lineSilent
{
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #CCC;
}
.lineDot
{
    height: 0px;
    border: 0px;
    border-bottom: 1px dotted #CCC;
}
.lineMagazine
{
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #0095D5;
}
.lineCompany
{
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #EA9300;
}
.lineLogin
{
    height: 0px;
    border: 0px;
    border-bottom: 1px solid #003468;
}