﻿
/*-- Demension 164 x 155 -- */

#company-alerts
{
    position:relative;
}
#company-alerts .top
{
    background: url(@images/contactCompanyAlertsBg.png) no-repeat 0 0;
    width: 164px;
    height: 165px;
}
#company-alerts .header
{
    width: 150px;
    margin: 10px 0 0;
    height: 20px;
    padding-@align: 5px;
}
#company-alerts .header .caption
{
    float: @algin;
    height: 16px;
    background: url(@images/contactCompanyAlertsIcon.png) no-repeat  @align -3px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    padding-@align: 27px;
}

#company-alerts .view-port
{
    height: 140px;
    width: 150px;
    overflow: hidden;
    margin: 0 auto;
}
#company-alerts .canvas
{
    height: 110px;
    width: 10000px;
    display: inline-block;
}
#company-alerts .block
{
    float: @alt-align;
    width: 150px;
    height: 150px;
}
#company-alerts .block strong
{
    font-size: 11px;
    font-weight: 700;
    padding: 2px 0;
    color: #F60;
    border-bottom: 1px dotted #CCC;
    display:  inline-block;
    *display: inline;
    zoom:1;
}
#company-alerts .block p
{
    font-size: 11px;
    line-height: 110%;
    color: #666;
}
#company-alerts .nav
{
    xfloat: @alt-align;
    position:absolute;
    width: 36px;
    height: 18px;
    top:10px;
    @alt-align:10px;
}
#company-alerts .nav a
{
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#company-alerts .bottom
{
    background: url(@images/contactCompanyAlertsBottom.png) no-repeat 0 0;
    width: 164px;
    height: 5px;
}
#company-alerts.hover
{
    cursor: pointer;
}
#contacts li.company-alerts, #contactsSide li.alerts, #contactsSide li.alertsBottom
{
    background: none;
}

#company-alerts .block
{
    float: @align;
}
#company-alerts .nav .next
{
    background: url(@images/alertsPrev.png) no-repeat 0 0;
}
#company-alerts .nav .next:hover
{
    background: url(@images/alertsPrev.png) no-repeat 0 -18px;
}
#company-alerts .nav .back
{
    background: url(@images/alertsNext.png) no-repeat 0 0;
}
#company-alerts .nav .back:hover
{
    background: url(@images/alertsNext.png) no-repeat 0 -18px;
}
