﻿/* css for TOP 4 send methods (referer: chrome-web store)  */
div.topservice_closer
{
    font:bold 22px 'Times New Roman';
    color: #7C7C7C;
    position: relative;
    top: 5px;
}

    div.topservice_closer:hover { color: #DA0404; }

span.topservice_h1
{
    font-size:18px!important;
    color:#373737!important;
}

span.topservice_h2
{
    font-size:14px!important;
    color:#373737!important;
    display:block!important;
    margin-top:13px!important;
}

div.topservice
{
    float: left;
    border: 1px solid whitesmoke;
    width: 220px; margin: 15px 10px 5px 0;    
    height: 70px;
    
    padding: 5px 8px;
    cursor: pointer;

    -webkit-transition: border-color 1s ease;
         -moz-transition: border-color 0.4s ease;
           -o-transition: border-color 0.4s ease;
          -ms-transition: border-color 0.4s ease;
              transition: border-color 0.4s ease;  

    -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
            -moz-border-radius: 3px;
                 border-radius: 3px;
}

div.topservice:hover { border-color: #F49A14; }

    div.topservice div.img
    {
        width: 55px;
        height: 70px;
        float: left;
    }

    div.topservice div.img.web { background: url(/content/img/sms_send_1.png) center no-repeat; }
    div.topservice div.img.schedule { background: url(/content/img/sms_send_8.png) center no-repeat; }
    div.topservice div.img.xs { background: url(/content/img/sms_send_5.png) center no-repeat; }
    div.topservice div.img.xls { background: url(/content/img/sms_send_7.png) center no-repeat; }

    div.topservice div.descr
    {
         float: right;
         font-size: 13px;
         width: 150px;
         
    }

div.topservice_more
{
    text-align:right;
    padding-right:8px;
}

div.methods
{
    min-height:206px;
    max-height:210px;
}

    div.methods.loading
    {
        opacity:0.65;
        background:url(/content/img/loading.gif) center no-repeat;
    }
   