/* GLOBALS */

.main{
	display: inline-block;
	border: 1px solid;
        margin: 20px;
}

/*min-banner*/
#slider-wrap{ /* Оболочка слайдера и кнопок */
	width:825px;
        margin-bottom: 20px;
	}
#slider{ /* Оболочка слайдера */
	width:825px;
	height:80px;
	overflow: hidden;
	position:relative;}
.slide{ /* Слайд */
	width:100%;
	height:100%;
	}
.arrow {
    display: block;
    position: absolute;
    background: url(../images/arrows-s8b45ff168d.png) no-repeat
}

.arrow.b {
    background-position: -13px -10px;
    height: 5px;
    width: 9px
}

.arrow.big-t {
    background-position: 0 -17px;
    height: 10px;
    width: 30px
}

.arrow.big-top {
    background-position: 0 -27px;
    height: 10px;
    width: 30px
} 
 
.b-header__basket {
    position: absolute;
    height: 85px;
    width: 85px;
    z-index: 300;
    top: 10px;
    right: 0;
    background: url(../images/cart2.png)no-repeat right center;
}

.b-header__basket .basket {
    position: relative;
    margin: 0 5px 0 20px;
    z-index: 401
}

.b-header__basket .cloud, .b-header__basket .cloud_disable {
    position: absolute;
    top: 25px;
    left: 59px;
    z-index: 402;
    line-height: 20px;
    color: #fff;
    background: #ff6418;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px 

}

.b-header__basket .b-heder_basket-inner {
    display: block;
    padding:65px 15px 0 0;
}

.b-header__basket .label {
    line-height: 210%;
    position: relative;
    z-index: 399
}

.b-header__basket .label_basket-empty {
    line-height: 30px
}

.b-header__basket .timeleft_basket {
    color: #be1522;
    position: relative;
    z-index: 401
}

.b-header__basket .timeleft_basket-expire {
    color: #c7c7c7
}

.b-header__basket.event:hover, .b-header__basket.open {
    height: 85px;
    z-index: 700
}

.b-header__basket.event:hover .b-header__basket-list, .b-header__basket.open .b-header__basket-list {
    display: block !important
}

.b-header__basket-list {
    position: absolute;
    width: 300px;
    margin-left: -195px;
    top: 85px;
    z-index: 400;
    display: none;
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
    font-size: 12px;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2)
}

.b-header__basket-list .pdd {
    padding: 15px;
    text-align: center;
}

.b-header__basket-list .g-tbl_wrapper {
    padding: 15px;
    max-height: 262px;
    overflow-y: auto;
    overflow-x: hidden
}

.b-header__basket-list .b-header__basket {
    position: absolute;
    right: 0;
    top: -85px;
    border: 0;
    background: 0
}

.b-header__basket-list .b-header__basket .arrow.big-t {
    position: absolute;
    right: 15px;
    bottom: 0
}



.basket-list__title {
    text-transform: uppercase
}

.basket-list__img {
    width: 70px
}

.basket-list__brand {
    text-transform: uppercase;
    color: #454545
}

.basket-list__price {
    font-weight: bold;
    color: #454545
}

.basket-list__brand, .basket-list__desc, .basket-list__price {
    display: block;
    margin: 0 0 10px 10px
}

.basket-list__total {
    background: url("/images/hr-h__basket.png?1643") top center no-repeat;
    margin-top: 15px;
    padding: 20px 0;
    color: #454545;
    text-align: center
}

.price{
	font-size: 18px;
	padding-bottom: 10px;
        text-align: right;
}        
/* мини ротатор */

#slideshowCont {
	float:left;
	width: 980px;
	overflow:scroll;
	position:relative;
	
}

#next{
	top:30px;
	left:10px;
        width: 25px;
        height: 50px;
	cursor:pointer;
	position:absolute;
	display:none;
}
#last{
	top:30px;
	right:10px;
        width: 25px;
        height: 50px;
	cursor:pointer;
	position:absolute;
	display:none;
}
#slideShow {
	padding:20px 0px;
	width:900px;
	height:70px;
	float:left;
	
}

#slideShow ul{
	list-style:none;
	margin:0;
	padding:0;
	width:1900px;
	margin-left:58px;
}
#slideShow ul li {
	float:left;
}
#slideShow ul li div{
	float:left;
	margin-left:14px;
	margin-right:12px;

}

#slideShow ul li div p{
	margin:0;
	padding:0;
	width:120px;
	text-align:center;
	color:#5e8387;
	text-transform:uppercase;
	padding:2px 0px;
	font-size:12px;
	
}
.clear {
clear:both;
}
