/*
	basket/checkout css

	ross, 19/10/2007, discount changes
	ross, 12/03/2008, progressbar
	julie, 12/03/2008, Phoneus
	ross, 13/07/2009, pre-order changes
	ross, 08/06/2010, warning
	ross, 13/07/2010, checkout progress bar changes
	ross, 09/08/2010, justification changes to checkout
	ross, 23/08/2010, more changes to checkout
	ross, 08/08/2011, new pre-order row colours
	ross, 12/08/2011, SpendingReminderBox
	julie, 26/03/2013, background colour on basket summary
	ross, 25/09/2015, changes to SpendingReminderBox
	ross, 17/05/2016, changes to basketsummary to force borders
	julie, 0903/2017, moved to basket_2017. css
	ross, 12/02/2018, remove 8pt font size from TD.deliveryInformation

*/

#basketSummary {
	width: 100%;
	padding: 8px 0px 16px 0px;
	font-size: 7pt;
	background-color:#f0f0f0;
}


#basketSummary TABLE {
	width: 100%;
	border: none;
	border-collapse: separate !important;
	border-spacing: 2px !important;
	border-top: 1px solid #425c53;
	border-bottom: 1px solid #425c53;


}
#basketSummary TABLE TD {
	padding: 2px;
}
#basketSummary TABLE TH {
	background-color: #425c53;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px;
}

#basketSummary TABLE TFOOT TH {
	background-color: #858585;
	text-align: right;
	padding: 2px;
}

#basketSummary TABLE TFOOT TD {
	background-color: white;
	color: black;
	font-weight: bold;
	padding: 2px;
}



#basketSummary TABLE TD A {
	text-decoration: none;
	color: blue;
}

#basketSummary TABLE TD A:hover {
	text-decoration: underline;
}



TABLE.deliveryInformation {
	width: 100%;
	border-color: #425c53;
	border-collapse: collapse;
	border-spacing: 1px;
	border-width: 1px;
	border-style: solid;
	/*border-top: 1px solid #425c53;
	border-bottom: 1px solid #425c53;*/
	background-color: white;
}

TABLE.deliveryInformation CAPTION {
	background-color: #004c33;
	color: white;
	padding: 4px;
}

TABLE.deliveryInformation TH {
	font-weight: bold;
	font-size: 8pt;
	padding: 8px;
	border: solid 1px #425c53;
}

TABLE.deliveryInformation TD {
	font-weight: normal;
	/*font-size: 8pt;*/
	padding: 8px;
	border: solid 1px #425c53;
}



#checkoutForm, #deliveryForm, #accountForm {
	margin: 16px 0px 16px 0px;
	padding: 0px 16px 16px 16px;
	background-color: white;
	border: solid 1px #425c53;
}
#checkoutForm H2, #deliveryForm H2, #discountForm H2, #refereeForm H2, #accountForm H2 {
	margin: 0px 0px 4px 0px;
	padding: 4px;
	background-color: #425c53;
	color: white;
	font-size: 10pt;
}


#checkoutForm .formLine {
	text-align: right;
}

#checkoutForm .formLine INPUT.text, #checkoutForm .formLine SELECT, #deliveryForm .formLine INPUT.text {
	width: 300px;
	margin-bottom:3px;
}



#checkoutForm .formDisplay .formLine {
	text-align: left;
}



#checkoutForm .label, #deliveryForm .label {
	width: auto;
	display: inline;
	margin-right: 16px;
}

#checkoutForm TEXTAREA.text, #deliveryForm TEXTAREA.text {
	width: 100%;
	height: 64px;
	font-size: 8pt;
	font-family: font-family: tahoma,arial,helvetica;
}

#discountForm, #refereeForm {
	margin: 16px 0px 16px 0px;
	padding: 0px 16px 16px 16px;
	background-color: white;
	border: solid 1px #425c53;
}

#discountForm .information, #refereeForm .information {
	color: black;
	font-size: 8pt;
	text-align: left;
}
#refereeForm{
	background-color: #fcbe62;
	color: #990000;
}

#tandcForm {
	margin: 16px 0px 16px 0px;
	padding: 0px 16px 16px 16px;
	background-color: white;
	border: solid 1px #425c53;
}
#tandcForm H2 {
	margin: 0px 0px 4px 0px;
	padding: 4px;
	background-color: #425c53;
	color: white;
	font-size: 10pt;
}
#tandcForm .formLine INPUT.text {
	width: 250px;
}

#tandcForm .label {
	float: left;
	width: 40%;
}


#paymentTable {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#paymentTable TD {
	border: solid 1px white;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}
#paymentTable TD.alt {
	background-color: #f5f5f5;
}




.addressSummary {
	font-size: 7pt;
	color: #858585;
}


#middleColumn {
	margin-right: 0px;
	padding: 16px;
}


#rightColumn {
	width: 0px;
	display: none;
}

#middleColumn {
	margin-right: 0px;
}


#CheckoutProgressBar {
	height: 33px;
	margin: 8px 0px 8px 0px;
	font-size: 12px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid black;
	background-color: #e2ece8;
/*	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;*/
}
#CheckoutProgressBar DIV.progressOn {
	float: left;
	height: 25px;
	color: white;
	background: #2f423b;
	padding: 0px;
	width: 20%;
	height: 33px;
	vertical-align: middle;
	font-weight: bold;
/*	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;*/
}
#CheckoutProgressBar DIV.progressOff {
	float: left;
	height: 25px;
	color: #537070;
	background-color: #e2ece8;
	padding: 0px;
	width: 20%;
	height: 33px;
	vertical-align: middle;
/*	border-top-right-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;*/
}
.progressLabel {
	padding: 2px 16px 2px 24px;
}
.progressNumber {
	font-size: 28px;
	float: left;
	height: 33px;
	margin: 0px 0px 0px 16px;
}


#PhoneUs{
	float:right;
}


#PhoneUsBasket{
	float:right;
	/*margin-top:-30px;*/
}

@media print {
	#CheckoutProgressBar {
		display: none;
	}
}

.rowPreOrder {
	background-color: #ffffba;
}

.rowAltPreOrder {
	background-color: #FFE1C7;
}


.preOrderNotice {
	margin: 8px 0px 16px 0px;
	padding: 16px;
	border: 1px solid silver;
	background-color: white;
}

.preOrderMenu {
	margin: 8px;
	background-color: white;
}
.preOrderMenu:hover {
	background-color: #ffffea;
}


.warning {
	background-color: red;
	color: white;
}


.SpendingReminderBox {
    font-size:  1.1em;
    color: darkslategray;
    background-color: beige;
    padding:  1em;
    border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

.SpendingReminderBox H2 {
	margin: 0;
}

.SpendingReminderBox A {
	color: blue;
	text-decoration: none;
}
.SpendingReminderBox A:hover {
	text-decoration: underline;
}
.suggestionThumbnailBox {
	margin: 8px 0px 8px 0px;
}
.suggestionThumbnailBox IMG {
	border: none;
	margin: 0px 4px 0px 0px;
}


#suggestedItemsBox {
	margin: 8px 0px 8px 0px;
	border: solid 1px black;
	padding: 0px;
}
#suggestedItemsBox H2 {
	margin: 0px;
	padding: 4px;
	background-color: #425c53;
	color: white;
	font-weight: bold;
}
#suggestedItemsInnerBox {
	height: auto;
	padding: 4px;
}
#suggestedItemsConveyer {
	width: 100%;
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: hidden;
}
.suggestedItem {
	width: 130px;
	height: 130px;
	margin: 0px 8px 0px 0px;
	background-color: white;
	float: left;
}
.suggestedItemThumbnailBox, .suggestedItemName {
	text-align: center;
	color: #425c53;
}

.suggestedItemName {
	text-align: center;
}
.suggestedItemBuyLine {
	text-align: center;
	color: #425c53;
}

.suggestedItemThumbnailBox IMG {
	border: 1px solid silver;
}
.suggestedItem A {
	color: blue;
	text-decoration: none;
}
.suggestedItem A:hover {
	color: blue;
	text-decoration: underline;
}
