/**
 * Groei & Bloei Shop
 * 
 * @colors
 * red    #b40e0e
 * beige  #f8f2d1
 * dbeige #fae0b3
 * brown  #a27927
 * lbrown #c89741
 */

/* Generics */

body {
	background: #f8f2d1 url(../images/bg_x.jpg) repeat-x center 25px;
}

a {
	color: #b40e0e;
}

h1, h2, h3, h4 {
	color: #a27927;
	font-weight: bold;
}
h1, h2, h3 {
	text-transform: uppercase;
}
h1, h2 {
	font-size: 20px;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 14px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #a27927;
	text-decoration: none;
}
h4 {
	font-size: 13px;
}

ul.star {
	padding-left: 16px;
	list-style-image: url(../images/star_bullet.gif);
}

ul.disc {
	list-style-type: disc;
	list-style-position: inside;
}

dl {
	padding-left: 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
dl a.right {
	display: block;
	margin-top: 10px;
}

th {
	white-space: nowrap;
}
td.label {
	text-align: right;
	white-space: nowrap;
}


/* Layout */

.wrapper {
}
.page {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
}
.page-popup {
	padding: 20px;
	text-align: left;
}
.main {
	margin: 10px 0;
}
.supernav {
	background: #2274f5 url(../images/bg_supernav.gif) repeat-x left top;
	height: 25px;
}
.supernav a {
	color: #a5c5fb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
.supernav ul {
	width: 1000px;
	margin: 0 auto;
}
.supernav li {
	float: left;
	margin-right: 2px;
	padding: 3px 10px;
	height: 19px;
}
.supernav li.first {
	margin-right: 6px;
	padding: 0;
}
.supernav li.active {
	background-color: #155cf2;
}

/* Grid */ 

.col-left {
	position: relative;
	float: left;
	width: 200px;
}
.col-main {
	float: left;
	position: relative;
	width: 790px;
	overflow: hidden;
	margin-bottom: 10px;
}
.col-right {
	float: right;
	width: 200px;
}

.col1-layout .col-main {
	float: none;
	width: auto;
}

.col2-left-layout .col-main {
	float: right;
}
.col2-right-layout .col-main {
}

.col3-layout .col-main {
	width: 570px;
	margin-left: 10px;
}

.col2-set .col-1 {
	float: left;
	width: 49%;
}
.col2-set .col-2 {
	float: right;
	width: 49%;
}
.col2-set .narrow {
	width: 33%;
}
.col2-set .wide {
	width: 65%;
}

.col3-set .col-1 {
	float: left;
	width: 32%;
}
.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%;
}
.col3-set .col-3 {
	float: right;
	width: 32%;
}

.col4-set .col-1 {
	float: left;
	width: 23.5%;
}
.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%;
}
.col4-set .col-3 {
	float: left;
	width: 23.5%;
}
.col4-set .col-4 {
	float: right;
	width: 23.5%;
}


/* Content */

.col-inner {
	background-color: #f8f2d1;
	padding: 10px;
}
.col-bottom {
	background: url(../images/col_shadow.png) left top no-repeat;
	height: 10px;
}

.col-main h1, .col-main h2 {
	margin-bottom: 10px;
}
.col-main ul {
}
.col-main p {
	margin-bottom: 10px;
}

.col2-set {
	margin-bottom: 13px;
	padding-bottom: 13px;
	background: url(../images/dot_horiz.gif) left bottom repeat-x;
}
.col2-set h3 {
	margin-bottom: 10px;
}


/* Form elements */

input, select, textarea, button {
	font: 12px arial, helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #c89741;
}
input.input-text, textarea, select option {
	padding: 3px;
	padding-left: 5px;
}
select {
}
select option {
	padding-right: 10px;
}
select.multiselect option {
}
textarea {
	overflow: auto;
}
input.radio {
	margin-right: 3px;
}
input.checkbox {
	margin-right: 3px;
}
input.qty {
	width: 2.5em !important;
}
button.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button.button {
	overflow: visible;
	width: auto;
}
button.button, a.button, a.back-link, .title-buttons a, .buttons a {
	border: 1px solid #9c0c0c;
	padding: 3px 12px;
	background: url(../images/bg_button.gif) left top repeat-x;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	color: white;
	text-decoration: none;
}
address + .buttons {
	margin-top: 10px;
}
.title-buttons a {
	margin-left: 10px;
}
.buttons a {
	margin-right: 10px;
}
.field-100 {
	border: 1px solid #888;
	padding: 2px;
	overflow: hidden;
}
.field-100 input.input-text, .field-100 textarea {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

table.form-list td {
	padding: 3px;
}
table.form-list td.label {
	padding-left: 25px;
	padding-right: 7px;
}
.form-list .input-box {
	float: left;
	width: 260px;
}
.form-list input.input-text,
.form-list textarea {
	width: 250px;
}
.form-list select {
	width: 256px;
}
.form-list li.add-row {
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.form-list li.add-row .btn-remove {
	font-size: 0;
	line-height: 0;
	padding: 5px 5px 0 0;
	text-align: right;
}
.form-list .range input.input-text {
	width: 96px;
}

.group-select {
}
.group-select li {
	margin: 0 0 5px;
}
.group-select .input-box {
	float: left;
	width: 260px;
}
.group-select input.input-text {
	width: 240px;
}
.group-select textarea {
	width: 400px;
	height: 100px;
}
.group-select select {
	width: 516px;
}
.group-select .input-box input.input-text,
.group-select .input-box textarea {
	width: 250px;
}
.group-select .input-box select {
	width: 256px;
}

.buttons-set {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	padding-left: 0;
}
.buttons-set .back-link {
	float: left;
}
.buttons-set .button {
	float: right;
}

.buttons-set2 {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	text-align: right;
}


/* Validation */

.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 17px;
	font-size: 10px;
	line-height: 13px;
	background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
	color: #b40e0e;
}
.validation-failed {
	border: 1px dashed #b40e0e !important;
	background: #faebe7 !important;
}
.validation-passed {
}
.required {
	color: #b40e0e;
}
p.required {
	font-size: 10px;
	text-align: right;
}
/* Expiration date and CVV number validation fix */
.v-fix {
	float: left;
}
.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative;
}


/* Messages  */

.success {
	color: #3d6611;
	font-weight: bold;
}
.error {
	color: #b40e0e;
	font-weight: bold;
}
.notice {
	color: #ccc;
}
.messages, .messages ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.messages {
	width: 100%;
	overflow: hidden;
}
.messages li {
	margin: 0 0 10px;
}
.messages li li {
	margin: 0 0 3px;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
	border-style: solid !important;
	border-width: 1px !important;
	background-position: 10px 10px !important;
	background-repeat: no-repeat !important;
	min-height: 24px !important;
	padding: 8px 8px 8px 32px !important;
	font-weight: bold !important;
}
.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	background-image: url(../images/error_msg_icon.gif);
	color: #df280a;
}
.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	background-image: url(../images/success_msg_icon.gif);
	color: #3d6611;
}
.note-msg, .notice-msg {
	border-color: #fcd344;
	background-color: #fafaec;
	background-image: url(../images/note_msg_icon.gif);
	color: #3d6611;
}
#messages_product_view {
	width: 500px;
}

/* Breadcrumb nav */

.breadcrumbs {
	font-size: 11px;
	margin: 5px 0;
	margin-bottom: 13px;
	padding-bottom: 13px;
	background: url(../images/dot_horiz.gif) left bottom repeat-x;
}
.breadcrumbs ul, .breadcrumbs a {
	color: #b40e0e;
}
.breadcrumbs ul {
	display: inline;
}
.breadcrumbs a {
	text-decoration: none;
	background: url(../images/pointer_right.gif) no-repeat right .3em;
	margin-right: .5em;
	padding-right: .9em;
}
.breadcrumbs li {
	display: inline;
}


/* Headings */

.page-title {
}
.title-buttons {
	text-align: right;
}
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
	float: left;
}


/* Pager */ 

.pager {
	position: relative;
	background: url(../images/dot_horiz.gif) left top repeat-x;
	margin-top: 7px;
	padding-top: 12px;
	text-align: center;
	height: 25px;
}
.pager a {
	text-decoration: none;
}
.pager .prev {
	position: absolute;
	left: 0px;
	top: 10px;
}
.pager .next {
	position: absolute;
	right: 0px;
	top: 10px;
}
.pager .amount {
	float: left;
}
.pager .limiter {
	float: right;
}
.pager .pages {
/*	margin: 0 135px;*/
}
.pager .pages ol {
	display: inline;
}
/* should be border-right, but need padding for decent click area, padding makes border to high */
.pages .separator {
/*	font-size: 12px;*/
	width: 1px;
}
.pager .pages ol a {
	padding: 8px;
	padding-left: 5px;
}
.pager .pages li {
	display: inline;
}
.pager .pages .current a {
	color: #000;
	font-weight: bold;
}


/* Sorter */ 

.sorter {
	position: absolute;
	right: 5px;
	top: 48px;
	padding: 5px;
	margin: 5px 0;
}
.sorter .view-mode {
	float: left;
}
.sorter .sort-by {
	float: right;
}
.sorter .link-feed {
}


/* Table */ 

.data-table {
	width: 100%;
}
.data-table th, .data-table td {
	padding: 3px;
	padding-left: 0;
}
.data-table th {
	background-color: #f1e5a8;
	color: #a27927;
}
.data-table td {
	border-bottom: 1px solid #e7daaf;
}
.data-table tbody.even {
	background-color: #f6eec5;
}
.data-table tbody.even td {
	border-width: 0 1px;
}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-bottom-width: 1px;
}
.data-table th .tax-flag {
	white-space: nowrap;
	font-weight: normal;
}
.data-table td.label,
.data-table th.label {
	font-weight: bold;
	background-color: #f6f6f6;
}
.data-table td.value {
}

/* Tax */
tr.tax-total {
cursor: pointer;
}
tr.tax-total td {
}
tr.tax-total .tax-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
}
tr.show-details .tax-collapse {
	background-position: 0 -53px;
}
tr.show-details td {
}
tr.tax-details td {
	background-color: #f6f6f6;
}
tr.tax-details-first td {
}

/* Cart tax */
.cart-tax-info,
.cart-tax-info .cart-price {
	padding-right: 20px;
}
.cart-tax-total {
	cursor: pointer;
}
.cart-tax-total {
	padding-right: 20px;
	background: url(../images/bg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer;
}
.cart-tax-total-expanded {
	background-position: 100% -52px;
}

.link-rss {
	background: url(../images/icon_rss.gif) 0 1px no-repeat;
	padding-left: 18px;
	white-space: nowrap;
}

.noscript {
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f;
}
.noscript .noscript-inner {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0 12px;
	background: url(../images/i_notice.gif) 20px 50% no-repeat;
}
.noscript p {
	margin: 0;
}

.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}


/* Header */

.header-container {
}
.header {
	padding: 0;
	position: relative;
	height: 100px;
	margin-bottom: 34px;
}
#logo {
	position: absolute;
	left: -3px;
	top: 0px;
}
.header-menu {
	position: absolute;
	left: 0px;
	top: 78px;
	margin: 0;
}
.header-menu li {
	float: left;
	margin-right: 40px;
	padding: 0;
}

.header .block-cart {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
	width: 220px;
	height: 80px;
	background: #f8f2d1 url(../images/bg_header_block_bottom.jpg) center bottom no-repeat;
}

.form-search {
	text-align: center;
}
.form-search .search-autocomplete {
	z-index: 999;
}
.form-search .search-autocomplete ul {
	background-color: #fff;
}
.form-search .search-autocomplete li {
	padding: 3px;
/*	border-bottom: 1px solid #ddd;*/
	cursor: pointer;
}
.form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}
.form-search .search-autocomplete li.selected {
}
.form-language {
	text-align: center;
}


/* Nav */

#nav {
	font-size: 12px;
	padding: 5px 0;
	margin: 10px 0;
}
#nav li {
	text-align: left;
	position: relative;
}
#nav li.over {
	z-index: 999;
}
#nav li.parent {
}
#nav li a {
	display: block;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
}
#nav li a span {
	display: block;
	white-space: nowrap;
	cursor: pointer;
}
#nav li ul a span {
	white-space: normal;
}
/* 1st level */
#nav li {
	float: left;
}
#nav li a {
	float: left;
	padding: 5px 10px;
	font-weight: bold;
}
#nav li a:hover {
	color: #000;
}
#nav li.over a,
#nav li.active a {
	color: #000;
}
/* 2nd Level */
#nav ul {
	position: absolute;
	width: 15em;
	top: 25px;
	left: -10000px;
	background: #fafafa;
}
#nav ul li {
	float: none;
/*	border-bottom: 1px solid #ddd;*/
}
#nav ul li.last {
	border-bottom: 0;
}
#nav ul li a {
	float: none;
	padding: 3px 9px;
	font-weight: normal;
	color: #888 !important;
}
#nav ul li a:hover {
	color: #000 !important;
}
#nav ul li.active > a,
#nav ul li.over > a {
	font-weight: bold;
	color: #000 !important;
}
/* 3rd+ level */
#nav ul ul {
top: 7px;
}
#nav li.over > ul {
	left: 0;
}
#nav li.over > ul li.over > ul {
	left: 100px;
}
#nav li.over ul ul {
	left: -10000px;
}


/* CMS pages */

.page-head {
	margin-top: 3px;
	margin-bottom: 12px;
}
.page-head h1 {
	margin-bottom: 0;
}
.page-head, .page-section {
	background: url(../images/dot_horiz.gif) left bottom repeat-x;
	padding-bottom: 12px;
}
.page-section h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}


/* Sidebar */

.col-left h3, .col-right h3 {
	background: url(../images/dot_horiz.gif) left bottom repeat-x;
	padding-bottom: 9px;
	margin-bottom: 7px;
}

.sidebar-top {
	background: url(../images/bg_sidebar_top.png) left top no-repeat;
	padding-top: 23px;
}
.sidebar-middle {
	padding-top: 12px;
	background-color: #f8f2d1;
}
.sidebar-bottom {
	background: url(../images/bg_sidebar_bottom.png) left bottom no-repeat;
	width: 200px;
	padding-bottom: 25px;
}
.sidebar-inner {
	padding: 0 10px;
	padding-bottom: 5px;
}

.sidebar-quicklinks {
	margin-bottom: 17px;
}
.sidebar ul.last {
	margin-bottom: 0;
}
.sidebar-inner ul a {
	text-decoration: none;
	font-weight: bold;
}
.sidebar-inner ul li {
	margin-bottom: 5px;
}
.sidebar-inner ul.icons {
	margin: 16px 0 0 0;
	padding-left: 2px;
	height: 20px;
}
.sidebar-inner ul.icons li {
	float: left;
	margin-right: 10px;
}
.sidebar-info {
	padding-top: 12px;
}
.sidebar-info .right {
	margin-top: 10px;
	font-size: 11px;
}
.sidebar-ad {
	background: url(../images/dot_horiz.gif) left top repeat-x;
	font-size: 10px;
	text-align: center;
}
.sidebar-ad p {
	padding: 3px 0;
}
.sidebar-ad-content {
	height: 68px;
	background-color: #fae0b3;
	border: 1px solid #c8943d;
}


#search_mini_form {
	position: absolute;
	right: 10px;
	top: 10px;
}
#search_mini_form .input-text {
	margin-right: 8px;
}

ul.horiz li {
	float: left;
	line-height: 10px;
	padding-right: 6px;
	border-right: 1px solid #000;
	margin-right: 6px;
}
ul.horiz li.last {
	border-right: none;
}

.summary .sorter, .summary .pager {
	display: none;
}


/* Blocks */

.block {
	position: relative;
/*	background-color: #f8f2d1;
	padding: 10px;*/
}
.
.block-cart .block-title h3 {
	line-height: 1em;
	margin-bottom: 5px;
}
.block ol {
	margin-left: 0;
}
.block-icon {
	position: absolute;
	right: 15px;
	top: 5px;
}
.block-content {
	font-size: 11px;
}
.block-account {
	background-color: #f8f2d1;
	padding: 10px;
}
.block-currency {
}
.block-currency select {
	width: 100%;
	border: 1px solid #888;
}
.block .actions {
	background: url(../images/dot_horiz.gif) left top repeat-x;
	margin-top: 8px;
	padding-top: 11px;
}

.block-layered-nav .block-content {
	background-color: #f1e6ad;
}
.block-layered-nav dt {
	font-weight: bold;
}
.block-layered-nav .currently {
}

.block-cart .block-title img {
	float: right;
}
.block-cart .amount {
}
.block-cart .subtotal {
	text-align: center;
}

.mini-products-list li {
	padding: 5px 0;
}
.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	margin-right: -75px;
}
.mini-products-list .product-details {
	margin-left: 75px;
}
.mini-products-list .product-details h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.mini-products-list .product-details .btn-remove {
	float: right;
}

.block-wishlist {
}

.block-related {
}
.block-related li {
	padding: 5px 0;
}
.block-related input.checkbox {
	float: left;
	margin-right: -20px;
}
.block-related .item {
	margin-left: 20px;
}
.block-related .item .product-image {
	float: left;
	margin-right: -65px;
}
.block-related .item .product-details {
	margin-left: 65px;
}

.block-compare {
}
.block-compare li {
	padding: 5px 0;
}

.block-recent {
}

.block-poll {
}
.block-poll input.radio {
	float: left;
	margin: 3px -18px 0 0;
}
.block-poll .label {
	display: block;
	margin-left: 18px;
}
.block-poll .answer {
}
.block-poll .votes {
	font-weight: bold;
}

.block-tags ul,
.block-tags li {
	display: inline;
}

.block-subscribe {
}

.block-reorder {
}
.block-reorder li {
	padding: 5px 0;
}
.block-reorder input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.block-reorder .label {
	display: block;
	margin-left: 20px;
}

.block-banner {
}
.block-banner .block-content {
	text-align: center;
}

/* Block: Checkout Progress */

.block-progress {
	background-color: #f8f2d1;
	padding: 10px;
}
.block-progress dl {
	padding: 0;
}
.block-progress dt {
	font-weight: bold;
}
.block-progress dt.complete,
.block-progress dd.complete {
}

/* Category  */

.category-image {
	display: block;
	margin: 0 auto;
}

/* Grid */

.products-grid {
	width: 100%;
}
.products-grid .product-name {
	height: 35px;
}
.products-grid tr.even {
	background-color: #f6f6f6;
}
.products-grid td {
	width: 134px;
	overflow: hidden;
	padding: 5px;
	background-color: #fae0b3;
	border-right: 9px solid #f9f2d1;
	border-bottom: 10px solid #f9f2d1;
}
.products-grid td.last {
	border-right: none;
}
.products-grid tr.last td {
	border-bottom: none;
}
.products-grid .product-name {
	margin: 5px 0;
}
.products-grid .product-name a {
	color: #000;
	text-transform: none;
}
.products-grid td button.button {
	float: right;
	padding: 3px 5px;
}
.products-grid td.empty {
	background-color: transparent;
}
.products-grid .product-image img {
	border: 1px solid #c8943d;
}

/* List */
.products-list li.item {
	padding: 5px;
	margin: 0 0 5px;
}
.products-list .product-image {
	float: left;
}
.products-list .product-shop {
	float: right;
	width: 320px;
}

/* Product detail */

.product-view {
	line-height: 20px;
}
.product-img-box {
	padding-right: 20px;
	overflow: hidden;
}
.product-img-box img {
	border: 1px solid #c89741;
}
.product-description {
	margin-bottom: 20px;
}
table.product-attrs {
	margin-bottom: 25px;
}
table.product-attrs td {
	padding: 10px 0;
}
table.product-attrs td.label {
	text-align: left;
	padding-right: 25px;
}
.product-view .regular-price .price {
	font-size: 15px;
}
.product-view .add-to-box {
	text-align: right;
	vertical-align: bottom;
}
.product-view input.input-text {
	font-weight: bold;
	text-align: right;
}
.product-view .add-to-box button.button {
	margin-left: 8px;
}

/* Rating */

.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/bg_rating.gif) 0 0 repeat-x;
	position: relative;
	overflow: hidden;
}
.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/bg_rating.gif) 0 100% repeat-x;
}

/* Availability */
.availability {
}
.availability .in-stock {
	font-weight: bold;
}
.availability .out-of-stock {
	font-weight: bold;
	color: #f00;
}


/* Product Prices */

.price {
	white-space: nowrap !important;
}

.price-box .price {
	font-weight: bold;
}

.category-products .price-box p {
	display: inline;
}
.category-products .price-box .price-label {
	display: none;
}

/* Regular price */

.regular-price .price, .special-price .price {
	font-weight: bold;
	color: #b40e0e;
	font-size: 13px;
}

/* Old price */

.old-price .price-label {
	white-space: nowrap;
}
.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}

/* Special price */

.special-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.special-price .price {
	font-weight: bold;
}

/* Minimal price (as low as) */
.minimal-price {
}
.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
}
a.minimal-price-link .price {
	font-weight: normal;
}

/* Excluding tax */
.price-excluding-tax {
	display: block;
}
.price-excluding-tax .label {
	white-space: nowrap;
}
.price-excluding-tax .price {
	font-weight: normal;
}

/* Including tax */
.price-including-tax {
	display: block;
}
.price-including-tax .label {
	white-space: nowrap;
}
.price-including-tax .price {
	font-weight: bold;
}

/* Excl tax (for order tables) */
.price-excl-tax {
	display: block;
}
.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-excl-tax .price {
	display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
	display: block;
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}
.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/* Price range */

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}
.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-notice {
	padding-left: 10px;
}
.price-notice .price {
	font-weight: bold;
}

.tier-prices .price {
	font-weight: bold;
}

/* Product Options */
.product-options {
	padding: 10px;
	margin: 10px 0 0;
	background-color: #f6f6f6;
}
.product-options dt label {
	font-weight: bold;
}
.product-options dt .qty-holder {
	float: right;
}
.product-options dt .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}
.product-options dd {
	margin: 10px 0;
}
.product-options dl.last dd.last {
}
.product-options dd input.input-text {
	width: 98%;
}
.product-options dd textarea {
	width: 98%;
	height: 8em;
}
.product-options dd select {
	width: 100%;
}
.product-options .options-list {
}
.product-options .options-list input.radio {
	float: left;
	margin: 3px -18px 0 0;
}
.product-options .options-list input.checkbox {
	float: left;
	margin: 3px -20px 0 0;
}
.product-options .options-list .label {
	display: block;
	margin-left: 20px;
}
.product-options ul.validation-failed {
	padding: 0 7px;
}
.product-options p.required {
	padding: 15px 0 0;
}

.product-options-bottom {
	padding: 10px;
	border-top: 0;
}
.product-options-bottom .price-box {
	margin: 10px 0;
}

.product-view .up-sell .products-grid td {
	width: 25%;
}

/* Tags */

.product-view .tags {
}
.product-view .tags .form-add-tags label {
	float: left;
}
.product-view .tags .form-add-tags .input-box {
	float: left;
	width: 260px;
	margin: 0 5px;
}
.product-view .tags .form-add-tags input.input-text {
	width: 254px;
}
.product-view .tags .form-add-tags button.button {
	vertical-align: bottom;
}
.product-view .tags .form-add-tags p {
	clear: both;
}

/* Reviews */

.product-view .reviews {
}
.product-view .add-review {
}
.product-view .add-review .product-name span {
	font-weight: normal;
}

.product-name {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}

.tags-list li {
	display: inline;
}


/* Product review */

.product-review .product-img-box {
	float: left;
	width: 140px;
}
.product-review .product-img-box .product-image {
	display: block;
	padding: 1px;
}
.product-review .details {
	float: right;
	width: 570px;
}


/* Cart */

.cart .checkout-types {
	margin-top: 40px;
	float: right;
	text-align: right;
}

/* Table */

.cart table th h3 {
	color: #b40e0e;
	padding-left: 15px;
	padding-right: 15px;
}
.cart-table {
	width: 100%;
}
.cart-table td {
	padding: 5px;
}
.cart-table tbody td {
	background-color: #fae0b3;
	vertical-align: middle;
	border-bottom: 5px solid #f8f2d1;
}
.cart-table td .price {
	font-weight: bold;
	color: #b40e0e;
}
.cart-table .item-msg {
	font-size: 10px;
}
.cart-table .product-image img {
	border: 1px solid #c99741;
}
.cart-table td.product-name, .cart-table td.product-sku {
	padding-left: 15px;
}
.cart-table td.product-price {
	padding-right: 15px;
}
.cart-table td.product-name h3 a {
	color: black;
	font-size: 12px;
	text-transform: none;
}
.cart-table td.product-actions {
	width: 100px;
}
.cart-table .buttons {
	text-align: right;
}
.cart-collaterals {
	display: none;
}
#shopping-cart-totals-table {
	float: right;
}
#shopping-cart-totals-table tbody td {
	background: none;
	padding: 0;
	padding-right: 10px;
}
#shopping-cart-totals-table tfoot td {
	font-size: 14px;
	padding: 0;
	padding-left: 20px;
	padding-right: 10px;
}
#shopping-cart-totals-table tfoot strong {
	font-size: 14px;
	text-transform: uppercase;
}

/* Collaterals */

.cart .cart-collaterals {
	float: left;
	width: 700px;
}
.cart .crosssell .product-image {
	float: left;
	margin-right: -90px;
}
.cart .crosssell .product-shop {
	margin-left: 90px;
}
.cart .shipping {
}

/* Totals */

.cart .totals {
	float: right;
}
.cart .totals table {
	width: 100%;
}
.cart .totals table th,
.cart .totals table td {
	padding: 5px;
}
.cart .totals table th {
	font-weight: bold;
}

/* Options */

.item-options dt {
	font-weight: bold;
	font-style: italic;
}
.item-options dd {
	padding-left: 10px;
}
.truncated {
	cursor: help;
}
.truncated a.dots {
	cursor: help;
}
.truncated a.details {
	cursor: help;
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}
.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	left: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	background-color: #f6f6f6;
}
.truncated .show dl {
	top: -20px;
	left: 50%;
}
.col-left .truncated .show dl {
	left: 30px;
	top: 7px;
}
.col-right .truncated .show dl {
	left: -240px;
	top: 7px;
}


/* Checkout */

/* One page */
.opc, .opc-intro {
	position: relative;
}
.opc .section {
	border-bottom: 0;
}
.opc .step-title {
	padding: 5px;
	background-color: #fae0b3;
	border-bottom: 5px solid #f8f2d1;
}
.opc .step-title .number {
	float: left;
	margin-right: 5px;
	color: #a27927;
	font-weight: bold;
}
.opc .step-title h3 {
	float: left;
}
.opc .allow .step-title {
	cursor: pointer;
}
.opc .active {
}
.opc .active .step-title {
}
.opc .step {
	position: relative;
	padding-left: 17px;
}
.opc .step .tool-tip {
	right: 10px;
}
.opc .step .buttons-set {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.opc .order-review th {
	background: none;
	color: #000;
}
.opc .input-box {
	margin-right: 10px;
}

.opc .col2-set {
	background: none;
	margin: 0;
}
.opc fieldset {
	padding: 0;
	margin: 0;
}

.opc .section dl {
	padding-left: 0;
}


/* Custom: member program */
.cart h1 {
	margin-bottom: 20px;
}
.cart .col2-set {
	background: none;
	margin: 0;
	margin-top: 10px;
}
#gnb-members {
	margin-bottom: 12px;
	background: url(../images/dot_horiz.gif) left bottom repeat-x;
	padding-bottom: 12px;
}
#gnb-members h3 {
	margin-bottom: 10px;
}
#gnb-members h3, #gnb-members h4, #gnb-members .price {
	color: #B40E0E;
}
#gnb-members .price {
	font-weight: bold;
}
#gnb-members .content {
	background-color: #fae0b3;
	padding: 10px;
}
#gnb-members ul.cols li {
	float: left;
}
#gnb-members ul.cols .input-text {
	width: 255px;
}
#gnb-members ul.cols li.buttons {
	margin-top: 21px;
}
#gnb-members .col-foot {
	clear: both;
}
#gnb-members ul li {
	display: inline;
	margin-right: 15px;
}
#gnb-discountinput {
	margin-top: 10px;
	display: none;
}
.opc #login-form label, #gnb-discountinput label {
	display: block;
	margin-bottom: 3px;
}
.opc #login-form .input-text, #gnb-discountinput .input-text {
	margin-bottom: 7px;
	width: 250px;
}

/* Multiple addresses  */

.checkout-progress {
	padding: 0 50px;
	margin: 10px 0;
}
.checkout-progress li {
	float: left;
	width: 20%;
	border-top: 5px solid #ccc;
	text-align: center;
	color: #ccc;
}
.checkout-progress li.active {
	border-top-color: #000;
	color: #000;
}

.multiple-checkout {
	position: relative;
}
.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 10px;
}
.multiple-checkout .grand-total {
	font-size: 1.5em;
	text-align: right;
}
.multiple-checkout .grand-total big {
}
.multiple-checkout .grand-total .price {
}

/* Shipping and payment  */

.sp-methods dt {
	font-weight: bold;
}
.sp-methods .price {
	font-weight: bold;
}
.sp-methods .form-list {
/*	padding-left: 20px;*/
}
.sp-methods select.month {
	width: 150px;
	margin-right: 10px;
}
.sp-methods select.year {
	width: 96px;
}
.sp-methods input.cvv {
	width: 3em !important;
}

.please-wait {
	float: right;
	margin-right: 5px;
}
.cvv-what-is-this {
	cursor: help;
	margin-left: 5px;
}

#payment_form_buckaroo_basic td {
	padding-right: 5px;
}
#payment_form_buckaroo_basic td.icon {
	width: 25px;
	padding-bottom: 8px;
}
#payment_form_buckaroo_basic #divIdeal {
	display: none;
	margin-left: 5px;
	vertical-align: middle;
	padding-bottom: 2px;
}
#payment_form_buckaroo_basic select {
	width: auto;
}


/* Tooltip */

.tool-tip {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	position: absolute;
	z-index: 9999;
}
.tool-tip .btn-close {
	text-align: right;
}
.tool-tip .tool-tip-content {
	padding: 5px;
}


/* Gift Messages */

.add-gift-message {
}
.gift-message-form {
	background-color: #f5f5f5;
}
.gift-message-form .inner-box {
	padding: 5px;
	height: 300px;
	overflow: auto;
}
.gift-message-form .gift-item {
}

.gift-message-link {
	display: block;
	background: url(../images/bg_collapse.gif) 0 4px no-repeat;
	padding-left: 20px;
}
.gift-message-link.expanded {
	background-position: 0 -53px;
}
.gift-message-row {
}
.gift-message-row .btn-close {
	float: right;
}
.gift-message dt strong {
	font-weight: bold;
}

.checkout-agreements {
}
.checkout-agreements li {
	margin: 10px 0;
}
.checkout-agreements .agreement-content {
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}
.checkout-agreements .agree {
	padding: 6px;
}

.checkout-onepage-success h3 {
	margin-bottom: 10px;
}


/* Account login/create */

.account-login {
}
.account-login .new-users {
}
.account-login .registered-users {
}

.account-create {
}


/* My Account */

.dashboard {
}
.dashboard .welcome-msg {
}
.dashboard h3 {
	margin-bottom: 10px;
}

/* Block: Recent Orders */
.dashboard .recent-orders {
	margin: 10px 0;
	background: url(../images/dot_horiz.gif) repeat-x left bottom;
	padding-bottom: 12px;
}

.dashboard .tags .number {
	float: left;
	margin-right: -20px;
}
.dashboard .tags .details {
	margin-left: 20px;
}

.dashboard .reviews {
}

.ordered-items h3 {
	margin-bottom: 10px;
}
.ordered-items table {
	margin-bottom: 10px;
}
.ordered-items dl {
	padding-left: 0;
}

.order-info ul {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7daaf;
	background-color: #f1e5a8;
}
.order-info ul li {
	float: left;
	padding: 10px;
	border-right: 4px solid #f8f2d1;
}
.order-info ul li.current {
	background-color: #e9d67f;
}
.order-info ul a {
	text-decoration: none;
	font-weight: bold;
}


/* Print  */

.page-print h1, .page-print h2, .page-print h3 {
	color: #000;
}
.page-print .print-head {
	margin-bottom: 20px;
}
.page-print .print-head img {
	float: left;
}
.page-print .page-title {
	margin-bottom: 20px;
}
.page-print .print-head address {
	float: left;
	margin-left: 15px;
}
/* Price overwrites */
.page-print .gift-message-link {
	display: none;
}
.page-print .price-excl-tax,
.page-print .price-incl-tax {
	display: block;
	white-space: nowrap;
}
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
	display: inline;
}


/* Footer */

.footer {
	font-size: 10px;
	padding: 10px;
	padding-left: 200px; /* text-align: center should work */
	background-color: #f8f2d1;
	text-align: center;
}
.footer ul.horiz li {
	line-height: 9px;	
}


#lead-in {
	overflow: hidden;
}
.lead-in-inner {
	padding: 20px;
	padding-top: 30px;
	width: 365px;
	font-size: 13px;
	text-align: justify;
}
.lead-in-inner * {
	color: white;
}
.lead-in-inner h2 {
	font-size: 14px;
	margin-bottom: 15px;
}


.block-head {
	margin-bottom: 5px;
}
.block-head h2 {
	display: inline;
	margin-right: 5px;
}
.block-head p.hint {
	display: inline;
	color: #b40e0e;
	font-size: 11px;
}


/* CMS pages */

.cms-home #lead-in {
	height: 241px;
	margin-bottom: 10px;
	background: url(../images/lead_in_home.jpg) left top no-repeat;
}

.cms-winkel .breadcrumbs {
	position: absolute;
	left: 170px;
	top: 13px;
	background: none;
}


.category-overview {
	height: 360px;
}
.category-overview .category {
	float: left;
	margin-right: 9px;
	margin-bottom: 10px;
}
.category-overview .category.last {
	margin-right: 0;
}
.category-overview .category img {
	display: block;
	border: 1px solid #c89741;
	margin-bottom: 10px;
}
.category-overview h3 {
	margin-bottom: 10px;
}
.category-overview h3 a {
	color: #b40e0e;
}
.category-overview #lead-in {
	float: right;
	background-color: #fae0b3;
	width: 437px;
	height: 125px;
	padding: 10px;
	margin-bottom: 45px;
}


#contactForm {
	display: block;
	width: 513px;
	margin-bottom: 75px;
}
#contactForm .buttons-set {
	margin-top: 0;
}
.cms-contact .page h3 {
	margin-bottom: 10px;
}
.cms-contact .page-section.middle {
	height: 165px;
	margin-bottom: 15px;
}
.cms-contact .page-section.middle h3 {
	margin-bottom: 20px;
}
.cms-contact .page-section.middle .left {
	margin-right: 90px;
}

table.data td {
	padding: 2px;
}
table.data td.label {
	padding-right: 15px;
	padding-left: 5px;
}

#checkout-step-login ul.form-list {
	margin-bottom: 10px;
}

.addresses li {
	margin-bottom: 10px;
/*	border-bottom: 1px solid #e7daaf;
	padding-bottom: 13px;*/
}

.customer-account-forgotpassword .buttons-set {
	width: 400px;
}

.customer-account-forgotpassword #email_address {
	width: 390px;
}


/* Vertical navigation */
/*.vertnav-container {
}*/
/*#vertnav li .vertnav-cat {
	display:block;
}*/
/*#vertnav li a {
}*/
/*
#vertnav .inactive .vertnav-cat {
}
#vertnav .next .vertnav-cat {
}
#vertnav .prev .vertnav-cat {
}
#vertnav .first .vertnav-cat {
}
#vertnav .last .vertnav-cat {
}
#vertnav .only .vertnav-cat {
}
*/
/*#vertnav li.parent .vertnav-cat {
	font-weight:bold;
}
#vertnav li.active .vertnav-cat {
	font-weight:bold;
}
#vertnav li.inactive .vertnav-cat {
	font-weight:normal;
}
#vertnav .level0 .vertnav-cat {
}
#vertnav .level1 .vertnav-cat {
	padding-left: 10px;
}
#vertnav .level2 .vertnav-cat {
	padding-left: 20px;
}
#vertnav .level3 .vertnav-cat {
	padding-left: 30px;
}*/

.cufon-ready h1, .cufon-ready h2 {
	font-size: 23px;
}
.cufon-ready h3 {
	font-size: 16px;
}
.cufon-ready .lead-in-inner h2 {
	font-size: 16px;
}
.cufon-ready .category-overview {
	height: 365px;
}
.cufon-ready .category-overview #lead-in {
	margin-bottom: 48px;
}
