/*.bbutton, .bbutton:active, .bbutton:focus{
    border: 1px solid #acacbc;
    border-radius: 3px;
    background-image: url('../images/design/bg_bbutton.gif');
    background-repeat: repeat-x;
    height: 25px;
    behavior: url('css/PIE.php');
    color: #053985;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;//
}*/

/* autocomplete styles */
.autocomplete-w1 { background:url(img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { padding: 5px; border-radius: 0 0 5px 5px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; behavior: url('css/PIE.php');}
.msie7 .autocomplete { position: absolute; top: 0; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

/* cart styles */

#cart{
    position: relative;
    float: right;
    width: 305px;
    margin-top: 50px;
    margin-right: 90px;
    z-index: 1001;
    overflow: visible;
    background-color: white;
    border: 1px solid #b4b4c4;
}

b {
    font-weight: 600;
}

.center_content_office #cart {
    margin-top:33px;
}

#cart .addOnly .cart_unavailable_products{
    color: #CD003A;
}
#cart .addOnly{
    padding: 10px;
    margin-left: -3px;
    margin-top: -3px;
    width: 286px;
    min-height: 95px;
    /*    background-color: #D8E5EF;*/
    overflow: hidden;
    position: relative;
}
#cart .addOnly .popup_chart_buttons{
    position: relative !important;
    margin-top: 5px;
}
#cart .addOnly> p{
    font-size:13px;
    color: #004687;
    font-weight: bolder;
    margin: 0px;
    line-height: 14px;
}
#cart .error {
    margin-top: 40px;
    text-align: center;
}
.popup_cart{
    padding: 3px;
    width: 300px;
    z-index: 1001;
}
.popup_cart .popup_cart_item {
    height: 75px;
    border-bottom: 1px solid #ACB4BC;
    margin-left: 10px;
}
.popup_cart .popup_cart_item.withClothes{
    height: 90px;
}

.popup_cart .popup_cart_item div.popup_cart_image {
    width: 70px;
    height: 75px;
    float: left;
    margin-left: -5px;
    background-position: center;
    background-repeat: no-repeat;

}
.popup_cart .popup_cart_item>div {
    margin-left: 75px;
}
.popup_cart_item_title {
    color: #5c5c5c;
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
}
.popup_cart_item_price{
    padding-top: 15px;
}
.popup_cart_item_price span{
    float: right;
    margin-right: 11px;
}
.popup_cart_item_price span:first-child{
    float: left;
}
.popup_cart #cart_bottom_part{
    margin-left:10px;
    margin-right:10px;
    border-bottom: 1px solid #ACB4BC;
    margin-bottom:5px;
    padding-bottom:5px;
    width:270px;
}

.popup_cart #cart_bottom_part hr{
    border-top: 1px solid #ACB4BC;
    width:269px;
}


.popup_cart .total_price{
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom:1px solid #ACB4BC;
    width:270px;
    padding-bottom:10px;
}
.popup_cart .total_price .s_price{
    float: right;
    padding-right: 10px;
}
.popup_cart .total_price .s_text{
    float: left;
    padding-left: 5px;
}
.popup_cart .total_price div{
    clear: both;
    padding-left: 5px;
    padding-top: 5px;
}
.popup_chart_buttons {
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
    width: 270px;
    border-bottom: 1px solid #ACB4BC;
    padding-bottom:10px;

}
.popup_chart_buttons div.gray_pmi2 {
    float: right;
    margin: 0;
}
.popup_chart_buttons div.gray_pmi2:first-child {
    float: left;
    margin: 0;
}
.popup_cart .bbutton{
    width: 48%;
}
.popup_chart_versandkosten{
    background-image: url('../images/design/next.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
}
.popup_chart_versandkosten a{
    text-decoration: none;
    color: #053985;
    font-size: 12px;
    font-weight:bold;
}
.popup_chart_versandkosten.down{
    background-image: url('../images/design/down.png');
    background-position: -11px -4px;
}
.popup_cart hr{
    margin: 5px 0 5px 0;
}
.popup_chart_versandkosten a{
    cursor: pointer;
}
.popup_chart_info{
    display: none;
    padding: 10px;
    line-height: 1.3;
}
.popup_cart .scrollbar_container { width: 300px; clear: both; margin: 0px 0 0px;}
.popup_cart .scrollbar_container .viewport { width: 280px; height: 230px; overflow: hidden; position: relative; }
.popup_cart .scrollbar_container .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%; }
.popup_cart .scrollbar_container .thumb .end,
.popup_cart .scrollbar_container .thumb { background-color: #053985; }
.popup_cart .scrollbar_container .scrollbar { position: relative; float: right; width: 3px; margin-right: 10px;}
.popup_cart .scrollbar_container .track { background-color: #AEB3BC; height: 100%; width:4px; position: relative; padding: 0 0px; }
.popup_cart .scrollbar_container .thumb { height: 20px; width: 4px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.popup_cart .scrollbar_container .thumb .end { overflow: hidden; height: 5px; width: 3px; }
.popup_cart .scrollbar_container .disable{ display: none; }

/* end cart styles */

.bbutton, .bbutton:active, .bbutton:focus{
    border: 1px solid #10509A;
    border-radius: 3px;
    background-color: #10509A;
    height: 20px;
    color: #fff;
    font-size: 11px!important;
    font-weight: bold;
    behavior: url('css/PIE.php');
}

#header .gray_line .center_content .facebook{
    z-index: 200;
    position: absolute;
    top: 1px;
    left: 115px;
    background: url("../images/header/facebooksmall.png") no-repeat scroll left top transparent;
    width: 28px;
    height: 28px;
}
#header .gray_line .center_content .twitter{
    z-index: 200;
    position: absolute;
    top: 1px;
    left: 145px;
    background: url("../images/header/twittersmall.png") no-repeat scroll left top transparent;
    width: 28px;
    height: 28px;
}

#header .gray_line .center_content .youtube{
    z-index: 200;
    position: absolute;
    top: 1px;
    left: 175px;
    background: url("../images/header/youtubesmall.png") no-repeat scroll left top transparent;
    width: 28px;
    height: 28px;
}

#header .gray_line .center_content .google_plus{
    z-index: 200;
    position: absolute;
    top: 2px;
    left: 205px;
    background: url("../images/header/google_plus.png") no-repeat scroll left top transparent;
    width: 27px;
    height: 27px;
}

#header .gray_line .center_content .tumblr{
    z-index: 200;
    position: absolute;
    top: 1px;
    left: 235px;
    background: url("../images/header/tumblr.png") no-repeat scroll left top transparent;
    width: 28px;
    height: 28px;
}

#header .gray_line .center_content .recommendSite{
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 266px;
    background: url("../images/header/envelopesmall.png") no-repeat scroll left top transparent;
    width: 28px;
    height: 28px;
    cursor: pointer;
}



#header .gray_line .center_content .user_avatar{
    z-index: 200;
    position: absolute;
    top: 32px;
    height:46px;
    left: 112px;
    background: url("../images/header/photobackground.png") no-repeat scroll left top transparent;
    width: 39px;
    vertical-align:middle;
    height: 55px;

}
#partraitWraper{
    top: 32px;
    left: 116px;
    position: absolute;
    z-index: 200;
}
#header .gray_line .center_content .user_avatar_2{
    background:white;
    vertical-align:middle;
    padding:2px;
    float: left;
    margin-right: 5px;
}

#header .gray_line .center_content .user_avatar_empty{
    background:none;
    vertical-align:middle;
    padding:2px;
    float: left;
    margin-right: 5px;
}

#userNameAsidePortrait{
    color: #053985;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    float: left;
}

#userNameAsidePortraitCustomer{
    color: #053985;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    float: left;
    padding-top: 10px;
    width: 180px;
}
#header .gray_line .center_content .avatar_img{
    max-width:100px;
    overflow:hidden;
}



a.common, a.common:visited, a.common:active, a.common:hover{
    color : #014596;
}
.popup_cart_item_price .cartItemClothes {
    float:left !important;
    margin-top: 4px;
    width: 175px;
}


/*Разместить блок произвольной ширины в центре другого блока.*/
.align_center
{
    position: relative;
    width: 100%;
}
.align_center:after
{
    content: '';
    display: block;
    clear: both;
}
.align_center_to_left
{
    position: relative;
    right: 50%;
    float: right;
}
.align_center_to_right
{
    position: relative;
    z-index: 1;
    right: -50%;
}
#pmivideo_close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -22px;
    right: -24px;
    z-index: 9999;
}

#pmivideo_close img {
    z-index: 9999;
    cursor: pointer;
}

.pointer{
    cursor:pointer;
}
BODY {
    -webkit-text-size-adjust: 100%;
}
.chosen-container .chosen-results .active-result.result-selected{
    display: none !important;
}
.chosen-container .chosen-results .active-result{
    padding-left: 4px !important;
}

#popup_jifts_info,
#checksaveError,
#hasVcMsg{
    display:none;
    line-height: 1.5;
}

#screen {
    animation: 0.4s ease 0s normal none 1 running fadeIn;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
#close_player {
    background: url(../images/close2.png) no-repeat;
    position: relative;
    left: 689px;
    top: 0;
    z-index: 1000;
    width: 40px;
    height: 40px;
    margin-top: -207px;
    cursor: pointer;
}

#player {
    clear: both;
    left: 50%;
    margin-left: -365px;
    position: absolute;
    top: 40%;
    width: 722px;
}

#player > iframe {
    background-color: #000000;
    border: 4px solid #000;
}
