﻿.voucher 
{
    border-top:1px white;
}

ul.basketList {
	list-style-type: none;
	padding: 0;
	margin:0;
	line-height:13px;
}
ul.basketList li {
	padding: 10px 0;
	background-repeat: repeat-x;
	background-position:bottom right;
	background-image: url("/images/interface/backgroundDottedVerticalLine.gif");
	display: block;
	clear:both;
	height: 90px;
	/*overflow:hidden;*/
}
ul.basketList li a.basketItemImage, ul.basketList li.wishList a.basketItemImage, .productThumb {
	float: left;
	clear:left;
	display: block;
	overflow:hidden;
	width: 64px;
	height:82px;
	border: 1px solid #CCCCCC;
	line-height: 1000px;
}

ul.basketList li .basketDescription, ul.basketList li.wishList .basketDescription {
	float:right;
	clear: right;
	width: 560px;
	padding: 0 10px 10px;
}
ul.basketList li.wishList .basketDescription { 
	width: 570px;
	padding: 0 0 10px 0;
}
.basketDescription h3 a, .basketDescription h3 {
	font-weight: bold;
	color: #cc0066;
	padding:0;
}
.basketDescription h3 a:hover {
	color: #cc0066;
}

.basketDescriptionCol1 {
	float:left;
	width: 360px;
}
.basketDescriptionCol2 {
	float:left;
	padding-left:10px;
	width: 90px;

}
.basketDescriptionCol3 {
	float:right;
	padding-left:10px;
	width: 90px;
}
.wishListDescriptionCol2 {
	float:right;
	padding-top:0px;
	padding-left:0;
	padding-right:0;
	width: 148px;
}
p.priceEach {
	color: #999999;
	font-size: 11px;
}
p.waspriceEach {
	color: #ffffff;
	font-size: 11px;
}
p.lineSubtotal {
	float:right;
	text-align:right;
	padding:0;
	clear:both;
}
.lineGrandTotal {
	background-color:#333333;
	padding:2px 10px 0px 0;
	width: 640px;
}
.lineGrandTotal strong {
	text-align:right;
 }
.extraLines, .basketButtonsHolder, .basketButtonsHolderTop {
	padding: 0 10px 5px 0;
	background-repeat: repeat-x;
	background-position:bottom right;
	background-image: url("/images/interface/backgroundDottedVerticalLine.gif");
	clear:both;
}
.updateBasketButtonsHolder {
	padding:5px 0;
	display:block;
	float:right;
	width:200px;
}
.updateWishListButtonsHolder {
	padding:5px 0;
	display:block;
	float:left;
	width:650px;
}
.basketButtonsHolderTop {
	padding: 0;
}
h1.yourBasket, h2.promotionCode {
	display:block;
	width: 500px;
	height: 20px;
	overflow:hidden;
	line-height: 1000px;
	background-repeat: no-repeat;
	background-position:top left;
}
h2.promotionCode {
	height: 10px;
}
.promotionCodeHolder {
	padding-top: 10px;
	display:block;
	float:left;
	width:350px;
}
.redeemButtonHolder {
	padding-top:5px;
	padding-right: 10px;
	height: 16px;
	float:left;
}
a.removeItem {
	font-size: 11px;
	font-weight:normal;
	color:#999999;
	text-decoration:underline;
	line-height:15px;
}
.theProductColor {
	display:block;
	height: 25px;
	width: 82px;
	overflow:hidden;
	border:1px solid #ccc;
	margin-top:3px;
}
.nowPrice {
	font-size:14px;
	color:#FFFFFF;
}
.wasPrice {
	font-size:10px;
	color:#999999;
}
ul.basketList li.header {
	display:block;
	height: 25px;
}
h2.specialOffer {
	padding:10px 0 0 0;
	margin:0;
}