/* !GREEN */
body {
	/*background-image: url(../../images/green/background_gradient.png);*/
}
#account {
	/*background: #6B7D2B url(../../images/green/account_background_gradient.png);*/
	color: #FFF !important;
}
a{text-decoration:none !important;}
#account a, #header a {
	color: #FEBA01 !important;
}
#account a:hover, #account a.current {
	/*background-image: url(../../images/green/account_a_selected.png);*/
	color: #70CDCC !important;
}
#header {
	/*background: #8CA337 url(../../images/green/header_background_gradient.png);*/
	background: linear-gradient(to bottom, #6D481E 0%, #8A6A44 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#quick_search span.search {
	background-color: #70822C;
	border: 1px solid #91A939;
}
#quick_search input.search {
	background: transparent no-repeat;
	background-image: url(../../images/green/button_search.png);
	border: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	text-shadow: #6374AB 2px 2px 2px;
	width: 90px;
}
.sidebar > div > h3 {
	background-image: url(../../images/green/h3_background_gradient.png);
}
#documents {
	/*background-image: url(../../images/green/footer_background_gradient.png);*/
	background: linear-gradient(to bottom, #6D481E 0%, #8A6A44 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #9A7733;
}
#documents a {
	color: #FE8B00;
}
#documents a:hover {
	background-color: #070202;
	border: 1px solid #FE8B00;
}
a {
	color: #9A7733;
}
h2 {
	background-color: #E2E6D5;
	border: 1px solid #FBF2F3;
	color: #4F4F4F;
}
#menu li > a {
	border-bottom: 1px solid #9AA86B;
}
#menu > li > a {
	/*background-color: #70822C !important;*/
	background: linear-gradient(to bottom, #6D481E 0%, #8A6A44 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*border-bottom: 1px solid #809143;
	border-top: 1px solid #9AA86B;*/
	border-bottom: 1px solid #8A6A44;
	border-top: 1px solid #6D481E;
}
#menu > li > a.menu_closed {
	/*background-image: url(../../images/green/menu_top_closed.png);*/
	background: linear-gradient(to bottom, #6D481E 0%, #8A6A44 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#menu > li > a.menu_open {
	/*background-image: url(../../images/green/menu_top_open.png) !important;*/
	
}

#mailing_list input.submit {
	background-image: url(../../images/green/button_subscribe.png);
}
#mailing_list input.submit {
	background-color: transparent;
	border: 0px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	margin-left: 5px;
	text-shadow: #6374AB 2px 2px 2px;
	width: 137px;
}
#sale_products ul {
	list-style: none outside url(../../images/green/bullet.png) !important;	
}
#basket_summary p.view_basket {
	background: #70822C url(../../images/green/bullet.png) no-repeat 2px 2px;
	border-bottom: 1px solid #9BA96C;
	border-top: 1px solid #9BA96C;
}
#basket_summary p.view_basket a {
	color: #FFF;
	text-decoration: none;
}
.control {
	background-color: #FAEFEF;
	border: 1px solid #E8C4C4;
}
div.category_product {
	border-bottom: 1px solid #E2E6D5;
}
div.category_product div.details {
	background-image: url(../../images/green/background_info_box.png);
}
div.category_product div.details p.price {
	border-bottom: 1px solid #E2E6D5;
}
#product_detail {
	background-image: url(../../images/green/background_info_box.png);
}
#product_detail > .bulk_discount {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}
#product_detail > .options {
	border-top: 1px solid #E2E6D5;
}
#product_detail > .options div {
	padding: 5px 5px 0px 0px;
}
#review_write {
	background-image: url(../../images/green/background_info_box.png);
}
#product_share {
	background-image: url(../../images/green/background_info_box.png);
}
.basket_header {
	background-color: #70822C;
}
.total {
	background-color: #70822C;
}
a.button_submit {
	vertical-align: top;
}
.button_submit.right, input[type="submit"].right, input[type="reset"].right {
	float: right;
	margin-left: 5px;
}
.checkout-progress {
	background-color: #70822C;
	color: #DFDFDF !important;
}
.checkout-progress > span.current {}
.checkout-progress > span.next {
	color: #566422 !important;
}
.checkout-progress > span.last {}
#documents{height:auto;}

#menu a:hover, #menu a.current {
    color: #70CDCC;
}
#page_content {
    background-color: #F6FAFC;
    
}