/* Customise styles */

body {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #fff;
	background: #000;
	}

html, body {
	height:100%;
	}

/* Main Table */
#mainTable {
	width: 85%;
	}

#pageTwo {
	font-size: 130%;
	line-height: normal;
}

/* borders and rules */
.centerBoxContentsProducts, .categoryListBoxContents a, .categoryListBoxContents a:visited, #orderTotals, #accountOrderTotals, .accountTotalPrice, .accountTotalText, #ottotal, #homeFooterWrapper {
	border-top: 1px solid #fff;
	}

.child_product {
	border-top: none;
	display:flex;
	align-items:center;
	justify-content:space-between;
	}

.noOptionsMessage, #cartSubTotal, #prevOrders td, .couponContainer, .discountDescHeader, table.reorderSummary, hr, #shopOpenTimesOnce td, #shopOpenTimesTwice td {
	border-bottom: 1px solid #fff;
	}

hr {
	height: 1px;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	border: none;
	border-bottom: 1px solid #fff;
	}

hr.dotted {
	height: 1px;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	border: none;
	border-bottom: 1px dashed #fff;
	}

/* headings */
#loginDefaultHeading, #createAcctDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, #transactionCancelledHeading, #timeoutDefaultHeading, #accountDefaultHeading, #addressBookProcessDefaultHeading, #logoffDefaultHeading, #createAcctSuccessHeading,  #accountHistoryDefaultHeading, #siteMapHeading, #pageNotFoundHeading, #conditionsHeading, #contactusDefaultHeading, #privacyDefaultHeading, #cookiesHeading, #shippingInfoHeading, #cartDefaultHeading, #openingTimesHeading, #reservationsHeading, #offersHeading, #allergiesDefaultHeading, #ezPagesHeading, #unsubDefaultHeading, #acctNewslettersDefaultHeading, #checkoutShipAddressDefaultHeading, #checkoutPayAddressDefaultHeading {
	color: #fff;
	}

/*warnings, errors, messages*/
#checkoutConfirmDefault .messageStackSuccess, #checkoutPayment  .messageStackSuccess {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border: 3px solid #cc0000;
	color: #cc0000;
	font-weight: bold;
	font-size: 11pt;
	line-height: 14pt;
	margin: 5px 0;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
.messageStackWarning, .messageStackError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	background: #FFFFFF;
	border: 3px solid #cc0000;
	color: #cc0000;
	margin: 5px 0;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

.messageStackCaution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	background: #FFFFFF;
	border: 3px solid #cc0000;
	color: #cc0000;
	margin: 5px 0;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

.messageStackCaution a {
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
	}

.errorList {
	padding-top: 10px; 
	font-size: 12pt;
	}

/* EZ (Footer) Navigation Bar */

/* Headings */
h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	}
	
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	}

.itemTitle {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: normal;
	margin: 10px 0 5px 0;
	}

.child_product .itemTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin:0;
	font-weight: bold;
	text-align: right;
	}
	
#itemPrice {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: normal;
	text-align: right;
	float: right;
	display:flex;
	align-items:center;
	justify-content:flex-end;
	width:50%;
	}

.parent_product #itemPrice {
	display:none;
	}
	
#itemDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	float: left;
	padding-left: 5px;
	width: 48%;
	position: relative;
	}

.parent_product #itemDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	float: left;
	padding-left: 5px;
	width: 100%;
	position: relative;
	}

#itemDetail img {
	height: 15px;
	width: auto;
	}

#itemDetail ul {
	margin: 0 0 0 15px;
	padding: 0.5em 0em;
	line-height: normal;
	}

#loginDefaultHeading, #createAcctDefaultHeading, #checkoutShippingHeading, #checkoutPaymentHeading, #checkoutConfirmDefaultHeading, #checkoutSuccessHeading, #transactionCancelledHeading, #timeoutDefaultHeading, #accountDefaultHeading, #addressBookProcessDefaultHeading, #logoffDefaultHeading, #createAcctSuccessHeading,  #accountHistoryDefaultHeading, #siteMapHeading, #pageNotFoundHeading, #conditionsHeading, #contactusDefaultHeading, #privacyDefaultHeading, #cookiesHeading, #shippingInfoHeading, #cartDefaultHeading, #openingTimesHeading, #reservationsHeading, #offersHeading, #allergiesDefaultHeading, #ezPagesHeading, #acctNewslettersDefaultHeading, #checkoutShipAddressDefaultHeading, #checkoutPayAddressDefaultHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	font-size: 20pt;
	text-align: left;
	margin: 10px 0;
	}

.closedHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #cc0000;
	line-height: normal;
	}
	
#optionName {
	font-size: 11pt;
	
	}
	
.noOptionsMessage {
	font-size: 11pt;
	color: #999999;
	padding: 10px 0;
	margin-bottom: 5px;
	}

/* Borders and Fills */
.centerColumn fieldset {
	border: 1px solid #fff;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

#cartContentsDisplay {
	border: 1px solid #ff9933;
	width: 590px;
	}

#myAccountGen li {
	border-bottom: 1px solid #df532f;
	} 

#myAccountGen {
	border-top: 1px solid #df532f;
	} 

#productNotAvailable {
	margin: 20px 0 0 0;
	color: #000000;
	}

#notAvailableMessage {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	clear: both;
	color: #FFFFFF;
	display: none;
	padding: 5px;
	background: #cc0000;
	float: left;
	margin: 5px 10px 0 5px;
	}

.tableRow {
	height: 2.2em;
	}

th {
	font-weight: normal;
	}
	
TR.tableHeading, .cartTableHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #555555;
	height: 2.2em;
	}

/* category Links */
.categoryListBoxContents a, .categoryListBoxContents a:visited {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 19pt;
	padding: 10px 20px 10px 0;
	text-decoration: none;
	display: block;
	background: url(../images/arrowright.png) right center no-repeat;
	background-size: 15px 15px;
	clear:both;
	color: #fff;
	}

#recycleclubMainContent {
	font-size:14px;
	line-height: 21px;
	}
	
.breadcrumb {
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	}

.breadcrumb a, .breadcrumb a:visited {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
	padding: 2px 10px;
	background: #cc0000;
	color: #ffffff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	white-space: nowrap;
	text-decoration: none;
	}

.breadcrumb img {
	height: 10px;
	margin: 0 5px;
	}
	
#indexCategoriesHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18pt;
	line-height: 18pt;
	margin: 10px 0;
	float: left;
	clear: left;
	}

#categoryImgListing {
	float: right; 
	}

.customiseYour {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
	font-size: 12pt;
	line-height: 20pt;
	}
	
#productName {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16pt;
	line-height: normal;
	float: left;
	clear: left;
	width: 60%;
	margin: 10px 0;
	}
	
#productPrices, #productPricesSecond {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16pt;
	line-height: normal;
	float: right;
	width: 40%;
	text-align: right;
	margin: 10px 0;
	}

#productPricesSecond {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	line-height: normal;
	float: right;
	width: 100%;
	text-align: right;
	margin: 0;
	}

#DPULoaderImage {
	position: fixed;
	top: 70px;
	left: 5px;
	z-index: 2000;
	width: 40px;
	height: auto;
	}

.pricePrefix {
	font-weight: normal;
	font-size: 17px;
	}
	
.specialOfferIntro {
	font-size: 14px;
	margin: 10px 0 5px 0;
	}
	
.specialOfferContainer {
	margin: 0;
	}

.specialOfferSlogan {
	font-size: 14px;
	margin: 0;
	}
	
.checkoutProgress, .checkoutProgress a {
	font-family: 'takeawayreg', Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: center;
	margin: 10px 0;
	}
	
.checkoutSelected {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 13pt;
	}
	
.checkoutArrow {
	margin-right: 10px;
	}

#login-password, #login-email-address {
	vertical-align: absmiddle;
	}

#createAcctDefault fieldset input[type="text"], #createAcctDefault fieldset input[type="password"], #createAcctDefault fieldset input[type="email"], #createAcctDefault fieldset input[type="number"], #createAcctDefault fieldset input[type="tel"], #addressBookProcessDefault fieldset input[type="text"],#accountEditDefault fieldset input[type="text"], #accountEditDefault fieldset input[type="email"], #accountEditDefault fieldset input[type="number"], #accountEditDefault fieldset input[type="tel"], #accountPassword fieldset input[type="password"], #timeoutDefault fieldset input[type="text"], #timeoutDefault fieldset input[type="password"] {
	width: 95%;
	font-size: 12pt;
	}

#createAcctDefault fieldset fieldset {
	margin-bottom: 10px;
}

#loginDefault fieldset input[type="text"], #loginDefault fieldset input[type="password"], #loginDefault fieldset input[type="email"], #loginDefault fieldset input[type="number"], #passwordForgotten fieldset input[type="email"] {
	width: 60%;
	font-size: 12pt;
	float: right;
	}

#createAcctDefault label.inputLabel {
	width: 100%;
}

#createAcctDefault label[for=privacy], #createAcctDefault label[for=newsletter-checkbox] {
    font-weight: bold;
	padding-top: 5px;
	
}

#shoppingCartDefault table input[type="number"] {
	width: 20px;
	float: left;
	}

.conditionsLabel {
	float:left;
	width:100%;
	}
/*	
.checkoutAddressLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 14pt;
}

.checkoutAddressLabel address {
	margin: -5px 0 10px 25px;
}

.radioButtonLabel {
	line-height: normal;
	margin-left: -3px;
	padding-bottom: 10px;
	width: 85%;
	float: right;
	clear: right;
	}

.radioButtonLabelPayment, .confirmationLabel, .confirmationAddressLabel {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 16pt;
	}

.noradioButtonLabelPayment {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 16pt;
	margin-left: -15%;
	}

.noradioButtonInfo {
	margin-left: -15%;
	}

.confirmationAddressLabel {
	text-transform: capitalize;
	}
	
.radioButtonLabelDelivery {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 28pt;
	margin-left: -3px;
	padding-bottom: 10px;
	width: 63%;
	float: right;
	}


.radioButtonLabelOffers {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: 28pt;
	margin-left: -3px;
	padding-bottom: 10px;
	width: 85%;
	float: right;
	clear: right;
	}

.checkBoxLabelConditions {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15pt;
	line-height: 28pt;
	margin-left: -3px;
	padding-bottom: 10px;
	width: 85%;
	float: right;
	clear: right;
	z-index: 40000;
	}
*/
.checkoutShippingPrice {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 28pt;
	margin: 0 5px 0 10px;
	width: 15%;
	text-align:right;
	}

#discountOffersDropdown {
	margin-top:15px;
	clear: both;
	}

.offersLabelWrapper {
	width: 80%;
	clear: both;
	}
	
.discountDescHeader {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	margin: 0 0 10px 0;
	padding-bottom:10px;
	}
	
.couponContainer {
	margin:0 0 10px 0;
	padding-bottom:10px;
	}
	
.couponName {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
	font-size: 14pt;
	}
	
.couponHeader {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

.couponCode {
	float: right;
	}

.couponDescription {
	clear: both;
	padding-top:5px;
	}
	
.couponCodeBold {
	font-size: 15pt;
	}

#disc-ot_coupon {
	margin-top: -10px;
	float:right;
	width: 30%;
	}
.shippingZones {
	font-size:14pt;
	line-height:16pt;
	font-weight:bold;
	}
	
#LoyaltyDiscSelectContainer {
	width: 80px;
	float: right;
	margin: -20px 20px 0 0;
	}

#voucherSelectContainer {
	width: 60px;
	float: right;
	margin-right: 20px;
	margin-top:-15px;
	}

.voucherselectWrap {
	display:block;
	width: 100%;
	height: 34px;
	padding:0;
	position:relative;
	float: left;
}

span.voucherselectInner {
	position:absolute;
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	width: 100%;
	height: 34px; /* set same height */
	line-height: 34px; /* set same height */
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
	z-index:1;
	background: url('../images/ddarrow.png') no-repeat 100% 0px #e1e1e1; /* fallback bg image*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}

#preOrderForm {
	font-size: 10pt;
	margin: 10px 0;
	background: #123123;
	width: 90%;
	}
	
#preOrderForm select {
	padding: 5px;
	}
	
#preOrderSelectContainer {
	width: 150px;
	float: right;
	margin: -10px 0 10px 0;
	}

#OrderTimeSelectContainer {
	width: 55%;
	float: right;
	margin: 0 20px 0 0;
	}

.selectWrap {
	display:block;
	width: 100%;
	height: 34px;
	margin: 5px 15px;
	padding: 0;
	position:relative;
	float: left;
}

.attributes .selectWrap {
	margin: 0 0 10px 0;
}

span.selectInner {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	display: block;
	margin: 0;
	padding: 0 0 0 5px;
	width: 100%;
	height: 34px; /* set same height */
	line-height: 34px; /* set same height */
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	font-size: 12pt;
	
	z-index:1;
	background: url('../images/ddarrow.png') no-repeat 100% 0px #e1e1e1; /* fallback bg image*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}

select {
	width: 100%;
	height: 34px; /* set same height */
	position: absolute;
	left: 0;
	z-index: 2;
	padding: 0;
	font-size: 14px;
	margin: 0;
	border: 0 none;
	float: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-appearance: menulist-button;
	cursor: pointer;
}

.discountStatement {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 25pt;
	}

.estTimeWrapper {
	margin-top: 5px;
	height: 25px;
}

.estimatedStatement, .estimatedTime {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 20pt;
}

.estimatedStatement {
	float: left;
}

.estimatedTime {
	color: #CC0000;
	float: right;
}

.estimatedExplanation {
	margin: 5px 0;
}

.outofstock {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 17pt;
	color: #ff0000;
}

.messageMinSpend {
	text-align: center;
	font-size: 10pt;
	color: #000000;
	line-height: 12pt;
	clear: both;
	background: #e1e1e1;
	padding: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

