body {
	padding-top: 25px;
	padding-bottom: 20px;
	margin: 0;
	font-family : Arial, Verdana; 
	font-size : 12px;
	color: #474747;
	background-color : #F5F8FC; 
	background-image : url(../img/body_bg.jpg);	
	background-repeat : repeat-x;
}

a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

TD, DIV, FONT, SPAN, P, UL, H3, H4, H5, H6 {
	font-family : Arial, Verdana;
	font-size : 12px; 
	color: #474747;
	line-height:normal
}

HR {
	HEIGHT: 1px; 
	color: #003399;
}

H1 {
	font-size: 18px; 
	font-weight: bold;
	margin : 0px;
}

H2 {
	font-size: 14px; 
	font-weight: bold;
	margin : 0px;
}

.topPhrase {
	font-family : Verdana, Arial;
	font-size: 18px;
	color: #FFFFFF;
	padding-right: 20px;
}
.navLeft, a.navLeft:link, a.navLeft:visited, a.navLeft:active { 
	font-size: 11px; 
	text-decoration: none; 
	padding-bottom: 4px;
	padding-top: 3px;
	font-weight: bold;
}
a.navLeft:hover, a.navLeftOn {
	font-size: 11px;
	text-decoration: none; 
	color: #CC0000;
}

.linkGrey, a.linkGrey:link, a.linkGrey:visited, a.linkGrey:active { 
	text-decoration: none;
	color: #666666; 

}
a.linkGrey:hover {
	text-decoration: none; 
	color: #CC0000;
}

.navLeftSub, a.navLeftSub:link, a.navLeftSub:visited, a.navLeftSub:active { 
	font-size: 11px;
	text-decoration: none; 
	padding-bottom: 6px;
}
a.navLeftSub:hover, a.navLeftSubOn {
	font-size: 11px;
	text-decoration: none; 
	color: #CC0000;
}
.footer, a.footer:link, a.footer:visited, a.footer:active { 
	text-decoration: none; 
	color: #3366CC;
	font-family:Verdana, Arial;
	font-size: 10px;
} 
a.footer:hover {
	text-decoration: underline; 
	color: #3366CC;
	font-family:Verdana, Arial;
	font-size: 10px;
}

.bodyTextBlue, a.bodyTextBlue:link, a.bodyTextBlue:visited, a.bodyTextBlue:active { 
	text-decoration: none; 
}
a.bodyTextBlue:hover, .bodyTextRed {
	text-decoration: none; 
	color: #CC0000;
}

.bodyTextGrey, a.bodyTextGrey:link, a.bodyTextGrey:visited, a.bodyTextGrey:active { 
	text-decoration: none; 
	color: #666666;
}
a.bodyTextGrey:hover {
	text-decoration: none; 
	color: #CC0000;
}

.orange, a.orange:link, a.orange:visited, a.orange:active { 
	text-decoration: none; 
	color: #F06300;
} 
a.orange:hover {
	text-decoration: none; 
	color: #CC0000;
}

.red, a.red:link, a.red:visited, a.red:active { 
	color: red;
} 
a.red:hover {
	color: red;
}

.bodyTextBold {color: #474747; font-weight: bold;}
.bodyTextSmall {color: #474747; font-size: 10px}
.bodyText {color: #474747}
.bodyTextError, .bodyTextRed  {color: #CC0000}
.bodyTextSmallGrey {font-size: 10px;color: #666666}
.bodyTextWhite {color: #FFFFFF}
.bodyTextLightGrey {color: #A0A0A0}

/* ------- CHECKOUT PAGES -------------- */
.checkoutTable {background-color: #CCCCCC; width: 450px}
.checkoutHeadingRow {background-color: #DEDEDE}
.checkoutRow1 {background-color: #F5F5F5;}
.checkoutRow2 {background-color: #FFFFFF;}
.checkoutSuccess {font-weight: bold; color: #33CC00}
.checkoutFail {font-weight: bold; color: #FF0000}
.voucherHeading {font-size: 14px; font-weight: bold; color: #4C4C4C}

/* ------- FORM TAGS -------------- */
.textbox {
	color: #474747;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px #A7A6AA solid;
}

/* ------- PRODUCT PAGE -------------- */
.productPrice { font-size: 16px; font-weight: bold; color: #CC0000}
.productInfoTable {background-color: #CCCCCC}
.productRow1 {background-color: #F0F0F0}
.productRow2 {background-color: #FFFFFF}

/* ------- PRINTABLE RECEIPT -------------*/
.recieptTable {background-color: #CCCCCC; border: 1px #FF0000; width: 550px;}
.storeName { font-size: 18px; font-weight: bold;}
.receiptHeading {  font-weight: bold;}

