/* @override 
	http://www.thenewageshop.co.uk/styles/lgoCart.css
	https://www.lgogroup.net/www.thenewageshop.co.uk/styles/lgoCart.css
*/

#cartContainer {
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
	padding-right: 1px;
}

#columnHeadings {
	background-color: #e3e2e8;
	color: black;
	font: 10pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}


#lgoCartForm {
	background-color: #64a1a1;
}


.item {
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	font: 10pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background-color: white;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.itemCell{
	width: 65%;
	padding: 2px 0 2px 5px;
}

#columnHeadings div.itemCell {
	color: #64a1a1;
	font-weight: bold;
}

.qtyCell{
	width: 5%;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
}
.priceCell{
	width: 10%;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;

}
.totalCell{
	width: 10%;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
}
.tools{
	width: 3%;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
	font-weight: bold;
	color: #362fa0;
	font-size: 12px;
}
.tools a{
	color: #64a1a1;
	text-decoration: none;
}

.tools a:hover{
	color: red;
	text-decoration: none;
}
.toolsRemove{
	width: 20px;
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 2px 0 2px 2px;
}
.toolsRemove a{
	color: #64a1a1;
	text-decoration: none;
	font-weight: bold;
}
.toolsRemove a:hover{
	color: #e20000;
	text-decoration: none;
	font-weight: bold;
}


.summaryRow {
	background-color: white;
	min-height: 60px;
	font: 10pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	padding-bottom: 10px;
}

.summaryHeading{
	text-align: right;
	float: right;
	padding: 2px 10px 2px 5px;
	margin-right: 10px;
	margin-top: 15px;
	margin-left: 50px;
}

.summaryCell{
		/* width: 10%; */
		float: right;
		margin-right: 0px;
		margin-top: 15px;
		text-align: center;
		padding: 4px;
		font-weight: bold;
		border: 1px solid #808080;
	}

#postage {
	float: right;
	margin-right: 30px;
	border: none;
	color: #64a1a1;
	margin-left: 40px;
	
}
.summaryBlank{
	width: 9%;
	float: right;
	padding: 2px 0 2px 2px;
}


#postage div.summaryCell {
	width: 52%;
	border: 0;
}

.cartRowDataTitle a {
	color: #808080;
	text-decoration: none;
}

#postage div.summaryBlank{
	width: 1px;
	float: right;
	padding: 2px 0 2px 2px;
}

#eraseLink {
	color: gray;
	font: 12px Helvetica;
	margin-right: 70px;
	}

div#eraseCart.summaryCell {
	border: 0;
}
#eraseLink a{
	text-decoration: none;
}

#eraseLink a:hover{
	color: gray;
	text-decoration: underline;
}


.loaderRow {
	background-color: #c9e7e8;
	min-height: 60px;
	border-bottom: 1px dotted silver;
	font: bold 12pt Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: black;
	text-align: center;
	padding: 2px 0 2px 5px;
}

#checkoutLinks{
	background-color: #362fa0;
	padding-right: 10px;
	text-align: right;
	height: 30px;
	padding-top: 5px;
}

#checkoutLinks img {
	vertical-align:middle;
	margin-right: 5px;
}

#cart {
	font-size: 14px;
	color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* @group PaymentContainer */
#paymentContainer{
	background-color: white;
	width: 100%;
	font: 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	border-top: 1px solid gray;
	color: black;
}

#paymentContainer_1 {
	padding: 5px;
}

#paymentContainer h2 {
	text-align: center;
	top: -5px;
	padding-bottom: 0px;
}

#paymentContainer h2 a {
	text-align: center;
	color: #64a1a1;
	text-decoration: none;
}

#paymentContainer h2 a:hover {
	text-decoration: underline;
}

#paymentContainer[id]{
	width: 100%;
}

#paymentContainer h3 {
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	color: black;
}

#paymentContainer h4 {
	color: #2e8f97;
	font: bold 14px Helvetica;
	background-color: silver;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	height: 25px;

}

#paymentContainer h3 {
	text-align: center;
	font: bold 20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	color: white;
}

#paymentContainer label{
	margin-bottom: 7px;
	color: black;
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block


}

#newAddressForm {
	text-align: left;
	margin-left: 50px;
}

#cardPaymentDetails {
	text-align: left;
	margin-left: 50px;
	
}


#paymentContainer input{
	margin-bottom: 3px;
	margin-left: 2em;
	float: left;
}

#shippingAddressDiv h4 input {
	float: none;
}


#orderButton {
	padding: 5px;
}

#pageText {
	background-color: #64a1a1;
	padding: 5px 10px;
	margin-top: 1px;;
}

#pageText h3 {
	font-size: 14px;
	color: #999;
}

#pageText p a {
	color: #ccc;
}

#pageText p a:hover {
	color: white;
}

#paymentContainer select{
	float: left;
	margin-bottom: 3px;
	margin-left: 2em;
}
#paymentContainer .feildNote{
	display: block;
	float: left;
	margin-bottom: 7px;
}
#paymentContainer br {
	clear: left;
}
#paymentContainer #agreement {
	font: bold 14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}
#paymentContainer #cartHTMLTotal {
	color: red;
	text-align: center;
}


#ContactDetails {
	text-align: left;

}


.column {
	width: 50%;float: left;	
}

.column imput {
	margin-left: 30px;
}
#billingAddress {
	text-align: left;
}

#shippingAddress {
	text-align: left;	
}

#shippingAddress {
	left: 30px;
}

/* @end */

/* @group CartConfirmationPanel */

#cartAdded {
	background-color: #64a1a1;
	min-height:46px;
	width: 150px;
	border: 3px solid black;
	color: #feffea;
	font: 15px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-align: center;
	padding: 5px;
	letter-spacing: -1px;
	position: absolute;
}

#cartAdded img{
	float: left;
	margin-right: 5px;
}

#cartAdded a{
	font: bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: silver;
}



/* @end */

#itemVAT {
	display:none;
}

#itemPostage {
	display:none;
}

/* @group Logon Page */

#logonContainer {
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 2px;
}

.logonPage {
	width: 470px;
	height: 130px;
	border: 1px solid white;
	background-color: #d2bedc;
	float: left;
	padding-top: 50px;
	color: white;
}

.logonPage p {
	color: white;
}
#logonerrormessage {
	font: bold 12px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	background-color: #64a1a1
	color: black;
	padding: 3px;
	border: 1px dotted black;
}

#existingCustomers {
	background: #422a6d url(../images/existingCustomerImg.jpg) no-repeat;
	
}

#forgottenPassword {
	background: #3e798b url(../images/forgottenPassword.jpg) no-repeat;
	float: right;	
}

#userFoundPanel {
	background-color: #ea878c;
	border: 1px solid black;
	padding: 5px;
	width: 638px;
	margin: 5px auto;
}


#newCustomer {
	padding-top: 1px;
	float: right;
}

#agreement {
	margin-left: 5px;
	text-align: center;
}
/* @end */

/* @group Move to pagestyles */



a.email {
	color:#64a1a1;
	text-decoration: none;
}


a:hover.email {
	color:#64a1a1;
	text-decoration: underline;
}


/* @end */
