/* BUSKET SUMMARY SECTION */
#basketSummaryMenu {
	width: 274px;
	width: 350px;
	position: absolute;
	z-index: 999;
	display: none;
	right: 0;
	top: 0;
	}
.basketSummaryBG {
	background: url(/images/css/basket_bg.png) repeat-y;
	padding: 0 7px 18px;
	}
.basketSummaryMenuFooter {
	padding-top: 10px;
	}
.basketSummaryMenuFooter .edit {
	float: left;
	}
.basketSummaryMenuFooter .view {
	float: right;
	}
.basketSummaryMenuHeader {
	background: url(/images/css/basketheader_bg.jpg) repeat-x top;
	padding: 27px 30px 10px;
	}
.basketSummaryMenuHeader .title {
	padding-bottom: 8px;
	font-size: 18px;
	color: #444;
	letter-spacing: -.7px;
	float: left;
	width: 100%;
	}
.basketSummaryMenuHeader .title a{
	color:#e3000f;
	}
.basketSummaryMenuHeader .title a:hover{
	text-decoration:underline;
	}
.basketSummaryMenuHeader .title .gray {
	color: #999;
	}
.basketSummaryMenuHeader p.products {
	float: left;
	width: 50%;
	}
.basketSummaryMenuHeader p.amount {
	float: right;
	width: 50%;
	}
.basketSummaryMenuTotal {
	padding: 27px 5px 10px 0;
	}
.baktHolder {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.baktItemnu {
	float: none;
	padding: 5px 0;
	}
.baktDelTitle {
	float: left;
	padding: 5px 0;
	}
.baktDelTitle.full{
	width:100%;
	}
.baktDelCost{
	float: right;
	font-weight: 700;
	padding: 5px 0;
	}
.baktDelCost.full{
	width:100%;
	}
.baktDelCost.normal{
	font-weight:400;
	}
.baktSubtotalTitle {
	float: left;
	padding: 5px 0;
	}
.baktAmout {
	float: right;
	font-weight: 700;
	padding: 5px 0;
	}
.baktHolder .clear {
	clear: both;
	height: 1px;
	background: #EDEDED;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.basketSummaryMenuTotal .vat {
	font-size: 11px;
	font-weight: 400;
	}
.basketSummaryContent_Holder {
	padding: 0 30px;
	max-height:300px;
	overflow-y:scroll;
	}
.basketSummaryContent_Item {
	border-bottom: 1px solid #ededed;
	padding: 0;
	}
.basketSummaryContent_Item.last {
	border-bottom: 0;
	}
.basketSummaryContent_image {
	float: left;
	width: 50px;
	}
.basketSummaryContent_image img {
	float: left;
	}
.basketSummaryContent {
	float: left;
	width: 208px;
	text-align: right;
	font-size: 11px;
	padding-top: 12px;
	}

.basketSummaryContent ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display:block;
	}
/* .basketSummaryContent ul li {
	list-style: none;
	float:left;
	display:block;
	} */
.basketSummaryContent ul li.title {
	font-weight: 400;
	}
/* .basketSummaryContent ul li.quantity {
	width:30%;
	} */
/* .basketSummaryContent ul li.price {
	font-weight: 700;
	width:70%;
	} */
.basketSummaryContent ul li.price {
	font-weight: 700;
	}
.basketSummaryContent ul li.price .vat {
	color: #999;
	font-weight: 400;
	margin-left: 5px;
	}
.emptyBasketSummary {
	background: #fff;
	padding: 10px;
	}
.basketThumb {
	float: left;
	padding: 0 5px 0 0;
	}
.basketSummaryTotal {
	border-top: 1px #ddd dashed;
	font-weight: 700;
	}

.ajaxAddedToBasketHeader {
	font-size: 13px;
	text-align: center;
	padding: 10px;
	}
/* BUSKET SUMMARY SECTION \END */