﻿/* RESET STYLESHEET - # DO NOT EDIT #, OVERWRITE IN BASE STYLES */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
	
#__asptrace{
	margin-top:150px;
}
BODY {
	line-height: 1;
}
	
OL, UL {
	list-style: none;
}	

BLOCKQUOTE, Q {
	quotes: none;
}
	
BLOCKQUOTE:BEFORE, BLOCKQUOTE:AFTER,
Q:BEFORE, Q:AFTER {
	content: '';
	content: none;
}
	
:FOCUS {
	outline: 0;
}

INST {
	text-decoration: none;
}
	
DEL {
	text-decoration: line-through;
}

/* Tables still need 'cellspacing="0"' in the markup. */
TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}
	
/* END RESET STYLESHEET */


/* ERROR BUBBLE */
 .containsErrors{
	background-color: #FFCECE;
}

#FormErrorBubble {
		position: absolute;
		display: none;
		z-index:100;
	}
	
#errorBubbleFirst,
#errorBubbleMiddle,
#errorBubbleLast {
	height: 35px; 
	
}

#errorBubbleFirst {
	width: 34px; 
	min-width: 34px;
	
	background: transparent url(/App_Assets/images/errorPopupFirstBG.png) no-repeat scroll top left;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/App_Assets/images/errorPopupFirstBG.png,sizingMethod='scale');
}

#errorBubbleMiddle {
	color: #000000;	
	padding: 0px 8px 0px 0px;
	line-height: 26px;
	font-size: 12px;
	
	background: transparent url(/App_Assets/images/errorPopupBG.png) repeat-x scroll top left;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/App_Assets/images/errorPopupBG.png,sizingMethod='scale');
}

#errorBubbleLast {
	width: 8px;
	min-width: 8px;
	
	background: transparent url(/App_Assets/images/errorPopupLastBG.png) no-repeat scroll top left;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/App_Assets/images/errorPopupLastBG.png,sizingMethod='scale');
}	

/* END ERROR BUBBLE */

/* OVERLAY STYLES */

#OverlayBackdropContainer {
	position: fixed;
	-position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
}

#OverlayBackdropContainer,
#OverlayBackdrop {
	width: 100%;
	height: 100%;
}

#OverlayBackdrop {
	background: transparent url(/App_Assets/images/screenOverlay.png) repeat fixed top left;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/App_Assets/images/screenOverlay.png,sizingMethod='scale');
	
	overflow: hidden;
}

.Overlay {
	margin: 0px auto;
}
/* END OVERLAY STYLES */

/* OTHER STYLES */



/* ESTIMATED SHIPPING COST OVERLAY STYLES */

#cvvContainer,
#insuranceContainer,
.warning,
#EstimatedShippingCostContainer .footer  {
	background:#ececec;
}

#insuranceContainer
{
	width: 300px;
	display: none;
	position: relative;
	padding:6px;
}

#cvvContainer
{
	width: 440px;
	display: none;
	position: relative;
	padding:6px;
}


#EstimatedShippingCostContainer .heading, #cvvContainer .heading, #insuranceContainer .heading {
	color:#585858;
	font-weight:bold;
	width: 200px;
	float:left;
	padding: 3px 0px 8px 10px;
	font-size: 12px;
	
}

#EstimatedShippingCostContainer .CloseButton, #cvvContainer .CloseButton, #insuranceContainer .CloseButton {
	float:right;
	cursor: pointer;
	padding-right:10px;
}

#insuranceContainer .content {
	height:100px;
	overflow:auto;
	margin:3px 10px 10px 10px;
	padding:10px;
	background:#ffffff;
	clear:both;
}

#cvvContainer .content {
	height:180px;
	overflow:auto;
	margin:3px 10px 10px 10px;
	padding:10px;
	background:#ffffff;
	clear:both;
}

.warning 
{
    padding: 10px;
    font-size: 12px;
    width: 540px;
    margin: 0 auto;
}

.warningImage 
{
    width: 117px;
    height: 117px;
    float: left;
}

.warningImageEstimated 
{
    width: 40px;
    height: 40px;
    float: left;
}

.warningText 
{
    width: 410px;
    float: left;
    padding-left:10px;
}

.warningText p 
{
    margin-bottom: 10px;
}

.redText
{
	color:#DE1F1F;
}

/* END OTHER STYLES */


.small 
{
    font-size: 11px;
}

.red 
{
    color: #DE1F1F;
}



/*AJAX CART */
.clear 
{
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

#CartEditContainer { 
	margin: 0px;
	width: 923px;
	padding-top: 10px;
}

#CartEditContainer #CartEditRowTemplate { 
	display:none; 
}

#CartEditContainer .row { 
	background-image: url(/App_Assets/images/ui/cartRowBackground.gif);
	background-repeat: no-repeat;
	clear:both;	
	float: left;
	font-size: 12px;		
	text-align:center;
	padding: 15px 0px 10px 0px;
	width: 923px;
	position: relative;
}

#CartEditContainer .row .col { 
	float:left;
	width:75px;
	margin:5px 0px 5px 0px;
}

#CartEditContainer .row .description { 
	width: 480px;
	text-align:left;
	padding-left: 15px;
	font-weight: bold;
}

#CartEditContainer .row .availability  
{
    width: 120px;
	text-align:center;	    
}

#CartEditContainer .row .remove  
{
    width: 73px;
	text-align:center;	
	position: relative;    
}

#CartEditContainer .row .quantityInput {
	width:30px;
	text-align:center;
}

#CartEditContainer .header {
	font-weight:bold;
	position: relative;
	color: #ffffff;
	height: 23px;
	padding: 0px;
}

#CartEditContainer .footer {
	clear:both;
}

#CartEditContent a.removeInput {
    cursor: pointer;
    width: 160px;
}

#CartEditContent .removeImage, #CartSideBarContent .removeImage
{
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.CartEditContainerTotalWrapper 
{
    width: 220px;
    font-weight: normal;
    float: right;
    color: #323232;
    margin-top: 10px;
}

.CartEditContainerTotalWrapper .row 
{
    padding: 10px 0px 10px 0px !important;
}

.totalContentColor 
{
    background-color: #f7f7f7;
}


#CartEstimatedShippingCost 
{
    width: 165px;
    float: left;
    position: relative;
}

#CouponWrapper 
{
    width: 250px;
    color: #323232;
    float: right;
    margin: 11px 20px 0px 0px;
    position: relative;
}

.couponSaveImage 
{   
    width: 42px;
    height: 36px;
    float: left;
    position: relative;
}

.couponTextWrap 
{
    width: 220px;
    float: left;
    position: relative;
}

.couponUsedName
{
    width: 220px;
    font-size: 13px;
    float: left;
    font-weight: bold;
}

.couponName 
{
    color: #de1f1f;
}

.couponRemove 
{
    text-align: right;
    float: right;
    position: relative;
}

.couponUsedText 
{
    width: 230px;
    font-size: 11px;
    float: left;
}

#RedCouponWrapper 
{
    width: 290px;
    color: #000000;
    float: right;
    margin: 11px 20px 0px 0px;
    position: relative;
}

#CouponWrapper input.couponInput
{
    width: 160px;
}

#CouponErrorWrapper 
{
    width: 220px;
    height: 36px;
    float: right;
    font-size: 11px;
    color: #333333;
    margin-top: 20px;
    margin-right: 5px;
    background: url(/App_Assets/images/cart-invalidCoupon-bg.jpg) no-repeat;
}

#CouponErrorWrapper .couponErrorContent 
{
    width: 170px;
    float: left;
    padding-left: 40px;
    padding-top: 5px;
}

#CouponErrorWrapper .couponErrorTitle 
{
    color: #de1f1f;
    font-size: 12px;
}


.emptyCartWrap
{
    width: 585px;
    margin: 0 auto;
    margin-top:20px;
}

.emptyCartWrapContent
{
    padding: 10px;
}

.emptyCartImage
{
    width: 104px;
    height: 104px;
    float: left;
    padding-right: 10px;
    position: relative;
}

.emptyCartText
{
    width: 445px;
    float: left;
    font-size: 12px;
    position: relative;
}

.emptyCartText p
{
    margin: 8px 0px 8px 0px;
}

.emptyCartText a
{
    font-weight: bold;
    color: #AA0000;
    text-decoration: underline;
}



/* New styles*/
	

.CartDisplay .shippingBalanceLabel , 
.CartDisplay .shippingAvailableDateLabel, 
.PreSaleLabel,
.CartDisplay .shippingFutureDiscount
{
	font-size: 11px;
	font-weight: normal;
	color: #de1f1f;
}
		
		
#CartEditContent .shippingBalanceLabel
{
	font-size: 11px;
	font-weight: normal;
	color: #de1f1f;
}
			
.CartEditContainerTotalWrapper 
{
	width: 220px;
	font-weight: normal;
	float: right;
	text-align: center;
	color: #323232;
}
		
.CartEditContainerTotalWrapper .row { 
	border-top:solid 1px #D9D9D9;
	clear:both;	
	float: left;
	font-size: 12px;		
	text-align:left;
	padding: 5px 0px 5px 0px;
	width: 220px !important;
	position: relative;
}
		
.CartEditContainerTotalWrapper .topRow { 
	border-top: none !important;
}
		
.CartEditContainerTotalWrapper .rowLabel 
{
	width: 100px !important;
	padding-top: 0px !important;
	padding-left: 10px;
	float: left;
	text-align: left;		    
}
		
.CartEditContainerTotalWrapper .rowValue 
{
	width: 90px;
	float: left;
	text-align: right;
}
		
.CartEditContainerTotalWrapper .cartTotal 
{		
	float:left;
    font-size:26px;
    padding:5px 0px 0px 0px;
    text-align:right;
    width: 125px;
    position: relative;
}
		
.CartEditContainerTotalWrapper a 
{
	color: #AA0000;
	text-decoration: underline;
}
		
.CartEditContainerTotalWrapper .totalContent
{
	width: 70px;
	float: left;
	text-align: left;
	padding: 5px 0px 5px 10px;
	font-size: 26px;
	position: relative;
}
		
.CartEditContainerTotalWrapper .totalContent .small 
{
	width: 65px;
	font-size: 11px;
	text-align: center;
	position: relative;
	float: left;
}
#CartEditTotal
{
	padding-top: 10px;
}

.addtoCartButton 
{
    width: 119px;
    height: 27px;
}

#innerContentWrap 
{
     margin:10px 10px 0px 10px;
     width: 924px;
     float: left;
     min-height:770px;
}

#innerContentWrap .AddressPanel, #innerContentWrap .PersonalDetailsPanel
{
    width: 738px;
    margin-top: 10px;
}
#innerContentWrap .AddressPanel, #innerContentWrap .FavouritePlatformPanel,
#innerContentWrap .AddressPanel, #innerContentWrap .FavouriteCategoriesPanel
{
    width: 736px;
    margin-top: 10px;
}

#innerContentWrap .AddressPanel, #innerContentWrap .FavouriteCategoriesPanel 
{
    margin-bottom: 10px;
}

#innerContentWrap .successMessage, #innerContentWrap .errorMessage 
{   
     float: left;
}

.noAddFalse
{
    padding: 0px 0px 0px 0px !important;
}

#innerContentWrap .personalDetailsWrap, #innerContentWrap .productDetailsWrap 
{
    width: 739px;
    float:left;
}

#innerContentWrap .creditCardDetailsWrap 
{
    width: 923px;
    float:left;
}

#innerContentWrap .paymentPanel 
{
    width: 923px;
}

.CartContent{
	background-color:#fafafa;
}

.creditCardForm 
{
    width: 557px;
    float: left;
    margin:10px 15px 0 0;
}

.creditCardImages
{
    width: 250px;
}

.cardImagesContent 
{
    padding: 5px 10px 10px 15px;
}

#innerContentWrap .creditCardDetailsWrap .roundedPanel 
{
    margin-bottom: 15px;
}

#innerContentWrap .creditCardDetailsWrap .paymentNext 
{
    float:right;
    margin-bottom: 15px;
}

#innerContentWrap .finaliseEditOrderRow 
{
    text-align: left;
}

#innerContentWrap .billingAddressWrap { 
    width:650px;
    float:left;
}

#innerContentWrap .deliveryAddressWrap { 
    width:650px;
    float:left;
}

#innerContentWrap .deliveryAddressWrap .AddressPanel,
#innerContentWrap .billingAddressWrap .AddressPanel { 
    width:650px;
    float:left;
}

#innerContentWrap .deliveryAddressWrap .row,
#innerContentWrap .billingAddressWrap .row
{		    
    background-repeat: no-repeat;
    clear:both;
    float:left;
    font-size:12px;
    padding:10px 15px;
    width: 455px;
    position: relative;	    
}

#innerContentWrap .incomplete
{
    width: 250px;
    margin: 0px auto 10px auto;
}

#innerContentWrap .personalDetailsUpdated
{
    width: 255px;
    margin: 20px auto 0px auto;
}

#innerContentWrap .forgottenPasswordUpdated
{
    width: 390px;
    margin: 10px auto 10px auto;
}

#innerContentWrap .registrationIncomplete
{
    width: 310px;
    margin: 0 auto;
}

#innerContentWrap .incompleteImage, #innerContentWrap .updatedImage, #innerContentWrap .registrationIncompleteImage 
{
    width: 45px;
    height: 35px;
    float: left;
    padding-left: 5px;
    position: relative;
}

.incompleteImage { float: left; margin-right: 10px; margin-left: 5px; }

#innerContentWrap .emptyText 
{
    padding: 0px 10px;
    position: relative;
    font-size: 12px;
}

#innerContentWrap .incompleteText, #innerContentWrap .updatedText
{
    width: 190px;
    float: left;
    position: relative;
}

#innerContentWrap .passwordText 
{
    width: 330px;
    float: left;
    position: relative;    
}

#innerContentWrap .incompleteText 
{
    position: relative;
}

#innerContentWrap .registrationIncompleteText
{
    width: 250px;
    float: left;
    padding-top: 10px;
}

#innerContentWrap .personalDetailsWrap.checkoutDetails
{
    width: 650px;
}

#innerContentWrap .DetailedRegistrationPanel 
{
    margin-top: 10px;
}

#innerContentWrap .personalDetailsWrap .row
{		    
    clear:both;
    float:left;
    font-size:12px;
    padding:10px 12px;
    width: 706px;	
    position: relative;	    
}

.MyAccountBackground 
{
    background-repeat: no-repeat;
    clear:both;
    float:left;
    font-size:12px;
    padding:10px 12px;
    width: 706px;	
}

.twoColumnDetails 
{
    width: 429px !important;
}

LoginBackground 
{
    background-image: url(/App_Assets/images/ui/loginBackground.gif);
    background-repeat: no-repeat;
    clear:both;
    font-size:12px;
    width: 455px;	
    position: relative;
}



#innerContentWrap .creditCardDetailsRow 
{
    border-top:1px solid #D9D9D9;
    clear:both;
    float:left;
    font-size:12px;
    padding:10px 15px;
    width: 525px;
    position: relative;
}

#innerContentWrap .header
{
    color:#aa0000;
}

#innerContentWrap .cartPurchaseButton 
{
    float: right;
    margin: 10px 0px 10px 0px;
}

#innerContentWrap .requiredField 
{
    color: #AA0000;
	padding-left:2px;
}

#innerContentWrap .personalDetailsWrap .rowLabel, #innerContentWrap .creditCardDetailsWrap .rowLabel
{
    width: 140px;
    float: left;
    padding-top: 5px;
    font-weight: bold;
}

#innerContentWrap .personalDetailsWrap .rowLabel a,
#innerContentWrap .creditCardDetailsWrap .rowLabel a
{
    color: #AA0000;
    text-decoration: underline;
}

#innerContentWrap .personalDetailsWrap input.rowInput,#innerContentWrap .creditCardDetailsWrap input.rowInput 
{
    width: 250px;
    float: left;
}

#innerContentWrap .personalDetailsWrap input.rowInputMedium, #innerContentWrap .creditCardDetailsWrap select.rowInputMedium
{
    width: 150px;
    float: left;
}

#innerContentWrap .personalDetailsWrap input.rowInputShort, #innerContentWrap .creditCardDetailsWrap input.rowInputShort
{
    width: 80px;
    float: left;
}

#innerContentWrap .updateDetails /* changed for image buttons */
{
    cursor: pointer;
    float: right;
}

#innerContentWrap .prevButton 
{
    cursor: pointer;
    float: right;
    padding-right: 10px;
}

.shoppingCartDetailsWrap 
{
    width: 175px;
    margin-left: 10px;
    margin-bottom: 10px;
    float:left;
}

.availStoreTitle 
{
    font-weight: bold;
    width: 150px;
    float: left;
    padding-bottom: 5px;
    text-align: center;
}

.availStorePostcode 
{
    width: 40px;
    float: left;
    padding-top: 5px;
    
}

.availStoreInput
{
    width: 50px;
    font-size:10px;
    float:left;
    padding-left: 10px;
}

.availStoreInput input
{

    font-size:10px;

}

.availStoreButton 
{
    width: 64px;
    margin: 5px auto 5px auto;
}

.loader
{
	margin:0px auto;
	text-align:center;
}

.loader .text
{
	margin-bottom:10px;
}

.loaderLarge
{
	padding:30px;
	width:115px;
	margin-bottom:20px;
}

.loaderSmall
{
	padding:10px;
	width:115px;
	margin-bottom:10px;
}

.btnChangePassword 
{
    width: 114px;
    height: 22px;
    background: url(/App_Assets/images/ui/myaccount-changePassword.gif) no-repeat;
    border: none;
    cursor: pointer;
}

.btnChangePassword:hover
{
    background: url(/App_Assets/images/ui/myaccount-changePasswordHover.gif) no-repeat;
}

.btnChangeEmail 
{
    width: 149px;
    height: 28px;
    background: url(/App_Assets/images/ui/btn-changeemail.jpg) no-repeat;
    border: none;
    cursor: pointer;
}

.btnChangeEmail:hover
{
    background: url(/App_Assets/images/ui/btn-changeemail-hover.jpg) no-repeat;
}

.btnCancelPassword 
{
    width: 59px;
    height: 21px;
    background: url(/App_Assets/images/ui/myaccount-cancelPassword.gif) no-repeat;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}

.genericPanelText {
	font-size: 12px;
	line-height: 13px;
}

#header-info a, #header-info a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333; text-decoration: underline; }

#header-info a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333; text-decoration: underline; }

#header-info a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333; text-decoration: underline; }

#header-info a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333; text-decoration: underline; }


#header-info a.bluelink, #header-info a.bluelink:link { color: #878787; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

#header-info a.bluelink:active { color: #878787; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

#header-info a.bluelink:visited { color: #878787; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

#header-info a.bluelink:hover { color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: underline; }

.hrn { width: 0px; }
