.but_basket{
	max-width:200px;
	position:relative;
	height:32px;
	margin: 0 auto;
}
.but_basket a{
	background:#d00;
	line-height:32px;
	text-align:center;
	font-size:16px;
	transition:all 0.6s 0.01s ease;
	display:block;
	white-space: pre;
}
.microb .but_basket a{
	font-size:12px;
	line-height:24px;
}
.but_basket a:hover{
	background:#903a1c;
}
.abswidt{
	width:100%;
	position:absolute;
	transition:all 0.4s 0.01s ease;
}
.but_basket .vtorblock, .but_basket.active .perviblock{
	transform:scale(0.1);
	opacity:0;
}
.but_basket.active .vtorblock{
	transform:scale(1);
	opacity:1;
}
.but_basket dd a, .but_basket span{
	width:90%;
	margin:0 auto;
	border-radius:8px;
	position:relative;
	display:block; 
	overflow:hidden;
}
.but_basket span table{
	width:100%;
}
.but_basket span a{
	width:100%;
}
.but_basket a.greenbas{
	background:#94c122;
}
.but_basket a.greenbas:hover{
	background:#7ca023;
}
/*-----------------------------*/
.minitbls{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:500px;
	height:80px;
	line-height:1.05;
}
ul.selectrorsbasket, .selectrorsbasket li{
	margin:0px;
	list-style:none;
}
.selectrorsbasket a{
	display:block;
	margin:2px 0;
	background:#900;
	color:#fff;
	font-size:11px;
	border-radius:6px;
	padding:5px 0;
	text-align:center;
	transition:all 0.4s 0.01s ease;
}
.selectrorsbasket a:hover{
	background:#f00;
}
/*-----------------------------*/
.lftmenu a{
	background:#eeeeee;
	display:block;
	margin:2px 0;
	transition:all 0.3s 0.01s ease;
	color:#000;
	font-size:14px;
	padding:12px 10px;
	line-height:1.01;
}
.lftmenu a:hover, .lftmenu a.active{
	background:#000;
	color:#fff;
}
.lftmenu ul ul{
	padding:0 0 0 10px;
}
.lftmenu ul ul a{
	font-size:12px;
	padding:5px 10px;
}
.lftmenu ul ul ul a{
	font-size:10px;
}
.lftmenu ul ul a:hover, .lftmenu ul ul a.active{
	background:#555;
}
/*-----------------------------*/
.minikorzinabasket{
	width:100%;
}
.minikorzinabasket td{
	font-size:13px;
	font-weight:300;
	border-top:1px solid #dcdcdc;
	padding:20px 10px;
	vertical-align:middle;
	line-height:1.05;
	text-align:left;
}
.minikorzinabasket th{
	font-size:11px;
	font-weight:300;
	padding:5px 10px;
	vertical-align:middle;
	line-height:1.05;
	text-align:left;
}
/*---------------------------------*/
.minitabs{
	background:#000;
	display:inline-block;
	color:#fff;
	line-height:30px;
	border-radius:15px 15px 0 0;
	padding:0 10px 0 2px;
	transition:all 0.3s 0.01s ease;
	opacity:0;
	transform:scaleY(0.1);
	margin:0 2px -30px;
}
.minitabs.active{
	margin-bottom:0px;
	opacity:1;
	transform:scaleY(1);
}
.minitabs:hover{
	background:#444;
	color:#fff;
}
.minitabs ins{
	border-radius:100%;
	width:26px;
	line-height:26px;
	margin:2px 0;
	background:#900;
	display:inline-block;
	text-align:center;
	transition:all 0.3s 0.01s ease;
}
.minitabs:hover ins{
	background:#f00;
}
/*------------------------------------*/
a.bskover, a.bskover:hover{
	position: relative;
    width:50px;
    height: 45px;
    text-align: center;
	background:url(image/basket_korzina.png) no-repeat center bottom!important;
	display:block;
	background-size:auto 90%!important;
	margin: -5px 0 0 0;
}
.sharikbasket{
	line-height:16px;
	background:#d00;
	font-size:14px;
	color:#fff;
	width:20px;
	line-height:20px;
	display:block;
	margin:7px auto 0;
	border-radius:100%;
	font-weight:300;
}
/*----------------------------------------*/
#korzinafly{
	position:absolute;
	z-index:1200;
	left:-1000px;
	top:-1000px;
	overflow:hidden;
}
#korzinafly img{
	width:100%;
	height:100%;
}
#korzinafly.active{
	transform:scale(0.2);
	transition: all 0.7s 0.05s ease;
	opacity:0;
}
