/* Global ================================================================================ */
html {
    background: #fff url('../images/bg/html_wood.jpg') center;
    height: 100%;
}
body {
    background: transparent url('../images/bg/header.jpg') repeat-x center top;
    height: 100%;
}
#logo {
    background: transparent url('../images/logo.png');
    display: block;
    height: 85px;
    left: 18px;
    position: absolute;
    top: 90px;
    width: 310px;
    background-repeat: no-repeat!important;
}
#grass {
    background: transparent url('../images/bg/wrap_bottom_grass.png') repeat-x bottom;
    height: 45px;
    margin-top: -45px;
}
.highlight {
    color: #fb5700;
    font-weight: bold;
    margin: .5em 0 !important;
}
/* Header ================================================================================ */
.header-container {
    position: relative;
}
.header-container #navbar {
    height: 38px;
    overflow: hidden;
}
.header-container #navbar a {
    background: transparent url('../images/ui/bullet_green.png') no-repeat left center;
    color: #77645a;
    display: block;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    line-height: 38px;
    margin-right: 25px;
    padding-left: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.header-container #navbar a.orange.first {
    margin-left: 55px;
}
.header-container #navbar a.orange {
    background: transparent url('../images/ui/bullet_orange.png') no-repeat left center;
}
.header #headcart {
    left: 817px;
    position: absolute;
    top: 60px;
}
.header #headcart a {
    display: block;
    height: 57px;
    width: 163px;
}
/* Small red circle with cart count */
.header #headcart div {
    background: transparent url('../images/bg/cartcountcircle.png') no-repeat;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    height: 20px;
    right: -5px;
    top: -2px;
    padding-top: 2px;
    position: absolute;
    text-align: center;
    width: 23px;
}
#search_mini_form .form-search {
    left: 590px;
    position: absolute;
    top: 71px;
}
#search_mini_form .form-search button span span,
#search_mini_form .form-search label {
    display: none;
}
#search_mini_form .form-search button.button {
    width: 45px;
    height: 30px;
}
#search_mini_form .form-search button.button > span {
    background: transparent !important;
    border: none !important;
    display: block;
}
.form-search .input-text:focus,
.form-search .input-text {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    width: 160px;
}
/* Form Elements ================================================================================ */
input, select, textarea, button { font: 12px/15px Arial, Helvetica, sans-serif; vertical-align: middle; color: #2f2f2f; }
input.input-text, select, textarea { background: #fff; border: 1px solid #b6b6b6; }
input.input-text, textarea { padding: 2px; }
select { padding: 1px; }
select option { padding-right: 10px; }
select.multiselect option { border-bottom: 1px solid #b6b6b6; padding: 2px 5px; }
select.multiselect option:last-child { border-bottom: 0; }
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; width: auto; border: 0; padding: 0; margin: 0; background: transparent; cursor: pointer; }
button.btn-checkout span span,
button.button span {
    background: #255d29;
    color: #fff;
    border-radius: 2px;
    display: block;
    font: bold 13px/28px 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px #333;
    text-transform: uppercase;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
button.button span span { border: 0; padding: 0; }
button.disabled span { border-color: #bbb !important; background: #bbb !important; }
button.btn-checkout.no-checkout span { background-position: 0 100%; color: #b8baba; }
button.btn-checkout.no-checkout span span { background-position: 100% 100%; }
.checkout-types { float: right; list-style: inside none !important; }
p.control input.checkbox,
p.control input.radio { margin-right: 6px; }
/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus { background-color: #f1f6e8; }
/*.highlight { background:#efefef; }*/

/* Search Autocomplete */
div#search_autocomplete {
    background: white;
    border: 1px solid #999;
    z-index: 3000;
}
div#search_autocomplete span.amount {
    color: #555;
    display: block;
    float: left;
    margin: 0 5px;
}
div#search_autocomplete ul li {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    font-size: 10px;
    padding: 3px 5px;
}
div#search_autocomplete ul li:hover {
    background: #ccc;
}
/* Startpage ================================================================================ */
/* Big Teaser Boxes */
#startteaser a:first-child {
    display: block;
    float: left;
    padding-right: 2px;
}
#start-teaser {
    margin-top: 2px;
}
#start-teaser a {
    float: left;
    margin-left: 2px;
}
#start-teaser a:first-child {
    margin: 0;
}
.products-new { }
#starttext {
    background-color: #80dada;
    font-size: 10px;
    margin-bottom: 2px;
    padding: 10px 20px 5px 20px;
}
#starttext h1 {
    color: #4e8080;
    font-size: 14px;
}
/* Category Page ========================================================================= */
.page-title,
.category-title {
    background: none;
    border: none;
    padding: 0;
}
.page-title h1 {
    margin-bottom: 25px;
}
.category-title h1 {
    font: 40px/1em 'PT Sans', sans-serif;
    margin: 0;
    padding: 0 0 0 15px;
}
.category-image { width: 100%; overflow: hidden; margin: 0 0 10px; text-align: center; height: 120px; }
.category-image img { }
.category-description {
    margin: 0 0 10px;
}
.category-description .claim {
    color: #75a91f;
    font: 20px 'PT Sans', sans-serif;
}
.category-dropdown {
    background: #fff url('../images/bkg_legend.png') repeat-x bottom;
    border: 1px solid #dfdfdf;
    margin-bottom: 1em;
    padding: 12px 5px;
}
.category-dropdown select {
    height: 1.8em;
    width: 100%;
}
/* Subcategory Listing */
.category_sublist {
    background: #fff url('../images/bkg_legend.png') repeat-x bottom;
    border: 1px solid #dedede;
    padding: 10px;
}
.category_sublist h2 {
    margin: 0;
}
.category_sublist ul li {
    margin-top: 5px;
    padding-left: 15px;
}
.category_sublist ul li.active {
    background: transparent url('../images/ui/bullet_green.png') no-repeat left center;
}
.category_sublist ul li a {
    color: #333;
    font: normal 13px/20px Arial, sans-serif;
    text-decoration: none;
}
.category_sublist ul li a:hover {
    text-decoration: underline;
}
.category_sublist ul li.active a {
    font-weight: bold;
}
/* View Type: Grid */
.products-grid {
    margin-top: 15px;
    padding-top: 10px;
    position: relative;
}
.products-grid.first {
    border: none;
    margin-top: 0;
}
.products-grid.last { border-bottom: 0; margin-bottom: 10px; }
.products-grid li.item.first { margin: 0; }
.products-grid li.item {
    background: #fff;
    border: 1px solid #dedede;
    float: left;
    height: 363px;
    width: 198px;
    margin-left: 20px;
    padding: 15px;
    position: relative;
}
.products-grid .product-image {
    border: none;
    cursor: pointer;
    display: block;
    width: 200px;
    height: 135px;
    margin: 5px auto;
}
.products-grid .product-name {
    display: block;
    font: bold 16px/18px Arial, sans-serif;
    height: 4em;
    margin: 15px 0;
    overflow: hidden;
}
.products-grid .product-name a {
    color: #498832;
    text-decoration: none;
}
.products-grid .price-box {
    bottom: 55px;
    left: 15px;
    position: absolute;
    width: 200px;
}
.products-grid .availability {
    bottom: 11px;
    line-height: 21px;
    position: absolute;
    right: 10px;
}
.products-grid .desc {
    color: #555;
    font-size: 10px;
    height: 2.5em;
    overflow: hidden;
    padding: 5px 3px;
}
.products-grid .actions {
    bottom: -1px;
    left: -1px;
    position: absolute;
    width: 230px;
}
.products-grid .actions .button.btn-details {
    border: 1px solid #6d9f1d;
    float: left;
}
.products-grid .actions .button.btn-cart {
    float: right;
}
.products-grid .actions .button.btn-cart span,
.products-grid .actions .button.btn-details span {
    background: #7baf23;
    border-radius: 0;
    text-shadow: 0 0 1px #555;
}
.products-grid .actions .button.btn-cart span {
    background: none;
    line-height: 14px;
    text-align: left;
    white-space: normal;
}
.products-grid .actions .button.btn-details span span {
    line-height: 39px;
    padding: 0;
}
.products-grid .actions .button.btn-cart {
    background: transparent url('../images/bg/btn_cart_list.png') no-repeat;
    height: 41px;
    padding: 0 70px 0 10px;
    width: 157px;
}
.tax-details {
    display: none;
}
/* Sidebar =============================================================================== */
.block .block-title a { text-decoration: none !important; }
.block .block-content li.item { padding: 7px 9px; }
.block .block-content .product-name { color: #1e7ec8; }
.block .btn-remove { float: right; margin: 1px 0 2px 5px; }
/* Layered Filter disable link */
.amshopby-filters-left .actions,
.catalog-category-view .block .currently .actions {
    background: #fff;
    border: 1px solid #dedede;
    border-width: 1px 0 1px 0;
    margin-bottom: 10px;
    padding: 10px;
    text-align: right;
}
.amshopby-filters-left .actions a,
.catalog-category-view .block .currently .actions a {
    background: transparent url('../images/ui/btn_del_green.png') no-repeat right center;
    float: left;
    padding-right: 25px;
}
.catalog-category-view .block .currently .actions button.button { float: right; }
.block .empty { margin: 0; padding: 5px 9px; }
.block li.odd { background-color: #f1f6e8; }
.block li.even { background-color: #fff; }
/* Block: Layered Navigation */
.block-layered-nav li {
    font-size: 12px;
}
.block-layered-nav li a {
    text-decoration: none;
}
.block-layered-nav li a:hover {
    text-decoration: underline;
}
.block-layered-nav dt {
    color: #266a2e;
    font: bold 18px/24px 'PT Sans', sans-serif;
    padding: 15px 0 5px 10px;
}
.block-layered-nav dd {
    border-bottom: 1px solid #dedede;
    padding: 0 0 15px 10px;
    background: url('../images/bkg_legend.png') repeat-x bottom;
}
.block-layered-nav dd.last { border: none; }
.block-layered-nav .currently li {
    background: #f7f7f7;
    padding: 5px 10px;
}
.block-layered-nav .currently ol li {
    font-size: 10px;
}
.block-layered-nav .currently .label {
    color: #266a2e;
}
.block-layered-nav .currently .btn-remove { margin: 3px 0 0; }
.block-layered-nav .block-title {
    border-top-width: 0;
}
body.catalogsearch-result-index .block-layered-nav .block-title {
    border-top-width: 1px;
}
.block-layered-nav .block-subtitle {
    display: none;
}
/* Mini Blocks */
/*
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
*/

.borderless {
    border: none !important;
    margin-top: 2em;
}
/* Mini Products List */
.mini-products-list .product-image { float: left; width: 50px; border: 1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left: 60px; }
/* Block: Account */
.block-account .block-content { }
.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 5px 0 5px 10px;
    color: #333;
    text-decoration: none !important;
}
.block-account .block-content li a:hover { color: #266a2e; }
.block-account .block-content li.last a { border-bottom: 0; }
.block-account .block-content li.current {
    background: transparent url('../images/ui/bullet_green.png') no-repeat 10px center;
    border-bottom: 1px solid #dedede;
    padding: 5px 0 5px 25px;
    color: #111;
}
.block-account .block-content li.current.last { border-bottom: 0; }
/* Block: Currency Switcher */
/*
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
*/
.block-currency .block-content select { width: 90%; padding: 0; }
.block-currency .inner { text-align: center; }
/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .summary { background: #fff; padding: 2px 8px 8px; margin: -1px 0 0; position: relative; z-index: 1; }
.block-cart .amount { margin: 0; }
.block-cart .amount a { font-weight: bold; }
.block-cart .subtotal { margin: 5px 0 0; padding: 2px 0; background: #fbebd9; text-align: center; }
.block-cart .subtotal .price { font-weight: bold; }
.block-cart .actions { border-bottom: 1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float: left; width: 100%; margin: 3px 0 0; text-align: right; }
.block-cart .actions .paypal-logo .paypal-or { clear: both; display: block; padding: 0 55px 8px 0; }
/* Block: Wishlist */
.block-wishlist .block-title strong { background-image: url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align: right; }
.block-wishlist .actions a { float: none; }
/* Block: Related */
.block-related { }
.block-related input.checkbox { float: left; }
.block-related .product { margin-left: 20px; }
/* Note: This is shown below product now */
div#related-products .block-content li.item {
    float: left;
    width: 45%;
}
/* Block: Compare Products */
.block-compare button.button span { border-color: #406a83; background: #618499; }
.page-popup .link-print { background: url(../images/i_print.gif) 0 2px no-repeat; padding: 2px 0 2px 25px; font-weight: bold; color: #1e7ec8; }
.compare-table { border: 0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border: 0; background: none; padding: 0; font-size: 0; line-height: 0; }
.compare-table .btn-remove { float: right; background-image: url(../images/btn_remove2.gif); width: 72px; height: 15px; }
.compare-table tbody th { background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding: 10px; border: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.compare-table tbody td.last { border-right: 1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom: 1px solid #ccc !important; }
.compare-table tr.add-to-row td { background: #fffada; text-align: center; }
.compare-table tr.first td { text-align: center; }
.compare-table tr.first td .product-name { font-size: 13px; font-weight: bold; margin: 0 0 5px; color: #203548; }
.compare-table tr.first td .product-name a { color: #203548; }
.compare-table tr.first td .ratings { width: 69px; margin: 0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin: 0; }
/* Block: Recently Viewed */
.block-viewed .block-title strong { background: transparent url(../images/i_block-viewed.gif) no-repeat left; padding-left: 20px; }
/* Block: Recently Compared */
.block-compared .block-title strong { background-image: url(../images/i_block-list.gif); background-position: 0 1px; }
/* Block: Poll */
.block-poll .block-title strong { background-image: url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size: 12px; }
.block-poll label { color: #777; font-weight: bold; }
.block-poll input.radio { float: left; margin: 1px -18px 0 0; }
.block-poll .label { display: block; margin-left: 18px; }
.block-poll li { padding: 3px 9px; }
.block-poll .actions { margin: 5px 0 0; }
.block-poll button.button span { border-color: #406a83; background: #618499; }
.block-poll .answer { font-weight: bold; }
.block-poll .votes { float: right; margin-left: 10px; }
/* Block: Tags */
.block-tags .block-title strong { background-image: url(../images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background: none; border: 0; font-size: 12px; }
.block-tags .block-content a { color: #1b2d3b; }
.block-tags .actions { text-align: right; }
.block-tags .actions a { float: none; }
/* Block: Subscribe */
.block-subscribe .form-subscribe-header {
    display: none;
}
.block-subscribe .block-content {
    padding: 10px;
}
.block-subscribe .input-text {
    margin: 5px 0;
    padding: 2px 0;
    width: 100%;
}
/* Block: Reorder */
.block-reorder .block-title strong { background-image: url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float: left; margin: 2px -20px 0 0; }
.block-reorder .product-name { margin-left: 20px; }
.block-reorder .validation-advice { margin: 3px 9px 7px; }
/* Block: Banner */
.block-banner { border: 0; }
.block-banner .block-content { padding: 0; text-align: center; }
/* Block: Login */
.block-login .block-title strong { background-image: url(../images/i_ma-info.gif); }
.block-login .block-content { padding: 5px 10px; }
.block-login label { font-weight: bold; color: #666; }
.block-login input.input-text { display: block; width: 167px; margin: 3px 0; }
.block-login .actions { background: none; padding: 0; margin: 3px 0 0; }
.block-login .actions button.button span { border-color: #406a83; background: #618499; }
/* Block: Service */
#block-service .inner {
    padding: 15px 0 15px 5px;
}
#block-service a { text-decoration: none; }
#block-service a:hover { text-decoration: underline; }
/* Paypal */
.sidebar .paypal-logo { display: block; margin: 10px 0; text-align: center; }
.sidebar .paypal-logo a { float: none; }
/* Product View ========================================================================== */
/* Rating */
.no-rating { margin: 0; }
.ratings { font-size: 11px; line-height: 1.25; margin: 7px 0; }
.ratings strong { float: left; margin: 1px 3px 0 0; }
.ratings .rating-links { margin: 0; }
.ratings .rating-links .separator { margin: 0 2px; }
.ratings dt { }
.ratings dd { }
.rating-box { width: 69px; height: 13px; font-size: 0; line-height: 0; background: url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent: -999em; overflow: hidden; }
.rating-box .rating { float: left; height: 13px; background: url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float: left; margin-right: 3px; }
.ratings .amount { }
.ratings-table th,
.ratings-table td { font-size: 11px; line-height: 1.15; padding: 3px 0; }
.ratings-table th { font-weight: bold; padding-right: 8px; }
/* Availability */
.availability { margin: 0; }
.availability span { font-weight: bold; }
.availability.in-stock span { }
.availability.out-of-stock span { color: #d83820; }
.availability-only { margin: 10px 0 7px; line-height: 16px; background: url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left: 15px; }
.availability-only span,
.availability-only a { border-bottom: 1px dashed #751d02; color: #000; }
.availability-only a { background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor: pointer; padding-right: 15px; text-decoration: none; }
.availability-only .expanded { background-position: 100% -15px; }
.availability-only strong { color: #be2c00; }
.availability-only-details { margin: 0 0 7px; }
.availability-only-details th { background: #d2d6d9; font-size: 10px; padding: 0 8px; }
.availability-only-details td { background: #ebf0f3; border-bottom: 1px solid #fff; font-size: 11px; padding: 2px 8px 1px; }
.availability-only-details tr.odd td.last { color: #d95e00; font-weight: bold; }
.product-view .product-shop .availability { font-size: 11px; }
.product-view .product-shop .availability span { font-weight: normal; }
/* Email to a Friend */
.email-friend { margin: 0; }
/* Alerts */
.alert-price { margin: 0; font-size: 11px; }
.alert-stock { margin: 0; font-size: 11px; }
/* Tier Prices */
.tier-prices { margin: 10px 0; padding: 10px; background-color: #f4f7f7; border: 1px solid #dadddd; }
.tier-prices li { line-height: 1.4; background: url(../images/i_tier.gif) no-repeat 0 3px; padding: 2px 0 2px 10px; color: #424242; }
.tier-prices .benefit { font-style: italic; font-weight: bold; color: #2f2f2f; }
.tier-prices .price { font-weight: bold; color: #2f2f2f; }
.tier-prices-grouped li { padding: 2px 0; color: #80461b; }
.tier-prices-grouped li .price { font-weight: bold; }
/* Add to Links */
.add-to-links { font-size: 11px; margin: 5px 0 0; }
.add-to-links .separator { display: none; }
/* Add to Cart */
.add-to-cart label,
.add-to-cart .qty { display: none; }
.add-to-cart button.button { float: left; }
.add-to-cart .paypal-logo { clear: left; margin: 0; text-align: right; }
.add-to-cart .paypal-logo .paypal-or { clear: both; display: block; margin: 5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin: 0; }
/* Add to Links + Add to Cart */
.add-to-box { margin: 10px 0; }
.add-to-box .add-to-cart { float: left; }
.product-view .product-essential .add-to-box .add-to-cart button span {
    background: none;
}
.product-view .product-essential .add-to-box .add-to-cart button {
    background: #75a91f url('../images/bg/btn_cart_pview.png') no-repeat;
    height: 41px;
    padding-right: 56px;
    width: 214px;
}
.add-to-box .add-to-links { float: left; margin: 0 0 0 10px; font-size: 12px !important; line-height: 1.25 !important; text-align: left !important; }
.add-to-box .add-to-links li { display: block !important; }
.add-to-box .add-to-links li .separator { display: none !important; }
.product-view .product-essential div.product-name {
    padding-bottom: 0.5em;
    padding-left: 15px;
}
.product-view .product-essential div.product-name h1 {
    color: #266a2e;
    font: normal 30px 'PT Sans', sans-serif;
    margin: 0;
}
.product-view {
    margin: 15px 0;
}
.product-essential h2 { font: bold 13px/1.35 Helvetica, sans-serif; }
.product-collateral {
    float: left;
    width: 410px;
}
.product-collateral h2 {
    background: url("../images/bkg_legend.png") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #dedede;
    color: #266a2e;
    display: block;
    font: bold 18px/40px 'PT Sans', sans-serif;
    margin: 0;
    padding-left: 10px;
}
.product-collateral .box-collateral {
    border: 1px solid #dedede;
    margin: 0 0 25px;
}
#product-attribute-specs-table,
#product-attribute-specs-table * {
    border: none;
}
/* Product Images */
.product-view .product-img-box {
    float: left;
    max-width: 360px;
}
.product-view .product-img-box .main-image {
    border: 1px solid #dedede;
    padding: 15px;
    position: relative;
}
.product-img-box .more-views {
    margin-top: 20px;
    min-height: 1em;
}
.product-img-box .more-views ul li a img {
    border: 1px solid #dedede;
}
.col3-layout .product-view .product-img-box { float: none; margin: 0 auto; }
.product-view .product-img-box .product-image { margin: 0 0 13px; }
.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 { font-size: 11px; margin: 0 0 5px; 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.disabled { -moz-opacity: .3; -webkit-opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/ opacity: .3; }
.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 h2 { font-size: 11px; border-bottom: 1px solid #ccc; margin: 0 0 8px; text-transform: uppercase; }
.product-view .product-img-box .more-views ul { margin-left: -9px }
.product-view .product-img-box .more-views li { float: left; margin: 0 0 20px 10px; }
.product-view .product-img-box .more-views li a { float: left; width: 62px; height: 62px; overflow: hidden; }
.product-view .product-img-box img { cursor: url('../images/ui/zoomin.cur'), auto; }
.product-image-popup { margin: 0 auto; }
.product-image-popup .buttons-set { float: right; clear: none; border: 0; margin: 0; padding: 0; }
.product-image-popup .nav { font-weight: bold; margin: 0 100px; text-align: center; }
.product-image-popup .image { display: block; margin: 10px 0; }
.product-image-popup .image-label { font-size: 13px; font-weight: bold; margin: 0 0 10px; color: #2f2f2f; }
/* Subline / Bildunterschrift */
div.imgSubLine {
    background: #fff;
    bottom: 15px;
    font-size: 10px;
    left: 15px;
    opacity: 0.7;
    padding: 10px;
    position: absolute;
    width: 305px;
}
/* Product Shop */
.product-view .product-shop { float: right; width: 350px; padding-left: 20px; }
.col1-layout .product-view .product-shop { float: right; width: 545px; }
.col3-layout .product-view .product-shop { float: none; width: auto; }
.product-view .product-shop .product-name { margin: 0 0 5px; }
.product-view .product-shop .product-name h1 { margin: 0; font: bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { display: none; }
.product-view .product-essential .delivery-time span {
    font-weight: bold;
}
.product-view .product-shop .short-description { margin: 10px 0; background: url(../images/bkg_divider1.gif) 0 0 repeat-x; padding: 10px 0 0; }
.product-view .product-shop .price-box { margin: 10px 0; }
.product-view .product-shop .add-to-links { margin: 0; }
.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
    padding-left: 10px;
    position: relative;
    top: .3em;
}
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display: inline; }
.product-view .product-shop .add-to-links a { color: #1e7ec8 !important; font-weight: normal !important; }
/* Product Options */
.product-options {
    margin: 15px 0 30px;
}
.product-options dt { padding: 0 0 5px; font-weight: normal; }
.product-options dt label { font-weight: bold; color: #2f2f2f; }
.product-options dt label.required em {
    color: #eb340a;
    display: none;
    margin-right: 5px;
}
.product-options dt .qty-holder { float: right; margin-right: 15px; }
.product-options dt .qty-holder label { vertical-align: middle; }
.product-options dt .qty-disabled { background: none; border: 0; padding: 3px; color: #2f2f2f; }
.product-options dd { padding: 0; margin: 0; }
.product-options dd input.input-text { width: 98%; }
.product-options dd input.datetime-picker { width: 150px; }
.product-options dd .time-picker { display: -moz-inline-box; display: inline-block; padding: 2px 0; vertical-align: middle; }
.product-options dd textarea { width: 98%; height: 8em; }
.product-options dd select { width: 99%; }
.product-options dd .multiselect option { border-bottom: 1px dotted #d9e5ee; padding: 2px 4px; }
.product-options ul.options-list { margin-right: 5px; }
.product-options ul.options-list li { line-height: 1.5; padding: 2px 0; }
.product-options ul.options-list input.radio { float: left; margin-top: 3px; }
.product-options ul.options-list input.checkbox { float: left; margin-top: 3px; }
.product-options ul.options-list .label { display: block; margin-left: 18px; }
.product-options ul.options-list label { font-weight: normal; }
.product-options ul.validation-failed { padding: 0 7px; }
.product-options p.note { margin: 0; font-size: 11px; }
.product-options p.required {
    display: none;
    margin-bottom: 0;
    padding: 15px 0 0;
}
.product-options-bottom { background-color: #fffada; padding: 15px 20px; border: 1px solid #e4e4e4; border-top: 0; }
.product-options-bottom .tier-prices { margin: 0; padding: 0 0 10px; border: 0; background: 0; }
.product-options-bottom .tier-prices li { background: 0; padding: 2px 0; color: #80461b; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color: #80461b; }
.product-options-bottom .price-box { float: left; margin: 0; padding: 0; }
.col3-layout .product-options-bottom .price-box { float: none; padding: 0 0 5px; }
.product-options-bottom .price-label { float: left; padding-right: 5px; }
.product-options-bottom .price-tax { float: left; }
.product-options-bottom .add-to-cart { float: right; }
.product-shop .product-options-bottom { margin: 0 0 10px; }
.product-shop .product-options-bottom .price-box { float: none; margin: 0 0 5px; }
.product-shop .product-options-bottom .price-label { float: none; padding-right: 0; }
.product-shop .product-options-bottom .price-tax { float: none; }
.product-shop .product-options-bottom .add-to-cart-box { clear: both; float: left; padding-top: 12px; }
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin: 0; padding: 0; }
/* Block: Description */
.product-view .product-collateral .box-collateral.box-description .std {
    padding: 15px;
}
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height: 1.25; }
/* Block: Extra (Exanto) */
.product-view .product-extra {
    float: right;
    width: 300px;
}
/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom: 0; padding: 0; margin: 0 0 8px; }
.product-view .box-up-sell .products-grid { width: 100%; border: 1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width: 25%; background: #f6f2e7; border-right: 1px solid #e5dcc3; border-bottom: 1px solid #e5dcc3; padding: 15px 10px 12px; line-height: 1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom: 0; }
.product-view .box-up-sell .products-grid td.last { border-right: 0; }
.product-view .box-up-sell .products-grid td img { border: 1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align: center; }
.product-view .box-up-sell .products-grid td.empty { border-right: 0; background: #f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float: none; display: block; margin: 0 0 3px; }
/* Block: Tags */
.product-view .box-tags { margin: 0; }
.product-view .box-tags h3 { font-size: 13px; }
.product-view .box-tags .product-tags { display: block; margin: 0 0 15px; }
.product-view .box-tags .product-tags li { display: inline; background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding: 0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left: 0; }
.product-view .box-tags .product-tags li.last { background: none; padding-right: 0; }
.product-view .box-tags .form-add label { display: block; font-size: 13px; font-weight: bold; margin: 0 0 5px; color: #555; }
.product-view .box-tags .form-add .input-box { float: left; width: 305px; margin: 0 5px 0 0; background: url(../images/i_tag_add.gif) 0 2px no-repeat; padding: 0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width: 299px; }
.product-view .box-tags .form-add button.button span { border-color: #406a83; background: #618499; }
.product-view .box-tags .note { margin: 3px 0 0; padding: 0 0 0 23px; font-size: 11px; }
/* Block: Reviews */
.product-view .box-reviews dl { margin: 15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight: bold; }
.product-view .box-reviews dd { margin: 0 0 15px; }
.product-view .box-reviews dd small { font-style: italic; }
.product-view .box-reviews .form-add { margin: 15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size: 13px; font-weight: normal; }
.product-view .box-reviews .form-add h3 span { font-weight: bold; }
.product-view .box-reviews .form-add h4 { font-size: 12px; }
.product-view .box-reviews .form-add .data-table td { text-align: center; }
.product-view .box-reviews .form-add .form-list { margin: 15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width: 354px; }
/* Block: Service Links */
.block-service a {
    display: block;
    font: normal 12px/14px Arial, sans-serif;
    margin-left: 5px;
    padding: 15px 15px 15px 55px;
    text-decoration: none;
}
.block-service ul li {
    border-bottom: 1px solid #dedede;
}
.block-service ul li.last {
    border: none;
}
.block-service #link-questions {
    background: transparent url('../images/ui/icn_questions.png') no-repeat left center;
}
.block-service #link-asservice {
    background: transparent url('../images/ui/icn_toolbox.png') no-repeat left center;
}
.block-service #link-custombuild {
    background: transparent url('../images/ui/icn_custombuild.png') no-repeat left center;
}
.block-service #link-complaint {
    background: transparent url('../images/ui/icn_sad.png') no-repeat left center;
}
.block-service #link-guide {
    background: transparent url('../images/ui/icn_guide.png') no-repeat left center;
}
/* Send a Friend */
.send-friend .form-list { width: 615px; overflow: hidden; }
.send-friend .form-list li { margin-right: -15px; }
.send-friend .form-list li p { margin: 0 15px 0 0; }
.send-friend .form-list .field { width: 315px; }
.send-friend .form-list .input-box { width: 300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width: 294px; }
.send-friend .form-list li.wide .input-box { width: 612px; }
.send-friend .form-list li.wide textarea { width: 609px; }
.send-friend .buttons-set .limit { float: right; margin: 0 7px 0 0; font-size: 11px; line-height: 21px; }
/* Data Table */
.data-table { width: 100%; border: 1px solid #dedede; }
.data-table .odd { background: #f1f6e8; }
.data-table .even { background: #fff; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right: 0; }
.data-table th { padding: 5px 8px; font-weight: bold; }
.data-table td { padding: 5px 8px; }
.data-table thead th {
    font: bold 11px/1em 'PT Sans', sans-serif;
    border-right: 1px solid #dedede;
    padding: 10px 8px;
    color: #266a2e;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
}
.data-table thead th.wrap { white-space: normal; }
.data-table thead th a,
.data-table thead th a:hover { color: #fff; }
.data-table thead th { background: url('../images/bkg_legend.png') repeat-x 0 100% #fff; }
.data-table thead th .tax-flag { font-size: 11px; white-space: nowrap; }
.data-table tfoot { border-bottom: 1px solid #d9dde3; }
.data-table tfoot tr.first td {
    padding-top: 2em;
}
.data-table tfoot tr { background-color: #f1f6e8 !important; }
.data-table tfoot td { }
.data-table tfoot strong { font-size: 16px; }
.data-table tbody th,
.data-table tbody td { border-bottom: 1px solid #d9dde3; border-right: 1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background: #f8f7f5 !important; }
.data-table tbody.even tr { background: #f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom: 0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom: 1px solid #d9dde3; }
.data-table tbody td .option-label { font-weight: bold; font-style: italic; }
.data-table tbody td .option-value { padding-left: 10px; }
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float: none; margin: 0; }
.my-account .page-title {
    background: transparent;
    border: none;
    padding: 0 0 15px 0;
}
/********** < Dashboard */
.dashboard .welcome-msg { margin: 0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin: 0; }
.dashboard .col2-set { margin: 0 0 15px; }
/* General Box */
.box-account {
    margin-bottom: 1.5em;
}
.box-account .box-head { margin: 0 0 5px; text-align: right; }
.box-account .box-head h2 {
    color: #999;
    font: bold 18px/20px 'PT Sans', sans-serif;
    float: left;
    margin: 0;
    text-transform: uppercase;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 21px;
}
.dashboard .box .box-title {
    color: #73a61e;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    color: #73a61e;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image: url('../images/i_folder-table.gif'); }
/* Block: Account Information */
div.dashboard div.box-account div.col2-set div.col-1,
div.dashboard div.box-account div.col2-set div.col-2 {
    background: transparent url('../images/bkg_fieldset.png') repeat-x bottom;
    border: 1px solid #dedede;
    padding: 1em;
    width: 45.5%;
}
.dashboard .box-info .box-head h2 { background-image: url('../images/i_ma-info.gif'); }
.dashboard .box-info h4 {
    color: #73a61e;
    font-size: 14px;
    font-weight: bold;
}
/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image: url('../images/i_ma-reviews.gif'); }
.dashboard .box-reviews .number { float: left; font-size: 10px; font-weight: bold; line-height: 1; color: #fff; margin: 3px -20px 0 0; padding: 2px 3px; background: #4e8080; }
.dashboard .box-reviews .details { margin-left: 20px; }
.dashboard .box-reviews li.item { margin: 0 0 7px; }
.dashboard .box-reviews li.item.last { margin: 0; }
.dashboard .box-reviews .ratings { margin: 7px 0 0; }
/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image: url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float: left; font-size: 10px; font-weight: bold; line-height: 1; color: #fff; margin: 3px -20px 0 0; padding: 2px 3px; background: #4e8080; }
.dashboard .box-tags .details { margin-left: 20px; }
.dashboard .box-tags li.item { margin: 0 0 7px; }
.dashboard .box-tags li.item.last { margin: 0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display: inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
    color: #999;
    font: bold 18px/20px 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.addresses-list h3 {
    color: #73a61e;
    font-weight: bold;
    font-size: 13px;
}
.addresses-list address { margin: 0 0 3px; }
.addresses-list p { margin: 0; }
.addresses-list a { font-weight: bold; }
.addresses-list .link-remove { color: #646464; }
.addresses-list .separator { margin: 0 3px; }
.addresses-list li.item { background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border: 1px solid #ccc; padding: 10px 13px; margin: 0 0 10px; }
.addresses-list li.empty { background: none; border: 0; padding: 0; }
.addresses-list li.empty p { font-weight: bold; }
.addresses-list .addresses-additional li.item { background: none; border: 0; padding: 0; }
/* Order View */
.order-info { background: #dee5e8; border: 1px solid #d0cbc1; padding: 4px 8px; margin: 0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display: inline; }
.order-info .current { font-weight: bold; }
.order-info li { margin: 0 3px; }
.order-date { margin: 10px 0; }
.order-info-box { background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border: 1px solid #d0cbc1; padding: 12px 15px; margin: 0 0 15px; }
.order-info-box h2 { font-weight: bold; font-size: 13px; }
.order-info-box .box-payment p { margin: 0 0 3px; }
.order-info-box .box-payment th { font-weight: bold; padding-right: 7px; }
.order-items { width: 100%; overflow-x: auto; }
.order-items h2,
.order-items h3 { clear: none; font-weight: bold; font-size: 13px; padding: 0; margin: 0 0 5px; color: #4e8080; }
.order-items .product-name { font-size: 1em !important; font-weight: bold !important; }
.order-items .link-print { color: #1e7ec8; font-weight: normal; }
.order-items .order-links { text-align: right; }
.order-additional { margin: 15px 0; }
/* Order Gift Message */
.gift-message dt strong { color: #666; }
.gift-message dd { font-size: 13px; margin: 5px 0 0; }
/* Order Comments */
.order-about dt { font-weight: bold; }
.order-about dd { font-size: 13px; margin: 0 0 7px; }
.tracking-table { margin: 0 0 15px; }
.tracking-table th { font-weight: bold; white-space: nowrap; }
.tracking-table-popup { width: 100%; }
.tracking-table-popup th { font-weight: bold; white-space: nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding: 1px 8px; }
/* Order Print Pages */
.page-print .print-head { margin: 0 0 15px; }
.page-print .print-head .logo { float: left; }
.page-print .print-head address { float: left; margin-left: 15px; }
.page-print h1 { font-size: 16px; font-weight: bold; }
.page-print h2,
.page-print h3 { font-size: 13px; font-weight: bold; }
.page-print h2.h2 { font-size: 16px; font-weight: bold; }
.page-print .order-date { background: url(../images/bkg_divider1.gif) 0 100% repeat-x; padding: 0 0 10px; margin: 0 0 10px; }
.page-print .col2-set { margin: 0 0 10px; }
/* 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; }
/* My Wishlist */
.my-wishlist .data-table td { padding: 10px; }
.my-wishlist .product-image { display: block; width: 113px; height: 113px; margin: 0 0 5px; }
.my-wishlist textarea { display: block; width: 97%; height: 109px; }
.my-wishlist .buttons-set { margin-top: 2em; }
.my-wishlist .buttons-set button.button { float: none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color: #406a83; background: #618499; }
#wishlist-table .add-to-links { white-space: nowrap; }
/* My Tags */
.my-tag-edit { float: left; margin: 0 0 10px; }
.my-tag-edit .btn-remove { float: right; margin: 4px 0 0 5px; }
#my-tags-table { clear: both; }
#my-tags-table td { padding: 10px; }
#my-tags-table .add-to-links { white-space: nowrap; }
/* My Reviews */
#my-reviews-table td { padding: 10px; }
.product-review .product-img-box { float: left; width: 140px; }
.product-review .product-img-box .product-image { display: block; width: 125px; height: 125px; }
.product-review .product-img-box .label { font-size: 11px; margin: 0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float: none; display: block; margin: 0 0 3px; }
.product-review .product-details { margin-left: 150px; }
.product-review .product-name { font-size: 16px; font-weight: bold; margin: 0 0 10px; }
.product-review h3 { font-size: 12px; margin: 0 0 3px; color: #2f2f2f; }
.product-review .ratings-table { margin: 0 0 10px; }
.product-review dt { font-weight: bold; }
.product-review dd { font-size: 13px; margin: 5px 0 0; }
/* Billing Agreements */
.billing-agreements .info-box { margin: 15px 0; }
.billing-agreements .form-list li select { float: left; }
.billing-agreements .form-list li button.button { float: left; margin-left: 10px; }
.billing-agreements .table-caption { font-weight: bold; font-size: 13px; }
.my-account {
    background: #fff;
    padding: 15px;
}
/* Product Prices ========================================================================= */
.price { white-space: nowrap !important; }
.price-box .price {
    color: #382c2b;
    font: bold 18px/24px Arial, sans-serif;
}
.product-view .product-essential .product-shop .price-box .price {
    font-size: 35px;
    display: block;
    float: left;
}
.product-view .product-essential .product-shop .add-to-box {
    margin-top: 4em;
}
.mini-products-list .price-box .price {
    font: bold 12px/1em Arial, sans-serif;
}
/* Regular price */
.regular-price { color: #382c2b; }
.products-grid .price-box .special-price {
    float: left;
}
.products-grid .price-box .regular-price { }
.regular-price .price { }
.block .regular-price,
.block .regular-price .price { }
.products-grid .regular-price .price:after { content: '*'; }
/* Swiss Price */
.chf-price {
    clear: left;
    display: block;
    font-size: 10px;
}
/* Old price */
.products-grid .old-price {
    float: right;
    margin: 0;
    padding-top: 7px;
}
.mini-products-list .old-price {
    font-weight: normal;
    margin: 0;
}
.old-price,
.old-price .price {
    color: #7d7d7d;
}
.old-price .price {
    font: normal 12px Arial, sans-serif;
    text-decoration: line-through;
}
.mini-products-list .old-price:before,
.products-grid .old-price:before {
    content: 'UVP ';
    font-size: 12px;
}
.product-view .product-essential .product-shop .price-box p {
    clear: both;
    margin: 0;
}
.product-view .product-essential .product-shop .price-box p.you-save {
    color: #fb5700;
    font-weight: bold;
}
.product-view .product-essential .product-shop .price-box p.taxhint {
    display: block;
    float: left;
    width: 10em;
}
.product-view .product-essential .product-shop .price-box p.old-price span {
    font-size: 12px;
}
/* Special price */
.special-price { margin: 0; }
.product-view .product-essential .special-price {
    padding: 0 0 5px 0;
}
.product-view .product-essential .product-shop .price-box .taxhint,
.product-view .product-essential .special-price .taxhint {
    display: block;
    float: left;
    margin-left: 20px;
    position: relative;
    top: -0.3em;
    width: 10em;
}
.product-view .product-essential .price-box p.special-price span.price {
    display: block;
    float: left;
}
.mini-products-list .price-label,
.products-grid .price-label {
    display: none;
}
.special-price .price { }
.products-grid .special-price .price:after { content: '*'; }
/* Minimal price (as low as) */
.minimal-price { margin: 0; }
.minimal-price .price-label { font-weight: bold; white-space: nowrap; }
.minimal-price-link { display: block; }
.minimal-price-link .label { color: #1e7ec8; }
.minimal-price-link .price { font-weight: normal; color: #1e7ec8; }
/* Excluding tax */
.price-excluding-tax { display: block; color: #999; }
.price-excluding-tax .label { white-space: nowrap; color: #999; }
.price-excluding-tax .price { font-size: 13px; font-weight: normal; color: #803950; }
/* Including tax */
.price-including-tax { display: block; color: #999; }
.price-including-tax .label { white-space: nowrap; color: #999; }
.price-including-tax .price { font-size: 13px; font-weight: bold; color: #803950; }
/* FPT */
.weee { display: block; font-size: 11px; color: #444; }
.weee .price { font-size: 11px; font-weight: normal; }
/* 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 { margin: 0; }
.price-from .price-label { font-weight: bold; white-space: nowrap; }
.price-to { margin: 0; }
.price-to .price-label { font-weight: bold; white-space: nowrap; }
/* Price notice next to the options */
.price-notice { padding-left: 10px; color: #999; }
.price-notice .price { font-weight: bold; color: #2f2f2f; }
/* Price as configured */
.price-as-configured { margin: 0; }
.price-as-configured .price-label { font-weight: bold; white-space: nowrap; }
.price-box-bundle { padding: 0 0 10px 0; }
.price-box-bundle .price-box { margin: 0 !important; padding: 0 !important; }
.price-box-bundle .price { color: #555; }
/* Footer ================================================================================ */
.footer-container {
    background: transparent url('../images/bg/footer_banderole_center.jpg') no-repeat;
    font-family: arial, sans-serif;
    height: 113px;
    position: relative;
}
.footer-container #tile-left,
.footer-container #tile-right {
    height: 113px;
    position: absolute;
    top: 0;
    width: 10px;
}
.footer-container #tile-left {
    background: transparent url('../images/bg/footer_banderole_left.png') no-repeat;
    left: -10px;
}
.footer-container #tile-right {
    background: transparent url('../images/bg/footer_banderole_right.png') no-repeat;
    right: -10px;
}
p#copyright a,
.footer a {
    color: #77645a;
    text-decoration: none;
}
p#copyright a:hover,
.footer a:hover {
    text-decoration: underline;
}
.footer ul {
    line-height: 24px;
    padding-left: 320px;
    padding-top: 25px;
    width: 480px;
}
.footer li {
    float: left;
    font-size: 13px;
    width: 160px;
}
.footer li a {
    background: transparent url('../images/ui/bullet_brown.png') no-repeat left center;
    color: #c28e5c;
    display: block;
    padding-left: 15px;
}
p#copyright {
    color: #77645a;
    margin-top: 1em;
}
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin: 0 0 8px; }
.sp-methods dt {
    border-bottom: 1px dotted #919191;
    color: #999;
    margin: 13px 0 5px;
    font: bold 17px/17px 'PT Sans', sans-serif;
    text-transform: uppercase;
}
div#checkout-step-payment.step .sp-methods dt {
    border: none;
    font: inherit;
    text-transform: none;
}
.sp-methods dd {
    margin: 1.5em 0;
}
div#checkout-step-payment.step .sp-methods dd {
    margin: .5em 0;
}
.sp-methods dd li { margin: 5px 0; }
.sp-methods label { font-weight: bold; color: #382c2b; }
.sp-methods dd fieldset.form-list ul#payment_form_bankpayment li div.input-box table tbody tr td {
    padding-right: .5em;
}
.sp-methods dd fieldset.form-list ul#payment_form_bankpayment li div.input-box table tbody tr td label {
    /* Bank Payment Account Info Labels */
    color: #999;
    margin: 0;
}
.sp-methods .price { font-weight: bold; }
.sp-methods .form-list { padding-left: 20px; }
.sp-methods .form-list li { margin: 0 0 8px; }
.sp-methods select.month { width: 154px; margin-right: 10px; }
.sp-methods select.year { width: 96px; }
.sp-methods input.cvv { width: 3em !important; }
.sp-methods .checkmo-list li { margin: 0 0 5px; }
.sp-methods .checkmo-list label { width: 135px; padding-right: 10px; text-align: right; }
.sp-methods .checkmo-list address { float: left; }
.sp-methods .centinel-logos a { margin-right: 3px; }
.sp-methods .centinel-logos img { vertical-align: middle; }
.please-wait { float: right; }
.please-wait img { vertical-align: middle; }
.cvv-what-is-this { font-size: 11px; cursor: help; margin-left: 10px; }
/* Tooltip */
.tool-tip { border: 1px solid #7ba7c9; background: #eaf6ff; padding: 15px 20px; position: absolute; z-index: 9999; }
.tool-tip .btn-close { margin: -9px -14px 0; text-align: right; }
.tool-tip .btn-close a { display: block; margin: 0 0 0 auto; width: 15px; height: 15px; background: url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align: left; text-indent: -999em; overflow: hidden; }
.tool-tip .tool-tip-content { padding: 5px; }
/* Gift Messages */
.gift-messages h3 { font-size: 12px; font-weight: bold; color: #e87403; }
.gift-messages p.control { color: #8e8d8b; }
.gift-messages-form { position: relative; }
.gift-messages-form label { float: none !important; position: static !important; }
.gift-messages-form h4 { font-size: 12px; font-weight: bold; color: #e87403; }
.gift-messages-form .whole-order { margin: 0 0 25px; }
.gift-messages-form .item { margin: 0 0 10px; }
.gift-messages-form .item .product-img-box { float: left; width: 75px; }
.gift-messages-form .item .product-image { margin: 0 0 7px; }
.gift-messages-form .item .number { margin: 0; font-weight: bold; text-align: center; color: #8a8987; }
.gift-messages-form .item .details { margin-left: 90px; }
.gift-messages-form .item .details .product-name { font-size: 13px; font-weight: bold; margin: 0 0 10px; }
.gift-messages-form .item .details .form-list .field { width: 255px; }
.gift-messages-form .item .details .form-list .input-box { width: 240px; }
.gift-messages-form .item .details .form-list input.input-text { width: 234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width: 500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width: 494px; }
.gift-message-link { font-size: 11px; background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right: 7px; }
.gift-message-link.expanded { background-position: 100% -40px; }
.gift-message-row { background: #f2efe9; }
.gift-message-row .btn-close { float: right; width: 16px; height: 16px; background: url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size: 0; line-height: 0; text-indent: -999em; overflow: hidden; }
/* Checkout Agreements */
.checkout-agreements li { margin: 30px 0; }
.checkout-agreements .agreement-content { overflow: auto; height: 12em; padding: 10px; background-color: #fbfaf6; border: 1px solid #bbb6a5; }
.checkout-agreements .agree { margin: 0; padding: 10px 0; }
.checkout-agreements .agree input.checkbox { margin-right: 6px; }
.checkout-agreements .agree label { font-weight: bold; }
.opc .checkout-agreements { border: none; padding: 0; }
.opc .checkout-agreements li { margin: 0; }
.opc .checkout-agreements .agreement-content { display: none; }
.opc .checkout-agreements .agree { }
/* Centinel */
.centinel { }
.centinel .authentication { border: 1px solid #ddd; background: #fff; }
.centinel .authentication iframe { width: 99%; height: 400px; background: transparent !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
.opc .centinel { border: 1px solid #bbb6a5; border-width: 0 1px 1px; padding: 10px 30px; }
/* Generic Info Set */
.info-set { background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border: 1px solid #bbb6a5; margin: 0 0 25px; padding: 20px; }
.info-set h2 { font-size: 13px; font-weight: bold; margin: 0 0 10px; }
.info-set h3,
.info-set h4 { font-size: 13px; font-weight: bold; color: #f88834; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight: normal; }
.info-set h2.legend { margin: -20px -20px 15px; padding: 5px 10px; background: #f9f3e3; border-bottom: 1px solid #bbafa0; position: relative; }
.info-set h3.legend { margin: 0 0 10px; color: #4e8080; }
.info-set .divider { margin: 0 -20px; padding: 25px 0; position: relative; }
.info-set .box { margin: 0 0 15px; }
.info-set .box h2 { color: #f88834; }
.info-set .data-table .product-name { font-size: 1em !important; font-weight: bold !important; color: #1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight: bold !important; }
.info-set .data-table .item-options { margin: 5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress .block-title { margin: 0 0 5px; }
#checkout-progress-wrapper .block-progress .block-content {
    border: none;
    padding-top: 37px;
}
.block-progress dt {
    background: #fff url('../images/bkg_legend.png') repeat-x bottom;
    border: 1px solid #dedede;
    color: #382c2b;
    font: bold 12px Arial, sans-serif;
    padding: .5em;
}
.block-progress dt span.separator {
    display: none;
}
.block-progress dt a {
    float: right;
    text-transform: lowercase;
}
.block-progress dd {
    background: #f1f6e8;
    border: 1px solid #dedede;
    border-top: 0;
    margin-bottom: .5em;
    padding: 8px 13px;
}
.block-progress dt.complete { }
.block-progress dd.complete { }
table.bankpayment_info {
    font-size: 77%;
}
.opc .buttons-set {
    margin-top: 1em;
    padding-top: .5em;
}
.opc .buttons-set p.required { margin: 0; padding: 0 0 10px; }
.opc .buttons-set .back-link small { display: none; }
.opc .buttons-set .back-link a { background: url('../images/ui/arrow_top.png') 0 50% no-repeat; padding-left: 16px; }
.opc .buttons-set.disabled button.button { display: none; }
.opc .buttons-set .please-wait { height: 21px; line-height: 21px; }
.opc .ul { list-style: disc outside; padding-left: 18px; }
.opc { position: relative; }
.opc li.section {
    margin-bottom: 3px;
}
.opc .step-title {
    border: 1px solid #dedede;
    background: #fff url('../images/bkg_legend.png') repeat-x bottom;
    padding: 10px;
    text-align: right;
}
.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #dedede;
    padding: 0 4px;
    margin: 0 5px 0 0;
    font: bold 16px/16px 'PT Sans', sans-serif;
    color: #266a2e;
}
.opc .step-title h2 {
    float: left;
    color: #266a2e;
    font: bold 18px/18px 'PT Sans', sans-serif;
    margin: 0;
    padding-left: 10px;
}
.opc .step-title a { display: none; float: right; font-size: 11px; line-height: 16px; }
/*.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }*/
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
    background: #649c30;
    border: 1px solid #639920;
    padding: 10px;
    color: #fff;
    cursor: default;
}
.opc .active .step-title .number {
    background: #2e642b;
    border-color: #295224;
    color: #fff;
    font: bold 16px/16px 'PT Sans', sans-serif;
}
.opc .active .step-title h2 {
    color: #fff;
    font: bold 18px/18px 'PT Sans', sans-serif;
    text-shadow: 0 1px 1px #333;
    padding-left: 10px;
}
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding: 15px 0; position: relative; }
.opc .step .tool-tip { right: 30px; }
#opc-login .buttons-set {
    border-top: 1px dotted #919191;
}
#opc-login h3 {
    color: #999;
    font: bold 17px 'PT Sans', sans-serif;
    border-bottom: 1px dotted #919191;
    margin-bottom: 1em;
    text-transform: uppercase;
}
#opc-login h4 { font-size: 1em; font-weight: bold; margin: 0; color: #2f2f2f; }
#opc-login #checkout-step-login .col2-set .col-1 {
    width: 60.5%;
}
#opc-login #checkout-step-login .col2-set .col-2 {
    width: 36.5%;
}
#opc-shipping_method .buttons-set { border-top: 0; }
.opc .gift-messages-form { margin: 0 -30px; background: #f6f1eb; border: 1px solid #e9e4de; border-width: 1px 0; padding: 22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding: 5px; height: 260px; overflow: auto; }
#opc-review #checkout-review-table-wrapper {
    margin: 20px 0;
    text-align: right;
}
#opc-review .step { border: 0; padding: 0; }
#opc-review .product-name {
    font-weight: bold;
    color: #382c2b;
}
#opc-review .item-options { margin: 5px 0 0; }
#opc-review .buttons-set { }
#opc-review .buttons-set p { margin: 0; line-height: 40px; }
#opc-review .buttons-set .please-wait { height: 40px; line-height: 40px; }
#review-buttons-container { display: block; }
textarea#customerOrderComment {
    height: 100px;
    margin-top: 5px;
    padding: 5px;
    width: 50%;
}
/* Multiple Addresses Checkout */
.checkout-progress { padding: 0 90px; margin: 0 0 20px; }
.checkout-progress li { float: left; width: 19%; margin: 0 3px 0 0; border-top: 10px solid #999; padding: 2px 0 0; font-weight: bold; text-align: center; color: #abb5ba; }
.checkout-progress li.active { border-top-color: #e96200; color: #e96200; }
.multiple-checkout h2 { font-size: 13px; font-weight: bold; margin: 0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size: 13px; font-weight: bold; color: #f88834; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight: normal; }
.multiple-checkout .data-table .product-name { font-size: 1em !important; font-weight: bold !important; color: #1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight: bold !important; }
.multiple-checkout .data-table .item-options { margin: 5px 0 0; }
.multiple-checkout .gift-messages { margin: 15px 0 0; }
.multiple-checkout .tool-tip { top: 50%; margin-top: -120px; right: 20px; }
.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border: 1px solid #bbb6a5; margin: 0 0 25px; padding: 20px; }
.multiple-checkout .col2-set h2.legend { margin: -20px -20px 15px; padding: 5px 10px; background: #f9f3e3; border-bottom: 1px solid #bbafa0; position: relative; }
.multiple-checkout .col2-set h3.legend { margin: 0 0 10px; color: #4e8080; }
.multiple-checkout .col2-set .divider { margin: 0 -20px; padding: 25px 0; position: relative; }
.multiple-checkout .box { margin: 0 0 15px; }
.multiple-checkout .box h2 { color: #f88834; }
.multiple-checkout .place-order .please-wait { float: right; padding: 27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float: right; height: 71px; font-size: 1.5em; padding: 0 0 0 21px; background: url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow: hidden; }
.multiple-checkout .place-order .grand-total .inner { float: left; height: 57px; padding: 14px 21px 0 0; background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display: inline; }
.multiple-checkout .place-order .grand-total big { display: inline; margin-right: 12px; }
.multiple-checkout .place-order .grand-total .price { color: #f88834; }
.multiple-checkout .place-order .grand-total button.button span { font-size: 16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding: 0 45px 0 36px; }
/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color: #406a83; background: #618499; }
#multiship-addresses-table td { padding: 10px; }
#multiship-addresses-table tfoot td { padding: 5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color: #406a83; background: #618499; }
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width: 100%; overflow: hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right: -15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width: 230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width: 215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width: 209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width: 445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width: 439px; }
.checkout-multishipping-shipping .box-sp-methods { border: 1px solid #d9d2be; background: #f9f3e3; padding: 13px; position: relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position: absolute; top: -20px; right: -40px; width: 178px; height: 41px; background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow: hidden; }
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position: relative; }
/* Misc ================================================================================ */
/* BreadCrumbs */
.breadcrumbs {
    background: #fff url('../images/bkg_legend.png') repeat-x bottom;
    border: 1px solid #dedede;
    color: #595959;
    margin-bottom: 15px;
    padding: 15px;
}
.breadcrumbs li { display: inline; }
.breadcrumbs li strong { font-weight: bold; }
.breadcrumbs li a {
    color: #595959;
}
.breadcrumbs li span {
    /* raquo's */
    color: #6a9d1e;
}
/* CMS Stuff */
.contact-images li {
    display: block;
    float: left;
    margin: 5px;
    text-align: center;
    width: 155px;
}
/* Schausonntag on Startpage */
div#schausonntag {
    background: #80dada url('../images/bg/schausonntag.png') no-repeat;
    margin-top: 2px;
    padding: 10px 0;
    position: relative;
}
div#schausonntag div {
    left: 250px;
    position: relative;
    width: 400px;
}
/* Trusted Shops Boxes */
div#tsInnerBox {
    background: #fff url('../images/bg/ts_bg_yellow.jpg') no-repeat left top;
    border: 1px solid #c0c0c0;
    padding: 2px;
}
.trustedrating-widget {
    margin-bottom: 2em !important;
}
/* Page Heading */
.page-title h1,
.page-title h2 {
    color: #236909;
    font-family: 'PT Sans', sans-serif;
}
.page-title h1 {
    font: 40px/1em 'PT Sans', sans-serif;
}
.page-title .separator { margin: 0 3px; }
.page-title .link-rss { float: right; margin: 7px 0 0; }
.title-buttons { text-align: right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float: left; }
.subtitle,
.sub-title {
    clear: both;
    color: #266a2e;
    font: bold 130%/150% 'PT Sans', sans-serif;
}
/* Pager */
.pager {
    margin: 1em 0;
}
.pager .amount {
    float: left;
}
.pager .limiter {
    float: left;
    line-height: 25px;
    padding-left: 5%;
}
.pager .limiter label { vertical-align: middle; }
.pager .limiter select { font-size: 10px; }
.pager .pages { float: right; }
.pager .pages strong {
    display: none;
}
.pager .pages ol { display: inline; }
.pager .pages li {
    background: #74a71e;
    border: 1px solid #6a9c1b;
    border-radius: 2px;
    color: white;
    display: block;
    float: left;
    font: bold 14px/1em Helvetica, sans-serif;
    line-height: 25px;
    margin: 0 2px;
    text-align: center;
    text-shadow: 0 1px 1px #333;
    width: 25px;
}
.pager .pages li a {
    color: white;
    display: block;
    text-decoration: none;
    width: 25px;
}
.pager .pages .current {
    background: #255d29;
    border: 1px solid #245627;
}
/* Sorter */
.sorter { }
.sorter .view-mode { float: left; margin: 0; }
.sorter .sort-by { float: right; padding-right: 36px; }
.sorter .sort-by label { vertical-align: middle; }
.sorter .sort-by select { padding: 0; margin: 0 0 1px; vertical-align: middle; }
.sorter .link-feed { }
/* Toolbar */
.toolbar {
    background: #fff url('../images/bkg_legend.png') repeat-x bottom;
    border: 1px solid #dfdfdf;
    color: #382c2b;
    padding: 0 15px;
}
.toolbar .amount {
    font: bold 14px/25px Arial, sans-serif;
    margin: 0;
}
.toolbar .pager { }
.toolbar .sorter { }
.toolbar-bottom { }
/* Global Messages  */
.success { color: #55662f; font-weight: bold; }
.error { color: #803950; font-weight: bold; }
.notice { color: #4e8080; }
.messages,
.messages ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.messages { width: 100%; overflow: hidden; }
.messages li { margin: 0 0 10px !important; }
.messages li li { margin: 0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 10px 35px;
}
.error-msg {
    background-image: url('../images/i_msg-error.gif');
    background-color: #f16c96;
    color: #803950;
}
.success-msg {
    background-color: #a5c45b;
    background-image: url('../images/i_msg-success.gif');
    color: #55662f;
}
.note-msg,
.notice-msg {
    background-image: url('../images/i_msg-note.gif');
    color: #4e8080;
}
/* Fotowettbewerb Galerie */
a.wettgalerie {
    display: block;
    float: left;
    margin-right: 5px;
    width: 100px;
    height: 100px;
}
/* Category Teaser (SAICOS) */
.category-teaser-head {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}
.category-teaser {
    background: #f1f1f1;
    padding: 1em;
}
/**
 * Wolff Konfigurator
 */

.conf_wl .konfig_timeline { width: 100%; height: 33px; padding: 0; margin: 0 0 30px 0; }
.conf_wl .konfig_timeline .step_00 { width: 11px; height: 33px; background: url(http://www.finnhaus.de/media/step_00.gif) no-repeat; float: left; }
.conf_wl .konfig_timeline .step { width: 69px; height: 33px; float: left; }
.conf_wl .konfig_timeline .step a { width: 69px; height: 33px; display: block; }
.conf_wl .konfig_timeline .s01 { background: url(http://www.finnhaus.de/media/step_01_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s01_active { background: url(http://www.finnhaus.de/media/step_01_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s02 { background: url(http://www.finnhaus.de/media/step_02.gif) no-repeat; }
.conf_wl .konfig_timeline .s02_active { background: url(http://www.finnhaus.de/media/step_02_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s03 { background: url(http://www.finnhaus.de/media/step_03.gif) no-repeat; }
.conf_wl .konfig_timeline .s03_active { background: url(http://www.finnhaus.de/media/step_03_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s04 { background: url(http://www.finnhaus.de/media/step_04.gif) no-repeat; }
.conf_wl .konfig_timeline .s04_active { background: url(http://www.finnhaus.de/media/step_04_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s05 { background: url(http://www.finnhaus.de/media/step_05.gif) no-repeat; }
.conf_wl .konfig_timeline .s05_active { background: url(http://www.finnhaus.de/media/step_05_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s06 { background: url(http://www.finnhaus.de/media/step_06.gif) no-repeat; }
.conf_wl .konfig_timeline .s06_active { background: url(http://www.finnhaus.de/media/step_06_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s07 { background: url(http://www.finnhaus.de/media/step_07.gif) no-repeat; }
.conf_wl .konfig_timeline .s07_active { background: url(http://www.finnhaus.de/media/step_07_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s08 { background: url(http://www.finnhaus.de/media/step_08.gif) no-repeat; }
.conf_wl .konfig_timeline .s08_active { background: url(http://www.finnhaus.de/media/step_08_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s09 { background: url(http://www.finnhaus.de/media/step_09.gif) no-repeat; }
.conf_wl .konfig_timeline .s09_active { background: url(http://www.finnhaus.de/media/step_09_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s10 { background: url(http://www.finnhaus.de/media/step_10.gif) no-repeat; }
.conf_wl .konfig_timeline .s10_active { background: url(http://www.finnhaus.de/media/step_10_a.gif) no-repeat; }
.conf_wl .konfig_timeline .s11 { background: url(http://www.finnhaus.de/media/step_final.gif) no-repeat; }
.conf_wl .konfig_timeline .s11_active { background: url(http://www.finnhaus.de/media/step_final_a.gif) no-repeat; }
.conf_wl .konfig_timeline .arrow { width: 19px; height: 33px; float: left; }
.conf_wl .konfig_timeline .a_green_grey { background: url(http://www.finnhaus.de/media/arrow_green_grey.gif) no-repeat; }
.conf_wl .konfig_timeline .a_green_green { background: url(http://www.finnhaus.de/media/arrow_green_green.gif) no-repeat; }
.conf_wl .konfig_timeline .a_grey_grey { background: url(http://www.finnhaus.de/media/arrow_grey_grey.gif) no-repeat; }
.conf_wl .konfig_timeline .a_green_white { background: url(http://www.finnhaus.de/media/arrow_green_white.gif) no-repeat; }
.conf_wl .konfig_timeline .a_grey_white { background: url(http://www.finnhaus.de/media/arrow_grey_white.gif) no-repeat; }
.conf_wl .konfig_timeline .final { width: 35px; height: 33px; float: left; margin: 0 0 0 10px; }
.conf_wl .konfig_timeline .final a { width: 35px; height: 33px; display: block; }
.conf_wl { font-size: 12px; line-height: 16px; font-family: Arial, Verdana; color: #333535; }
.conf_wl * { padding: 0; margin: 0; }
.conf_wl h1 { font-size: 16px; line-height: 20px; margin: 0 0 15px 0; font-weight: bold; text-transform: uppercase; color: #333535; }
.conf_wl h2 { font-size: 13px; line-height: 17px; margin: 0 0 10px 0; font-weight: bold; color: #333535; }
.conf_wl h3 { font-size: 12px; line-height: 16px; margin: 0 0 10px 0; font-weight: bold; color: #333535; }
.conf_wl p { padding: 0px 0px 4px 0; }
.conf_wl a:link, .conf_wl a:visited, .conf_wl a:active { text-decoration: none; color: #00963f; font-weight: bold; }
.conf_wl a:hover { text-decoration: underline; }
.conf_wl img { border: 0; }
.conf_wl table td { padding: 2px 4px 2px 0; }
.conf_wl input, .conf_wl select, .conf_wl textarea { font-size: 12px; line-height: 14px; color: #333535; font-family: Arial, Verdana; }
.conf_wl input[type=text] { border: none; background: #fff; padding: 1px 2px 1px 2px; }
.conf_wl input[type=password] { border: none; background: #fff; padding: 1px 2px 1px 2px; }
.conf_wl input[type=submit] { height: 26px; padding: 0 5px 3px 5px; border: 1px solid #00963f; color: #00963f; font-size: 12px; line-height: 20px; font-weight: bold; cursor: pointer; }
.conf_wl input[type=submit]:hover { }
.conf_wl input[type=radio], .conf_wl input[type=checkbox] { border: 0; padding: 0; }
.conf_wl textarea { padding: 1px 2px 1px 2px; border: none; }
.conf_wl select { padding: 1px 0px 1px 2px; }
.conf_wl .clear { clear: both; }
.conf_wl .tr { text-align: right; }
.conf_wl .tab td { padding: 4px 5px 4px 0; }
.conf_wl .inactive { filter: alpha(opacity=20); opacity: 0.2; }
.conf_wl .rot { color: #f00; }
.conf_wl .error { color: #f00; font-weight: bold; }
.conf_wl .small { font-size: 10px; line-height: 12px; }
.conf_wl { width: 1002px; padding: 0; margin: 0 auto; position: relative; }
.conf_wl input[type=text], .conf_wl select, .conf_wl textarea { border: 1px solid #7e7e7e; }
.conf_wl input[type=radio], .conf_wl input[type=checkbox] { border: 0; padding: 0; }
.conf_wl .middle { width: 775px; min-height: 600px; height: auto !important; height: 600px; padding: 0 13px 0 0; float: left; }
.conf_wl .middle .head { height: 70px; }
.conf_wl .middle .instruction { padding: 0 0 10px 0; font-weight: bold; }
.conf_wl .middle .instruction2 { padding: 0 0 5px 0; font-weight: bold; }
.conf_wl .middle .form_fields { padding: 0 0 15px 0; }
.conf_wl .middle .form_fields .conf_stepcarousel { width: 655px; height: 333px; margin: 0 52px 30px 52px; position: relative; z-index: 40; overflow: scroll; background: #a7a8aa; }
.conf_wl .middle .form_fields .conf_stepcarousel .belt { position: absolute; left: 0; top: 0; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel { width: 163px; padding: 0 0 4px 0; margin: 15px 15px 0 15px; border: 1px solid #c1c1c1; float: left; overflow: hidden; background: #fff; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .title { height: 17px; padding: 1px 0 0 5px; margin: 0 0 4px 0; background: #00963f; font-size: 11px; line-height: 16px; color: #fff; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .pic { width: 163px; height: 132px; margin: 0 0 4px 0; overflow: hidden; text-align: center; position: relative; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .pic .impossible { width: 163px; position: absolute; top: 50px; left: 0px; text-align: center; font-size: 16px; line-height: 20px; color: #f00; font-weight: bold; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .pic .lens { width: 16px; height: 16px; background: url(http://www.finnhaus.de/media/icon_lens.png) no-repeat; position: absolute; right: 13px; bottom: 8px; cursor: pointer; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .data { height: 36px; padding: 0 4px 0 4px; margin: 0 0 4px 0; text-align: left; font-size: 10px; line-height: 12px; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .price { height: 20px; padding: 0 4px 0 4px; margin: 0 0 4px 0; text-align: left; font-size: 15px; line-height: 19px; color: #00963f; font-weight: bold; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .form { height: 20px; padding: 0 4px 0 4px; position: relative; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .form select { padding: 0; width: 60px; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel .form .info { width: 16px; height: 16px; position: absolute; right: 15px; bottom: 2px; cursor: pointer; background: url(http://www.finnhaus.de/media/icon_info.png) no-repeat; }
.conf_wl .middle .form_fields .conf_stepcarousel .panel.doors .pic { height: 181px; }
.conf_wl .middle .form_fields .hidden_stepcarousel_button_prev { display: none; background: url(http://www.finnhaus.de/media/stepcarousel_prev.gif) no-repeat; }
.conf_wl .middle .form_fields .hidden_stepcarousel_button_next { display: none; background: url(http://www.finnhaus.de/media/stepcarousel_next.gif) no-repeat; }
.conf_wl .middle .hint { padding: 0 0 14px 0; }
.conf_wl .middle .roof_load { margin: 0 0 20px 0; }
.conf_wl .middle .roof_strength .col1 { font-weight: bold; }
.conf_wl .middle .ridge_choice { margin: 0 0 20px 0; }
.conf_wl .middle .canopy_choice { margin: 0 0 20px 0; }
.conf_wl .middle .sluggish_choice_left { margin: 0; }
.conf_wl .middle .sluggish_fields_left { margin: 0 0 20px 0; }
.conf_wl .middle .sluggish_choice_right { margin: 0; }
.conf_wl .middle .sluggish_fields_right { margin: 0 0 20px 0; }
.conf_wl .middle .sleeping_choice { margin: 0 0 20px 0; }
.conf_wl .middle .isolation_choice_roof { margin: 0 0 140px 0; }
.conf_wl .middle .floor_choice { margin: 0 0 20px 0; }
.conf_wl .middle .terrace_choice { margin: 0 0 20px 0; }
.conf_wl .middle .legende { width: 250px; padding: 5px; background: #f0f1f1; color: #000; font-size: 11px; left: 13px; }
.conf_wl .middle .legende .color_black { width: 16px; height: 16px; background: #000; }
.conf_wl .middle .legende .color_red { width: 16px; height: 16px; background: #f00; }
.conf_wl .middle .legende .color_green { width: 16px; height: 16px; background: #00963f; }
.conf_wl .middle .picbox_r { margin: 0 0 0 15px; float: right; }
.conf_wl .middle .picbox_r .pic { border: 1px solid #7e7e7e; margin: 0 0 15px 0; }
.conf_wl .middle .picbox_r .pic .subtitle { padding: 1px 0 4px 0; text-align: center; }
.conf_wl .middle .picbox_ft { margin: 0 0 0 15px; float: right; border: 1px solid #7e7e7e; position: relative; }
.conf_wl .middle .picbox_ft.form_1 { width: 253px; height: 263px; }
.conf_wl .middle .picbox_ft.form_2 { width: 253px; height: 190px; }
.conf_wl .middle .picbox_ft.form_3 { width: 253px; height: 190px; }
.conf_wl .middle .picbox_ft.form_innen_1 { width: 253px; height: 200px; }
.conf_wl .middle .picbox_ft.form_innen_2 { width: 253px; height: 190px; }
.conf_wl .middle .picbox_ft.form_innen_3 { width: 253px; height: 190px; }
.conf_wl .middle .picbox_ft .title { width: 100%; height: 16px; background: #00963f; color: #fff; font-size: 12px; line-height: 16px; font-weight: bold; position: absolute; left: 0px; top: 0px; text-indent: 5px; }
.conf_wl .middle .picbox_ft .wall { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 4; }
.conf_wl .middle .picbox_ft .onclick { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 5; cursor: pointer; }
.conf_wl .middle .roofwindow { margin: 0 0 0 15px; float: right; border: 1px solid #7e7e7e; }
.conf_wl .middle .roofwindow .title { width: 100%; height: 16px; background: #00963f; color: #fff; font-size: 12px; line-height: 16px; font-weight: bold; text-indent: 5px; }
.conf_wl .middle .roofwindow .pic { height: 203px; padding: 40px 4px 4px 4px; cursor: pointer; }
.conf_wl .middle .selectbox { width: 204px; float: left; margin: 0 30px 30px 0; border: 1px solid #7e7e7e; }
.conf_wl .middle .selectbox .pic { width: 188px; height: 135px; padding: 8px; border-bottom: 1px solid #7e7e7e; }
.conf_wl .middle .selectbox .name { width: 156px; height: 16px; padding: 8px; float: left; font-size: 12px; line-height: 16px; }
.conf_wl .middle .selectbox .link { width: 16px; height: 16px; padding: 8px; float: left; }
.conf_wl .middle .selectbox .link a { width: 16px; height: 16px; display: block; background: url(http://www.finnhaus.de/media/icon_play_white.gif) no-repeat; }
.conf_wl .middle .nav { width: 255px; padding: 0 0 10px 0; clear: both; float: right; }
.conf_wl .middle .nav a { height: 20px; display: block; font-size: 12px; line-height: 16px; }
.conf_wl .middle .nav .next { float: right; }
.conf_wl .middle .nav .next a { padding: 0 20px 0 0; background: url(http://www.finnhaus.de/media/icon_play_white.gif) no-repeat right 1px; text-align: right; }
.conf_wl .middle .nav .back { float: right; padding: 0 20px 0 0; }
.conf_wl .middle .nav .back a { padding: 0 0 0 20px; background: url(http://www.finnhaus.de/media/icon_back_white.gif) no-repeat left 1px; }
.conf_wl .middle .overview { width: 759px; }
.conf_wl .middle .overview .box_1 { width: 206px; float: left; margin: 0 30px 30px 0; }
.conf_wl .middle .overview .box_1 .pic { width: 188px; height: 135px; padding: 8px; margin: 0 0 4px 0; border: 1px solid #7e7e7e; overflow: hidden; }
.conf_wl .middle .overview .box_1 .title { width: 191px; height: 22px; padding: 0 15px 0 0; margin: 0; background: #019640; }
.conf_wl .middle .overview .box_1 .title a { display: block; height: 20px; color: #fff; padding: 2px 18px 0 4px; background: url(http://www.finnhaus.de/media/icon_play_green2.gif) no-repeat right 3px; font-size: 12px; line-height: 16px; font-weight: normal; }
.conf_wl .middle .overview .box_1 .content { display: block; width: 198px; height: 70px; padding: 2px 4px 0 4px; font-size: 11px; line-height: 13px; background: #66c08c; color: #fff; }
.conf_wl .middle .overview .box_1 .content.error { font-weight: normal; background-color: #ff7d7d; }
.conf_wl .middle .overview .box_1 .content .tab_data td { padding: 0 4px 0 0; }
.conf_wl .middle .overview .box_1 .content .icon_info { width: 16px; height: 16px; background: url(http://www.finnhaus.de/media/icon_info.png) no-repeat; cursor: pointer; }
.conf_wl .right {
    text-align: left;
    width: 214px;
    z-index: 100;
}
.conf_wl .right .box_grey { width: 214px; margin: 0 0 8px 0; background: url(http://www.finnhaus.de/media/bg_greybox_br.gif) no-repeat right bottom #f0f1f1; }
.conf_wl .right .box_grey ul { margin: 0 0 0 20px; }
.conf_wl .right .box_grey .title { width: 204px; height: 16px; padding: 0 5px 0 5px; margin: 0 0 9px 0; background: #00963f; color: #fff; font-weight: bold; font-size: 12px; line-height: 16px; }
.conf_wl .right .box_grey .pic { width: 214px; height: 115px; }
.conf_wl .right .box_grey .content { display: block; width: 204px; padding: 2px 5px 8px 5px; font-size: 11px; line-height: 16px; }
.conf_wl .right .box_grey .content a { color: #00963f; font-size: 11px; line-height: 16px; font-weight: bold; text-decoration: underline; }
.conf_wl .right .box_grey .content .conf_empty { padding: 0 0 8px 0; }
.conf_wl .right .box_grey .content .conf_code { padding: 0 0 8px 0; font-weight: bold; }
.conf_wl .right .box_grey .content .new_conf { padding: 0 0 10px 0; }
.conf_wl .right .box_grey .content .date { padding: 0 0 5px 0; }
.conf_wl .right .box_grey .tab_total { width: 204px; }
.conf_wl .right .box_grey .tab_total td { padding: 2px 5px 2px 0; }
.conf_wl .right .box_grey .total { width: 204px; padding: 2px 5px 2px 5px; margin: 0 0 10px -5px; background: #00963f; border-top: 1px solid #66c08c; border-bottom: 1px solid #66c08c; color: #fff; font-weight: bold; font-size: 12px; line-height: 16px; }
.conf_wl .right .box_grey .total .name { width: 119px; height: 17px; padding: 0; float: left; }
.conf_wl .right .box_grey .total .number { width: 80px; height: 17px; padding: 0 5px 0 0; float: left; text-align: right; }
.conf_wl .right .box_grey .buttons { text-align: right; padding: 0 0 10px 0; }
.conf_wl .right .box_grey .buttons a { width: 78px; height: 24px; display: block; float: left; text-indent: 100px; overflow: hidden; }
.conf_wl .right .box_grey .buttons .bt_request { margin: 0 4px 0 7px; background: url(http://www.finnhaus.de/media/button_request.gif) no-repeat; }
.conf_wl .right .box_grey .buttons .bt_print { background: url(http://www.finnhaus.de/media/button_print.gif) no-repeat; }
.conf_wl .right .box_yellow { width: 212px; height: 60px; margin: 0 0 8px 0; background: #ffef40; border: 1px solid #000; }
.conf_wl .right .box_yellow .content { display: block; padding: 10px 6px 3px 6px; text-align: center; font-size: 12px; line-height: 14px; }
.conf_wl .right .box_yellow .content .biglink { padding: 5px 0 0 0; }
.conf_wl .right .box_yellow .content .biglink a { font-size: 18px; line-height: 22px; color: #000; }
.conf_wl .popup { width: 413px; background: #fff; border: 1px solid #7c7c7c; position: absolute; z-index: 500; }
.conf_wl .popup .header { width: 403px; height: 25px; padding: 4px 5px 0 5px; background: #00963f; }
.conf_wl .popup .header .close { width: 16px; height: 16px; margin: 2px 0 0 0; float: left; background: url(http://www.finnhaus.de/media/icon_close_green.gif) no-repeat; cursor: pointer; }
.conf_wl .popup .header .title { width: 387px; float: left; color: #fff; font-size: 16px; line-height: 20px; font-weight: bold; }
.conf_wl .popup .content { width: 389px; padding: 12px; }
.conf_wl .popup .content .pic { width: 140px; padding: 0 12px 0 0; float: left; }
.conf_wl .popup .content .text { width: 237px; padding: 0; float: left; }
.conf_wl .popup .content .text .tab td { padding: 1px 3px 1px 0; font-size: 10px; line-height: 14px; }
.conf_wl .popup .content .text .tab .row_1 { background: #d2ebdc; }
.conf_wl .conf_popup_bg { background: #faf9f9; width: 100%; height: 100%; left: 0; opacity: 0.8; position: fixed; top: 0; z-index: 499; }
