
/**** Basket ****/

#xBasketLayer {
	position:absolute;
	/*top:250px;*/
	z-index:500;
  	margin:0 auto;
  	text-align:left;
	display:none;
}
#xBasketLayer img {border:none}
#BasketTop {
	width:265px;
	height:35px;
}
#BasketMiddle {
	background-image:url(../popup/popup_basket_middle.gif);
	background-repeat:repeat-y;
	width:265px;
	padding-left:10px;
	padding-right:10px;
	min-height:50px;
}
#BasketBottom {
	background-image:url(../popup/popup_basket_bottom.gif);
	background-repeat:no-repeat;
	width:265px;
	height:8px;
}

#BasketLayerSingle {
	position:absolute;
	/*top:250px;*/
	z-index:500;
	padding:5px 5px 5px 5px;
	width:265px;
  	margin:0 auto;
  	text-align:left;
	display:none;
}
#BasketLayerSingle img {border:none}
#BasketTopSingle {
	width:265px;
	height:35px;
}
#BasketMiddleSingle {
	background-image:url(../popup/popup_basket_middle.gif);
	background-repeat:repeat-y;
	width:235px;
	padding-left:20px;
	padding-right:20px;
	min-height:50px;
}
#BasketBottomSingle {
	background-image:url(../popup/popup_basket_bottom.gif);
	background-repeat:no-repeat;
	width:265px;
	height:8px;
}
