div.dynamic_basket{
	z-index:100;
   border:none;
   width:160px;
   height: 188px;
}

div.dynamic_basket_1{
	
	background: url(../../images/pl/basket/basket1.gif);
}

div.dynamic_basket_2{
	background: url(../../images/pl/basket/basket2.gif);
}

div.dynamic_basket_3{
	background: url(../../images/pl/basket/basket3.gif);
}

div.dynamic_basket_4{
	background: url(../../images/pl/basket/basket4.gif);
}

div.dynamic_basket_5{
	background: url(../../images/pl/basket/basket5.gif);
}

div.dynamic_basket img.x{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

div.dynamic_basket img.free_delivery{
	position: absolute;
	top: 115px;
	right: 3px;
	cursor: pointer;
}

div.dynamic_basket span.basket_value{
	position: absolute;
	top: 25px;
	left: 73px;
	font-family: tahoma, arial;
	color: #566a74;
	font-size:0.9em;
}

div.dynamic_basket div.bottom_info{
	position:absolute;
	bottom: 7px;
	width: 100%;
	border: none;
	text-align:center;
	font-family:arial;
	font-size: 1.0em;
	color: #88959b;
}

div.dynamic_basket div.bottom_info a{
	color: #4d7fb2;
}

div.drag_indicator{
	background: yellow;
	width:193px;
	position:relative;
	font-family: arial;
	color: #869497;
}

div.drag_indicator div.info_container{
	width:148px;
	padding: 0px 0px;
	position:absolute;
	top:0px;
	right:0px;
}

div.drag_indicator div.info_up{
	background: url(../../images/pl/basket/drag_background_up.gif);
	background-position: top center;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	padding: 7px 0px 0px 0px;
	margin:0px 0px;
}

div.drag_indicator div.info_down{
	background: url(../../images/pl/basket/drag_background_down.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	height:100%;
	width:100%;
	padding: 0px 0px 7px 0px;
	margin:0px 0px;
}



div.drag_indicator div.info{
	width:46px;
	border-right: 1px solid #c7c8c8;
	border-left: 1px solid #c7c8c8;
	padding: 0px 7px;
	width:132px;
	background: white;
}

div.drag_indicator div.icon_container{
	background: url(../../images/pl/basket/drag_background_left.gif);
	background-position: top center;
	background-repeat: no-repeat;
	width:50px;
	height:42px;
	position:absolute;
	top:0px;
	left:0px;
}

div.drag_indicator div.icon_container div.icon{
	width:36px;
	height: 36px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	top:3px;
	left:3px;
}

div.drag_indicator div.icon_container div.icon img{
	margin: auto auto;
}

div.drag_indicator span.marque{
	color: #869497;
	font-weight:normal;
	display:block;
}

div.drag_indicator span.name{
	color: #617073;
	font-weight:normal;
	display:block;
	margin-bottom: 3px;
}

div.drag_indicator span.price{
	color: #c4d0d2;
	font-weight:normal;
}