@charset "utf-8";
/* CSS Document */
.header2 {
	width: 200px;
	margin: 3px;
	font-size: 24px;
	font-weight: bold;
	color: #333333; 	
}

.checkout {
	width: 150px;
	
}

.basketForm {
	
}
.basketHeader {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.basketLine {
	/*padding-left: 3px;
	padding-right: 3px;
	*/
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	border-top: #E6E6E6 solid 1px;
}

a.basketLink, a.basketLink:visited {
	color: #990000 ;
	font-size: 11px;
	text-decoration: none;
}

a.basketLink:hover {
	color:#000000 ;
}

.basketPrice {
	font-size: 12px;
	color: #000000;
	font-weight: normal ;
	margin: 3px;
	
}

.checkoutHeader {
	font-size: 24px;font-weight:bold;color:#333;
	border-bottom: dotted #eee 1.0px;
}

#checkoutBox {
	float: right;
	width: 125px;
	height: 26px;
	font-size: 12px;
	font-weight:bold ;
	padding: 3px;
}

.cBox {
	border: solid #EAEAEA 1px;
}

.cHeader {
	background-color: #000;
	border-bottom: solid #eaeaea 1px;
	padding: 3px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold ;
}

.checkoutText {
	font-size: 12px ;
	
}

.cText {
	padding: 3px;
	color: #333333 ;
	font-size: 12px;	
}

#checkoutCardForm {
	
}

#chosenCard {
	margin-top:5px;
	margin-left:2px;
}

#newAddressForm {
	display:none; 
}

.formElementChoice {
	 padding-top: 3px;
}

#newAddressForm label {
	padding-top: 3px;
}

.nuadrlabel { 
	padding-top: 4px;
	padding-right: 3px;
}


/* RECEIPT STYLING */ 
#orderDetails {
	float: right ;
	width: 180px;
}

#orderDetails .rightAligned {
	right: 0px;
	text-align:right ;
}

#shopDetails {
	float: left ;
	width: 300px;
	
}

#successfulTransaction {
	line-height: 1.5em;
	padding: 3px;
	background-color: #009900 ;
	color: #FFFFFF;
	font-weight:bold;
	font-size: 18px;
	text-align: center;
}

.cartinput {
	width: 12px;
	height: 12px;
	font-size: 10px;	
}
