#flying_basket{

}

/* small basket */
.flyingbasket_small{
	height:80px;
	z-index:10;
}
.flyingbasket_small-enabled{
	cursor:pointer;
}
.flyingbasket_small_inner{
	position:absolute;
	right:0px;
	bottom:0px;
	margin:0;
	padding:5px 20px;
	width:260px;
	height:49px;
	background:url('img/bg_small.png') 0 0 no-repeat;
}
.fying_si{/* flyingbasket_small_inner (table) */
	width:100%;
}
.fying_si-urbasket{
	font-size:14px;
	color:#3D71DB;
	font-weight:bold;
	padding-bottom:3px;
}

/* big basket */
.flyingbasket_big{
	height:70px;
	z-index:10;
}
.flyingbasket_big_inner{
	position:absolute;
	right:0px;
	bottom:0px;
	margin:0;
	padding:0;
	width:1000px;
	height:215px;
	background: transparent url('img/bg_big.png') 0 0 no-repeat;
	z-index:30 !important;
}

.line_car{
	position:fixed;
	width:301px;
	bottom:0px;
	margin-left:699px;
}

/* minimize & close big_basket */
.table_cls{
	display:block;
	float:right;
	width:18px;
	height:18px;
	cursor:pointer;
	margin-right:5px;
	background:url('img/cls.png') 6px 5px no-repeat;
}
.table_minimize{
	display:block;
	float:right;
	width:18px;
	height:18px;
	cursor:pointer;
	background:url('img/minimize.png') 7px 8px no-repeat;
}

/* table styles */
.flying_basket_table_head{
	margin-top:18px;
}
.flying_basket_table{
	width:100%;
}
.flying_basket_table th{
	height:30px;
	text-align:center;
	padding:0 10px 0 10px;
	cursor:n-resize;
}
.flying_basket_table td{
	padding:5px 10px 5px 10px;
}
.flying_basket_table .vtoraya{
	background-color:#F8F8F8;
}
.flying_basket_table_foot{
	width:100%;
	height:77px;
	background-color:#F1F1F1;
}
.flying_basket_table_foot td{
	padding-left:15px;
	padding-right:15px;
}
.fl_full_price{
	font-size:14px;
	font-weight:bold;
}
.flying_basket_table .dashed{
	border-right:1px dashed #C0C0BF;
}
.line_tension{
	cursor:n-resize;
}

/* empty cart */
.blowing_cart{
	width:155px;
	position:absolute;
	top:-10px;
	right:5px;
	padding:2px 4px;
	background-color:#FFF5D2;
	border:1px solid #EBDFB6;
	text-align:center;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
}

/* slow browser fix - white background */
.slow-browser-bgcolor-fix{
	background-color:#FFFFFF;
}

.flying_basket_table .basket_manipulator{
	width:95px;
}