.chat_on_layout
{
    width: 166px;
    height: 120px;
    background: url(/images/linialmobel/chat_on.png);
    cursor: pointer;
}

.chat_on_title
{
    color: #007646;
    font-size: large;
    font-weight: bold;
    display: block;
    text-decoration: none;
    margin: 10px 10px 15px;
    text-align: left;
}

.chat_on_body
{
    color: #000000;
    font-size: x-small;
    font-weight: bold;
    display: block;
    text-decoration: none;
    margin: 10px 10px 15px;
    text-align: left;
}

.chat_on_link
{
    text-decoration: none;
}


.chat_off_layout
{
    width: 166px;
    height: 120px;
    background: url(/images/linialmobel/chat_off.png);
    cursor: pointer;
}

.chat_off_title
{
    color: #007646;
    font-size: large;
    font-weight: bold;
    display: block;
    text-decoration: none;
    margin: 10px 10px 10px;
    text-align: left;
}

.chat_off_body
{
    color: #000000;
    font-size: x-small;
    font-weight: bold;
    display: block;
    text-decoration: none;
    margin: 10px 10px 15px;
    text-align: left;
}

.chat_off_link
{
    text-decoration: none;
}


