/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/*
gruen: c2b902
braun: 705021
grau (box rechts) c2b902



*/

/* Layout ================================================================================= */
body {
	background: #413f36 url(../images/v1/banbusconcepts_hgbild_10061.jpg)
		no-repeat top center;
	background-attachment: fixed;
	margin-top: 20px;
}

a {
	color: #c2b902;
	text-decoration: none;
}

a:hover {
	color: #705021;
	text-decoration: none;
}

a:focus {
	color: #705021;
	text-decoration: none;
}

.page {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
}

.page-print {
	background: #fff;
	padding: 20px;
	text-align: left;
	background: #fff;
}

.page-popup {
	padding: 20px;
	text-align: left;
	background: #fff;
}

.main {
	margin: 10px 0;
}

/* Base Columns */
/*.col-left { float:left; width:315px; border:0px solid blue; padding:17px 0px 0 10px; }*/
.col-left {
	float: left;
	width: 315px;
	border: 0px solid blue;
	padding: 0px 0px 0 0px;
	margin: 0 15px 0 0
}

.col-main {
	float: left;
	width: 655px;
	border: 0px solid green;
	margin: 0 10px 0 0;
	padding: 0px 0px 0 0;
	background: transparent url(../images/v1/shadow_vertikal.png) top right
		no-repeat;
}

.col-right {
	float: right;
	width: 315px;
	border: 0px solid blue;
	padding: 0px 0px 0 0px;
	margin: 0 15px 0 0
}

.col-main2-wrapper {
	
}

.col-main2 {
	background: transparent;
	margin: 0 20px 0 0;
}

.bam-col-main {
	background: transparent;
	margin: 0 0px 0 0;
	width: 990px;
	background: transparent url(../images/v1/shadow10.png) top right
		no-repeat;
}

.bam-col-main-wrapper {
	margin: 0 10px 0 0;
	background: #fff;
	padding: 20px 20px 20px 20px;
}

.col-main-wrapper {
	margin: 0 10px 0 0;
	background: #fff;
	padding-bottom: 20px;
}
/* 1 Column Layout */
.col1-layout .col-main {
	float: none;
	width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
	float: right;
}

.col2-right-layout .col-main {
	
}

/* 3 Columns Layout */
.col3-layout .col-main {
	width: 484px;
	margin-left: 10px;
}

/* Content Columns */
.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%;
}
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* 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 #ddd;
}

input.input-text,textarea {
	padding: 2px;
}

select {
	padding: 1px;
}

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;
} /* FF Fix */
button.button {
	overflow: visible;
	margin: 1px 0;
	width: 160px;
	border: 0;
	background: url(../images/bkg_button.gif) 0 50% no-repeat;
	cursor: pointer;
	-webkit-border-fit: lines; /* <- Safari & Google Chrome Fix */
}

button.button span {
	float: left;
	width: 132px;
	padding: 0 10px;
	background: url(../images/bkg_button.gif) 100% 50% no-repeat;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

button.button-grey,button.button-grey span { /* background: #666; */
	display: block;
	background: #c3ba03;
}

button.button-grey-detail,button.button-grey-detail span {
	background: #666;
	float: none !important;
	width: 259px;
	height: 26px;
	display: block;
	line-height: 26px;
}

button.disabled {
	
}

button.disabled span {
	
}
/* Input & Textarea stretched for 100% */
.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;
}
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}background:transparent url(../images/v1/shadow.png) top right */
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li {
	margin: 0 0 5px;
}

.form-list label {
	font-weight: bold;
}

.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,.group-select textarea {
	width: 510px;
}

.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; /*border:1px solid #ddd;*/
}

.buttons-set .back-link {
	float: left;
}

.buttons-set button.button {
	float: right;
}

.buttons-set2 {
	clear: both;
	margin: 5px 0 0;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: right;
}

/* Form 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: #f00;
}

.validation-failed {
	border: 1px dashed #f00 !important;
	background: #faebe7 !important;
}

.validation-passed {
	
}

.required {
	color: #f00;
}

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;
}

/* Global Messages  */
.success {
	color: #3d6611;
	font-weight: bold;
}

.error {
	color: #f00;
	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-size: 10px !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;
}

/* BreadCrumbs */
.breadcrumbs {
	padding: 0px 0 0 20px;
	margin: 0 0 0px;
	border: 0px solid #ddd;
	background: #c2b902;
	height: 45px;
	vertical-align: middle;
	max-width: 960px;
}

.breadcrumbs li {
	display: inline;
	vertical-align: middle;
	line-height: 45px;
}

.breadcrumbs li a {
	color: #fff !important;
}

.breadcrumbs li a:hover {
	
}

.breadcrumbs li a span {
	
}

/* Page Heading */
.page-title {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.title-buttons {
	text-align: right;
}

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

/* Pager */
.bmstoolbar {
	background: #fff url(../images/v1/produktlistItemBG.png) right bottom
		no-repeat;
	padding: 0 20px 20px 0px;
	margin: 10px 0 10px 0px;
	border: 0px solid red;
}

.pager {
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
}

.pager .amount {
	float: left;
}

.pager .limiter {
	float: right;
}

.pager .pages {
	margin: 0 135px;
}

.pager .pages ol {
	display: inline;
}

.pager .pages li {
	display: inline;
}

.pager .pages .current {
	
}

/* Sorter */
.sorter {
	border: 0px solid #ddd;
	padding: 5px;
	margin: 5px 0;
}

.sorter .view-mode {
	float: left;
}

.sorter .sort-by {
	float: right;
}

.sorter .link-feed {
	
}

/* Data Table */
.data-table {
	width: 100%;
}

.data-table th {
	padding: 5px;
	border: 1px solid #fff;
	font-weight: bold;
	white-space: nowrap;
}

.data-table td {
	padding: 5px;
	border: 1px solid #fff;
}

.data-table thead {
	background-color: #f2f2f2;
}

.data-table tbody {
	
}

.data-table tfoot {
	
}

.data-table tr.first {
	
}

.data-table tr.last {
	
}

.data-table tr.odd {
	background-color: #dbd3c8;
}

.data-table tr.even {
	background-color: #dbd3c8;
}

.data-table tbody.odd {
	
}

.data-table tbody.odd td {
	border-width: 0 1px;
}

.data-table tbody.even {
	background-color: #dbd3c8;
}

.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: #dbd3c8;
}

.data-table td.value {
	
}

.data-table a {
	color: #705021 !important;
	text-decoration: underline;
}

.data-table a:hover,.data-table a:focus {
	color: #705021;
	text-decoration: underline;
}

.button-set {
	margin: 0;
	border: none;
	background: url(../images/login_box_form_buttons_bg.gif) repeat-x;
	padding: 8px 13px;
	height: 20px;
}

/* Tax Details Row */
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 {
	
}

/* Shopping cart tax info */
.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;
}

/* Lists Decoration */
li.odd {
	
}

li.even {
	background-color: #f6f6f6;
}

dt.odd,dd.odd {
	
}

dt.even,dd.even {
	background-color: #f6f6f6;
}

/* Class: std - styles for admin-controlled content */
.std,.std ul,.std ol,.std dl,.std p,.std address,.std blockquote {
	margin: 0 13px 1em 0;
	padding: 0;
}

.std ul {
	list-style: disc outside;
	padding-left: 1.5em;
}

.std ol {
	list-style: decimal outside;
	padding-left: 1.5em;
}

.std ul ul {
	list-style-type: circle;
}

.std ul ul,.std ol ol,.std ul ol,.std ol ul {
	margin: .5em 0;
}

.std dt {
	font-weight: bold;
}

.std dd {
	padding: 0 0 0 1.5em;
}

.std blockquote {
	font-style: italic;
	padding: 0 0 0 1.5em;
}

.std address {
	font-style: normal;
}

.std b,.std strong {
	font-weight: bold;
}

.std i,.std em {
	font-style: italic;
}

.mainstd {
	padding: 10px 20px 10px 20px;
	background: #fff;
}

.mainstd a {
	color: #c2b902
}

.mainstd a:hover {
	color: #705021;
}

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

/* Noscript Notice */
.noscript {
	border: 1px solid #ddd;
	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 */
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 12px;
	line-height: 1.15;
	text-align: center;
	color: #fff;
}
/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
	float: left;
	width: 303px;
	height: 53px;
	overflow: hidden;
}

.header-container {
	/*background:transparent url(../images/v1/shadow.png) top right no-repeat;*/
	
}

.header {
	height: 130px;
	padding: 10px;
	border: 0px solid #ddd;
	background: #fff;
	margin: 0 20px 0 0;
}

.header .logo {
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	margin: 5px 0 0 10px;
}

.header .logo a {
	display: block;
	width: 303px;
	height: 53px;
}
/*.header .welcome-msg { font-weight:bold; text-align:right; }*/
/*.header .links { float:right; }*/
.header .form-search {
	text-align: center;
}

.header-container .form-search .search-autocomplete {
	z-index: 999;
}

.header .form-search .search-autocomplete ul {
	border: 1px solid #ddd;
	background-color: #fff;
}

.header-container .form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.header-container .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.header-container .form-search .search-autocomplete li.selected {
	
}
/*.header-container .form-language { text-align:center; }*/
.header-container .form-language {
	margin: 10px 0 0 0;
	text-align: right;
}

/* Quick Access*/
.quick-access {
	position: relative;
	top: 0px;
	left: 10px;
	height: 30px;
	left: 10px;
	margin-top: 00px;
	text-align: right;
	padding: 0 10px;
	color: #c2b902;
}

.quick-access p {
	display: inline;
	/*float:left;*/
	font-weight: bold;
	color: #705021;
	font-size: 14px;
}

.quick-access li {
	display: inline;
	background: url(../images/shop_access_pipe.gif) no-repeat 100% .35em;
	padding-right: 7px;
	padding-left: 3px;
}

.quick-access li.first {
	padding-left: 0;
}

.quick-access li.last {
	padding-right: 0;
	background: none;
}

.shop-access {
	border: 0px solid green;
}

.shop-access a,.shop-access a:hover {
	color: #c2b902;
	font-size: 1.0em;
}

.shop-access li.last {
	padding-right: 0;
	background: none;
}

/********** < Navigation */
#shopNav {
	clear: both;
	position: relative;
	top: 45px;
	left: 0px;
	width: 100%;
	font-size: 14px;
	border: 0px solid #ddd;
	padding: 0;
	margin: 0px 0;
	background: #fff;
	height: 25px;
}

#mainNav {
	width: 980px;
	font-size: 12px;
	border: 0px solid #ddd;
	padding: 0;
	margin: 0px 0;
	background: #705021;
	height: 45px;
}

/* Brauner Balken auf der Startseite ausblenden */
.bamstart #mainNav {
	display: none;
}

.shadow980 {
	position: relative;
	height: 20px;
	width: 1000px;
	background: transparent url(../images/v1/shadow980.png) top right
		no-repeat;
	clear: both;
	border: 0px solid red;
}

.mainNavLeft {
	float: left;
	width: 460px;
	padding: 6px 0 0px 10px;
}

/* 1st Level */
.mainNavLeft li {
	float: left;
}

.mainNavLeft li a {
	float: left;
	padding: 5px 10px;
	font-weight: bold;
	color: #c2b902;
}

.mainNavLeft li a:hover {
	color: #fff;
}

.mainNavLeft li.over a,.mainNavLeft li.active a {
	color: #fff;
}

.topSearch {
	background: transparent;
	float: right;
	width: 400px;
	position: relative;
	padding: 10px 0 0px 0px;
	height: 35px;
}

#mainNav #search_mini_form label {
	color: red;
	display: none;
}

.topSearch  .form-search {
	text-align: center;
}

.topSearch  .form-search .search-autocomplete {
	z-index: 999;
}

.topSearch  .form-search .search-autocomplete ul {
	border: 1px solid #ddd;
	background-color: #fff;
}

.topSearch  .form-search .search-autocomplete li {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.topSearch  .form-search .search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.topSearch  .form-search .search-autocomplete li.selected {
	
}

/*
gruen: c2b902
braun: 705021
grau (box rechts) dbd3c8
*/

/* All Levels */
#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;
	color: #c2b902;
}

#nav li a:hover {
	color: #705021;
}

#nav li.over a,#nav li.active a {
	color: #705021;
}

/* 2nd Level */
#nav ul {
	position: absolute;
	width: 15em;
	top: 25px;
	left: -10000px;
	border: 1px solid #fff;
	background: #705021;
}

#nav ul li {
	float: none;
	border-bottom: 0px solid #ddd;
}

#nav ul li.last {
	border-bottom: 0;
}

#nav ul li a {
	float: none;
	padding: 3px 20px;
	font-weight: normal;
	color: #fff !important;
}

#nav ul li a:hover {
	color: #c2b902 !important;
}

#nav ul li.active>a,#nav ul li.over>a {
	font-weight: bold;
	color: #c2b902 !important;
}

/* 3rd+ leven */
#nav ul ul {
	top: 7px;
}

/* Show Menu */
#nav li.over>ul {
	left: 0;
}

#nav li.over>ul li.over>ul {
	left: 100px;
}

#nav li.over ul ul {
	left: -10000px;
}
/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
	border: 0px solid #ddd;
	margin: 0 0 0px;
	position: relative;
	height: auto;
	width: 310px;
	margin: 0px 0px 0px 0px;
}

.block .block-title {
	height: 45px;
}

.block .block-title h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.block h3 {
	font-size: 14px;
	line-height: 1.5;
}

.block .block-content {
	padding: 10px;
	background: #fff;
	width: auto;
}

.block .actions {
	text-align: right;
}

.block .actions a {
	float: left;
}

/* Block: Account */
.block-account {
	
}

/* Block: Currency Switcher */
.block-currency {
	
}

.block-currency select {
	width: 100%;
	border: 1px solid #888;
}

/* Block: Layered Navigation */
.block-layered-nav {
	
}

.block-layered-nav dt {
	font-weight: bold;
}

.block-layered-nav .currently {
	
}

/* Block: Cart */
.block-cart {
	background: transparent url(../images/v1/bg_green_shadow980.png) top
		right no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.block-cart-wrapper {
	padding: 0;
	margin: 0 30px 10px 10px;
	border: 0px solid red;
}

.block-cart-wrapper .block-title {
	color: #fff;
}

.block-cart .block-content {
	border: 0px solid red;
}

.block-cart-footer {
	position: relative;
	height: 20px;
	width: 328px;
	background: transparent url(../images/v1/shadow316.png) top left
		no-repeat;
	clear: both;
}

.block-cart .amount {
	
}

.block-cart .subtotal {
	text-align: left;
}

/* Block: Cart */
.block-nav {
	background: transparent url(../images/v1/bg_green_shadow980-grey.png)
		top right no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.block-nav-wrapper {
	padding: 0;
	margin: 0 30px 10px 10px;
	border: 0px solid red;
}

.block-nav-wrapper  .block-content {
	background: transparent;
}

.block-nav-wrapper  .block-content li a {
	color: #c2b902;
	font-weight: bold;
	background: transparent url(../images/v1/linkIconGreen.png) 0% 50%
		no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
}

.block-nav-wrapper  .block-content li a:hover {
	color: #fff;
	font-weight: bold;
	background: transparent url(../images/v1/linkIconfff.png) 0% 50%
		no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
}

.block-nav-wrapper .block-title {
	color: #fff;
}

.block-nav-wrapper .block-title h2 {
	line-height: 24px;
}

.block-nav .block-content {
	border: 0px solid red;
}

.block-nav-footer {
	position: relative;
	height: 20px;
	width: 335px;
	background: transparent url(../images/v1/shadow980.png) top right
		no-repeat;
	clear: both;
}

.mini-products-list li {
	padding: 5px 0;
}

.mini-products-list .product-image {
	float: left;
	width: 50px;
	padding: 5px;
	border: 1px solid #ddd;
	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-wishlist {
	
}

/* Block: Related */
.block-related {
	background: transparent url(../images/v1/bg_green_shadow980.png) top
		right no-repeat;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}

.block-related-wrapper {
	padding: 0;
	margin: 0 30px 10px 10px;
	border: 0px solid red;
}

.block-related .block-title  h2 {
	color: #fff;
}

.block-content-wrapper {
	background: url(../images/v1/schattenContent.png) right top repeat-y;
}

.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 Products */
.block-compare {
	background: transparent url(../images/v1/bg_green_shadow980.png) top
		right no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.block-related-wrapper {
	padding: 0;
	margin: 0 30px 10px 10px;
	border: 0px solid red;
}

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

/* Block: Viewed */
.block-recent {
	background: transparent url(../images/v1/bg_green_shadow980.png) top
		right no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.block-recent-wrapper {
	padding: 0;
	margin: 0 30px 10px 10px;
	border: 0px solid red;
}

.block-recent-wrapper .block-content {
	padding: 10px;
	background: #fff;
	width: auto;
}

.block-recent-wrapper .block-title {
	color: #fff;
}

/* Block Default */
.block-default {
	background: transparent url(../images/v1/bg_green_shadow980.png) top
		right no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.block-default-wrapper {
	padding: 0;
	margin: 0 30px 10px 10px;
	border: 0px solid red;
}

.block-default a {
	color: #705021;
}

.block-default-wrapper .block-content {
	padding: 10px;
	background: #fff;
	width: auto;
}

.block-default-wrapper .block-title {
	color: #fff;
}

.block-default-footer {
	position: relative;
	height: 20px;
	width: 329px;
	background: transparent url(../images/v1/shadow316.png) top left
		no-repeat;
	clear: both;
}

/* Block-default2  grau */

/* Block Default */
.block-default2 {
	background: transparent url(../images/v1/bg_grey_shadow980.png) top
		right no-repeat;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.block-default-wrapper2 {
	padding: 0;
	margin: 0 30px 10px 10px;
	border: 0px solid red;
}

.block-default-wrapper2 .block-content2 {
	padding: 10px;
	background: #fff;
	width: auto;
}

.block-default-wrapper2 .block-title2 {
	color: #fff;
}

.block-default-footer2 {
	position: relative;
	height: 20px;
	width: 335px;
	background: transparent url(../images/v1/shadow980.png) top right
		no-repeat;
	clear: both;
}

/* Block: Poll */
.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 */
.block-tags ul,.block-tags li {
	display: inline;
}

/* Block: Subscribe */
.block-subscribe {
	
}

/* Block: Reorder */
.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-banner .block-content {
	text-align: center;
}

/* Block: Checkout Progress */
.block-progress {
	
}

.block-progress dt {
	font-weight: bold;
	border: 1px solid #A3AEB3;
	background: #eee;
	margin-bottom: 6px;
	padding: 2px 8px;
	background: #eee;
	text-transform: none;
}

.block-progress dt.complete {
	margin-bottom: 0px;
	border-bottom: 0px;
}

.block-progress dd.complete {
	border: 1px solid #A3AEB3;
	background: #eee;
	margin-bottom: 6px;
	background-color: #f6f6f6;
	padding: 8px 13px;
}

.one-page-checkout-progress .page-head {
	margin-bottom: 1em;
}

.one-page-checkout-progress li {
	border: 1px solid #A3AEB3;
	background: #eee;
	margin-bottom: 6px;
}

.one-page-checkout-progress h4 {
	margin: 0;
	color: #999;
	padding: 2px 8px;
	background: #eee;
	text-transform: none;
}

.one-page-checkout-progress h4.complete {
	border-bottom: 1px solid #A3AEB3;
	background: #D0DCE1;
	color: #5e8ab4;
}

.one-page-checkout-progress h4 a {
	text-transform: none;
}

.one-page-checkout-progress .content {
	padding: 8px 13px;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title {
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	display: none;
}

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

.category-products {
	padding: 25px;
	color: #705021;
	background-color: #DBD3C8;
}

.category-products a {
	color: #c2b902;
}
/* View all */
.product-shop {
	border: 0px solid red;
	padding: 10px 10px 10px 10px;
}

.product-shop a {
	color: #c2b902;
}

.product-shop .button {
	width: 259px;
	height: 25px;
	/*padding:15px 0 10px 0;*/
	/*padding:10px 15px;*/
}

/* View Type: Grid */
.products-grid {
	width: 100%;
}

.products-grid tr {
	background: #fff url(../images/v1/produktlistItemBG.png) right bottom
		no-repeat;
	padding: 0 20px 20px 0px;
	margin: 10px 0 20px 0px;
	border: 1px solid red;
}

.products-grid .baseprice {
	font-size: 18px;
	font-weight: bold;
}

#products-grid-table tr {
	border-collapse: separate;
	border-spacing: 20px;
	border-bottom: 10px solid #dbd3c8;
}

.products-grid tr.odd {
	
}

.products-grid tr.even {
	
}

.products-grid td {
	width: 33%;
	border-right: 1px solid #dbd3c8;
	padding: 3px 18px 10px;
	background: #fff url(../images/v1/produktlistItemBG.png) right bottom
		no-repeat;
}

.products-grid td.empty {
	
}

.products-grid  .product-image img {
	text-align: center;
	/*border:1px solid #c2b902;*/
}

/* View Type: List */
.products-list {
	
}

.products-list li.item {
	background: #fff url(../images/v1/produktlistItemBG.png) right bottom
		no-repeat;
	padding: 0 20px 20px 0px;
	margin: 10px 0 0 0px;
	border: 0px solid red;
}

.products-list .product-image {
	float: left;
}

.products-list .product-shop {
	float: right;
	width: 320px;
}

.products-list .product-shop h3 a {
	font-size: 18px;
}

.products-list .baseprice {
	font-size: 18px;
	font-weight: bold;
}

.vpegrossYes {
	
}

.vpegrossYes .price {
	font-size: 18px;
	font-weight: bold !important;
}

.vpegrossYes .baseprice-box .price,.vpegrossYes .baseprice-box,.vpegrossYes .baseprice .price,.vpegrossYes .baseprice
	{
	font-weight: normal;
	font-size: 12px;
}

.vpegrossNo .price {
	font-size: 18px;
	font-weight: bold !important;
}

.vpegrossNo .baseprice-box .price,.vpegrossNo .baseprice-box,.vpegrossNo .baseprice .price,.vpegrossNo .baseprice
	{
	font-size: 18px;
	font-weight: bold !important;
}

.vpegrossNo {
	position: absolute;
	top: 0;
}

.vpegrossNo .price {
	font-weight: normal;
	font-size: 12px;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
.product-view {
	padding: 0px 0 0 20px;
	margin: 0 0 0px;
	border: 1px solid #ddd;
	background: #fff;
}

.product-essential {
	
}

.product-collateral {
	
}

/* Product Images */
.product-view .product-img-box {
	float: left;
	width: 267px;
}

#image {
	margin-left: -20px;
}

.bam-col2-main {
	width: 620px;
	border: 0px solid red;
}

.product-view .bam-col2-left {
	width: 100px;
	float: left;
}

.bmsclear {
	clear: both;
}

.product-view .bam-col2-right {
	width: 510px;
	float: right;
}
/* Add to Links + Add to Cart */
.product-view .product-img-box .product-image {
	border: 0px solid #ddd;
}

.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 265px;
	height: 265px;
	overflow: hidden;
	z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move;
}

.product-view .product-img-box .zoom-notice {
	text-align: center;
}

.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 18px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(../images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer;
}

.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px;
}

.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: -1px;
	width: 9px;
	height: 22px;
	background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 2px;
	top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 2px;
	top: 0;
}

.product-view .product-img-box .more-views ul {
	margin-left: -4px
}

.product-view .product-img-box .more-views li {
	float: left;
	padding: 1px;
	background-color: #fff;
	margin: 0 0 8px 4px;
	border: 1px solid #c2b902;
}

.product-image-popup {
	margin: 0 auto;
}

.product-image-popup .nav {
	text-align: center;
}

.product-image-popup .image {
	display: block;
}

.product-image-popup .image-label {
	
}

/* Product Shop */
.product-view .product-shop {
	float: right;
	width: 320px;
}

.product-view .product-name {
	color: #c2b902;
	min-height: 32px;
}

.product-view .short-description {
	margin-top: 8px;
}

/* Rating */
.ratings {
	
}

.ratings .amount {
	
}

.ratings .rating-links {
	
}

.ratings dt {
	
}

.ratings dd {
	
}

.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-box .price { /*font-weight:bold; font-size:18px;*/
	
}

.price-box-bundle {
	
}

/* Regular price */
.regular-price {
	
}

.regular-price .price {
	font-weight: normal;
}

/* Old price */
.old-price {
	
}

.old-price .price-label {
	white-space: nowrap;
}

.old-price .price {
	font-weight: bold;
	text-decoration: line-through;
}

/* Special price */
.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 .label {
	
}

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-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {
	
}

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

/* Price as configured */
.price-as-configured {
	
}

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

/* Price notice next to the options */
.price-notice {
	padding-left: 10px;
}

.price-notice .price {
	font-weight: bold;
}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price {
	font-weight: bold;
}

.tier-prices .benefit {
	
}

/* Add to Links */
.add-to-links .separator {
	display: none;
}

/* Add to Cart */
.add-to-cart {
	height: 25px;
	border: 0px solid red;
	line-height: 25px;
	vertical-align: middle;
	margin: 2px 0 8px;
}

.add-to-cart label {
	float: left;
	margin-right: 0px;
	display: none;
}

.add-to-cart .qty {
	float: left;
}

.add-to-cart button.button {
	float: left;
	text-align: center;
	margin-left: 0px;
	padding: 0;
	background: #c2b902;
	height: 25px;
	width: 230px;
}

.add-to-cart button.button span {
	vertical-align: middle;
	line-height: 25px;
	border: 0px solid red;
	height: 25px;
	width: 230px;
	text-align: center;
}

.add-to-cart input#qty {
	background: #fff;
	height: 23px;
	padding: 0px;
	margin-top: 1px;
	border: 1px solid #c2b902;
	font-size: 18px;
	color: #705021;
	width: 27px !important;
}

/* Add to Links + Add to Cart */
.add-to-box {
	
}

.add-to-box .add-to-cart {
	float: left;
}

.add-to-box .or {
	float: left;
	margin: 0 10px;
	display: none;
}

.add-to-box .add-to-links {
	float: left;
}

.add-to-box ul.add-to-links  li {
	background: #fff url(../images/v1/pfeilRechts.png) 0 50% no-repeat;
	padding: 0 0 0 15px;
}

.product-view  .or {
	clear: both;
	margin: 0 10px;
	border: 1px solid red;
}

/* Product Options */
.product-options {
	margin: 10px 0 0;
}

.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: 0 0 14px;
}

.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 {
	height: 80px;
	position: relative;
}

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

/* Grouped Product */
.grouped-items {
	
}

/* Block: Description */
.product-view .description {
	
}

.product-view .description H3 {
	vertical-align: bottom;
	padding: 60px 0 0 0;
}

.descriptionHeader {
	border: 0px solid red;
	background: #fff url(../images/v1/descritH3.png) 0% 100% no-repeat;
	height: 87px;
	margin: 0 0 10px 0;
}
/* Block: Additional */
.product-view .additional {
	padding: 0 20px 0 0;
}

.product-view .additional H3 {
	background: #fff url(../images/v1/h3bg.png) 0% 100% no-repeat;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
}

.product-view  H4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.375;
	background: #fff url(../images/v1/h3bg.png) 0% 100% no-repeat;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
}

.product-view a {
	color: #c2b902
}

.product-view a:hover {
	color: #c2b902
}

/* Download Link */
.product-view a.download {
	background: transparent url(../images/v1/downloadicon.png) 0% 50%
		no-repeat;
	padding: 0 0 0 10px;
}
/* Block: Upsell */
.product-view .up-sell {
	background: #dbd3c8;
	margin: 10px 0 0 -20px;
	padding: 20px 0 20px 20px;
}

.product-view .up-sell .products-grid td {
	width: 198px;
}

.product-view .up-sell .products-grid table {
	margin: 10px 0 10px 0px;
}

.product-view .up-sell .products-grid {
	width: 600px;
}

.products-grid tr {
	background: #fff url(../images/v1/produktlistItemBG.png) right bottom
		no-repeat;
	padding: 0 20px 20px 0px;
	margin: 10px 0 20px 0px;
	border: 0px solid red;
}

/* Block: Tags */
.product-view .tags  H3 {
	background: #fff url(../images/v1/h3bg.png) 0% 100% no-repeat;
	padding: 0 0 5px 0;
	margin: 10px 0 10px 0;
}

.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;
}

/* Block: Reviews */
.product-view .reviews {
	
}

/* Block: Add Review */
.product-view .add-review {
	
}

.product-view .add-review .product-name span {
	font-weight: normal;
}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
}

/* Product Tags */
.tags-list li {
	display: inline;
}

/* Advanced Search */
.search-summary {
	
}

/* CMS Home Page */
.cms-home .products-grid td {
	width: 20%;
}

/* Sitemap */
.sitemap {
	
}
/* ======================================================================================= */

/* Product Review ======================================================================== */
.product-review {
	
}

.product-review .product-img-box {
	float: left;
	width: 140px;
}

.product-review .product-img-box .product-image {
	display: block;
	border: 1px solid #ddd;
	padding: 1px;
}

.product-review .details {
	float: right;
	width: 570px;
}
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart {
	background: #fff;
}

.cart .checkout-types {
	float: right;
	text-align: right;
	background: transparent
}

/* Shopping Cart Table */
.cart-table .item-msg {
	font-size: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
	float: left;
	width: 610px;
	margin: 25px 10px 0 0;
	border: 0px solid red;
}

.cart .discount {
	background: #FFFFFF url(../images/base_mini_head_bg.gif) repeat-x;
	border: 1px solid #705021;
}

.cart .crosssell {
	padding: 10px;
	/*border:1px solid #705021;*/
	border: 1px solid #D0CBC1;
	background: #FFFFFF url(../images/base_mini_head_bg.gif) repeat-x;
}

.cart .crosssell .product-image {
	float: left;
	margin-right: -90px;
}

.cart .crosssell .product-shop {
	margin-left: 90px;
}

.cart .crosssell li.item {
	border: 1px solid #c2b902;
	padding: 0px 0 10px 0;
	margin: 10px;
}

.cart .shipping {
	
}

/* Shopping Cart Totals */
.cart .totals {
	float: right;
	background: #c2b902;
	width: 285px;
	margin: 25px 0 0 10px;
	border: 1px solid #c2b902;
	padding: 10px;
}

.cart .totals a {
	color: #705021;
}

.cart .totals a:hover {
	color: #fff;
}

.cart .totalsa:focus {
	color: #fff;
}

.cart .totals table {
	width: 100%;
}

.cart .totals table th,.cart .totals table td {
	padding: 5px;
}

.cart .totals table th {
	font-weight: bold;
}

/* CODE von default */
.cart .discount,.cart .shipping,.cart .shipping-estimate {
	margin-bottom: 18px;
	padding: 12px 15px;
	border: 1px solid #D0CBC1;
	background: url(../images/base_mini_head_bg.gif) repeat-x #fff;
}

/* CODE von Default ENDE */

/* Options Tool Tip */
.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;
	border: 1px solid #ddd;
	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 {
	border-bottom: 1px solid #ddd;
	position: relative;
}

.opc li.section {
	border: 1px solid #ddd;
	border-bottom: 0;
}

.opc .step-title {
	background-color: #c2b902;
	padding: 0 5px;
	text-align: right;
}

.opc .step-title .number {
	float: left;
	line-height: 22px;
	margin-right: 5px;
	background: #fff;
	font-size: .9em;
	padding: 0 4px;
}

.opc .step-title h3 {
	float: left;
}

.opc .allow .step-title {
	cursor: pointer;
	background: #c2b902;
}

.opc .active {
	
}

.opc .active .step-title {
	background-color: #ccc;
	cursor: default;
}

.opc .step {
	border-top: 1px solid #ddd;
	padding: 10px;
	position: relative;
}

.opc .step .tool-tip {
	right: 10px;
}

.opc .order-review {
	
}

/* Multiple Addresses Checkout */
.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 {
	
}

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.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;
}

/* 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 {
	border: 1px solid #ddd;
	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 {
	
}

.checkout-agreements li {
	margin: 10px 0;
}

.checkout-agreements .agreement-content {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 5px;
	height: 10em;
	overflow: auto;
}

.checkout-agreements .agree {
	padding: 6px;
}
/********** Common Checkout Styles > */
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login {
	
}

.account-login .new-users {
	min-height: 230px;
	padding: 10px 10px;
	background: #FFFFFF url(../images/base_mini_head_bg.gif) repeat-x;
	border: 1px solid #cdcdcd;
}

.account-login .registered-users {
	min-height: 230px;
	padding: 10px 10px;
	background: #FFFFFF url(../images/base_mini_head_bg.gif) repeat-x;
	border: 1px solid #cdcdcd;
}

.account-login .col2-set .col-1,.account-login .col2-set .col-2 {
	padding: 5px 0 5px 42px;
	width: 410px;
}

.account-create {
	
}
/* Account Login/Create Pages ============================================================ */

/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {
	
}

.dashboard .welcome-msg {
	
}

/* Block: Recent Orders */
.dashboard .recent-orders {
	margin: 10px 0;
}

/* Block: Tags */
.dashboard .tags .number {
	float: left;
	margin-right: -20px;
}

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

/* Block: Reviews */
.dashboard .reviews {
	
}
/********** Dashboard > */

/* Order View */
.order-info {
	border: 1px solid #ddd;
	padding: 5px;
}

.order-info dt,.order-info dd,.order-info ul,.order-info li {
	display: inline;
}

.order-info dt {
	font-weight: bold;
}

/* Print Pages */
.page-print .print-head {
	
}

.page-print .print-head img {
	float: left;
}

.page-print .print-head address {
	float: left;
	margin-left: 15px;
}
/* Price Rewrites */
.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 {
	border: 0px solid #ddd;
	padding: 10px 0 0 0;
}

.footer p {
	text-align: left;
}

.footer address {
	text-align: right;
}

.footer li {
	float: left;
	padding: 0 20px 0 0;
}

.footer li a {
	color: #fff;
	text-decoration: none;
}

.footer ul {
	
}

.footerl {
	color: #fff;
	float: left;
	width: 300px;
	font-weight: bold;
}

.footerr {
	float: right;
	text-align: right;
}

/* ======================================================================================= */

/********************** Customer */

/* Customer Name */
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 57px !important;
}

.customer-name-prefix .name-firstname {
	width: 200px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-middlename .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	font-weight: normal;
	color: #888;
	font-size: 10px;
}

/* My Account navigation */
.account-nav {
	border: 0px solid #bbb;
}

.account-nav .head {
	margin: 0;
	background: url(../images/account_nav_head_bg.gif) repeat-x 0 100%
		#fc9d36;
	padding: 3px 10px;
}

.account-nav .head h3 {
	color: #fff;
	font-size: 1.1em;
}

.account-nav ul {
	background: #fbfaf6;
	padding: 4px 10px 10px 10px;
}

.account-nav li a,.account-nav li.on {
	padding: 3px 0;
}

.account-nav li a {
	display: block;
	border-bottom: 1px solid #ddd;
	/*background:url(../images/account_nav_link_bg.gif) no-repeat 10px 8px;*/
}

.account-nav li a,.account-nav li a:hover {
	text-decoration: none;
}

.account-nav li a:hover {
	
}

.account-nav li.on {
	border-bottom: 1px solid #ddd;
	/* background:url(../images/account_nav_on_bg.gif) no-repeat 10px 8px;*/
	color: #705021;
	font-weight: bold;
}

.account-nav li.on a {
	padding: 0;
}

.account-nav li.last,.account-nav li.last a {
	border-bottom: 0;
}

/* Login */
.login-box .col-1,.login-box .col-2 {
	border: 1px solid #705021;
	background-color: #705021;
}

.login-box .content {
	background: url(../images/login_box_bg.gif) repeat-x #faf7ee;
	padding: 14px 21px;
}

.login-box h4 {
	min-height: 16px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.2em;
	padding-bottom: 5px;
	padding-left: 23px;
	background-position: 0 1px;
	background-repeat: no-repeat;
	font-size: 1.05em;
	color: #705021;
	text-transform: uppercase;
}

.login-box .new-users h4 {
	background-image: url(../images/icon_page_white.gif);
}

.login-box .registered-users h4 {
	background-image: url(../images/icon_page_white_text.gif);
}

.login-box .button-set {
	margin: 0;
	border: none;
	background: url(../images/login_box_form_buttons_bg.gif) repeat-x;
	padding: 8px 13px;
	height: 20px;
}

.login-box .content {
	min-height: 230px;
}

/* Dashboard */
.account-box {
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-right-color: #999;
	border-bottom-color: #999;
	background: url(../images/account_box_bg.gif) repeat-x #fff;
	padding: 15px;
}

.account-box .head {
	margin-bottom: 10px;
	border-bottom: 1px solid #d9dde3;
}

.account-box h4 {
	color: #705021;
	font-size: 1.1em;
	text-transform: uppercase;
}

.account-box .inner-head {
	margin-bottom: 8px;
	background: url(../images/dotted_divider.gif) repeat-x 0 100%;
	padding-bottom: 2px;
	text-align: right;
}

.account-box h5 {
	font-size: 1.1em;
}

.account-box h5 a {
	font-weight: normal;
}

.account-box h6 {
	text-transform: uppercase;
}

.account-main .account-box li {
	padding: 5px 0;
}

.account-box ol .count {
	float: left;
	margin-top: 3px;
	background-color: #0a263c;
	padding: 1px 3px;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
}

.account-box ol .content {
	margin-left: 20px;
	padding: 0;
}

.account-box ol.recent-reviews small {
	float: left;
	margin-right: 3px;
	font-weight: bold;
}

.account-box .product-images {
	width: 65px;
}

.account-box .product-images img {
	border: 1px solid #ccc;
}

.account-box .product-details {
	margin: 0 0 10px 70px;
}

.account-box .content {
	padding: 0;
}

.account-side .actions {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}

.account-side .actions .form-button {
	float: right;
}

.edit-password {
	display: block;
	height: 20px;
	background: url(../images/icon_lock.gif) no-repeat 0 2px;
	padding-left: 20px;
}

.dashboard-welcome {
	margin-right: 8em;
	margin-bottom: 1.5em;
	font-size: 1.1em;
}

.account-box .head h4 {
	padding-left: 21px;
	min-height: 17px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ad-orders .head h4 {
	background-image: url(../images/icon_folder_table.gif);
}

.ad-account-info .head h4 {
	background-image: url(../images/icon_ma_info.gif);
}

.ad-tags .head h4 {
	background-image: url(../images/icon_ma_tags.gif);
}

.ad-reviews .head h4 {
	background-image: url(../images/icon_ma_reviews.gif);
}

/* BLOOPARK */
/* Account Addressbook */
.primary-address-list h4,.address-list h4 {
	font-size: 1.1em;
	color: #705021;
	text-transform: uppercase;
}

.primary-address-list li {
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: url(../images/account_box_bg.gif) repeat-x #fff;
	padding: 10px 13px 8px 13px;
}

.primary-address-list li .head {
	margin: 0;
}

.address-list li {
	margin-bottom: 1em;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

.group-select {
	margin: 28px 0;
	border: 1px solid #bbafa0;
	padding: 22px 25px 12px 25px;
	background: #fbfaf6;
}

.group-select .legend {
	margin-top: -33px;
	float: left;
	border: 1px solid #705021;
	background: #F9F3E3;
	padding: 0 8px;
	color: #705021;
	font-weight: bold;
	font-size: 1.1em;
}

.group-select li {
	padding: 4px 8px;
}

.group-select li .input-box {
	float: left;
	width: 275px;
}

.group-select li .input-text,.group-select li select,.group-select li textarea
	{
	width: 493px;
}

.group-select li .input-box .input-text,.group-select li .input-box textarea
	{
	width: 250px;
}

.group-select li .input-box select {
	width: 256px;
}

/* Callout Anzeige etc */
.phone {
	margin: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

/* TEST */
.accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}

h3.katname {
	font-size: 12px !important;
	background: #c2b902 url(../images/v1/arrow-square.gif) no-repeat right
		-51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #705021;
	border-bottom: none;
	cursor: pointer;
}

.accordion h3:hover {
	background-color: #e3e2e2;
}

.accordion h3.active {
	background-position: right 5px;
}

.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

/* contacts */
.adresse {
	font-weight: bold;
}

/* Wishlist */
a.c1 {
	color: #fff;
}

/*Landing */
.landing {
	width: 605px;
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

.landing .inhalt {
	padding: 20px 10px 0 10px;
}

.landing img {
	margin-bottom: 20px;
}

/*Content */
.cms img.right {
	float: right;
	padding: 2px;
	margin: 0 0 20px 20px;
	border: 1px solid #c2b902;
}

.footer-seo {
	margin-top: 50px;
}

.footer-seo p {
	text-align: left;
}

#lightwindow_overlay { /* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow { /* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

#lightwindow_container { /* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* IE6 needs this or it messes with our positioning */
* html #lightwindow_container {
	overflow: hidden;
}

#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #ffffff;
	background-color: #ffffff;
}

#lightwindow_loading { /* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
	background-image: url(../images/lightwindow/ajax-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#lightwindow_loading_shim {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}

#lightwindow_loading span {
	color: #444444;
	display: none;
	float: left;
	font-size: 12px;
	line-height: 32px;
	padding: 0 10px 0 0;
}

#lightwindow_loading span a,#lightwindow_loading span a:link,#lightwindow_loading span a:visited
	{
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}

#lightwindow_loading span a:hover,#lightwindow_loading span a:active {
	text-decoration: underline;
}

#lightwindow_loading img {
	display: none;
	float: left;
	margin: 0 10px 0 0;
}

/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/
#lightwindow_navigation { /* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
/* We need to shim the navigation for IE, though its more of a sub-floor */
#lightwindow_navigation_shim { /* REQUIRED */
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	/* REQUIRED */
}

#lightwindow_navigation a,#lightwindow_navigation a:link,#lightwindow_navigation a:visited,#lightwindow_navigation a:hover,#lightwindow_navigation a:active
	{ /* REQUIRED */
	outline: none;
	/* REQUIRED */
}

#lightwindow_previous,#lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
	/* Trick IE into showing hover */
	display: block;
}

#lightwindow_previous {
	float: left;
	left: 0px;
}

#lightwindow_next {
	float: right;
	right: 0px;
}

#lightwindow_previous:hover,#lightwindow_previous:active {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}

#lightwindow_next:hover,#lightwindow_next:active {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}

#lightwindow_previous_title,#lightwindow_next_title {
	display: none;
}

#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50;
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

#lightwindow_galleries_tab_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

a#lightwindow_galleries_tab,a:link#lightwindow_galleries_tab,a:visited#lightwindow_galleries_tab
	{
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #ffffbe;
	background-color: transparent;
	background-image: url(../images/lightwindow/black-70.png);
	background-repeat: repeat;
	background-position: 0 0;
}

* html a#lightwindow_galleries_tab,* html a:link#lightwindow_galleries_tab,* html a:visited#lightwindow_galleries_tab
	{
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity =     70);
}

a:hover#lightwindow_galleries_tab,a:active#lightwindow_galleries_tab {
	color: #ffffbe;
}

#lightwindow_galleries_tab_span {
	display: block;
	height: 20px;
	width: 63px;
	padding: 0 7px 0 7px;
}

#lightwindow_galleries_tab .up {
	background: url(../images/arrow-up.gif) no-repeat 60px 5px transparent;
}

#lightwindow_galleries_tab .down {
	background: url(../images/arrow-down.gif) no-repeat 60px 6px transparent;
}

#lightwindow_galleries_list {
	background: url(../images/black-70.png) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
}

* html #lightwindow_galleries_list {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity =     70);
}

.lightwindow_galleries_list {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
}

.lightwindow_galleries_list h1 {
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0 5px 0;
	font-size: 16px;
}

.lightwindow_galleries_list li {
	margin: 5px 0 5px 0;
	list-style-type: none;
}

.lightwindow_galleries_list a,.lightwindow_galleries_list a:link,.lightwindow_galleries_list a:visited
	{
	display: block;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.lightwindow_galleries_list a:hover,.lightwindow_galleries_list a:active
	{
	background: #000000;
	color: #ffffbe;
	border-left: 3px solid #ffffbe;
	padding: 0 0 0 7px;
}

#lightwindow_data { /* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

#lightwindow_data_slide { /* REQUIRED */
	position: relative;
	/* REQUIRED */
}

#lightwindow_data_slide_inner {
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
}

#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
}

#lightwindow_data_details {
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	height: 20px;
}

#lightwindow_data_author_container {
	width: 40%;
	text-align: right;
	color: #666666;
	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	float: right;
	overflow: hidden;
}

#lightwindow_data_gallery_container {
	font-size: 10px;
	width: 40%;
	text-align: left;
	color: #666666;
	line-height: 20px;
	float: left;
	overflow: hidden;
}

#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
}

#lightwindow_title_bar_title {
	color: #ffffbe;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float: left;
}

a#lightwindow_title_bar_close_link,a:link#lightwindow_title_bar_close_link,a:visited#lightwindow_title_bar_close_link
	{
	float: right;
	text-align: right;
	cursor: pointer;
	color: #ffffbe;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

a:hover#lightwindow_title_bar_close_link,a:active#lightwindow_title_bar_close_link
	{
	color: #ffffff;
}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/
#lightwindow p {
	color: #000000;
	padding-right: 10px;
}

#lightwindow_overlay {
	background: #000;
	opacity: 0.7;
}

/*EXAMPLEORDER*/
.page-exampleorder {
	margin: 0;
	background: none repeat scroll 0 0 #FBFAF6;
	background-image: none !important;
	text-align: left
}

#exampleorder .cardtable .cardheader {
	color: #795b25;
	font-size: 16px;
	border-bottom: 1px solid #E5E5E5;
	color: #795B25;
	font-size: 16px;
	font-weight: bold;
	background-color: #DBD3C8;
	padding: 5px !important;
}

#exampleorder img {
	border: solid 1px #c0b819
}

#exampleorder .name {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

#exampleorder .cardtable td,tr {
	padding-top: 5px;
	padding-bottom: 5px
}

#exampleorder input {
	border: solid 1px #E5E5E5;
	font-size: 16px
}

#exampleorder .submit {
	background-color: #C0B819;
	color: #FFFFFF;
	float: right;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	width: 290px;
	cursor: pointer;
}

.page-exampleorder .breadcrumbs {
	color: #fff;
	margin-bottom: 10px
}

.actionsexamplecard {
	text-align: right;
	padding-bottom: 5px;
}

.actionsexamplecard a {
	background: url("../images/bkg_button-grey.gif") no-repeat scroll 0 50%
		transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	padding: 5px 10px;
	width: auto;
}

#exampleorder .cardtable {
	
}

.mustercart {
	background: transparent url(../images/v1/bg_green_shadow980-grey.png)
		top right no-repeat;
}

/* NoRegion */
ul li .fields,ul li .wide {
	padding: 3px 0;
}

/*Shippingcost*/
.shipping .fine {
	font-size: 11px;
	font-weight: normal;
}

.shipping .block-content {
	margin-top: 5px
}

.shipping .block-content .price {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.shipping .buttons-set {
	border: none;
	margin: 0;
	padding: 0;
	margin-top: 16px
}

.shipping .buttons-set .button.button {
	background-color: #FFF;
	float: left;
	background-image: none;
	width: 100%;
	height: 33px;
}

.shipping .buttons-set .button.button span {
	background-image: none;
	float: none;
	color: #c1b622
}

/*Warum Bambus*/
.mainstd-wo-r {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0;
}

.clearer {
	clear: both;
	height: 0;
}

.wbambus-left {
	width: 295px;
	float: left;
	padding-left: 20px;
	padding-top: 20px
}

.wbambus-center {
	width: 315px;
	float: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	background-image: url(../images/warumbambus/flower.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 150px;
}

.wbambus-right {
	float: right;
	background-image: url(../images/warumbambus/bg_right.png);
	width: 320px;
	min-height: 796px;
	background-color: #666666;
}

/*Landing Pages */
.landing .content_left {
	float: left;
	width: 320px;
}

.landing .content_right {
	float: right;
	width: 260px;
}

/* Kategorien */
.col3-set {
	margin: 40px 0;
}

.text-two {
	padding: 0 10px;
	width: 220px;
	min-height: 130px;
}

.link-two {
	padding: 0 10px;
	width: 220px;
	min-height: 40px;
}

.bild-two {
	padding-top: 5px;
}

.text-three {
	padding: 0 9px;
	width: 128px;
	min-height: 90px;
}

.link-three {
	padding: 1px 6px;
	width: 128px;
	min-height: 20px;
}

.bild-three {
	padding-top: 1px;
}

/* Useraccount */
.page-head {
	min-height: 36px;
}

.form-button {
	float: right;
}

/*Checkout*/
.checkout-types .box button.button {
	background-color: #FFFFFF;
	background-image: none;
}

.checkout-types .box button.button span {
	color: #c1b622;
	background-image: none;
}

/*Newsletter*/
#newsletter-validate-detail .block-content input {
	margin-top: 5px;
	padding: 5px;
	width: 218px;
}

#newsletter-validate-detail .block-content button.button {
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 230px;
}

#newsletter-validate-detail .block-content button.button span {
	padding: 0;
	width: 100%;
}

.products-grid .product-name {
	min-height: 35px
}

/* Crossselling */
.crossell-button {
	width: 144px !important;
}

/* Versandkostenrechner */
.vkr-weiter-button {
	color: #C1B622 !important;
}

/* Bambusparkett */
.co-left,.co-middle {
	border-right: 1px solid #c2b902;
	width: 292px;
	padding: 5px;
	min-height: 565px;
}

.co-right {
	width: 292px;
	padding: 5px;
	min-height: 565px;
}

.co-line1 {
	min-height: 161px;
}

.co-line2 {
	min-height: 235px;
}

.co-line3 {
	min-height: 170px;
}

.co-line1-fh {
	min-height: 181px;
}

.co-line2-fh {
	min-height: 162px;
}

.co-line3-fh {
	min-height: 234px;
}

.co-line4-fh {
	min-height: 170px;
}

#nav {
	list-style: none;
	margin-top: 5px;
	position: relative;
}

#nav li {
	display: block;
	float: left;
	margin-right: 1px;
	position: relative;
}

#nav li span {
	diplay: block;
	color: #C2B902;
	padding: 5px 10px;
}

.normal_link {
	diplay: block;
	color: #C2B902;
	padding: 5px 10px;;
	background: #FFF;
	text-decoration: none;
	position: relative;
}

.normal_link:hover {
	color: #705021 !important;
}

.inner {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 999;
}

.inner dt {
	float: left;
	background: #FFF;
	position: relative;
}

.inner dd {
	clear: left;
	display: none;
	width: 12em;
	background: #705021 !important;
	font-size: 0.9em;
	position: relative;
}

.inner dt a,.inner dd a {
	padding: 0px 10px;
	display: block;
	text-decoration: none;
	color: #C2B902;
}

#nav li:hover dd {
	display: block;
}

#nav li a:hover dd {
	display: block;
}

.inner .one {
	border: 1px solid #FFF !important;
	height: 90px;
	position: absolute;
	top: 30px;
	left: 0px;
}

.two {
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.three {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.inner dd a {
	color: #FFF !important;
}

.inner dd a:hover {
	color: #C2B902 !important;
}

.inner dt a:hover {
	color: #705021 !important;
}

.nav-home {
	position: relative;
	bottom: 5px;
}

.nav-home a {
	padding: 5px 0 5px 0 !important;
}

.shadow980 {
	z-index: -1;
}

/*** Redesign **/
.tax-details {
	position: absolute;
	top: 61px;
}

.category-products .vpegrossNo {
	position: relative !important;
}

.category-products .tax-details {
	position: static !important;
}

.musterlist {
	background: #cccc99;
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
	font-size: 14px;
	margin:0 auto;
}

.musterlist th,.musterlist td {
	border: 1px solid #FFFFFF;
	width: 106px;
	padding-left: 3px;
}

.musterlist th {
	color: #000;
	font-weight: bolder;
}

.musterlist-tablename {
	width: 584px;
	background: #c2cb30;
	text-align: center;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	font-weight: bolder;
	margin:0 auto;
	
}

.samplecart-grey {
	background: #d2d2d2 !important;
}

.product-button {
	background: #666666;
	padding-left:0px !important;
	line-height:22px;
	font-size: 12px !important;
	width: 144px !important;
	text-align: center;
}

.product-button a { color:#fff; }

#samplecart-already {
	text-align: center;
	line-height: 21px;
}

.back-button { background: none repeat scroll 0 0 #C2CB30 !important; margin-left:5px !important; }
.back-button span { background: none repeat scroll 0 0 #C2CB30 !important; }

.extra-amount {
	display: none;
}
.product-view .extra-amount { 
	display: inline;
}
.vpegrossYes .extra-amount { 
	font-size: 18px;
    font-weight: bold !important;
}
.block-related .tax-details { position: static !important; }


