#small-basket {
    position: fixed;
    /*top: 200px;*/
    bottom:0px;
    right:0px;
    width: 318px;
    background: #fff;
    z-index: 1000;
    border:1px solid #cccccc;
    transition: width 0.3s ease-out;
    -webkit-box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow:    -2px 0px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow:         -2px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.move-right {
    /*overflow:hidden !important;*/
    /*box-shadow:none !important;*/
    transition: width 0.3s ease-out;
    width: 30px !important;
    border-right:0 !important;
}
.move-right a.toggle-basket-link:before{
    /*background-position: 5px -42px !important;*/
}


.toggle-basket {
    /*overflow-y:auto;*/
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    /*left:35px;*/
    left:30px;
    /*width: 283px;*/
    width: 290px;
    font-size:12px;
}
table.sale_basket_small {
    border-collapse:collapse;
    font-size:12px;
}

/*Table head*/
table.sale_basket_small th {
    text-align: left;
    color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td {
    padding: 3px 5px;
    vertical-align:top;
}

.notice {
    background: #01a58d;
    height: 54px;
    left: -170px;
    padding: 12px 20px 0px 10px;
    position: absolute;
    top: 15px;
    width: 125px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.notice span{
    color: #fff;
    font: 800 14px 'OpenSans', sans-serif;
}

#small-basket .toggle-basket-link{
    color: #ffffff;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:30px;
    background-color:#006699;
    border-right:1px solid #cccccc;
    padding-top:52px;
    text-align:center;
    font-size:14px;
    line-height: 14px;
    /*color:#000;*/
    text-decoration:none;
    transition: all 0.3s ease-out;
}
#small-basket.move-right .toggle-basket-link{
    color: #000000;
    background-color: #ffffff ;
}

.toggle-basket-link > b{
    font-weight: normal;
}

#small-basket.move-right .toggle-basket-link:before{
    content: " ";
    position: absolute;
    top: 90px;
    left: 5px;
    height: 20px;
    width: 20px;
    opacity: 0.15;
    /*background-position: -13px -42px;*/
    background-image: url(/images/basket-open.png);
    background-repeat: no-repeat;
}

#small-basket .toggle-basket-link:before {
    content: " ";
    position: absolute;
    top: 90px;
    left: 5px;
    height: 20px;
    width: 20px;
    opacity: 0.15;
    /*background-position: -13px -42px;*/
    background-image: url(/images/basket-close.png);
    background-repeat: no-repeat;
}
#small-basket .toggle-basket-link:hover:before{opacity: 1;}

#small-basket.move-right .toggle-basket-link:hover:before{opacity: 1;}

#small-basket .toggle-basket-link .basket-ico{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 30px;
    border-bottom: 1px solid #ffffff;
    background: #01a58d;
}
#small-basket .toggle-basket-link .basket-ico > img{
    line-height: 40px;
    margin-top: 12px;
}


#small-basket .toggle-basket-link .basket-ico:after,
#small-basket .toggle-basket-link .basket-ico:before {
    /*content:" ";*/
    /*position:absolute;*/
    /*background-image:url(/images/basket-open.png);*/
    /*background-repeat:no-repeat;*/
    /*width:32px;*/
}
#small-basket .toggle-basket-link .basket-ico:after{
    /*top: 10px;*/
    /*left: 5px;*/
    /*height: 40px;*/
    /*width: 30px;*/
    /*background: #01a58d;*/
    /*background-image:url(/images/cart-small.png);*/
    /*background-repeat: no-repeat;*/
    /*border-bottom: 1px solid #ffffff;*/
    /*background-position: -34px -17px;*/
}
#small-basket .toggle-basket-link .basket-ico:before{
    top: 40px;
    left: 0px;
    height: 1px;
    background-position: 3px -66px;
}


#small-basket .toggle-basket .basket-head{

    /*box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);*/
    padding-bottom: 10px;
    position:absolute;
    top:0;
    height:80px;
    right:0;
    left:0;
}

#small-basket .toggle-basket .basket-head .title{
    /*font-weight:700;*/
    font-size:21px;
    display: block;
    line-height: 14px;
    margin: 16px 0 0 9px;
}

#small-basket .toggle-basket .basket-head .title-text{
    float: left;
    font-size:16px;
    display: block;
    line-height: 14px;
    margin: 22px 0 0 8px;
}

#small-basket .toggle-basket .basket-head .price{
    position: absolute;
    float: left;
    left: 140px;
    font-weight: normal;
    font-size:16px;
    color: #01a58d;
    display: block;
    line-height: 14px;
    margin: 22px 0 0 0px;
}

#small-basket .toggle-basket .basket-head .price span{
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color:#000;
}

#small-basket .toggle-basket .basket-content{
    position: absolute;
    top: 81px;
    right: 0;
    left: 0;
    bottom: 73px;
    background: url(/images/basketShadow.png) no-repeat;
}
#small-basket .toggle-basket .basket-content .basket-scroll{
    height:100%;
    overflow: hidden;
}
#small-basket .toggle-basket .basket-head .load{
    width:20px;
    height:20px;
    background-image:url(/images/preloader_white.gif);
    background-repeat:no-repeat;
    position:absolute;
    right:10px;
    top:10px;
}

#small-basket .toggle-basket .basket-content .basketGoods{
    padding: 14px 0 0px;
    position:relative;
}


#small-basket .toggle-basket .basket-content .basketGoodsImage{
    float: left;
    margin: 5px 7px 0px 10px;
    width: 60px;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
}

#small-basket .toggle-basket .basket-content .basketGoodsContent{
    float: left;
    width: 180px;
    margin-bottom: 5px;
}

#small-basket .toggle-basket .basket-content .basketGoodsHeader{
    color: #0055aa;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin: 7px 0 4px;
    height: 42px;
    overflow: hidden;
    text-decoration:none;
    width: 170px;
}
#small-basket .toggle-basket .basket-content .basketGoodsHeader:hover{
    text-decoration:underline;
}

#small-basket .toggle-basket .basket-content .basketGoodsPriceNumber{
    font-size: 14px;
    height: 14px;
    display: inline-block;
    line-height: 14px;
    /*margin: 9px 0 8px 0px;*/
    width: 100%;
}
#small-basket .toggle-basket .basket-content .basketGoodsPriceNumber > b.price{
    position: absolute;
    left: 140px;
    float: left;
}

#small-basket .toggle-basket .basket-content .basketGoodsPriceNumber b{
    font-weight:500;
}
#small-basket .toggle-basket .basket-content .basketGoodsPriceNumber strike{
    display: block;
    opacity: .5;
    color: #ff6600;
}


#small-basket .toggle-basket .basket-content .basketGoodsPriceCurrency{
    font: 700 13px 'OpenSans';
    color: black;
    line-height: 13px;
    margin: 0px 0 0px 3px;
}


#small-basket .toggle-basket .basket-content .basketGoods .calc{
    width: 100px;
    padding-left: 10px;
}
#small-basket .toggle-basket .basket-content .basketGoods .calc span.total_sum{
    position: absolute;
    left: 140px;
    float: left;
    font-size: 14px;
    color: #01a58d;
    margin-top: 5px;
}
#small-basket .toggle-basket .basket-content .basketGoods .calc input{
    width:58px;
    height:18px;
    border:1px solid #006699;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
}
#small-basket .toggle-basket .basket-content .basketGoods .calc input.inputSmall-weight{
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
#small-basket .toggle-basket .basket-content .basketGoods .calc input.inputSmall-length{
    border-top:0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

#small-basket .toggle-basket .basket-content .basketInput{
    height: 16px;
    width: 61px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    text-align: center;
    font: 500 13px 'OpenSans';
    line-height: 16px;
    margin: 0px 5px 0 2px;
}

#small-basket .toggle-basket .basket-content .basketGoodsClose{
    background: url(/images/basket-del.png);
    cursor: pointer;
    height: 13px;
    width: 13px;
    position: absolute;
    right: 10px;
    top: 19px;
}
#small-basket .toggle-basket .basket-content .basketGoodsClose:hover{background-position: 0px -14px;}

.jspPane .basketGoods:last-child .totalPrice{
    border-bottom: none;
}

.totalPrice{
    margin: 8px 10px 0;
    border-bottom: 1px solid #e3e3e3;
}

.totalPrice span{
    font: 12px 'OpenSans', sans-serif;
}

.totalPrice b{
    color: #ff6600;
    font-size: 14px;
    font-weight: 700;
}

/*input.basketButton{
	background: url('/bitrix/templates/vialmet_main/components/bitrix/sale.basket.basket.small/.default/images/basketButton.gif');
	height: 30px;
	width: 245px;
	margin: 10px 0 0 20px;
}*/

#small-basket .toggle-basket .basket-submit{
    /*background: url(/images/basketShadow.gif) no-repeat 50% 0%;*/
    background: url(/images/basketShadowBottom.png) no-repeat;
    position: absolute;
    padding-top: 20px;
    height: 73px;
    bottom: 0;
    left: 0;
    right: 0;
}
#small-basket .toggle-basket .basket-submit a{
    position: absolute;
    text-decoration: none;
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 4px;
    background-color: #006699;
    color: #ffffff;
    text-align: center;
    margin: 20px auto 30px;
    float:none;
    left: 10px;
}
#small-basket .toggle-basket .basket-submit a:hover{
    background-color: #0684cf;
}
#small-basket .toggle-basket .basket-submit a:active{
    background-color: #0684cf;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}
.jspDrag{
    background: #006699 !important;
}

.clearfix:after {
    clear: both;
}
/* для IE6-7 */
.clearfix{
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
    width: 100%;
    padding:0 0 48px 0;
    position: relative;
    min-height: 700px;
}
.middle:after {
    display: table;
    clear: both;
    content: '';
}
.container {
    width: 100%;
    float: left;
    /*overflow: hidden;*/
}
.content {
    padding: 0 0 0 252px;
}

.content h2.title{
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    height: 50px;
    color: #555555;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 20px;
    padding-top: 50px;
    clear: both;
}
.content h2.title:before {
    content: " ";
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: -9px;
    background-image: url(/images/shadow.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.content .banner{
    text-align: center;
    overflow: hidden;
}
.content .banner img{max-width:100%;}


.clear {
    width:100%;
    height:0px;
    clear:both;
}
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* Ð´Ð»Ñ IE6-7 */
.clearfix{
    zoom: 1;
}
/*.jspContainer{*/
    /*height: 100% !important;*/
/*}*/