/* @override 
	https://www.lgogroup.net/www.twfoam.co.uk/LgoTest0309/css/lgoCart.css
	http://www.twfoam.co.uk/css/lgoCart.css
*/

#cartContainer{
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

#GCCell{
	background-color: #fff;
	width:650px
	text-align: left;
	padding-bottom: 2px;
	height: 55px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right: 1px solid #000;
	border-left-style: solid;
	border-left-width: 1px;
	float: right;
}
#GCCell form {
	padding-top: 5px;
	text-align: left;
}


#MastreoCell{
	background-color: #fff;
	width:650px
	text-align: left;
	padding-bottom: 2px;
	height: 55px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right: 1px solid #000;
	border-left-style: solid;
	border-left-width: 1px;
	float: right;
	
}

#MastreoCell a img {
		padding-top: 5px;

}
#theCart{
	border: 1px solid black;
}

#columnHeadings {
	height: 20px;
	background-color: teal;
	color: white;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
}
.item {
	border-bottom: 1px dotted silver;
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #d5eef4;
}
.itemCell{
	width: 400px;
	padding: 2px 0 2px 5px;
}
.qtyCell{
	width: 30px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
}
.priceCell{
	width: 70px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;

}
.totalCell{
	width: 65px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
	font-weight: bold;
}
.tools{
	width: 20px;
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 2px 0 2px 2px;
	font-weight: bold;
}
.tools a{
	color: teal;
	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: #e20000;
	text-decoration: none;
	font-weight: bold;
}
.toolsRemove a:hover{
	color: #e20000;
	text-decoration: none;
	font-weight: bold;
}

.summaryRow {
	background-color: silver;
	min-height: 20px;
	font: bold 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-top: 1px solid gray;
}

.summaryHeading{
	width: 500px;
	text-align: right;
	padding: 2px 0 2px 5px;
}
.summaryCell{
	width: 65px;
	float: right;
	text-align: center;
	padding: 2px 0 2px 2px;
}
.summaryBlank{
	float: right;
	width: 65px;
	padding: 2px 0 2px 2px;
}

.eraseCart {
	background-color: #d5eef4;
	min-height: 20px;
	border-bottom: 1px none silver;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
	text-align: center;
	padding: 2px 0 2px 5px;
}

.eraseCart a {
	color: black;
	text-decoration: underline;
	font-variant: small-caps;
}

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

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

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

/* @group PaymentContainer */

#newCustomersClick {
	background-color: #61834c;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	width: 630px;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}
#paymentContainer a {
	color: #d30036;
}

#paymentContainer{
	background-color: #beef8b;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	margin-top: 10px;
	width: 628px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}

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

#paymentContainer h4 {
	font: bold 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 0;
	color: black;
}

#paymentContainer label{
	float: left;
	margin-bottom: 7px;
	/* Custom Layout */
	text-align: right;
	width: 120px;
	padding-right: 5px;
	margin-left: 50px;
}
#paymentContainer input{
	margin-bottom: 7px;
}
#paymentContainer select{
	float: left;
	margin-bottom: 7px;
}
#paymentContainer .feildNote{
	display: block;
	float: left;
	margin-bottom: 7px;
}
#paymentContainer br {
	clear: left;
}
#paymentContainer #agreement {
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#paymentContainer #cartHTMLTotal {
	color: maroon;
}
/* @end */

#discountNote {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color: black;
}

#discountRow {
	color: maroon;
}

