@charset "utf-8";

* {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	height: 100%;
	min-height: 100%;
	background: url(../gfx/bgr.main.jpg) no-repeat center #a1d044;
}

a {
	text-decoration: none;
}

a:hover {
}

img {
	vertical-align: middle;
}

p {
	margin: 0 0 15px 0;
}

blockquote {
	margin: 0 0 15px 30px;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 19px;
	line-height: 23px;
	color: #49604a;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 20px;
	color: #49604a;
}

h3 {
	margin: 0 0 15px 0;
	font-size: 13px;
	font-weight: bold;
	color: #49604a;
}

h4 {
	margin: 0 0 15px 0;
	font-size: 11px;
	font-weight: bold;
	color: #49604a;
}

h5 {
	margin: 0 0 15px 0;
	font-size: 10px;
	font-weight: bold;
	color: #49604a;
}

h6 {
	margin: 0 0 15px 0;
	font-size: 9px;
	font-weight: bold;
	color: #49604a;
}

ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
}

ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
	list-style-type: square;
}

li {
	margin: 0 0 5px 0;
	
}

input,
select,
textarea {
	border-top: 1px solid #49604a;
	border-left: 1px solid #49604a;
	border-bottom: 1px solid #8aaa83;
	border-right: 1px solid #8aaa83;
	padding: 2px;
}

.radio,
.checkbox {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

button {
	border-top: 1px solid #F5DF9C;
	border-left: 1px solid #E5C75A;
	border-bottom: 1px solid #BE8600;
	border-right: 1px solid #CA9800;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #37712c;
	font-style: italic;
	background: #ffffff;
	cursor: pointer;
}

.page {
	width: 966px;
	margin: 0 auto;
}

.page .a-center {
	text-align: center;
}

.page .a-left {
	text-align: left;
}

.page .a-right {
	text-align: right;
}

.page .nobr {
	white-space: nowrap;
}

.page .header {
	background: url(../gfx/bgr.head.png) no-repeat top left;
	height: 171px;
	position: relative;
}

.page .header .languages {
	position: absolute;
	top: 7px;
	right: 30px;
	word-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #aad4a3;
}

.page .header .languages .language {
}

.page .header .languages .language span {
	padding: 0 3px;
}

.page .header .languages .language:first-child span {
	display: none;
}

.page .header .languages .language a {
	text-transform: uppercase;
	color: #aad4a3;
	text-decoration: none;
}

.page .header .languages .language a.active {
	color: #ffffff;
}

.page .header .flags {
	position: absolute;
	top: 0;
	left: 220px;
}
/*
.page .header ul {
	position: absolute;
	top: 64px;
	left: 224px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.page .header ul li {
	float: left;
	margin: 0;
	padding: 0 0 0 50px;
	height: 25px;
	line-height: 25px;
}

.page .header ul img {
	display: block;
}
*/
.page .header ul.links {
	position: absolute;
	top: 64px;
	left: 280px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 660px;
	
}

.page .header ul.links li {
	padding: 0;
	margin: 0 60px 0 0;
	float: left;
	height: 25px;
}

.page .header ul.links li a {
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #00470f;
}

.page .header ul.links li a img {
	display: block;
}

.page .header .logo {
	position: absolute;
	top: 24px;
	left: 39px;
}

.page .header .cart {
	width: 200px;
	position: absolute;
	top: 100px;
	right: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
}

.page .header .cart .title {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.page .header .cart .qty {
}

.page .header .cart .qty span {
	font-weight: bold;
}

.page .header .cart .cart-button {
	text-decoration: none;
	color: #ffffff;
}

.page .body {
	padding: 0 30px;
	background: url(../gfx/bgr.body.png) repeat-y top left;
	position: relative;
}

.page .body .messages {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page .body .messages li {
	margin: 0 0 15px 0;
	padding: 0;
}

.page .body .messages li ul {
	padding: 0;
}

.page .body .messages li ul li {
	padding: 0 0 0 20px;
	background-position: top left;
	background-repeat: no-repeat;
	list-style: none;
}

.page .body .messages li.success-msg ul li {
	background-image: url(../images/accept.png);
	color: #559320;
}

.page .body .messages li.error-msg ul li {
	background-image: url(../images/exclamation.png);
	color: #cc0000;
}

.page .body.col2-left-layout .wrapper-bottom,
.page .body.col3-layout .wrapper-bottom {
	background: url(../gfx/bgr.wrapper_bottom.jpg) no-repeat bottom left #ebf0d5;
}

.page .body.col2-left-layout .wrapper-top,
.page .body.col3-layout .wrapper-top {
	background: url(../gfx/bgr.wrapper_top.jpg) no-repeat top left;
	min-height: 832px;
}

.page .body .navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 10px;
}

.page .body .navigation .main {
	background: url(../gfx/bgr.navigation_main.png) no-repeat top left #f2f3b4;
	padding: 5px 10px 5px 0;
	margin: 0;
	list-style: none;
}

.page .body .navigation .main li {
	padding: 0;
	margin: 0;
}

.page .body .navigation .main li:first-child {
}

.page .body .navigation .main li.current {
	background: url(../gfx/bgr.navigation_main_selected.png) no-repeat top right;
	padding: 0;
}

.page .body .navigation .main li.current:first-child {
	margin-top: 0;
}

.page .body .navigation .main li a {
	color: #524a2c;
	/*text-transform: uppercase;*/
	text-decoration: none;
	white-space: nowrap;
	font-size: 14px;
	font-style: normal;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	line-height: 20px;
}

.page .body .navigation .main li a:hover {
	color: #49604a;
}

.page .body .navigation .main li.current a {
	color: #49604a;
	font-weight: bold;
}

.page .body .navigation .main li .sub {
	background: #559320;
	padding: 0;
	margin: 0;
	list-style: none;
}

.page .body .navigation .main li .sub li {
	margin: 0;
	padding: 0;
}

.page .body .navigation .main li .sub li.current {
	background: url(../gfx/bgr.navigation_sub_selected.png) repeat-x top left #004911;
}

.page .body .navigation .main li .sub li a {
	text-decoration: none;
	font-size: 14px;
	color: #0f4212;
	line-height: 19px;
	padding: 3px 20px 3px 35px;
	font-weight: normal;
}

.page .body .navigation .main li .sub li a:hover {
	color: #37712c;
}

.page .body .navigation .main li .sub li.current a {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	background: url(../gfx/bul.navigation_sub.png) no-repeat 20px 7px;
}

.page .body .navigation .main li .sub_shadow {
	height: 10px;
	background: url(../gfx/bgr.navigation_main_shadow.png) no-repeat top right;
}

.page .body .navigation .main_shadow {
	height: 10px;
	background: url(../gfx/bgr.navigation_main_shadow.png) no-repeat top left;
}

.page .body .col-left {
	width: 216px;
	float: left;
}

.page .body .col-left .block-account {
	margin: 30px 0 0 10px;
}

.page .body .col-left .block-account .block-title {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 15px 0;
}

.page .body .col-left .block-account .block-content {
}

.page .body .col-left .block-account .block-content ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.page .body .col-left .block-account .block-content ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

.page .body .col-left .block-account .block-content ul li a {
	color: #49604a;
}

.page .body .col-left .tags-list {
	margin: 0;
	padding: 30px 0 0 10px;
	list-style: none;
	font-size: 14px;
	text-align: center;
}

.page .body .col-left .tags-list li {
	margin: 0 10px;
	padding: 0;
	display: inline;
}

.page .body .col-left .tags-list li a {
	color: #559320;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.page .body .col-right {
	float: right;
	width: 200px;
	padding: 147px 10px 0 0;
	position: relative;
	z-index: 5;
}

.page .body .col-right .search-form {
	background: #c5ddab;
	padding: 10px;
	position: relative;
	margin: 0 0 10px 0;
}

.page .body .col-right .search-form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #185618;
	display: block;
	padding: 0 0 10px 0;
}

.page .body .col-right .search-form input {
	color: #185618;
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

.page .body .col-right .search-form input.active {
	color: #333333;
}

.page .body .col-right .search-form input.inactive {
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.page .body .col-right .search-form .button {
	position: absolute;
	top: 35px;
	right: 6px;
	width: 32px;
	height: 32px;
	background: url(../gfx/arrow_right.png) no-repeat top left;
	text-indent: 9999px;
	overflow: hidden;
	cursor: pointer;
	border: 0;
}

.page .body .col-right .search-form .search-autocomplete {
	border: 1px solid #999999;
	background: white;
	position: absolute;
	z-index: 1000;
}

.page .body .col-right .search-form .search-autocomplete ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page .body .col-right .search-form .search-autocomplete ul li {
	padding: 3px 10px;
	margin: 0;
	border-top: 1px solid #eeeeee;
	cursor: pointer;
}

.page .body .col-right .search-form .search-autocomplete ul li:first-child {
	border: 0;
}

.page .body .col-right .search-form .search-autocomplete ul li .amount {
	float: right;
}

.page .body .col-right .search-form a.advanced,
.page .body .col-right .search-form a.help {
	color: #266527;
	text-decoration: underline;
	display: block;
	margin: 5px 0 0 0;
}


/*
.page .body .col-right .cart-button,
.page .body .col-right .checkout-button {
	position: absolute;
	right: 0;
	top: 0;
	padding:  0 45px 0 0;
	background: url(../gfx/arrow_right.png) no-repeat 180px 4px #bdd17e;
	width: 175px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #49604a;
}

.page .body .col-right .cart-button {
	background-color: #e9e39a;
	right: 230px;
}

.page .body .col-right .cart-button span {
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
}
*/

.page .body .col-right .bestsellers {
	background: #6fa53d;
	margin: 0 0 10px 0;
}

.page .body .col-right .bestsellers .title {
	font-size: 18px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 50px;
	padding: 0 10px 0 15px;
}

.page .body .col-right .bestsellers ol {
	list-style: none;
	margin: 0;
	padding: 5px 5px 5px 0;
	line-height: 110px;
	height: 110px;
}

.page .body .col-right .bestsellers ol li {
	margin: 0 0 0 5px;
	padding: 0;
	display: inline-block;
	background: url(../gfx/bgr.bestseller.png) repeat-x top left;
	word-spacing: normal;
}

.page .body .col-right .bestsellers ol li a {
	padding: 10px 5px;
	display: block;
	line-height: 90px;
}

.page .body .col-right .bestsellers ol li a img {
	display: block;
}

.page .body .col-right .newsletter {
	background: #559320;
	margin: 0 0 10px 0;
}

.page .body .col-right .newsletter .title {
	color: #ffffff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 10px;
	background: url(../gfx/newsletter.png) no-repeat 100% -2px;
}

.page .body .col-right .newsletter .block-content {
	padding: 0 10px 10px 10px;
	position: relative;
}

.page .body .col-right .newsletter .block-content label {
	margin: 0 0 10px 0;
	color: #c5ddab;
	display: block;
}

.page .body .col-right .newsletter .block-content input {
	background: #e0edd3;
	border: 0;
	width: 170px;
}

.page .body .col-right .newsletter .block-content button {
	position: absolute;
	bottom: 4px;
	right: 6px;
	width: 32px;
	height: 32px;
	background: url(../gfx/arrow_right.png) no-repeat top left;
	cursor: pointer;
	border: 0;
	text-indent: 9999px;
	overflow: hidden;
}

.page .body .col-right .recently-viewed-items {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.page .body .col-right .recently-viewed-items .title {
	text-transform: uppercase;
	color: #37712c;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 20px;
}

.page .body .col-right .recently-viewed-items ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page .body .col-right .recently-viewed-items ol li {
	margin: 0;
	padding: 0;
}

.page .body .col-right .recently-viewed-items ol li a {
	color: #37712c;
	font-size: 14px;
	text-decoration: none;
	display: block;
	border-top: 1px solid #cad9b7;
	padding: 5px 10px;
	line-height: 20px;
}

.page .body .col-center {
	padding: 50px 0 0 0;
	position: relative;
	z-index: 10;
}

.page .body.col2-left-layout .col-center {
	margin: 0 0 0 226px;
	padding: 60px 0 16px 0;
	background: url(../gfx/bgr.center_shadow.png) no-repeat bottom left;
}

.page .body.col3-layout .col-center {
	margin: 0 220px 0 226px;
	padding: 60px 0 16px 0;
}

.catalog-category-view .page .body.col2-left-layout .col-center,
.catalog-product-view .page .body.col2-left-layout .col-center {
	background: none;
	padding-bottom: 0;
}

.page .body .col-center a {
	color: #37712c;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.page .body .col-center .page-title {
	border-top: 10px solid #ffffff;
	border-left: 10px solid #ffffff;
	background: #f0f4e1;
	padding: 0 15px 15px 15px;
}

.page .body .col-center .page-title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	line-height: 50px;
}

.page .body .col-center .teasers {
	margin: 0 0 -10px -10px;
	overflow: auto;
}

.page .body .col-center .teasers a {
	float: left;
	margin: 0 0 10px 10px;
}

.page .body.col2-left-layout .col-center .static-content,
.page .body .col-center .account-login,
.page .body .col-center .account-logout,
.page .body .col-center .dashboard,
.page .body .col-center .buttons-set {
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	background: #f0f4e1;
	padding: 0 15px 15px 15px;
}

.page .body .col-center .my-wishlist,
.page .body .col-center .fieldset,
.page .body .col-center .addresses-list,
.page .body .col-center .newsletter-subscription,
.page .body .col-center .order-history,
.page .body .col-center .order-info,
.page .body .col-center .order-date,
.page .body .col-center .order-info-box,
.page .body .col-center .order-items,
.page .body .col-center .order-success {
	border-left: 10px solid #ffffff;
	background: #f0f4e1;
	padding: 15px;
	margin: 0;
}

.page .body .col-center .search-form {
	background: #e9e49b;
	width: 660px;
	height: 20px;
	padding: 10px;
	margin: 0 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.page .body.col1-layout .col-center .search-form {
	left: auto;
	right: 0;
}

.page .body .col-center .search-form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #185618;
	float: left;
	width: 100px;
}

.page .body .col-center .search-form input {
	width: 250px;
	height: 20px;
	padding: 0 10px;
	margin: 0 26px 0 0;
}

.page .body .col-center .search-form input.active {
	color: #333333;
}

.page .body .col-center .search-form input.inactive {
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.page .body .col-center .search-form .button {
	position: absolute;
	top: 5px;
	left: 366px;
	width: 32px;
	height: 32px;
	background: url(../gfx/arrow_right.png) no-repeat top left;
	cursor: pointer;
	border: 0;
	text-indent: 9999px;
	overflow: hidden;
}

.page .body .col-center .search-form .search-autocomplete {
	border: 1px solid #999999;
	background: white;
	position: absolute;
	z-index: 1000;
}

.page .body .col-center .search-form .search-autocomplete ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page .body .col-center .search-form .search-autocomplete ul li {
	padding: 3px 10px;
	margin: 0;
	border-top: 1px solid #eeeeee;
	cursor: pointer;
}

.page .body .col-center .search-form .search-autocomplete ul li:first-child {
	border: 0;
}

.page .body .col-center .search-form .search-autocomplete ul li .amount {
	float: right;
}

.page .body .col-center .search-form a.advanced {
	margin: 0 20px 0 0;
}

.page .body .col-center .search-form a.help {
	display: inline;
	color: #524A2C;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
}

.page .body .col-center .navigation {
	width: 206px;
	position: absolute;
	top: 0;
	left: 0;
}

.page .body .col-center .messages {
	border-left: 10px solid #ffffff;
	background: #F0F4E1;
	margin: 0;
	padding: 0 0 1px 15px;
}

.page .body .col-center .block-layered-nav {
	background: #e9e49b;
	position: absolute;
	top: 0;
	left: 0;
	width: 650px;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
}

.page .body .col-center .block-layered-nav .title {
	color: #004911;
	float: left;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}

.page .body .col-center .block-layered-nav .active-filters {
	float: left;
	position: relative;
}

.page .body .col-center .block-layered-nav .active-filters p {
	display: none;
}

.page .body .col-center .block-layered-nav .active-filters ol {
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	border-left: 1px solid #F2F3B4;
}

.page .body .col-center .block-layered-nav .active-filters ol li {
	float: left;
	margin: 0;
	padding: 3px 28px 7px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #40810f;
	line-height: 16px;
	position: relative;
	border-right: 1px solid #F2F3B4;
}

.page .body .col-center .block-layered-nav .active-filters ol li .label {
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.page .body .col-center .block-layered-nav .active-filters ol li a {
	position: absolute;
	top: 12px;
	right: 6px;
	background: url(../gfx/bgr.remove.png) no-repeat top left;
	width: 16px;
	height: 16px;
	font-size: 0;
}

.page .body .col-center .block-layered-nav .active-filters .actions {
	float: left;
}

.page .body .col-center .block-layered-nav .active-filters .actions a {
	float: left;
	margin: 0 0 0 15px;
	text-decoration: none;
}

.page .body .col-center .block-layered-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.page .body .col-center .block-layered-nav ul li {
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	position: relative;
}

.page .body .col-center .block-layered-nav ul li a {
	text-decoration: none;
}

.page .body .col-center .block-layered-nav ul li label {
	background: url(../gfx/bgr.toolbar_sorter_desc.png) no-repeat right center;
	color: #40810f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	display: block;
	padding: 0 15px 0 0;
	cursor: pointer;
}

.page .body .col-center .block-layered-nav ul li .filter-options {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: #ffffff;
	z-index: 1000;
	border: 1px solid #e9e49b;
	border-top: 0;
	padding: 10px;
	line-height: 25px;
}

.page .body .col-center .block-layered-nav ul li .filter-options ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.page .body .col-center .block-layered-nav ul li .filter-options ol li {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	float: none;
}

.page .body .col-center .toolbar {
	border-bottom: 1px solid #759e4b;
	border-top: 1px solid #759e4b;
	line-height: 40px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004911;
	position: relative;
	margin: 0 0 15px 0;
}

.page .body .col-center .toolbar.bottom {
	margin: 10px 0 0 0;
}

.page .body .col-center .toolbar .amount {
	float: left;
	width: 240px;
}

.page .body .col-center .toolbar .pager {
	line-height: 15px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 10px 0 0;
	position: absolute;
	font-size: 12px;
}

.page .body .col-center .toolbar.top .pager {
	right: 0;
	top: -27px;
}

.page .body .col-center .toolbar.bottom .pager {
	right: 0;
	top: 12px;
}

.page .body .col-center .toolbar .pager .pages {
	background: url(../gfx/bgr.toolbar_pager.png) repeat-y top right;
}

.page .body .col-center .toolbar .pager .pages strong {
	float: right;
	padding: 0 10px 0 0;
}

.page .body .col-center .toolbar .pager .pages ol {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.page .body .col-center .toolbar .pager .pages ol li {
	padding: 0;
	margin: 0;
	float: left;
	border-left: 1px solid #ffffff;
}

.page .body .col-center .toolbar .pager .pages ol li:first-child {
	border: 0;
}

.page .body .col-center .toolbar .pager .pages ol li.current {
	padding: 0 4px 0 5px;
	background: #ffffff;
	color: #B4CD93;
}

.page .body .col-center .toolbar .pager .pages ol li.previous {
	border: 0;
}

.page .body .col-center .toolbar .pager .pages ol li.next {
	border: 0;
}

.page .body .col-center .toolbar .pager .pages ol li.spacer {
	width: 20px;
	border: 0;
}

.page .body .col-center .toolbar .pager .pages ol li a {
	padding: 0 5px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-style: normal;
	line-height: 15px;
}

.page .body .col-center .toolbar .pager .pages ol li a img {
	vertical-align: baseline;
}

.page .body .col-center .toolbar .limiter {
	float: left;
}

.page .body .col-center .toolbar.bottom .limiter {
	display: none;
}

.page .body .col-center .toolbar .limiter select {
	margin: 0 5px;
}

.page .body .col-center .toolbar .sorter {
	float: left;
	width: 250px;
}

.page .body .col-center .toolbar.bottom .sorter {
	display: none;
}

.page .body .col-center .toolbar .sorter select {
	margin: 0 5px;
}
/*
.page .body .col-center .categories {
}

.page .body .col-center .categories .categories-list {
	list-style: none;
	margin: 0 -10px 0 0;
	padding: 0;
	line-height: 246px;
	word-spacing: -1em;
}

.page .body .col-center .categories .categories-list li {
	margin: 0 10px 0 0;
	padding: 0 0 10px 0;
	width: 220px;
	height: 236px;
	background: url(../gfx/bgr.center_category.png) no-repeat top left;
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	x-overflow: hidden;
	position: relative;
}

.page .body .col-center .categories .categories-list li img {
	vertical-align: top;
}

.page .body .col-center .categories .categories-list li .title {
	background: url(../gfx/bgr.center_category_link.png) no-repeat top left;
	position: absolute;
	top: 163px;
	left: 0;
	width: 100%;
	line-height: 40px;
	text-decoration: none;
}

.page .body .col-center .categories .categories-list li .title span {
	display: block;
	padding:  0 45px 0 0;
	line-height: 40px;
	background: url(../gfx/arrow_right.png) no-repeat 180px 4px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #49604a;
	height: 40px;
	overflow: hidden;
}
*/
.page .body .col-center .categories {
}

.page .body .col-center .categories .page-title {
	border: 0;
	background: none;
	margin: 0 0 52px 0;
	padding: 0;
}

.page .body .col-center .categories .page-title h1 {
	line-height: 35px;
	height: 35px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	vertical-align: middle;
	margin: 0;
}

.page .body .col-center .categories .categories-list {
	list-style: none;
	margin: -5px -6px 0 -5px;
	padding: 0;
	line-height: 229px;
	word-spacing: -1em;
	letter-spacing: -1em;
	font-size: 0;
}

.page .body .col-center .categories .categories-list li {
	margin: 0 1px 0 0;
	padding: 5px;
	background: url(../gfx/bgr.center_product.png) no-repeat top left;
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 12px;
}

.page .body .col-center .categories .categories-list li a {
	display: block;
	text-decoration: none;
	color: #266527;
	line-height: 25px;
	font-style: normal;
	width: 146px;
	height: 218px;
	position: relative;
}

.page .body .col-center .categories .categories-list li a img {
	vertical-align: top;
}

.page .body .col-center .categories .categories-list li a .title {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	width: 126px;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	background: url(../gfx/bgr.center_category_link.png) repeat-y top right;
	text-align: right;
}

.page .body .col-center .products {
	position: relative;
}

.page .body .col-center .products .page-title {
	border: 0;
	background: none;
	margin: 0 0 52px 0;
	padding: 0;
}

.page .body .col-center .products .page-title h1 {
	line-height: 35px;
	height: 35px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	vertical-align: middle;
	margin: 0;
}

.page .body .col-center .products .toolbar {
	width: 680px;
}

.page .body .col-center .products .toolbar.bottom {
	width: 460px;
}

.page .body .col-center .products .toolbar.top {
	position: absolute;
	top: 35px;
	left: 0;
}

.page .body .col-center .products .products-list {
	list-style: none;
	margin: -5px -6px 0 -5px;
	padding: 0;
	line-height: 229px;
	word-spacing: -1em;
	letter-spacing: -1em;
	font-size: 0;
}

.page .body .col-center .products .products-list li {
	margin: 0 1px 0 0;
	padding: 5px;
	background: url(../gfx/bgr.center_product.png) no-repeat top left;
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 12px;
	line-height: 25px;
}

.page .body .col-center .products .products-list li a {
	display: block;
	text-decoration: none;
	color: #266527;
	font-style: normal;
	width: 146px;
	height: 218px;
	position: relative;
}

.page .body .col-center .products .products-list li a img {
	vertical-align: top;
	display: block;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 100px;
	height: 100px;
}

.page .body .col-center .products .products-list li a .title {
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 140px;
	left: 0;
	padding: 0 10px;
	width: 126px;
	line-height: 14px;
	height: 30px;
	overflow: hidden;
}

.page .body .col-center .products .products-list li a .description {
	font-size: 11px;
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	width: 126px;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}

.page .body .col-center .products .products-list li .price-box {
	font-weight: bold;
	position: absolute;
	top: 185px;
	left: 0;
	width: 126px;
	padding: 0 10px;
	line-height: 22px;
	display: block;
}

.page .body .col-center .products .products-list li .price-box .label {
	display: none;
}

.page .body .col-center .products .products-list li .tax-details {
	display: none;
}

.page .body .col-center .product-view {
}

.page .body .col-center .product-view .product-essential {
	border-top: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	background: #f0f4e1;
	position: relative;
	padding: 0 0 170px 0;
}

.page .body .col-center .product-view .product-essential .product-img-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #ffffff;
	width: 335px;
}

.page .body .col-center .product-view .product-essential .product-img-box .product-image {
	padding: 30px 10px;
}

.page .body .col-center .product-view .product-essential .product-img-box .more-views {
	background: blue;
}



.page .body .col-center .product-view .product-essential .product-shop {
	margin: 0 0 0 355px;
	padding: 15px 0 0 0;
	background: url(../gfx/bgr.shop_product.png) no-repeat top right;
	min-height: 250px;
}

.page .body .col-center .product-view .product-essential .product-shop .product-name h1 {
	color: #0e3c11;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 30px 0;
}

.page .body .col-center .product-view .product-essential .product-shop .availability,
.page .body .col-center .product-view .product-essential .product-shop .baseprice-box,
.page .body .col-center .product-view .product-essential .product-shop .attribute-box,
.page .body .col-center .product-view .product-essential .product-shop .price-box {
	margin: 0 0 10px 0;
	padding: 0 0 0 120px;
	position: relative;
}

.page .body .col-center .product-view .product-essential .product-shop .availability .label,
.page .body .col-center .product-view .product-essential .product-shop .price-box .label,
.page .body .col-center .product-view .product-essential .product-shop .attribute-box .label {
	position: absolute;
	top: 0;
	left: 0;
	color: #BDC88B;
}

.page .body .col-center .product-view .product-essential .product-shop .price-box .price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #28671b;
}

.page .body .col-center .product-view .product-essential .product-shop .tax-details {
	display: block;
	font-size: 10px;
	padding: 0 0 0 120px;
}

.page .body .col-center .product-view .product-essential .product-shop .box-description {
	font-size: 13px;
	padding: 20px 0 0 0;
}

.page .body .col-center .product-view .product-essential .product-shop .box-description h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #28671b;
	margin: 0 0 10px 0;
}

.page .body .col-center .product-view .product-essential .product-shop .box-tags {
	margin: 30px 0 0 0;
}

.page .body .col-center .product-view .product-essential .product-shop .box-tags h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #28671b;
	margin: 0 0 10px 0;
}

.page .body .col-center .product-view .product-essential .product-shop .box-tags .product-tags {
	margin: 15px 0 25px 0;
}

.page .body .col-center .product-view .product-essential .product-shop .box-tags .form-add {
}

.page .body .col-center .product-view .product-essential .product-shop .box-tags .form-add label {
	font-weight: bold;
	margin: 0 0 5px 0;
	display: block;
}

.page .body .col-center .product-view .product-essential .product-shop .box-tags .note {
	font-size: 10px;
}

.page .body .col-center .product-view .product-essential .product-shop .box-tags .form-add input {
	width: 140px;
}

.page .body .col-center .product-view .product-essential .product-shop .add-to-box {
	position: absolute;
	right: 0;
	bottom: 30px;
	text-align: right;
}

.page .body .col-center .product-view .product-essential .product-shop .add-to-box .add-to-cart {
}

.page .body .col-center .product-view .product-essential .product-shop .add-to-box .add-to-cart label {
	margin: 0 0 10px 0;
	color: #28671b;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.page .body .col-center .product-view .product-essential .product-shop .add-to-box .add-to-cart input {
	margin: 0 10px 10px 10px;
	width: 50px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

.page .body .col-center .product-view .product-essential .product-shop .add-to-box .add-to-cart button {
	display: block;
	background: url(../gfx/bgr.add_to_cart.png) repeat-y top right;
	padding: 0;
	width: 345px;
	border: 0;
}

.page .body .col-center .product-view .product-essential .product-shop .add-to-box .add-to-cart button span {
	display: block;
	padding:  0 45px 0 0;
	height: 40px;
	background: url(../gfx/arrow_right.png) no-repeat 302px 4px;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #49604a;
}


.page .body .col-center .product-view .product-essential .product-shop .add-to-box .add-to-links {
	margin: 10px 0 0 0;
	padding: 0 15px 0 0;
	list-style: none;
}

.page .body .col-center .product-view .product-essential .product-shop .add-to-box .add-to-links li {
	margin: 0;
	padding: 0;
}

.page .body .col-center .product-view .product-collateral {
	padding: 30px 0 5px 0;
	background: url(../gfx/bgr.center_shadow.png) no-repeat top left;
}

.page .body .col-center .product-view .product-collateral .box-up-sell {
}

.page .body .col-center .product-view .product-collateral .box-up-sell h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #28671b;
	font-style: italic;
}

.page .body .col-center .data-table {
}

.page .body .col-center .data-table thead {
	background: lime;
}

.page .body .col-center .data-table thead th {
	white-space: nowrap;
	background: #bdd17e;
	color: #49604a;
	padding: 5px;
}

.page .body .col-center .data-table thead td {
}

.page .body .col-center .data-table tbody {
}

.page .body .col-center .data-table tbody th {
}

.page .body .col-center .data-table tbody td {
	padding: 5px;
	border-bottom: 1px solid #bdd17e;
}

.page .body .col-center .data-table tfoot {
}

.page .body .col-center .data-table tfoot th {
}

.page .body .col-center .data-table tfoot td {
	padding: 15px 0;
}

.page .body .col-center .col2-set {
	word-spacing: -1em;
}

.page .body .col-center .col2-set * {
	word-spacing: normal;
}

.page .body .col-center .col2-set .col-1 {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0 2% 0 0;
}

.page .body .col-center .col2-set .col-2 {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0 0 0 2%;
}

.page .body .col-center .col2-set .buttons-set {
	padding: 0;
	border: 0;
}

.page .body .col-center .box {
	border: 1px solid #bdd17e;
	margin: 15px 0 0 0;
}

.page .body .col-center .box .box-title {
	background: #bdd17e;
	line-height: 17px;
	padding: 5px;
	position: relative;
}

.page .body .col-center .box .box-title * {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.page .body .col-center .box .box-title a {
	position: absolute;
	right: 5px;
	top: 5px;
}

.page .body .col-center .box .box-content {
	padding: 10px;
}

.page .body .col-center .buttons-set {
	text-align: right;
}

.page .body .col-center .f-left {
	float: left;
}

.page .body .col-center p.required {
	text-align: left;
	color: #cc0000;
	font-size: 11px;
}

.page .body .col-center .form-list {
	list-style: none;
	padding: 0;
}

.page .body .col-center .form-list li {
	margin: 0;
}

.page .body .col-center .form-list li.control {
	margin: 0 0 5px 0;
}

.page .body .col-center .form-list li ul {
	padding: 5px 0 0 0;
	list-style: none;
}

.page .body .col-center .form-list li ul li {
}

.page .body .col-center .form-list li .field {
	position: relative;
	line-height: 35px;
	padding: 0 0 0 150px;
}

.page .body .col-center .form-list li .field label {
	position: absolute;
	top: 0;
	left: 15px;
	font-weight: bold;
}

.page .body .col-center .form-list li .field .input-box {
}

.page .body .col-center .form-list li .field .input-box input,
.page .body .col-center .form-list li .field .input-box select,
.page .body .col-center .form-list li .field .input-box textarea {
	width: 150px;
}

.page .body .col-center .form-list li .field .input-box .validation-advice {
	/*position: absolute;
	top: 0;
	left: 330px;*/
	color: #cc0000;
	padding: 0 0 10px 0;
	line-height: 20px;
}

.page .body .col-center .cart {	
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	border-right: 0;
	background: #f0f4e1;
	padding: 0 15px;
}

.page .body .col-center .cart .cart-table {	
	width: 100%;
}

.page .body .col-center .cart .totals {
	border-top: 1px solid #bdd17e;
	position: relative;
	padding: 0 0 75px 0;
}

.page .body .col-center .cart .totals table {
	width: 100%;
}

.page .body .col-center .cart .totals table td {
	text-align: right;
	width: 100px;
	padding: 5px;
}

.page .body .col-center .cart .totals table td:first-child {
	width: auto;
}

.page .body .col-center .cart .totals .checkout-types {
	position: absolute;
	right: -15px;
	bottom: 15px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
}

.page .body .col-center .cart .totals .checkout-types li {
}

.page .body .col-center .cart .totals .checkout-types li button {
	display: block;
	background: url(../gfx/bgr.add_to_cart.png) repeat-y top right;
	padding: 0;
	width: 345px;
	height: 40px;
	border: 0;
}

.page .body .col-center .cart .totals .checkout-types li button span {
	display: block;
	padding:  0 45px 0 0;
	height: 40px;
	background: url(../gfx/arrow_right.png) no-repeat 302px 4px;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #49604a;
}

.page .body .col-center .opc {
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}

.page .body .col-center .opc .section {
	margin: 0;
	padding: 0;
}

.page .body .col-center .opc .section .step-title {
	position: relative;
	background: #bdd17e;
	border-top: 1px solid #ffffff;
}

.page .body .col-center .opc .section .step-title .number {
	position: absolute;
	top: 0;
	left: 15px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: #8aaa83;
}

.page .body .col-center .opc .section .step-title h2 {
	padding: 0 0 0 40px;
	margin: 0;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: #8aaa83;
}

.page .body .col-center .opc .section.allow .step-title h2 {
	color: #49604a;
}

.page .body .col-center .opc .section .step-title a {
	position: absolute;
	top: 0;
	right: 15px;
	line-height: 30px;
	display: none;
}

.page .body .col-center .opc .section.allow .step-title a {
	display: block;
}

.page .body .col-center .opc .section .step {
	background: #f0f4e1;
	padding: 15px;
	border-top: 1px solid #ffffff;
	position: relative;
}

.page .body .col-center .opc .section .step .data-table {
	width: 100%;
}

.page .body .col-center .opc .section .step .data-table tfoot td {
	padding: 5px 0;
}

.page .body .col-center .opc .section .step .buttons-set {
	border: 0;
	padding: 0;
}

.page .body .col-center .opc .section .step .please-wait {
	position: absolute;
	bottom: 1px;
	right: 0;
	line-height: 48px;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #37712c;
	background: #f0f4e1;
}

.page .body .col-center .opc .section .step .checkout-agreements {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

.page .body .col-center .opc .section .step .checkout-agreements li {
	margin: 0;
	padding: 0;
}

.page .body .col-center .opc .section .step .checkout-agreements li .agreement-content {
	padding: 10px;
	overflow: auto;
	background: #ffffff;
	border-top: 1px solid #49604a;
	border-left: 1px solid #49604a;
	border-bottom: 1px solid #8aaa83;
	border-right: 1px solid #8aaa83;
	overflow: auto;
	height: 200px;
	margin: 0 0 15px 0;
}

.page .body .col-center .terms-box {
	padding: 10px;
	overflow: auto;
	background: #ffffff;
	border-top: 1px solid #49604a;
	border-left: 1px solid #49604a;
	border-bottom: 1px solid #8aaa83;
	border-right: 1px solid #8aaa83;
	overflow: auto;
	height: 200px;
	margin: 0 0 15px 0;
}

.page .body .col-center .required {
	position: relative;
}

.page .body .col-center .required em {
	color: #cc0000;
	position: absolute;
	bottom: 0;
	right: -7px;
}

.page .body .col-center .back-link {
	text-align: left;
}

.page .footer {
	height: 200px;
	padding: 14px 30px 0 255px;
	background: url(../gfx/bgr.foot.png) no-repeat top left;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	position: relative;
	line-height: 32px;
}

.page .footer .copyright {
	border-bottom: 1px solid #4e8f2e;
}

.page .footer a {
	text-decoration: none;
	color: #ffffff;
}

.page .footer ul {
	position: absolute;
	right: 30px;
	top: 14px;
	list-style: disc;
	padding: 0;
	margin: 0;
}

.page .footer ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}

.page .footer ul li:first-child {
	list-style: none;
	margin: 0;
}

.page .footer ul.links {
	position: static;
	float: right;
	list-style: none;
}

.page .footer .external {
}

.page .footer .external p {
	display: none;
}

.page .footer .external ul {
	list-style: none;
	margin: 24px 0 0 0;
	padding: 0;
	position: relative;
	top: auto;
	right: auto;
}

.page .footer .external ul li {
	float: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 170px;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
}

.page .footer .external ul li ul {
	border-top: 1px solid #4e8f2e;
	margin: 0;
}

.page .footer .external ul li ul li {
	display: block;
	border: 0;
	text-transform: none;
	font-weight: normal;
	line-height: 16px;
}
