﻿body {
	padding: 0;
	margin: 0;
	font-family : Arial, Verdana; 
	font-size : 12px;
	color: #666666;
	background-color : #FFFFFF; 
	background-image : url(../img/body_bg.gif);	
	background-repeat : repeat-x;
}

a {
	color: #666666;
	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: #666666;
	line-height:normal
}

HR {
	HEIGHT: 1px; 
	color: #666666;
}

H1 {
	font-size: 24px; 
	font-weight: normal;
	color: #666666;	
	margin : 0px;
}

H2 {
	font-size: 22px; 
	font-weight: bold;
	margin : 0px;
}

/* ------- Navigation --------------  */

#navleft {
	width:193px;
}

#navleft .leftbtn {
	width:193px;
}

#navleft .leftbtn a {
	display:block;
	background: #FFFFFF url(../img/arrow_nav_left.gif) no-repeat scroll left top;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#666666;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	margin-left:1px;
	padding:2px 5px 2px 30px;
}

#navleft .leftbtn a:hover,
#navleft .leftbtn a.selected:hover {
	background: #CCCCCC url(../img/arrow_nav_left_over.gif) no-repeat scroll left top;
	color:#CC0000;
}

#navleft .leftbtn a.selected {
	background: #ECECEC url(../img/arrow_nav_left_over.gif) no-repeat scroll left top;
	color:#CC0000;
}

#navleft .leftbtnsub {
	width:193px;
}

#navleft .leftbtnsub a {
	display:block;
	background: #FFFFFF;
	font-family:Arial, Verdana;
	font-size:12px;
	color:#666666;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	margin-left:1px;
	padding:2px 5px 2px 30px;
}

#navleft .leftbtnsub a:hover,
#navleft .leftbtnsub a.selected:hover {
	background: #ECECEC;
	text-decoration:none;
	color:#CC0000;
}

#navleft .leftbtnsub a.selected {
	text-decoration:none;
	color:#CC0000;
}

/* ------- Body --------------  */

.bodyText, a.bodyText:link, a.bodyText:visited, a.bodyText:active { 
	text-decoration: none; 
	color: #666666;
	font-family:Arial, Verdana;
} 

a.bodyText:hover {
	text-decoration: underline; 
	color: #CC0000;
	font-family:Arial, Verdana;
}

.bodyTextRed, a.bodyTextRed:link, a.bodyTextRed:visited, a.bodyTextRed:active { 
	color: #CC0000;
} 

a.bodyTextRed:hover {
	color: #CC0000;
}

.bodyTextBold {color: #666666; font-weight: bold;}
.bodyTextSmall {color: #666666; font-size: 10px}
.bodyTextMedium {color: #666666; font-size: 11px}
.bodyText {color: #666666}
.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: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px #CCCCCC solid;
}

/* ------- PRODUCT PAGE -------------- */
.productPrice { font-size: 16px; font-weight: bold;}
.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;}
.productInfoTableCopy {
	background-color: #808080
}
