BODY
{
	FONT-SIZE: 65%;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #000;
	color:#000;
}
A
{
	COLOR: #6D945F;
	TEXT-DECORATION: underline;
}
A:hover
{
	color:#B40C0C;
}
h1, h2, h3, h4, h5, h6
{
	color:#105014;	
}
h1, h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
H1
{
    FONT-SIZE: 210%;
}
H2
{
    FONT-SIZE: 180%;
}
H3
{
    FONT-SIZE: 140%;
}
H4
{
    FONT-SIZE: 130%;
}
H5
{
    FONT-SIZE: 120%;
}
H6
{
	FONT-SIZE: 100%;
}
hr
{
	border-top:1px solid #bbb;
	border-bottom:1px solid #eee;
}
IMG
{
	BORDER:1px solid #2c8522;
}
TABLE
{
	BORDER:none;
}

/* ####################################   Classes   #################################### */

.box .tl
{
	background:#38BD40 url(/images/layout/box_corner_tl_title.gif) left top no-repeat;
}
.box .tr
{
	background:url(/images/layout/box_corner_tr_title.gif) right top no-repeat;
}
.box h2.title
{
	FONT-FAMILY:Georgia, Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/layout/box_header_bg.jpg) left top no-repeat;	
	font-size: 150%;
	color: #fff;
	text-align: right;
}
.box .content
{
	border-bottom: 1px solid #38BD40;
	border-right: 1px solid #38BD40;
	border-left: 1px solid #38BD40;
	background: transparent;
}
#template_Mailform .content
{	
}

/* =========== Buttons =========== */

.button, a.textButton
{
	color:#124F14;
	font-family:Arial, sans-serif;
	background:#D6ECC2;
	font-size:100%;
	border-right:1px solid #124F14;
	border-bottom:1px solid #124F14;
	border-top:1px solid #E9F4E0;
	border-left:1px solid #E9F4E0;
}
.button:hover, a.textButton:hover
{
	border-left:1px solid #124F14;
	border-top:1px solid #124F14;
	border-bottom:1px solid #E9F4E0;
	border-right:1px solid #E9F4E0;
}
.principle
{
	color:#FFF;
	font-family:Arial, sans-serif;
	background:#124F14;
	font-size:100%;
	font-weight: bold;
	border:1px solid #124F14;
}
.principle:hover
{
	color: #38BD40;
	border:1px solid #38BD40;
	
}
.textbox, .qtyTextBox, .textarea
{
	border-left:1px solid #124F14;
	border-top:1px solid #124F14;
	border-bottom:1px solid #E9F4E0;
	border-right:1px solid #E9F4E0;
	padding-left: 1px;
}
.detail H3
{
	FONT-SIZE: 110%
}
.dropdown, .textarea, .textbox
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
form td.label
{
	text-align:right;
}
.list
{
    BORDER-BOTTOM: #ccc 1px solid
}
.list H3
{
    FONT-SIZE: 120%;
    text-decoration:none;
}
.list H4
{
    FONT-WEIGHT: 400;
    FONT-SIZE: 100%;
    text-decoration:none;
}
.list .date
{
	FONT-SIZE: 90%;
	COLOR: #777;
}
.label
{
	FONT-WEIGHT: bold;
}
.ghosted
{
	COLOR: #ddd;
}
TABLE.documentTable
{
	BORDER-TOP: #000 1px solid;
	BORDER-LEFT: #000 1px solid
}
TABLE.documentTable TD.cell
{
	BORDER-RIGHT: #000 1px solid;
	BORDER-BOTTOM: #000 1px solid
}
TABLE.documentTable TH.heading
{
	COLOR: #fff;
	BACKGROUND-COLOR: #333;
}
TABLE.documentTable TR.alternative
{
	BACKGROUND-COLOR: #fff;
}

/* ################################### Site IDs ################################# */

#mainLayoutContainer
{
	background: #F1EFE6 url(/images/layout/main_layout_container_bg.jpg) bottom right no-repeat;
}
#location
{
	color: #E7E7E7;
	font-size:90%;
}
#location a
{
	color:#fff;
	text-decoration:none;
}
#location a:hover
{
	color:#0f0;
}
#mainHeader
{
	background:#FFF url(/images/layout/main_header_bg.jpg) top left no-repeat;
	border-bottom: 2px solid #0A350A;
}

/* ################################## Menu setup ################################### */

#mainMenu
{
	background-color:#124F14;
}
#mainMenu li
{
	list-style:none;
}
#mainMenu ul a
{
	color:#fff;
	text-decoration:none;
	background: #124F14 url(/images/layout/nav_divide_1px.gif) right center no-repeat;
}
#mainMenu ul a:hover
{
	background: #73E574 url(/images/layout/nav_divide_1px.gif) right center no-repeat;
	color: #FFF;
}
#mainMenu ul a.on, #mainMenu ul a.active
{
	background: #73E574 url(/images/layout/nav_divide_1px.gif) right center no-repeat;
	color: #135014;
}
/* ################################## Sub Menu setup ################################### */

#subMenu
{
	margin-top:0;
}
#subMenu ul, #subMenu2 ul, #subMenu3 ul, #subMenu4 ul, #subMenu5 ul 
{
	background:#73E574;
	margin-top:0;
}
#subMenu ul a
{
	color:#135014;
}
#subMenu2 ul a, #subMenu3 ul a, #subMenu4 ul a, #subMenu5 ul a 
{
	font-weight: bold;
	color:#202020;
}
#subMenu2 ul
{
	background:#ADFCAE;
}
#subMenu3 ul
{
	background:#38433A;
}
#subMenu4 ul
{
	background:#202020;
}
#subMenu5 ul
{
	background:#aaa;
}
#subMenu ul a:hover
{
	color:#009C03;
}
#subMenu ul a.active, #subMenu ul a.on
{
	color:#000;
	background-color:#ADFCAE;
}
#subMenu2 ul a:hover
{
	color:#202020;
	background-color:#CAEACA;	
}
#subMenu2 ul a.active, #subMenu2 ul a.on
{
	color:#202020;
	background-color:#CAEACA;
}
#subMenu3 ul a:hover
{
	color:#FFF;
}
#subMenu3 ul a.active, #subMenu3 ul a.on
{
	color:#FFF;
	background-color:#181D19;
}
/* ======================== */
#mainTitle
{
	background: #EDEDED;	
}
#mainTitle H1
{
	FONT-FAMILY:Georgia, Arial, Helvetica, sans-serif;
	color: #08350A;
	font-weight: normal;
}
#mainFooter
{
	color: #fff;
	background: #e0e0e0 url(/images/layout/footer_1px.gif) repeat-x;
	font-size: 110%;
}
#mainFooter a
{
	color:#eee;
}

/* ======================== */


TABLE#subPageTable TH.heading
{
    BORDER-RIGHT: #000 1px solid;
    FONT-WEIGHT: normal;
    FONT-SIZE: 120%;
    COLOR: #fff;
    BORDER-BOTTOM: #000 1px solid;
    BACKGROUND-COLOR: #020202;
}
TABLE#subPageTable TD.cell
{
    BORDER-RIGHT: #000 1px solid;
    BORDER-BOTTOM: #000 1px solid
}
TABLE#subPageTable TR.alternate
{
    BACKGROUND-COLOR: #ccc
}
#template_Products_Grouped .backlink
{
    BACKGROUND-COLOR: #ccc;
}
#template_Products_Grouped .backlink A
{
    COLOR: #fff;
}

/* ======================== */

#template_sitemap ul, #template_sitemap li
{
	list-style-type:none;
}
#template_sitemap ul a
{
	color:#000;
	text-decoration:none;
}
#template_sitemap ul a:hover
{
	color:#666;
	text-decoration:underline;
}
#template_sitemap ul ul a
{
	background: url(/ewCommon/images/schemes/standard/arrow_red.gif) left center no-repeat;
}
#template_sitemap ul ul ul a
{
	background-image:url(/ewCommon/images/schemes/standard/arrow_red.gif);
}
#template_sitemap ul ul ul ul a
{
	background-image:url(/ewCommon/images/schemes/standard/arrow_red.gif);
}

#developerLink a
{
	color: #0D4312;
}
#developerLink a:hover
{
	color: #FFF;
}

/* ############################### Cart Brief ############################ */

#cartBrief
{
	color:#FFF;
	background:none;
	text-align: right;
}

#cartBrief .bold
{
	font-weight: bold;	
}
#cartBrief a
{
	text-decoration:none;
	color: #FFF;
}
#cartBrief a:hover
{
	border-bottom: 1px solid #0F0;
}

/* ############################### Cart Full ############################ */
#cartFull
{
	color: #124F14;
}
#cartFull h2
{
	FONT-FAMILY:Georgia, Arial, Helvetica, sans-serif;
	background: #38BD40 url(/images/layout/box_header_bg.jpg) left top no-repeat;
	font-size: 1.3em;	
	color: #FFF !important;
	text-align: right;
}
#cartFull th.lineTotal
{
	color: #FFF;	
}
#cartFull th.lineTotal,
#cartFull td.lineTotal,
#cartFull td.amount
{
	border-right: 2px solid #124F14;	
	background: #D6ECC2;
}
#cartFull td.total.amount
{
	border-bottom: 2px solid #124F14;	
}
#cartFull th.heading
{
	background: #38BD40;	
}
#cartLegend
{
	border: 1px solid #38BD40;	
}
