/****************************************
START  Contents of shoppingbasket.css excluding multiple address part 
*****************************************/

div#confirmationAlert div.sectionInner div.subSection div.subSectionInner h3 {
	background: transparent url(../img/icon_confirmation.gif) left top no-repeat;
	color: #000;
	display: block;
	font-size: 2.2em;
	margin: 0;
	padding: 0 0 8px 30px;
}
div#errorAlert div.sectionInner div.subSection div.subSectionInner h3 {
	background: transparent url(../img/icon_alert.gif) left top no-repeat;
	color: #f00;
	display: block;
	font-size: 2.2em;
	margin: 0;
	padding: 0 0 8px 30px;
}
div#confirmationAlert div.sectionInner div.subSection div.subSectionInner p, 
div#errorAlert div.sectionInner div.subSection div.subSectionInner p {
	font-size: 1.1em;
	padding-left: 30px;
}
div.sectionInner div.subSection div.subSectionInner {
	padding: 16px 8px 8px 8px;
}
div.sectionInner div.subSection div.basketCheckout ul {
	clear: both;
	list-style: none;
	padding-bottom: 8px;
}
div.sectionInner div.subSection div.basketCheckout ul li {
	float: left;
	padding-right: 6px;
}
div.sectionInner div.subSection div#basketItemList h4 {
	float: none;
	margin: 0 0 4px 0;
	padding: 0;
}
.basketItemList ul li{
	margin: 0px;
	padding: 0px;
	}
div.sectionInner div.subSection div#basketItemList p.basketItemHeader {
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px dotted #e6e6e6;
}
div.sectionInner div.subSection div#basketItemList p.basketItemHeader span {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0;
}
div.sectionInner div.subSection div#basketItemList p.basketItemHeader span.col1 {
	width: 362px;
}
div.sectionInner div.subSection div#basketItemList p.basketItemHeader span.col2 {
	width: 112px;
}
div.sectionInner div.subSection div#basketItemList p.basketItemHeader span.col3 {
}
div.sectionInner div.subSection div#basketItemList a {
	padding: 16px 8px 0 0;
}
div.sectionInner div.subSection div#basketItemList input#updateBasket {
	float: right;
	margin-bottom: 8px;
}
div.sectionInner div.subSection div#basketItemList ul li.lastItem {
	border-bottom: 0;
}
div.sectionInner div.subSection div#basketItemList ul li img, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemQty, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice {
	float: left;
}

body#ptCart div.sectionInner div.subSection div#basketItemList ul li img {
	margin: 0 5px 0 5px;
}

body#ptCart div.sectionInner div.subSection div#basketItemList ul li img.photo {
	margin: 0px 5px;
}

div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc {
	width: 155px;
	margin: 0 16px;
}

div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc.couponInfo{
		margin-left:90px;
	}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc h5 {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc h5 a, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc h5 a:link, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc h5 a:visited {
	color: #000;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemQty input.qty {
	font-size: 1.1em;
	border: 1px solid #9c9c9c;
	width: 17px;
	height: 17px;
	vertical-align: top;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemQty p.error {
	display: block;
	color: #f00;
	padding-top: 1em;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemQty a {
	background: transparent url(../img/bullet_001.gif) left 5px no-repeat;
	color: #000;
	display: block;
	font-size: 1.1em;
	padding: 1px 0 1px 8px;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemQty {
	width: 48px;
}

div.sectionInner div.subSection div#basketItemList ul li div.basketItemQty p.evoucherQty{
	float: left;
	font-size: 1.2em;
	padding: 3px 5px 0 0;
}

div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice {
	color: #f00;
	font-weight: bold;
	text-align: right;
	width: 122px;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice.singleItemPrice {
	text-align: left;
}

div.sectionInner div.subSection div#invoiceDetails {
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown {
	border-collapse: collapse;
	width: 100%;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown th {
	color: #666;
	font-size: 1.4em;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown td {
	color: #666;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown .field {
	text-align: left;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown .value {
	color: #f00;
	text-align: right;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#subTotal td {
	vertical-align: bottom;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#subTotal td.field {
	color: #666;
	font-size: 1.7em;
	padding-bottom: 5px;
	vertical-align: top;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#subTotal td.value {
	font-size: 1.4em;
	font-weight: bold;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr.promo td {
	font-size: 1.1em;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr.promo td.field {
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr.promo td.value {
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#coupon td.field {
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#coupon td.value {
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td {
	border-top: 2px solid #f00;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td.field {
	font-size: 1.7em;
	color: #000;
	padding-top: 10px;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td.field a {
	background: transparent url(../img/bullet_001.gif) left 5px no-repeat;
	color: #000;
	display: block;
	font-size: .65em;
	padding: 2px 0 2px 10px;
}
div.sectionInner div.subSection div.basketReceipt table.basketReceiptBreakdown tr#grandTotal td.value {
	font-size: 2.2em;
	font-weight: bold;
}
div#basketItemList {
	padding: 0px;
}
body.shoppingBasket div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.product {
	font-size: 1.2em;
}
body.shoppingBasket div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.productPrice, 
body.shoppingBasket div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.colour, 
body.shoppingBasket div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.size, 
body.shoppingBasket div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.deliveryDetails {
	font-size: 1.1em;
}
div#basketItemList ul li div.basketItemDesc h4.brand {
	margin: 0;
	padding-top: 0;
	font-size: 1.1em;
	font-weight: bold;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc h6.itemPrice {
	color: #f00;
	font-size: 2.0em;
	font-weight: bold;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p {
	margin-bottom: 4px;
}

div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.product, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.productPrice, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.colour, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.size, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.deliveryDetails {
	margin-bottom: 0;
	padding-bottom: 1px;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.colour, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.size, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc p.deliveryDetails {
	padding-bottom: 7px;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc span.productPrice, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice {
	color: #f00;
	margin-bottom: 8px;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice {
	/*font-size: 1.2em;*/
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc span.productPrice span.price, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice span.price {
	font-size: 1.9em;
}


div.sectionInner div.subSection div#basketItemList ul li div.basketItemDesc span.productPrice span.superscript, 
div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice span.superscript {
	bottom: .4em;
	font-size: 1.3em;
	position: relative;
	vertical-align: baseline;
	color:#FF0000;
}
div.sectionInner div.subSection div#basketItemList ul li div.basketItemPrice span.nosuperscript {
	font-size: 1.7em;
}

div.sectionInner div.subSection div#loyaltyCard {
	position: relative;
}
div.sectionInner div.subSection div#loyaltyCard h4 {
	display: block;
	float: none;
	padding: 0;
	width: auto;
}
div.sectionInner div.subSection div#loyaltyCard h5 {
	float: none;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 8px;
	width: 50%;
}
div.sectionInner div.subSection div#loyaltyCard h5 span {

}
div.sectionInner div.subSection div#loyaltyCard h5 span.value {
	color: #f00;
	padding-left: 5px;
}
div.sectionInner div.subSection div#loyaltyCard p {
	float: none;
}
div.sectionInner div.subSection div#loyaltyCard img {
	/*left: 378px;*/
	position: absolute;
	top: 12px;
	right: 12px;
}

div.buttons input.reset, div.basketCheckout input.reset {
	float: left;
	padding: 0;
}
div.buttons input#checkout_button2, div.buttons input#checkout_button, div.basketCheckout input#checkout_button {
	float: right;
}

body#ptCart img.image {
	float: left;
}

body#ptCart div.section div.sectionInner div.subSection div.subSectionInner p.priceadjustment {
	font-size:1.0em;
}

/****************************************
END  Contents of shoppingbasket.css excluding multiple address part
*****************************************/
.continueShoppingLink{
    color: #FF0000;
    font-family: Arial;
    font-size: 11px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.continueShoppingLink span{
	float: right;
	color: black;
	padding-right: 5px;
	font-size: 15px;
}
.continueShoppingLink a{
	color: #FF0000;
    text-decoration: underline;
}
.checkoutButton{
    color: #CC0000;
    font-family: Arial;
    font-size: 11px;
    width: 710px;
}

.checkoutButtonSection1{
	padding-top: 7px;
	padding-bottom: 7px;
	width: 425px;
	float: left;
}
.checkoutButtonSection2{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 275px;
	float: right;
}
.checkoutButtonSection1 ul li{
	float: left;
	padding-top: 18px;
	padding-left: 2px;	
}
.itemDetailsBar{
	width: 708px;
	background: url(../img/itemDetailsHeaderBG.jpg) no-repeat;        
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 32px;    
    line-height: 32px;    
}
.itemDetailsBarSection1{
	width: 374px;
	padding-left: 20px;
}
.itemDetailsBar span{	
	float: left;
}
.itemDetailsBarSection2{
	 width: 120px;
}
.itemDetailsBarSection3{
	text-align: right;
    width: 154px;	
}
.itemImage{
	width: 160px;
	float: left;	
}
.ItemDetailSection{
	float: right;
    width: 543px;
    margin-top: 15px;
    padding-left: 7px;
}
.ItemDetailSection2{
	padding-left: 0px;
}
.bundledProducts{
	padding-left: 10px;
	padding-top: 10px;
}
.bundledProducts ul{
	border: none;
}
.ItemDesc{
	float: left;
    width: 230px;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px; 	
}
.ItemDesc a{
	text-decoration: none;
	color: #333333;
    font-family: Trebuchet MS,Trebuchet MS,Verdana,Geneva,sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
    width: 270px;
}
.ItemDesc a:hover{
	text-decoration: underline;	
}
.ItemQty{
	float: left;
    width: 124px;	
    margin-top: 5px;
}
.ItemQtyBox{
	float: left;	
}
.ItemQtyBox input{
	border: 1px solid #a3a3a3;
}
.ItemQtyRemove{
	float: right;
	padding-top: 2px;.	
}
.ItemQtyRemove span, .removeGiftWrapped span{
	vertical-align: top;
	color: #FF0000; 
}
.ItemPrice{
	float: left;
    text-align: left;
    width: 100px;	
    font-family: Trebuchet MS,Trebuchet MS,Verdana,Geneva,sans-serif;
    color: #333333;    
    font-size: 16px;
    font-weight: bold;
    padding-left:88px;
}
.giftWrappedOption{
	width: 530px;	
	margin-top: 12px;
}
.giftWrappedOptionType{
	width: 225px;
	float: left;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    padding-left: 0px;
}
.giftWrappedOptionCost{
	float: left;
    padding-left: 30px;
    text-align: center;
    width: 146px;
}
.giftWrapChange{
	padding-left: 0px;
    padding-top: 15px;
	width: 175px;
}
.giftWrapChange label{
	width: 135px;
}
.giftWrapChange span{
	font-size: 13px;	
}
.giftWrapChange span a{
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.giftWrapChange input{
	margin-right: 5px;
	margin-top: 1px;
}
.giftWrapPrice{
    margin-left: 20px;
    font-weight: bold;
}
.superscript{
	color: #333333;
}	
.price{
	color: #333333;
}
.basketItem{
	width:710px;
	border-bottom: 1px solid #a3a3a3;	
}
.basketItems ul{
	border-bottom: 4px solid #333333;
}
.shippingCostSection{
	border-bottom: 1px solid #a3a3a3;	
    margin-top: 7px;
    padding-bottom: 7px;
    width: 710px;
}
.updateButtonSection{
    width: 710px;    
}
.promotionCodeSection{
    width: 710px;    
}
.note{
	color: #999999;
    float: left;
 	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
    font-weight: bold;
    padding-top: 12px;
    text-align: right;
    width: 564px;    
}
.securedNote{
	color: #999999;
    float: left;
    font-family: Myriad Pro;
    font-size: 12px;
    text-align: right;
    width: 275px;    
}
.shippingCostLabel{
	font-family: Myriad Pro;
    font-size: 12px;
    text-align: right;
    width: 500px;
    color: #999999;
    float: left;
}
.shippingCostTag{
	color: #999999;
    float: right;
    font-family: Myriad Pro;
    font-size: 12px;
    padding-right: 23px;
    text-align: right;
    width: 125px;
}
.updateButton{
	float: right;
	width: 125px;
	text-align: right;
	padding-top: 5px;
}
.bottomButttons{
    margin-left: 0px;
    width: 710px;
}
.bundledProduct{
	font-family: Trebuchet MS,Verdana,Geneva,sans-serif;
	font-size: 14px;
	float: left;	
}
.bundledImage{
	float: left;	
	width: 160px;
}
.bundledItemDesc{
	float: left;
	width: 150px;	
}
.bundledItemDesc a{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.bundledItemDesc a:hover{
	text-decoration: underline;
}

.bundledItemQty{
	float: left;
	width: 50px;	
}
.bundledItemPrice{
	float: left;	
	width: 155px;
	text-align: right;
	font-weight: bold;
}
.GrandTotalLabel{
	font-size: 25px;	
	color: #393939;
	text-align: right;
}
.GrandTotalLabel span{
	width: 100px;
	text-align: left;
}
.GrandTotalValue{	
	text-align:right;
	font-size: 25px;
	color: #393939;
}
.continueShopping a{
	color: #CC0000;
    font-family: Arial;
    font-size: 11px;
    margin-top: 10px;
    width: 728px;
    padding-bottom: 10px;
}
.giftWrapMessageSection{
	width: 710px;
}
.addGiftWrap{
	padding-left: 0px;	
}
.addGiftwrapchk{
	width: 225px;
}
.gwRadio{
	padding-left: 15px;
	width: 225px;
	margin-top: 5px;
}
.seevideo{
	text-decoration: none;
	color: #FF0000;
	font-size: 12px;
	cursor: pointer;
}
.seevideo strong{
	text-decoration: underline;
}
.removeGiftWrapped{
	float: left;
	width: 128px;
	text-align: right;
}
/****************************************
 start of promotional Code
*****************************************/
.invalid-promo-code {
	float:  left;
	height:  79px;
	width:  710px;
	margin-top:  15px;
}
.invalid-promo-code-left {
	float:  left;
	width:  23px;
	font-size:  0px;
}
.invalid-promo-code-middle {
	float:  left;
	width:  664px;
	height:  79px;
	background-image:  url(../img/basket-promo-entercodesection-invalid-middle.jpg);
	background-repeat:  repeat-x;
	background-position:  top;
}
.invalid-promo-code-right {
	float:  left;
	width:  23px;
	font-size:  0px;
}
.your-promo-code {
	float: left;
	height: 79px;
	width: 697px;
	margin-top: 15px;
}
.your-promo-code-left {
	float: left;
	width: 23px;
	font-size: 0px;
}
.your-promo-code-middle {
	float: left;
	width: 651px;
	height: 79px;
	background-image: url(../img/basket-promocode-middle-green.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.your-promo-code-right {
	float: left;
	width: 23px;
	font-size: 0px;
}
.promocode-delivery {
	float: left;
	height: 79px;
	width: 697px;
	margin-top: 15px;
}
.promocode-delivery-left {
	float: left;
	width: 23px;
	font-size: 0px;
}
.promocode-delivery-middle {
	float: left;
	width: 651px;
	height: 79px;
	background-image: url(../img/basket-promocode-middle-green.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.promocode-delivery-right {
	float: left;
	width: 23px;
	font-size: 0px;
}
.haveapromo-code {
	float: left;
	height: 79px;
	width: 709px;
	margin-top: 15px;
}
.haveapromo-code-left {
	float: left;
	width: 23px;
	font-size: 0px;
}
.haveapromo-code-middle {
	float: left;
	width: 663px;
	height: 79px;
	background-image: url(../img/basket-promo-middle-yellow.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.haveapromo-code-right {
	float: left;
	width: 23px;
	font-size: 0px;
}
.cross-icon {
	width: 39px;
	height: 61px;
	padding-top: 18px;
	float: left;
}
.invalid-message {
	float: left;
	padding-top: 23px;
	font-size: 13px;
	padding-left: 20px;
	font-family: Trebuchet MS,Verdana,Geneva,sans-serif;
}
.yourpromocode-message {
	float: left;
	width: 480px;
	padding-top: 28px;
	font-size: 12px;
	padding-left: 20px;
	font-family: Myriad Pro;
}
.promocode-delivery-message {
	float: left;
	width: 480px;
	padding-top: 15px;
	font-size: 12px;
	padding-left: 20px;
	font-family: Myriad Pro;
}
.haveapromo-code-message {
	float: left;
    font-family: Trebuchet MS,Verdana,Geneva,sans-serif;
    font-size: 18px;
    padding-top: 12px
}
.haveapromo-code-message span{
	font-size: 13px;
	font-family: Trebuchet MS,Verdana,Geneva,sans-serif;
}
.intercode-input {
	float: right;
    padding-top: 36px;
    width: 243px;
}
.intercode-input input{
	border: 1px solid #a3a3a3;
}
.cartFormContentTop{
	width: 710px;
	float: left;
}
.double-border{
    background-image: url(../img/double-border.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 8px;
    font-size: 0px;
}
.double-border-bottom{
    background-image: url(../img/double-border.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 8px;
    font-size: 0px;
    margin-top: 10px;
}
.removePromo{
	float: left;
    padding-top: 28px;
    width: 100px;
}
.removeIcon{
	float: left;
    width: 30px;
}
.removeLabel{
    color: #FF0000;
    float: left;
    font-size: 12px;
}
/****************************************
 end of promotional Code
*****************************************/
.GiftvideoContentBG{
	padding-left: 10px;
}

.GiftvideoHeader{
	padding-top: 20px;
}

.back-btn{
	margin-top: 20px;
	margin-left: 10px;
}
.videoPopOverlayBody{
	width: 582px;
	padding-left:0px;
	padding-right:0px;
}
.videoPopOverlayContentBG{
	padding-left: 42px;
}
.videoPopOverlayHeader h3{
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}
.videoPopOverlayDetails{
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #393939;	
	padding-top: 20px;
	padding-bottom: 20px;
}
.videoPopOverlayContent{
	width: 676px;
}
.removeItem{
	float: left;
}
p#navBreadcrumbs a {  
	font-family: "Trebuchet MS",Verdana,Geneva,sans-serif;  
    padding-right: 4px;
    text-decoration: none;
    font-size: 11px;
}
.lastItem{
	color: #FF0000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
