body {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	font-family : Arial, Verdana; 
	font-size : 11px;
	color: #999999;
	background-color : #B60E1F; 
}

a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #B60E1F;
	text-decoration: none;
}

TD, DIV, FONT, SPAN, P, UL, H3, H4, H5, H6 {
	font-family : Arial, Verdana;
	font-size : 11px; 
	color: #999999;
	line-height:normal
}

HR {
	HEIGHT: 1px; 
	color: #999999;
}

H1 {
	color: #B60E1F;
	font-size: 12px; 
	font-weight: bold;
	margin : 0px;
}

H2 {
	color: #B60E1F;
	font-size: 14px; 
	font-weight: bold;
	margin : 0px;
}

H3 {
	color: #828385;
	font-size: 16px; 
	margin : 0px;
}

.orange12, a.orange12:link, a.orange12:visited, a.orange12:active { 
	text-decoration: none; 
	color: #F8931D;
} 
a.orange12:hover {
	text-decoration: underline; 
	color: #F8931D;
}

.orange16, a.orange16:link, a.orange16:visited, a.orange16:active { 
	font-size: 16px;
	text-decoration: none; 
	color: #F8931D;
} 

a.orange16:hover {
	font-size: 16px;
	text-decoration: underline; 
	color: #F8931D;
}

.red11, a.red11:link, a.red11:visited, a.red11:active { 
	font-size: 11px;
	color: #B60E1F;
	text-decoration: none; 
} 

a.red11:hover { 
	font-size: 11px;
	color: #B60E1F;
	text-decoration: underline; 
} 

.red12, a.red12:link, a.red12:visited, a.red12:active { 
	color: #B60E1F;
	text-decoration: none; 
} 
a.red12:hover {
	text-decoration: underline; 
	color: #B60E1F;
}

.red16, a.red16:link, a.red16:visited, a.red16:active { 
	font-size: 16px; 
	color: #B60E1F;
	text-decoration: none; 
} 
a.red16:hover {
	font-size: 16px;
	text-decoration: underline; 
	color: #B60E1F;
}

.orange12bold, a.orange12bold:link, a.orange12bold:visited, a.orange12bold:active { 
	text-decoration: none; 
	color: #F8931D;
	font-weight: bold;	
} 
a.orange12bold:hover {
	text-decoration: underline; 
	color: #F8931D;
	font-weight: bold;	
}

.orange16bold, a.orange16bold:link, a.orange16bold:visited, a.orange16bold:active { 
	font-size: 16px;
	text-decoration: none; 
	color: #F8931D;
	font-weight: bold;	
} 

a.orange16bold:hover {
	font-size: 16px;
	text-decoration: underline; 
	color: #F8931D;
	font-weight: bold;	
}

.red11bold, a.red11bold:link, a.red11bold:visited, a.red11bold:active { 
	font-size: 11px;
	color: #B60E1F;
	text-decoration: none; 
	font-weight: bold;	
} 

a.red11bold:hover { 
	font-size: 11px;
	color: #B60E1F;
	text-decoration: underline; 
	font-weight: bold;	
} 

.red12bold, a.red12bold:link, a.red12bold:visited, a.red12bold:active { 
	color: #B60E1F;
	text-decoration: none; 
	font-weight: bold;	
} 

a.red12bold:hover {
	text-decoration: underline; 
	color: #B60E1F;
	font-weight: bold;	
}

.red16bold, a.red16bold:link, a.red16bold:visited, a.red16bold:active { 
	font-size: 16px; 
	color: #B60E1F;
	text-decoration: none; 
	font-weight: bold;	
} 
a.red16bold:hover {
	font-size: 16px;
	text-decoration: underline; 
	color: #B60E1F;
	font-weight: bold;	
}


/* ------- Left Nav --------------  */

#navleft {
	width:195px;
}

#navleft .leftbtn {
	width:195px;
}

#navleft .leftbtn a {
	display:block;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#999999;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
	padding:8px 10px 4px 20px;
}

#navleft .leftbtn a:hover,
#navleft .leftbtn a.selected:hover,
#navleft .leftbtn a.selected  {
	background: #FFFFFF url(../img/nav_underline.gif) no-repeat scroll right bottom;
	color:#B60E1F;
}

#navleft .leftbtnsub {
	width:195px;
}

#navleft .leftbtnsub a {
	display:block;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#999999;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:3px 10px 3px 30px;
}

#navleft .leftbtnsub a:hover,
#navleft .leftbtnsub a.selected:hover{
	background: #FFFFFF url(../img/nav_underline_sub.gif) no-repeat scroll right bottom;
	text-decoration:none;
	color:#B60E1F;
}

#navleft .leftbtnsub a.selected {
	text-decoration:none;
	color:#B60E1F;
}

#navleft .leftbtnsubsub {
	width:195px;
}

#navleft .leftbtnsubsub a {
	display:block;
	font-family:Arial, Verdana;
	font-size:10px;
	color:#999999;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:2px 10px 2px 40px;
}

#navleft .leftbtnsubsub a:hover,
#navleft .leftbtnsubsub a.selected:hover {
	background: #FFFFFF url(../img/nav_underline_sub_sub.gif) no-repeat scroll right bottom;
	text-decoration:none;
	color:#B60E1F;
}

#navleft .leftbtnsubsub a.selected {
	text-decoration:none;
	color:#B60E1F;
}

/* End Left Nav */

#navmid {
	width:250px;
}

#navmid .leftbtn {
	width:250px;
}

#navmid .leftbtn a {
	display:block;
	font-family:Arial, Verdana;
	font-size:11px;
	color:#999999;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 5px 20px;
}

#navmid .leftbtn a:hover {
	color:#B60E1F;
}

/* ------- FORM TAGS -------------- */
.textbox {
	color: #999999;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px #A7A6AA solid;
}

.textboxred {
	color: #999999;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px #B60E1F solid;
	width:135px;
	height:13px;
	margin-top:2px;
}

.textboxorange {
	color: #999999;
	font-size: 11px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px #F8931D solid;
	width:135px;
	height:13px;
	margin-top:2px;
}



.bodyTextBold {color: #999999; font-weight: bold;}
.bodyTextSmall {color: #999999; font-size: 10px}
.bodyTextXSmall {color: #999999; font-size: 9px}
.bodyText {color: #999999}
.bodyTextError, .bodyTextRed  {color: #CC0000}
.bodyTextSmallGrey {font-size: 10px;color: #999999}
.bodyTextWhite {color: #FFFFFF}
.bodyTextLightGrey {color: #A0A0A0}

/* ------- CHECKOUT PAGES -------------- */

.checkoutTable {
	width: 450px;
	background: #F8931D url(../img/00_dotted_orange_tab.gif);
}
.checkoutHeadingRow {background-color: #FFFFFF}
.checkoutRow1 {background-color: #FFFFFF;}
.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}

/* ------- PRODUCT PAGE -------------- */
.productPrice { 
	font-size: 14px; 
	font-weight: bold; 
	color: #B60E1F
}
.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;}

/* ------- HP Ticker -------------*/
#contentwrapper{
	width: 390px;
	height: 122px;
	background-color: #FFFFFF;
	padding: 0px;
}

#contentwrapper div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

.billcontent{
	width: 100%;
	display:block;
}