
#wrapper{
    background:url('../../../v3_imgs/mobile/promo_bg_old.png') repeat;
}


#promo_wrapper_cont{
    /*width: 636px;*/
    overflow: hidden;
    margin:0 auto;
    padding:10px;
}

.clear{
    clear: both;
}

#promo_logo{
    background:url('../../../v3_imgs/mobile/promo_logo.png') no-repeat 0 0;
    height: 95px;
    width: 346px;
    margin:27px auto 5px;
}

#promo_head{
    background:url('../../../v3_imgs/mobile/promo_head.png') no-repeat 0 0;
    width:640px;
    height:53px;
    opacity:0.7;
}

#promo_wrapper{
    /*width: 584px;*/
    margin:5px auto 0;
}




.promo_item{
    background:#2f2f2f;
    border:1px solid #121412;
    border-radius:4px;
   /* width: 582px;*/
    overflow: hidden;
    margin-bottom:26px;
    position: relative;
}

.cover{
    background:#272727;
    width: 60px;
    /*width:170px;*/
    height:100%;
    /*float:left;*/
    border-left:1px solid #353535;
    border-top:1px solid #353535;
    border-right:1px solid #1b1c1b;
    border-radius:4px 0 0 4px;
    position: absolute;
    left:0;
}

.cover a{
    display: block;
    /*height: 132px;
    width: 133px;*/
    height:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px auto;
}

.info{
    background:#2f2f2f;
    border-top:1px solid #424242;
    border-left:1px solid #383838;
    border-radius:0 4px 4px 0;
    /*height: 169px;*/
    /*width:386px;*/
    /*float:left;*/
    padding-left:73px;
}

.info h2{
    font-size:14px;
    color:#dcdcdc;
    line-height: 18px;
    margin:15px 0 29px 0;
    padding:0;
}

.info a{
    display:block;
    float:left;
    width: 100px;
    margin:0 auto 15px auto;
    height: 28px;
    text-indent:-9999px;
    background-size: cover;
    
}

.info .app_sotre_link{
    background-image:url('../../../v3_imgs/mobile/app_store.png');
    background-repeat:no-repeat;
    background-size:100px;
    background-position: 0 0;
    margin-right:15px;
}

.info .android_link{
    background-image:url('../../../v3_imgs/mobile/google_play.png');
    background-repeat:no-repeat;
    background-size:100px;
    background-position: 0 0;
}

#go_to_site_geo{
    background:url('../../../v3_imgs/mobile/go_to_site_geo.png') no-repeat 0 0;
    display: block;
    height: 105px;
    width: 584px;
    margin-bottom:20px;
}
