/**************  BASKET STYLES ********************/
HTML, body {
	Margin: 0px;
	Padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 62.5%;
}

p {
	font-size:		0.8em;
}

/*********** CARD PAYMENT ************************/
.cPay_lbl {
	font-size:		0.8em;
	font-weight:	bold;
}

.cPay_val {
	font-size:		0.8em;
	font-weight:	normal;
}

/*********** CART REVIEW ************************/
.cRev_head { /* Heading */
	font-size:			0.8em;
	font-weight:		bold;
	color:			#99CC66;
}

.cRev_txt { /* Std Text */
	font-size:		0.6em;
	font-weight:	normal;
}

.cRev_lbl { /* Labels */
	font-size:		0.6em;
	font-weight:	bold;
}

.cRev_Bg { /* Background Colour Fill */
	background:		/*#FF9999;*/		#CCCCCC; 
}

.cRev_val { /* Values */
	font-size:		0.6em;
	font-weight:	normal;
}

.button {  /* Buttons */
	font-size:			0.80em;
	background-color: #FF3333;
	color:				#FFFFFF;
	width: 130px;
}
.cRev_tot {
background-color: #CBA802;
}
