BODY {
	background-image :none;
	background-color:white;
}

A {
	color:black;
}

H1 {
	margin:0px;
}

H2 {
	font-size:16px;
	color:#00714A;	
}

H3 {
	color:#00714A;
	font-size:12px;
}

H4 {
	color:#00714A;
	font-size:14px;
	font-weight : normal;
}

#Body {
	width:788px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #D9D9D9;
}

#SubMenu {
	padding:3px;
	border-bottom:1px solid #D9D9D9;
}

#SubMenu A {
	display:inline!important;
}

#Content {
	background-color:#F8F8F8;
	height:auto;
	min-height:400px;	
}

.RowItem {
	padding:5px;
	border-bottom:1px solid #D9D9D9;

}

.RowItem IMG {
	margin:5px;
}


INPUT.Text,TEXTAREA.Text {
	border:1px solid #D9D9D9;
	font-size:10px;
	padding:5px;
}

#Cart {
	border:2px solid #F0EDDA;
	background-color:#F7F5E7;
	width:300px;
}

.Note {
	background-color:#FFFFE1;
	border:1px solid #F3F3F3;
	font-size:9px;
	padding:5px;
}

#Cart {

}

#OrderSummary TH {
	text-align:left;
	background-color:#1B694F;
	border-bottom: 2px solid #00A86F;	
	font-size:9px;
	padding:5px;
	color:white;
}

#OrderSummary {
	border: 2px solid #00A86F;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
	height : auto;
	background-color:white;
	background-repeat : no-repeat;
	width:100%;
}

.Highlight {
	background-color:#F7F5E7;
	border:2px solid #FF9C00;
	padding:5px;
}

#OrderSummary TD {
	font-size:9px;
	padding:5px;
	border: 1px solid #E7F7F7;
}

TD.SubTotal {
	background-color:#FFFFE1;
}

#GrandTotal, #Shipping, #Tax {
	font-weight : bold;
	font-size:12px!important;
}


FORM TD {
	vertical-align : middle;
	padding-bottom:10px;
}

#TitleBar {
	padding:5px;
}

#CategoryMenu {
	background-color:white;
	border-bottom:1px solid #D9D9D9;
	border-top:1px solid #D9D9D9;		
	padding:5px;
}

#TitleBar H1 {
	font-size:18px;
	color:#FF9C00;
}

#CategoryMenu A {
	font-size:11px;
	font-weight : bold;
	color:#00714A;
	padding-right:20px;
	text-decoration : none;
}

.Highlight {
	color:#FF9C00!important;
}

.BigOrange {
	color:#FF9C00;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-image : url(/images/orange_arrow.png);
	background-repeat : no-repeat;
	padding-left:15px;
	background-position : 0px 2px;
}

.BigGreen {
	margin-bottom:5px;
	display:block;
	color:#00714A;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background-image : url(/images/green_arrow.png);
	background-repeat : no-repeat;
	padding-left:15px;	
	background-position : 0px 2px;	
}