/* @override 
	http://www.lgoconsulting.co.uk/newSite/styles/lgoCart.css
	http://www.LgoConsulting.co.uk/newSite/styles/lgoCart.css
*/

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

/* @group Cart Added */

#cartAdded {
	background-color: #00b71d;
	width: 150px;
	border-style: solid;
	border-color: black;
	position: absolute;
	height: 40px;
}
#close a img {
	position: relative;
	top: -10px;
	left: 140px;
}

#cartAdded p {
	margin-top: -16px;
	margin-left: auto;
	text-align: center;
	color: white;
}

#cartAdded a {
	text-align: center;
}

/* @end */
#GCCell{
	height: 60px;
	background-color: white;
}
#GCCell form {
	padding-top: 7px;
	padding-left: 265px;
	text-align: center;
}

#theCart{
	border: 1px solid black;
}

#columnHeadings {
	height: 30px;
	background-color: #00adef;
	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: silver;
	height: 30px;
}
.itemCell{
	width: 395px;
	padding: 7px 0 2px 5px;
}
.qtyCell{
	width: 40px;
	float: right;
	text-align: center;
	padding: 7px 0 2px 2px;
}
.priceCell{
	width: 80px;
	float: right;
	text-align: center;
	padding: 7px 0 2px 2px;

}
.totalCell{
	width: 80px;
	float: right;
	text-align: center;
	padding: 7px 0 2px 2px;
	font-weight: bold;
}
.tools{
	width: 45px;
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 7px 0 2px 2px;
	font-weight: bold;
}
.tools a{
	color: #0a0;
	text-decoration: none;
}
.tools a:hover{
	color: red;
	text-decoration: none;
}
.toolsRemove{
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 7px 0 2px 2px;
	width: 60px;
}
.toolsRemove a{
	color: #e20000;
	text-decoration: none;
	font-weight: bold;
}
.toolsRemove a:hover{
	color: #e20000;
	text-decoration: none;
	font-weight: bold;
}

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

.summaryHeading{
	width: 515px;
	text-align: right;
	padding: 10px 0 2px 5px;
	font-size: 12pt;
}
.summaryCell{
	width: 80px;
	float: right;
	text-align: center;
	padding: 10px 0 2px 2px;
	font-size: 12pt;
}
.summaryBlank{
	float: right;
	width: 105px;
	padding: 2px 0 2px 2px;
}

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

/* @group Registration Area */

#registration h2 {
	color: #00b71d;
}


	#registration input{
		display: block;
		margin-bottom: 5px;
		/* Custom Layout */
		text-align: left;
		width: 300px;
		padding-right: 5px;

	}
	


input#register {
	width: 80px;
	text-align: center;
}
/* @end */

.eraseCart a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.loaderRow {
	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;
}

/* @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;
}

