/**
 * 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.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }
body { background: url(../images/site_bg.jpg) repeat-x 0 0 #fff; color:#646464; text-align:center;font:12px/1.55 Arial,sans-serif; margin:0px; padding:0px; }

img           { border:0; vertical-align:top; }

a             { color:#646464; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#fff /* 0a263c */; }
.cms-page-view h3, .cms-page-view h4, .cms-page-view h5      { margin:0 0 5px; line-height:1.35; color:#ce4094 /* 0a263c */; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:normal; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0;border-spacing:0; empty-cells:show; font-size:100%;    border-collapse: collapse; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 8px; line-height:17px; color:#676767; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }
.cms-page-view .col2-left-layout .col-inner .std ul { list-style: square; }
.cms-page-view .col2-left-layout .col-inner .std ul li { margin: 0 0 0 20px; }


/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { width:100%; background: url(../images/site_bg.jpg) repeat-x 0 0 #fff; }
.page {width:960px;position: relative;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:25px 30px; text-align:left;background:#fff }
.main-container { background:#fff /* url(../images/bkg_main.jpg) repeat-x bottom center */; padding:0px /*10px 0 50px 0*/; min-height:300px; margin:0 0 20px 0; }
.main { width:960px; margin:0 auto; text-align:left; background:center bottom repeat-y; }
.main .col-inner { /*color: #878787;*/ line-height: 12px; }

/* Base Columns */
.col-left { float:left; width:231px;}
.col-main { float:left; width:719px;/*background:url(../images/bkg_top-1.png) center top no-repeat;*/padding-top:10px }
.review-product-list .col-main { float:left; width:719px;background:none /*url(../images/bkg_top-1.png) center top no-repeat*/; padding-top:0px }
.col-main .col-inner {/* padding:0 20px 10px; background:url(../images/bkg_bot-1.png) center bottom no-repeat; */}
.col-right { float:right; width:231px; padding-top:30px;}

/* 1 Column Layout */
.col1-layout { }
.col1-layout .main { }
.col1-layout .col-main {width:960px; background: #fff /*url("../images/bkg_top.png") no-repeat scroll center top transparent */; }
.col1-layout .col-main .col-inner { background: #fff /*url(../images/bkg_bot.png) no-repeat scroll center bottom transparent */; }

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

/* 3 Columns Layout */
.col3-layout {  }
.col3-layout .main { }
.col3-layout .col-main { width:470px; background-image:url(../images/bkg_main2.png); }
.col3-layout .col-main .col-inner { background-image:url(../images/bkg_main-inner2.png); }
.col3-layout .col-wrapper { float:left; width:710px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-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:11.5px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#646464; }
input.input-text,select,textarea { background:#fff; border:1px solid #ebebeb; }
input.input-text,textarea { padding:3px 4px; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px; }
select { padding:1px 3px; }
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:0px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; -ms-border-radius:0; border-radius:0;padding:2px  }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button.btn-continue { float: left; }

button.button span { display:block; height:25px;  background:url(../images/btn1.png) 0 0 no-repeat; padding:0 0 0 5px; font:normal 12px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:capitalize;}
button.button span span { border:0; padding:0 10px 0 5px; background-position: 100% 100%;}

button.button:hover span { display:block; height:25px;  background:url(../images/btn1_hover.png) 0 0 no-repeat; padding:0 0 0 5px; font:normal 12px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform:capitalize; float:left;}
button.button:hover span span { border:0; height:25px; padding:0 10px 0 5px; background: url(../images/btn1_hover.png)  no-repeat 100% 100%;}




button.disabled span { }

/*button.btn-cart span { background:url(../images/btn_cart.png); padding-left:7px;height:27px;line-height:27px} */

button.btn-cart span  span {padding: 0 50px 0 3px;text-transform:uppercase;font-weight:bold; }


button.button.btn-update span { height:35px; border:0; background:url(../images/btn_checkout_2.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px}


button.btn-checkout span { height:35px; border:0; background:url(../images/btn_checkout.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px; color:#fff;}
button.btn-checkout span span {height: 35px;line-height: 35px;padding:0 41px 0 32px; background:url(../images/btn_checkout.png) right bottom no-repeat !important;font-size:16px;font-weight:bold;text-transform:none; color:#fff;}

button.btn-checkout:hover span { height:35px; border:0; background:url(../images/btn_checkout_hover.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px}
button.btn-checkout:hover span span {height: 35px;line-height: 35px;padding:0 41px 0 32px; background:url(../images/btn_checkout_hover.png) right bottom no-repeat !important;font-size:16px;font-weight:bold;text-transform:none; color:#fff;}





button.btn-checkout span span,
button.btn-checkout.no-checkout span { background-position:0 100%; color:#fff; }

button.btn-checkout.no-checkout span span { background-position:100% 100%; }

button.button.btn-update span,
button.button.btn-continue span { height:35px; border:0; background:url(../images/btn_checkout_2.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px}
button.button.btn-update span span,
button.button.btn-continue span span {height: 35px;line-height: 35px;padding:0 41px 0 32px; background:url(../images/btn_checkout_2.png) right bottom no-repeat !important;font-size:12px;font-weight:bold;text-transform:none; color:#fff; }

button.button.btn-update:hover span,
button.button.btn-continue:hover span { height:35px; border:0; background:url(../images/btn_checkout_2_hover.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px}
button.button.btn-update:hover span span,
button.button.btn-continue:hover span span {height: 35px;line-height: 35px;padding:0 41px 0 32px; background:url(../images/btn_checkout_2_hover.png) right bottom no-repeat !important;font-size:12px;font-weight:bold;text-transform:none; color:#fff; }


button.btn-cart span { height: 27px; line-height: 27px; padding-left: 7px; color:#676767;}
button.btn-cart span span {  height: 27px; line-height: 27px; color:#676767; }




p.control input.checkbox,
p.control input.radio { margin-right:6px; }


.account-login .new-users .buttons-set button.button span { height:35px; border:0; background:url(../images/btn_checkout.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px}
.account-login .new-users .buttons-set button.button span span { background: url("../images/btn_checkout.png") no-repeat scroll right bottom transparent !important; font-size: 16px; font-weight: bold;  height: 35px;   line-height: 35px;   padding: 0 41px 0 32px;   text-transform: none;}

.account-login .new-users .buttons-set button.button:hover span { height:35px; border:0; background:url(../images/btn_checkout_hover.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px; }
.account-login .new-users .buttons-set button.button:hover span span { background: url("../images/btn_checkout_hover.png") no-repeat scroll right bottom transparent !important; font-size: 16px; font-weight: bold;  height: 35px;   line-height: 35px;   padding: 0 41px 0 32px;   text-transform: none; }




.account-login .registered-users .buttons-set button.button span { height:35px; border:0; background:url(../images/btn_checkout.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px; float:right;}
.account-login .registered-users .buttons-set button.button span span { background: url("../images/btn_checkout.png") no-repeat scroll right bottom transparent !important; font-size: 16px; font-weight: bold;  height: 35px;   line-height: 35px;   padding: 0 41px 0 32px; margin:0px; text-transform: none;}

.account-login .registered-users .buttons-set button.button:hover span { height:35px; border:0; background:url(../images/btn_checkout_hover.png) 0 0 no-repeat !important; line-height: 35px;padding-left:9px; float:right;}
.account-login .registered-users .buttons-set button.button:hover span span { background: url("../images/btn_checkout_hover.png") no-repeat scroll right bottom transparent !important; font-size: 16px; font-weight: bold;  height: 35px;   line-height: 35px;   padding: 0 41px 0 32px; margin:0px; text-transform: none;}




/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0; }
.form-list label { float:left; position:relative; z-index:0; color:#646464; margin:10px 0 3px 0; padding:0 0 0 5px;}
form#co-payment-form #payment_form_checkmo.form-list.checkmo-list li label {margin:0px;}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#b61c4b; position:absolute; top:0; right:-8px; }
.form-list li.control {margin:10px 0 0 2px;}
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:245px; }
.form-list .field { float:left; width:50%; }
.form-list input.input-text { width:250px; }
.form-list input.input-text:hover { width:250px; border:1px #CE4094 solid; }
.form-list textarea { width:250px; height:10em; }
.form-list textarea:hover { width:250px; height:10em; border:1px #CE4094 solid;}
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; margin:2px 0; }
.form-list li.wide input.input-text { width:525px; }
.form-list li.wide textarea { width:525px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:201px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:201px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:201px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:201px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:1em 0 0; padding:50px 0 0; text-align:left;  }
.buttons-set a { margin-top:5px; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link a{ float:left;background:url(../images/back-link.gif) no-repeat 0 5px;padding-left:13px }
.buttons-set button.button { /* float:left; */}
.back-link small{display:none}
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:0 0 15px; }
.fieldset .legend { font-size:12px; color:#ce4094; margin:0 0 10px 0; padding:0;font-weight:bold }

/* Form Validation */
.validation-advice { clear: both; color: #B11847; font-size: 15px; line-height: 13px; margin: 3px 0 0 12px; min-height: 13px; }
.validation-advice-positive { clear:both; min-height:13px; margin:3px 0 0; line-height:13px; color: #3B8409; font-size: 10px;}
.validation-failed { border:1px solid #ffd9e5 !important;background:#ffd9e5!important}
.validation-passed {}
p.required {text-align:right; color:#ce4094;}
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important;line-height:29px }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 25px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:left center !important; background-repeat:no-repeat !important;height:29px !important;padding: 0 0 0 38px !important; font-size:12px !important; font-style:italic }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg {border-color:#ce4094; background-color:#fce2f2; background-image:url(../images/i_msg-success.gif);  color:#ce4094;}
.note-msg,
.notice-msg { border-color:#ce4094; background-color:#fce2f2; background-image:url(../images/i_msg-note.gif); color:#ce4094; }

/* BreadCrumbs */
.catalog-category-view .breadcrumbs, .catalogsearch-result-index .breadcrumbs, .catalogsearch-advanced-result .breadcrumbs,.tag-product-list .breadcrumbs{/*border-bottom:1px solid #cecece*/}
/*.catalog-product-view .breadcrumbs{margin-left: -20px;padding-left: 20px;width: 940px;border-bottom:1px solid #cecece}*/
.catalog-product-view .breadcrumbs{margin: 5px 0 2px 35px;}
.breadcrumbs {padding: 0 0 5px; margin:15px 0 2px 35px; color:#000; width:800px; height:15px;}
.breadcrumbs span { background:url(../images/i_breadcrumb-seperator.gif) center top no-repeat; padding: 0 2px; display:inline-block; overflow:hidden; vertical-align:middle; text-indent:-9999px;width:8px;height:7px}
.breadcrumbs li { display:inline-block; float:left;}
.breadcrumbs li strong { font-weight:normal;color:#000;font-size:11px; text-transform:uppercase; font-weight:bold;}
.breadcrumbs li a { color:#000;font-size:11px;text-transform:uppercase}
.breadcrumbs li a:hover { text-decoration:none;}

/* Page Heading */
.cms-index-index .page-title {background:url(../images/bkg_block-title-2.png) no-repeat left top;padding:0 0 0 10px;height:38px;margin:0;width:709px !important; display:none;}
.cms-index-index .page-title h1 /{color:#fff;background:url(../images/bkg_block-title-2.png) no-repeat right bottom;padding:0 20px 0 10px;height:38px;line-height:38px;}

.page-title {border-bottom:none; margin-left:0px; padding: 30px 0 0 0px; margin: 0px; }
.page-title h1 {color:#ce4094; font:bold 20px/24px Arial, Sans-Serif; padding: 0;}

.cart-noitems-inner p {padding:0 0 0 0px;}
.cart-noitems-inner p a {color:#ce4094; font-weight:bold; font-size:13px; text-decoration:underline;}

.col1-layout .page-title {width: 920px;}
.col2-left-layout .page-title,.col2-right-layout .page-title{width:679px}
/*
.page-title h1,
.page-title h2 { font:bold 14px/14px Arial, sans-serif; text-transform:uppercase;color:#1f63b2; margin:0;}
*/
.page-popup .page-title { border-bottom:0;}

.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 { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.sorter { padding:5px 8px;text-align:left; clear:both; color:#FFF}
.sorter .amount { float:left; margin:0; }
.sorter .limiter { float:right; }
.sorter .limiter label { vertical-align:middle; margin-right: 10px; }
.sorter .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages strong, .sorter .pages strong { display:inline; float:left; position:relative; top:5px; padding-right:10px; }
.pager .pages, .sorter .pages { margin:0 140px; }
.pager .pages ol, .sorter .pages ol { display:inline; float:left; }
.pager .pages li, .sorter .pages li { margin:0 2px; width:16px; height:20px; display:inline-block; line-height:20px; text-align:center; float:left;}
.pager .pages a, .sorter .pages a {text-decoration:none; color:#fff; }
.pager .pages a.next, .sorter .pages a.previous, .sorter .pages a.next, .sorter .pages a.previous{ color:#fff; text-decoration:none; }
.pager .pages a:hover, .sorter .pages a:hover {font-weight:normal; border:solid 1px #fff; width:14px; height:20px;  display:inline-block; line-height:20px; text-align:center;}
.pager .pages .current, .sorter .pages .current {color:#fff;font-weight:bold;width:16px; border:solid 1px #fff;}

/* Sorter */
.sorter { width:960px; }
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode label { float:left; margin-right:8px; }
.sorter .view-mode .grid,
.sorter .view-mode .list { background:url(../images/bkg_viewmode.png) 0 0 no-repeat; float:left; height:20px; overflow:hidden; text-indent:-9999px; margin-right:8px; margin-top:-3px; padding:2px; }
.sorter .view-mode .grid{width:19px; margin-top:-2px;}
.sorter .view-mode .list{width:32px;margin-top:-2px;  }
.sorter .view-mode strong.grid { background-position: 100% 1px; border:solid 1px #fff; padding:1px; }
.sorter .view-mode a.grid {background-position: 100% 2px; }
.sorter .view-mode strong.list { background-position: 0 1px; border:solid 1px #fff;padding:1px; }
.sorter .view-mode a.list {background-position: 0 2px;  display:none}
.sorter .sort-by { float:right;padding-right: 10px;}
.sorter .sort-by label { vertical-align:middle;    margin-right: 10px; }
.sorter .sort-by select { padding:0; margin:0 7px 0 0; vertical-align:middle; }
.sorter .link-feed {}

/*
.sorter {background:#424242 !important; padding:0 20px !important; width:920px;}
*/

.category-wandtattoos .sorter,
.category-spruche-zitate .sorter,
.category-schlafzimmer .sorter,
.category-kuche-esszimmer .sorter,
.category-wohnen-lifestyle .sorter,
.category-badezimme .sorter,
.category-kinderzimmer .sorter,
.catalogsearch-result-index .sorter,
.category-neuheiten .sorter,
.category-gutscheine .sorter {background:#ce4094 !important;}
.category-kissen .sorter {background:#e59b31 !important;}
.category-fotoalben .sorter {background:#92d240 !important;}
.category-fototapeten .sorter {background:#FCD600 !important;}
.category-leinwand-poster .sorter {background:#468aed !important;}
.category-wohnaccessoires .sorter {background:#8546ed !important;}
.category-textilien .sorter {background:#F0CD0D !important;}
.catalogsearch-result-index .col-inner {background:#ce4094 !important;}

.sales-order-history .my-account .pager {background:#CE4094 !important; width: 960px; height: 31px;   padding: 0;   position: relative;  clear: both;  color: #FFFFFF; text-align: left;}

.category-wandtattoos .product-name a {color:#ce4094 !important;}
.category-kissen .product-name a {color:#e59b31 !important;}
.category-fototapeten .product-name a { color: #FCD600 !important; }
.category-fotoalben .product-name a {color:#92d240 !important;}
.category-leinwand-poster .product-name a {color:#468aed !important;}
.category-wohnaccessoires .product-name a {color:#7f3ee9 !important;}
.category-textilien .product-name a {color:#f0cd0d !important;}



.category-wandtattoos button.button span span  {color:#FFF !important;}
.category-wandtattoos .box-tags button.button span span { color: #ffffff !important; }
.category-kissen button.button span span  {color:#e59b31 !important;}
.category-fotoalben button.button span span  {color:#92d240 !important;}
.category-leinwand-poster button.button span span  {color:#468aed !important;}


/* Toolbar */
/**.toolbar { margin-bottom: 15px;}
.toolbar .pager { padding:5px 8px;}
.toolbar .sorter {}
.toolbar-bottom { margin-top: 15px;}**/

/* Data Table */
.data-table { width:100%;}
.data-table .odd  {  }
.data-table .even {  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {}
.data-table tr.last th,
.data-table tr.last td {}
.data-table th {padding:4px 10px;font-weight:bold; }
.data-table td { padding:10px; }

.data-table thead th {font-size:11px;text-transform:uppercase; font-weight:bold; white-space:nowrap; vertical-align:middle; border:1px solid #d2d2d2;background:none repeat scroll 0 0 #F0F0F0}
.data-table thead tr.last th {}
.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 .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { }
.data-table tfoot tr.first td {}
.data-table tfoot tr {  }
.data-table tfoot td { border-bottom:0;}
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border:1px solid #d2d2d2; }
.data-table tbody td, .data-table tbody td a{}
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.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 #e2e2e2; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; 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; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }


.links li.last { /*background:none !important;*/ padding-right:0 !important; }

.link-cart {font-size:11px;float:right}
.link-wishlist { float:left;background:url(../images/btn_add-to.gif) no-repeat left center ;margin-right:20px;padding-left:10px;/*color:#3c3c3c*/}
.link-reorder { }
.link-compare { float:left; background:url(../images/btn_add-to.gif) left center no-repeat;padding-left:10px;/*color:#3c3c3c*/}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/  }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove { display:block; width:15px; height:14px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:15px; height:14px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* 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:950px; 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 { text-indent:-9999px; position:absolute; left:0; top:0; }
.demo-notice a { display:block; text-indent:0; position:fixed; left:0; top:150px; }
/* ======================================================================================= */


/* Header ================================================================================ */
ul, menu, dir {-webkit-padding-start: 0;}
.header-container {background:none /* url(../images/bkg_header-container.jpg) repeat-x */; position: relative;z-index: 101; left:0px;}
.header { width:960px;padding: 0; text-align:right; position:relative; z-index:10;height: 160px; margin: 0 auto 10px;}
.header .logo { float:left; margin:80px 0 0; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }

.header .certified {padding-left:50px; float:left; margin:80px 0 0; text-decoration:none !important; }

.header .quick-access {position:absolute; top:0px; left:0px; width:960px; height:50px; background:url(../images/quick-access_bg.jpg) no-repeat 0 0; }
.header .quick-access .links_static {left:0px; margin: 0 0 0 15px; position: relative; top: 8px; float:left; width: 610px; white-space:nowrap;}
.header .quick-access .links_static li {font-size:11px; font-family:Arial, Sans serif; line-height:32px; float:left; height:32px; margin-right:3px; color:#5e5e5e;}

.header .quick-access .links_static li.first {background:url(../images/ico_first.jpg) no-repeat 0 0; padding-left:38px;}
.header .quick-access .links_static li.middle {background:url(../images/ico_middle.jpg) no-repeat 0 0; padding-left:38px;}
.header .quick-access .links_static li.last {background:url(../images/ico_last.jpg) no-repeat 0 0; padding-left:38px;}

.header .welcome-msg {margin:4px 0 0;font-size:11px;font-weight:bold; visibility: hidden;}
.header .welcome-msg a{color:#0084C3!important}
form#search_mini_form { float: right; }
.header .form-search { top:98px; width:325px; height:30px; background:url(../images/bkg_form-search.png) no-repeat;position: relative;}
.header .form-search label { display:none; }
/*
.header .form-search input.input-text {position:absolute; background:none; border:0; width:225px; margin:0; padding:4px 10px;font-size:11px;left:0;top:4px;color:#999CA2}
.header .form-search button.button {position:absolute; right:5px; top:0px; background:none; display:block; width:38px; height:30px;  }
.header .form-search button.button span { border:0; height:30px !important; width:38px !important; background:url(../images/suchbutton.jpg) 0 0  no-repeat !important; padding:0 !important; text-indent:-9999px; overflow:hidden; margin:0px !important;}
.header .form-search button.button span span {background:0 none  !important; }
*/
.header .form-search input.input-text {position:absolute; background:none; border:0; width:225px; margin:0; padding:4px 10px;font-size:11px;left:0;top:4px;color:#999CA2}
.header .form-search button.button {position:absolute; right:5px; top:0px; background:none; display:block; width:38px; height:30px;  }
.header .form-search button.button span { border:0; height:30px !important; width:38px !important; background:url(../images/suchbutton.jpg) 0 0  no-repeat !important; padding:0 !important; text-indent:-9999px; overflow:hidden; margin:0px !important;}
.header .form-search button.button:hover span { background:url(../images/suchbutton_hover.jpg) 0 0  no-repeat !important;}
.header .form-search button.button span span {background:0 none  !important; }
.header .form-search .search-autocomplete { z-index:999;position:absolute!important;top:30px!important;left:0!important;width:249px!important }
.header .form-search .search-autocomplete ul { background-color:#fff; }
.header .form-search .search-autocomplete li { text-align:left; padding:3px 8px 3px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#ececec; }
.header .subheader { float:right; margin:40px 0 0; clear:right;}

.header .links { position:absolute; right:0; top:50px; margin:0; float:right; }
.header .links li {font-size:11px; background:url(../images/bkg_pipe1.gif) right 3px no-repeat; padding: 0 5px; text-transform:capitalize;float:left; font-weight:bold;}
li.welcome{display:none!important;}
.header .links li.welcome{font-weight:bold;font-size:14px;padding:0 15px 0 0 ;background:0 none;text-transform:none;display:inline!important;margin-top:0}
.header .links li.last {padding: 0 5px !important;  }
.header .links li.last_last {font-size:11px; background:none !important;/* background:url(../images/bkg_pipe1.gif) left 3px no-repeat; */ padding: 0 5px; text-transform:capitalize; float:right; font-weight:bold;}
.header .links li.hasQty,
.header div.hasQty { background-color: #92255C !important; border-radius: 5px; }
.header .links li.hasQty a,
.header div.hasQty a { color: #FFF; }

.header .links li.lst_last_last {float:right; background:none !important;}
.header .links li.lst_last_last a { color: #5E5E5E; }

.header .links a {color:#5E5E5E;font-size:11px; font-family: Corbel, arial, sans-serif; text-transform: uppercase;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.header ul.top-link-cart{position:absolute;top:60px;right:0}
.header ul.top-link-cart li{float:left;color:#aaa;margin-left:15px}
.header ul.top-link-cart a{font-size:11px;text-decoration:none;color:#aaa;}
.header ul.top-link-cart a#topcartlink{display:block;margin-top:4px; visibility: hidden;}
.header ul.top-link-cart .item-cart,.header ul.top-link-cart .price{color: #0084C3;}
.header ul.top-link-cart .price{font-size:12px;}
.header ul.top-link-cart button span span{text-transform:uppercase;font-weight:bold}
.face-tw{position: fixed;right: 0;top: 217px;}
.face-tw li{margin-bottom:10px}
/********** < Navigation */
.nav-container { }
#nav {list-style:none;height:47px;background: url(../images/bkg_menu.png) no-repeat;width:960px;margin:0 auto}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a { color: #ccc; }
#nav a {}
#nav a.active { text-decoration:underline; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { }
#nav ul li.parent li a { }

/* 0 Level */
#nav li.level-top { float:left;}
#nav a { }
#nav li.active a { }
#nav a.level-top {color: #FFFFFF; display: block;font-size: 12px;outline: 0 none;padding: 0 20px;text-decoration: none;    text-transform: uppercase;font-weight:bold}
#nav a.level-top span{line-height:47px}
#nav li.first a.level-top {}
#nav li.last a.level-top {}
#nav li.over > a.level-top,
#nav a.level-top:hover {color:#3fc6fe}
#nav li.first.over > a.level-top,
#nav a.level-top:hover {background: url(../images/bkg_menu-first-hover.png) repeat-x;}
#nav ul li.parent {background: url("../images/icon_dropmenu2.gif") no-repeat scroll right center transparent;}
/* 1st Level */
#nav ul li {}
#nav ul li.active {}
#nav ul li.last {  }
#nav ul a,
#nav ul a:hover {}
#nav ul li a { font-weight:normal !important; }
/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:47px;left:-999em;background:#000;padding:10px 20px;text-align:left;border-top:1px solid #404040;
	/* CSS 3 Stylings */
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:-15px; }

#nav ul li a {background: url("../images/menu-list.gif") no-repeat scroll left 5px transparent;color: #FFFFFF;
font-size: 12px;font-weight: normal;line-height: normal;margin: 5px 0;padding-left: 13px;text-transform: none;display:block}
#nav ul li a:hover {color:#3fc6fe;font-weight:normal;background:url(../images/menu-list-hover.gif) no-repeat left 5px;text-decoration:none}
#nav ul li a,
#nav ul li a:hover {}
#nav ul li.last > a {}
#nav ul span,
#nav ul li.last li span {}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li.level-top.first > ul.shown-sub,
#nav li.level-top.first > div.shown-sub { left:0; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {border: 0 none;left: 15em;}
/********** Navigation > */
.banner{background: none /*url(../images/bkg_banner.jpg) repeat-x*/;}
.container{width:960px;margin:0 auto;position:relative;z-index:99}
.wt-rotator a.button {
    background: url("../images/btn3.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-top: 5px;
    padding: 0 0 0 5px;
    text-align: center;
    white-space: nowrap;
}
.banner a.button span {
    background: url("../images/btn3.png") no-repeat scroll right bottom transparent;
    border: 0 none;
    color: #FFFFFF !important;
    display: block;
    font-size: 18px !important;
    height: 36px;
    padding: 0 20px 0 15px;
    text-transform: none;
}
/* slideshow */
.slideshow-wrapper{width:1030px;margin:0 auto;position:relative;padding-top:12px;}
.slideshow-wrapper-inner{margin:0 auto;width:960px}
#slideshow { background:#fff;border:1px solid #E6E6E6;	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius: 5px;}
#slideshow .slideshow-box {width:960px;overflow:hidden; position:relative; height:270px;}
#slideshow .slideshow-box .products-grid{padding:0}
#slideshow li.item {float:left; text-align: center; position:relative; overflow:hidden; padding:0px; width:240px; height:270px; }
#slideshow li.item .product-name {text-align: left; padding:10px 15px 0px 20px;  }
#slideshow li.item .product-name a{font-size:12px; font-weight:bold;  }
#slideshow li.item .price-box {text-align: left; padding:0px 20px; font-size:10px;  }
#slideshow li.item .slideshow_button {}
#slideshow li.item .slideshow_button .slide_button  a {width:auto; min-width:20px; height:28px; display:inline-block; background:url(../images/button_a_bg.jpg) repeat-x 0 0 transparent; }
#slideshow li.item .slideshow_button .slide_button .left { float:left; width:19px;  height:28px; background:url(../images/button_left.jpg) no-repeat 0 0 transparent; display:none;}
#slideshow li.item .slideshow_button .slide_button .right { float: left !important; width:19px;  height:28px; background:url(../images/button_right.jpg) no-repeat 0 0 transparent; display:none;}
#slideshow li.item .slideshow_button .slide_button .middle { float: left; width:auto; min-width:110px; padding:0 10px; background:url(../images/button_center.jpg) no-repeat top center transparent; height:28px; font-weight:bold; color: #fff; text-decoration:none; font-size:12px; line-height:26px; text-align:center; font-weight:bold; color: #fff; text-decoration:none; }
#slideshow li.item .slideshow_button .slide_button  a:hover {text-decoration:none; }

#slideshow li.item .slideshow_button .slide_button.slideshow_01 .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_geschenk.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }
#slideshow li.item .slideshow_button .slide_button.slideshow_01:hover .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_geschenk_hover.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }

#slideshow li.item .slideshow_button .slide_button.slideshow_02 .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_facebook.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }
#slideshow li.item .slideshow_button .slide_button.slideshow_02:hover .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_facebook_hover.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }

#slideshow li.item .slideshow_button .slide_button.slideshow_03 .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_fragen.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }
#slideshow li.item .slideshow_button .slide_button.slideshow_03:hover .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_fragen_hover.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }

#slideshow li.item .slideshow_button .slide_button.slideshow_04 .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_kleben.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }
#slideshow li.item .slideshow_button .slide_button.slideshow_04:hover .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_kleben_hover.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }

#slideshow li.item .slideshow_button .slide_button.slideshow_05 .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_neu.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }
#slideshow li.item .slideshow_button .slide_button.slideshow_05:hover .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_neu_hover.jpg) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }

#slideshow li.item .slideshow_button .slide_button.slideshow_06 .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_farbe.png) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }
#slideshow li.item .slideshow_button .slide_button.slideshow_06:hover .middle { float: left; width:180px; padding:0 10px; background:url(../images/buttons/button_farbe_hover.png) no-repeat top center transparent; height:27px; font-size:12px; line-height:27px; text-align:left; font-weight:bold; color: #ce4094; text-transform:uppercase; }








/* #slideshow li.item .slideshow_button .slide_button .middle {font-size:12px; line-height:28px; text-align:center; font-weight:bold; color: #fff; text-decoration:none; } */

#slideshow li img { }
#slideshow a.previous,
#slideshow a.next { background:url(../images/i_slideshow-buttons.png) 0 0 no-repeat; width:19px; height:33px; position:absolute; overflow:hidden; text-indent:-9999px; top:135px;}
#slideshow a.previous:hover,
#slideshow a.next:hover{background-image:url(../images/i_slideshow-buttons-hover.png)}
#slideshow a.previous { left:0; background-position: 0 0; }
#slideshow a.next { right:0; background-position: 0 100%; }

.slideshow-wrapper2 { width:950px; margin: 35px auto 0; background:url(../images/bkg_main.png) center top no-repeat; padding:10px 0 0;}
.slideshow-wrapper-inner2 { background:url(../images/bkg_main-inner.png) center bottom no-repeat; padding: 0 10px 10px; }
#slideshow2 { position:relative;}
#slideshow2 .slideshow-box { position:relative; overflow:hidden; height:369px; }
#slideshow2 .slideshow-box ul { position:relative; }
#slideshow2 .slideshow-box li { width:930px; float:left;}
#slideshow2 .navigation { position:absolute; top:10px; right:10px;}
#slideshow2 .navigation ul li { display:inline; }
#slideshow2 .navigation ul li a { float:left; background:url(../images/i_slideshow-node.gif) 0 0 no-repeat; width:9px; height:7px; margin: 0 0 0 5px; text-indent:-9999px; overflow:hidden; }
#slideshow2 .navigation ul li a.active { background-position:0 100%; *background-position:0 -43px; /*IE 7 dont work if overflow:hidden */ }
/**/
.slide-product .slideshow-wrapper,.slide-product .slideshow-wrapper,.slide-product .slideshow-wrapper{ border-right: 1px solid #ECECEC;float: left; margin-right: 20px;padding: 0 10px 0 0; position: relative;width: 208px;margin-bottom:40px}
.slide-product .slideshow-wrapper.last{ border-right:0 none;margin-right: 0;padding:0}
.slide-product .slideshow-wrapper .products-grid{margin:0;padding:0}
.slide-product .slideshow-wrapper .products-grid li.li-container {border-right: 0 ;margin-right: 0;padding: 0;position: relative;float:left}
.slide-product .slideshow-wrapper .products-grid li.item {padding:0 0 20px 0;margin:0;border:0 none;float:none;clear:both}
.slide-product .slideshow-wrapper .slideshow-box .category-products{ margin: 30px auto 0; overflow:hidden; position:relative; }
.slide-product .slideshow-wrapper .slideshow-box .category-name{  color: #5E8F24;font: bold 16px/16px Arial,sans-serif;
 margin: 0;text-transform: uppercase;}
.slide-product .slideshow-wrapper .slideshow-box p{margin:0}
.slide-product .slideshow-wrapper .previous{background:url(../images/i_slideshow-pre.gif) no-repeat left top;width:7px;height:11px;display:block;text-indent:-999em;position:absolute;right:25px;top:0}
.slide-product .slideshow-wrapper .next{background:url(../images/i_slideshow-next.gif) no-repeat left top;width:7px;height:11px;display:block;text-indent:-999em;position:absolute;right:10px;top:0}
.slide-product .slideshow-wrapper .previous:hover,.slide-product .slideshow-wrapper .next:hover{background-position:right top}
.slide-product .slideshow-wrapper .product-name {clear:none}
.slide-product .slideshow-wrapper .product-image{float:left;margin-top:0}
.slide-product .slideshow-wrapper .price-box{margin:0;float:none;text-align:left}
.slide-product .slideshow-wrapper .price-box .regular-price .price{font-size:14px}
.slide-product .slideshow-wrapper .product-name  a{font-size:13px}
.slide-product .ratings{position:static!important;float:left;margin-bottom:10px}
.slide-product .ratings .amount{display:none}
/* Area 2 */
.area2-container {  }
.area2 { width:950px; margin:0 auto; color:#828282; text-align:left;}
.area2 .block-freeshipping { float:right; line-height:38px; margin:0; padding: 0 15px 0 40px; background:url(../images/i_block-freeshipping.png) left center no-repeat;}
.area2 .block-freeshipping p { margin:0; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; width:1030px; margin-left: 70px; display:none;}
.block .price-box{margin:0}
.block .ratings{margin:8px 0}
.block .block-title { background:url(../images/bkg_block-title.png) left top no-repeat;  padding-left:15px;height:38px}
.block .block-title strong { background:url(../images/bkg_block-title.png) right bottom no-repeat;display:block;font-size:14px;font-weight:bold;text-transform:uppercase;color:#fff;height:38px;line-height:38px;padding:0 20px 0 5px}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; }
.block .block-content { /* width:960px; background:url(../images/bkg_block-content.png) no-repeat bottom center;*/ padding:10px 0px;}
.block .block-content li.item { padding:2px; }
.block .block-content li.item.last{border:0 none;padding-bottom:0}
.block .block-content .product-name a{font-weight:normal;line-height: 18px;color:#A7A7A7;padding-left:5px; display:block;}
.block .btn-remove { float:right; margin:3px 0 0 5px; }
.block .actions { padding:8px 0; text-align:left; }
.block .actions a {margin: 3px 0 0 0;color:#646464;background:url(../images/i_actions.gif) no-repeat right center;padding-right:15px;font-size:11px}
.block .actions button.button {}
.block .empty { margin:0; }
.block .price {}

.block li.odd { }
.block li.even { }

.block .block-content ul {
  float: left;
    width:960px;
}

.block .block-content ul li{
    width: 236px;
    padding-left: 0px 3px;
    float: left;
}

.block .block-content ul li .prod_image{
    width: 236px;
    height: 262px;
    vertical-align:top:

}
.block .block-content ul li .product-details{
    width:235px;
    text-align:left;
	margin-top: 10px;
}
.block .block-content ul li .product-details .product-name{
    width:163px;
    float:left;
    background:url("../images/ft_prod_sep.png") no-repeat right 0px;
	text-transform: uppercase;
}

.block .block-content ul li .product-details .price-box{
    width:60px;
    float:left;
    padding-left:10px;
}

.block .block-content ul li .product-details .price-box .price{
    color: #A7A7A7;
    font-weight: normal;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .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 {  }

/* Mini Products List */
.mini-products-list .product-image { width: 236px; height: 262px; }
.sidebar .mini-products-list .product-details { float: right;width: 101px;}
.sidebar .mini-products-list .product-details .ratings .amount{display:none}
/* Block: Account */
.block-account {display:none; }
.block-account .block-title { }
.block-account .block-title strong { }
.block-account .block-content { }
.block-account .block-content li.last a {border:0 none}
.block-account .block-content li  a,.block-account .block-content li strong { padding:5px 0 5px 15px; background:url(../images/bkg_node1.gif) left center no-repeat;border-bottom:1px dotted #cecece;display:block;font-size:12px; text-decoration:none;font-weight:normal}
.block-account .block-content li.current a,.block-account .block-content li a:hover,.block-account .block-content li strong{ color:#1f63b2;background:url(../images/bkg_node1-active.gif) left center no-repeat;}
.block-account .block-content li.current.last {  }

/* Block: Currency Switcher */
.block-currency { }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { }
.block-layered-nav .block-title strong { border:0; padding:0;}
.block-layered-nav .block-subtitle { line-height:1.35; padding:0 0 5px; margin: 0 0 5px; border-bottom:1px solid #ccc;}
.block-layered-nav .block-content { }
.block-layered-nav dt { padding:6px 0 3px; font-size:13px; text-transform:uppercase; color:#646464;font-weight:bold}
.block-layered-nav dd { padding:0 0 5px; }
.block-layered-nav dd li{color:#F1670E;font-size:11px}
.block-layered-nav dd.last { background:none; }
.block-layered-nav a { color:#646464; text-decoration:none;font-size:12px}
.block-layered-nav a:hover { text-decoration:underline; }
.block-layered-nav .currently li { padding:5px 0; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart, .block-wishlist, .block-reorder { background:#f5f5f6;  padding:10px; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; width:auto;}
.block-cart .block-title { background:none; padding:0px; width:180px;}
.block-cart .block-title strong { background:none; color:#ce4094; padding:0px; font-size:12px;}
.block-cart .block-content { }
.block-cart .summary { }
.block-cart .amount { margin:0; }
.block-cart .amount a { }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo {display:none;}
.block-cart .actions button.button span { background-image:url(../images/btn1.png); color:#fff;}
.block-cart .product-name a {  }


/* Block: View last */
.block-viewed { background:#f5f5f6;  padding:10px; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; width:auto;}
.block-viewed .block-title { background:none; padding:0px; width:180px;}
.block-viewed .block-title strong { background:none; color:#ce4094; padding:0px; font-size:12px;}
.block-viewed .block-content { }
.block-viewed .summary { }
.block-viewed .amount { margin:0; }
.block-viewed .amount a { }
.block-viewed .subtotal { margin:5px 0 0; padding:2px 0; }
.block-viewed .subtotal .price { font-weight:bold; }
.block-viewed .actions { }
.block-viewed .actions button.button span { background-image:url(../images/btn1.png); color:#fff;}
.block-viewed .product-name a {  }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right;margin-top:-29px }
.block-wishlist .actions a { }
.block-wishlist .block-content .product-name a{background:0 none;padding-left:0}
/* Block: Related */
.block-related .block-title{background:0 none;height:auto;padding:0 0 20px 0 }
.block-related .block-title strong {background:0 none;color: #5E8F24; font: bold 14px/14px Arial,Helvetica,Arial,sans-serif;height:auto }
.block-related .block-title strong span{line-height:normal}
.block-related .block-content{background:0 none;padding:0}
.block-related .block-content li.item{border-right: 1px solid #ECECEC;float: left;margin-right: 20px;padding: 40px 10px 20px 0;
 position: relative;width: 206px;margin-bottom:20px}
.block-related input.checkbox { float:left; }
.block-related .product {}
.block-related .block-content .product-name a{background:0 none;color: #5E8F24;font-size: 14px;padding-left:0}

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare button.button span {}
.block-compare .actions a{color:#4a7cbe;font-style:italic;background:0;padding:0;float:right}
.page-popup .link-print { background:url(../images/i_print.gif) 0 center no-repeat; padding:2px 0 2px 25px;font-size:11px; }
.page-popup a.link-print { text-decoration:none; }

.catalog-product-compare-index .page-title h1 {color:#282828;font-weight:normal}
.catalog-product-compare-index .content { padding:5px; background:#fff; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}

.compare-table { border:0;border-collapse:collapse }
.compare-table thead tr.first th,
.compare-table thead tr.first td { background:url("../images/bkg_th.gif") repeat-x scroll 0 100% #CCCCCC; padding:0 10px; border:0; border-left:1px solid #ccc; }
.compare-table thead tr.first th { border-left:1px solid #ccc; }
.compare-table .btn-remove { float:left; background-image:url(../images/btn_trash.gif); width:8; height:8; margin-top:12px;}
.compare-table tbody th {color: #5E8F24; font: bold 14px/20px Arial,Helvetica,Arial,sans-serif;text-transform: uppercase;}
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:1px solid #ebebeb;}
.compare-table tbody td.last { border-right:1px solid #EBEBEB; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td {}
.compare-table tr.add-to-row td { }
.compare-table tr.first td {padding-top:20px; }
.compare-table tr.first td .product-image { display:block; width:160px;margin: 10px auto 20px;}
.compare-table tr.first td .product-name { margin:0 0 5px; }
.compare-table tr.first td .product-name a {color:#5E8F24  }
.compare-table tr.first td .ratings {left: 0; padding-left: 0; position: absolute; text-align: left; top: 10px;width: 90%;}
.compare-table tr.first td .ratings .rating-box {margin:0 0 5px; }
.compare-table tr.first td .ratings .amount {}
.compare-table .add-to-links {display:none}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table td .price-box{float: left; margin: 0 20px 0 0;}
.compare-table td  .btn-cart{float:left}
.catalog-product-compare-index .buttons-set .button{float:right}
.catalog-product-compare-index .buttons-set .button span{background:url(../images/pop-close.gif) no-repeat left center}
.catalog-product-compare-index .buttons-set .button span span{background:0 none;color:#646464}
/* Block: Recently Viewed */
.block-viewed .block-title strong { }
.block-viewed .block-title strong span{}
/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { }
.block-poll label {  }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 0; }
.block-poll button.button span { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content ul { font-size:12px; padding:0; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content li a { text-decoration:none; }
.block-tags .block-content li a:hover { text-decoration:underline;}
.block-tags .actions {}
.block-tags .actions a { }

/* Block: Subscribe */
.block-subscribe .block-title{padding:0;background:0;height:auto;margin-bottom:15px}
.block-subscribe .block-title strong {background:0;color: #3fc6fe;font-size: 12px;font-weight: bold; height: auto;    line-height: normal;padding: 0;}
.block-subscribe label {}
.block-subscribe input.input-text {margin-top:2px; width:135px;padding:2px 10px;border:0 none;background:0 none;}
.block-subscribe .block-content {background:0;padding:0;position:relative }
.block-subscribe .input-box{background:url(../images/bkg_newsletter.png) no-repeat left top;width:163px;height:25px}
.block-subscribe .block-content label{display:none}
.block-subscribe .actions {position:absolute;top:0;right:10px;padding:0 }
.block-subscribe .actions button.button{}
.block-subscribe .actions button.button span  span{padding:0 15px 0 10px}
@media screen and (-webkit-min-device-pixel-ratio:0){
.block-subscribe .actions {top:-1px}
}
/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .product-name a{padding:0!important;background:0 none!important}
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions a { margin: 5px 0 0 0;float:left}
.block-reorder .block-content li.item{ border-bottom: 1px dotted #C8C8C8;padding:10px 0 5px}
/* Block: Banner */
.block-banner { background:none; padding:0;}
.block-banner .block-content { background:none; padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.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: Category*/
.block-product-category .block-content li {padding:5px 0 5px 10px;border-bottom:1px dotted #c8c8c8;background:url(../images/ico_cat.gif) no-repeat left 12px}
.block-product-category .block-content li.last{border:0 none}
.block-product-category .block-content li ul{margin-left:20px;display:none}
.block-product-category .block-content li.active ul{display:block}
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }

.best-seller li.item{border-bottom:1px dotted #C8C8C8;padding:10px 0!important}
/* ======================================================================================= */
.best-seller .block-content .product-name a{background:0;color: #4a7cbe;padding-left: 0;}

/* Category Page ========================================================================= */
.catalog-category-view .col-main, .catalogsearch-result-index .col-main, .catalogsearch-advanced-result .col-main,.tag-product-list .col-main{background:0;padding:0}
.catalog-category-view .col-inner, .catalogsearch-result-index .col-inner, .catalogsearch-advanced-result .col-inner, .tag-product-list .col-inner{background:0;padding:0; }
.catalog-category-view .page-title, .catalogsearch-result-index .page-title,.catalogsearch-advanced-result .page-title, .catalog-product-view .page-title, .tag-product-list .page-title{margin-left:0;padding-left:0;width:auto}
.catalog-category-view .category-products, .catalogsearch-result-index .category-products, .catalogsearch-advanced-result .category-products, .catalog-product-view .category-products, .tag-product-list .category-products{background:url(../images/bkg_category-products-1.jpg) repeat-y}
.cms-index-index .col-main,.cms-index-index .col-main .col-inner {padding:0}

.catalog-category-view .products-container-inner {}
.catalog-category-view .category-image-container {}
.catalog-category-view .category-image-container-inner { padding: 0 5px 5px; }
.category-title {}
.category-title h1,
.category-title h2 {display:none}
.category-image { width:100%; overflow:hidden; margin:0; text-align:center;}
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
.cms-index-index.cms-home .category-products {margin-bottom:0;background:none /*url(../images/bkg_category-products.jpg) repeat-x*/ ;}
/**.category-products .toolbar{margin:0;padding-left:10px;background:url(../images/bkg_toolbar.jpg) no-repeat left top;height:31px;color:#dcdcdc}**/
/*.category-products .toolbar .sorter{background:url(../images/bkg_toolbar.jpg) repeat-x;height:31px;position:relative;padding:0} */
.category-products .toolbar-bottom .toolbar,.category-products .toolbar-bottom .toolbar .sorter{background-image:url(../images/bkg_toolbar-bottom.jpg)}
.cms-index-index.cms-home .category-products .toolbar .pager{ display:none;}

.category-products .toolbar .limiter{position:absolute;top:6px;right:92px;}
.category-products .toolbar .amount{display:none}
.category-products .pages { left: 505px;margin:0; position:absolute; top:5px; display:block;}
.category-products  .sorter .view-mode {left:310px;margin: 0;position: absolute;top:6px;}
.category-products  .sorter .view-mode {color:#fff;}
.category-products .sorter .sort-by{left:35px;margin: 0;position: absolute;top: 6px;}


.sales-order-history .my-account .pager .pages {left:510px;margin: 0;position: absolute;top:6px; color: #fff;}
.sales-order-history .my-account .pager .amount {left:35px;margin: 0;position: absolute;top:6px;}
.sales-order-history .my-account .pager .amount {color:#fff;}
.sales-order-history .my-account .pager .limiter{left:310px;margin: 0;position: absolute;top: 6px;}


/*.col-inner .toolbar .limiter{position:absolute;top:4px;right:10px;}
.col-inner .toolbar .amount{display:none}
.col-inner .pages { left: 685px;margin:0; position:absolute; top: 8px; display:block;}
.col-inner .sorter .view-mode {left: 540px;margin: 0;position: absolute;top:8px;}
.col-inner .sorter .view-mode {color:#fff;}
.col-inner .sorter .sort-by{left:325px;margin: 0;position: absolute;top: 6px;}*/


.category-products .toolbar-bottom{width:960px; color:#FFF;}
.category-products .toolbar-bottom .sorter .limiter{position:absolute; top:6px; right:20px;}
.category-products .toolbar-bottom .sorter .view-mode{left: 580px;margin: 0;position: absolute;top:10px;}
.category-products .toolbar-bottom .sorter .sort-by{left:350px;margin: 0;position: absolute;top: 6px;}


.col-inner .toolbar-bottom{width:960px; color:#FFF; padding-top:15px;}
.col-inner .toolbar-bottom .sorter .limiter{position:absolute; top:6px; right:20px;}
.col-inner .toolbar-bottom .sorter .view-mode{left:310px; margin:0; position:absolute; top:6px; color:#fff;}
.col-inner .toolbar-bottom .sorter .sort-by{left:35px; margin:0; position:absolute; top: 6px;}

/* View Type: Grid */
.products-grid { position:relative;border-bottom:1px dotted #c8c8c8;padding:20px 0}
.products-grid.last { border-bottom:0;padding-bottom:0 }
.widget-new-products .products-grid.last {padding-bottom:20px }
.products-container .products-grid li.item {border-right:1px solid #e6e6e6}
.products-grid li.item { float:left; width:204px;/* height: 243px;*/ padding:0px 20px 0 15px; border-right: 1px solid #e6e6e6; position:relative;text-align:center; float:left; margin-bottom:5px; height:285px;}
.products-grid li h2{ padding-left:5px;}
.col3-layout .products-grid li.item { width:205px; margin-bottom:5px; }
.products-grid li.item.first,
.products-grid li.item.first.last {border-right: 1px solid #e6e6e6; }
.products-grid li.item.last {padding-right:0;margin-right:0;border-right: none;}
.products-grid .product-image {display:block;margin-bottom:5px;background:url(../images/bkg_product-image.png) no-repeat bottom center;padding-bottom:0px}
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 10px;clear:left;text-align:left }

.shipping_free { color: #CE4094; float: left; font-size: 13px; width: 100%; }
.product-detail .shipping_free { bottom: -30px; height: 65px; margin: 0; position: absolute; width: 200px; }
.cms-index-index .shipping_free,
.cms-page-view .shipping_free,
.contacts-index-index .shipping_free,
.box-collateral .shipping_free { display: none; }
/*.products-grid .product-name a {font-size:13.48px;color:#ce4094; font-weight: bold; text-transform: uppercase;}*/
.products-grid .gender { position:absolute; top:10px; right:0;}
.products-grid .price-box {text-align:left; position:absolute; bottom:35px; font-size:16px; left:20px;}
.cms-index-index.cms-home .products-grid .price-box {text-align:left; position:static; font-size:16px;}
.products-grid .button{float:left;}
.products-grid .availability { line-height:21px; }
.products-grid .actions {float:left; position:absolute; bottom:0px; left:20px}
.products-grid .actions .out-of-stock{margin:3px 0 0}
.products-grid .add-to-links { clear:both; padding-top:15px;}
.products-grid .add-to-links li { display: inline;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {}
.col1-layout .products-grid { margin:0 auto; }
.products-grid  div.ratings{left: 20px; padding-left: 0;position: absolute;top: 10px;width: 90%;text-align:left}
.products-grid .wrapper-action{clear:both}
/* View Type: List */
.products-list li.item {border-bottom: 1px dotted #C8C8C8; padding:40px 20px 20px;position:relative }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; padding:0 0 10px;  background: url("../images/bkg_product-image.png") no-repeat scroll center bottom transparent; }
.products-list .product-shop { margin-left:50px; }
.products-list .product-name { margin:0 0 5px; }
.products-list .product-name a {font-size:24px;}
.products-list .price-box {float:left;padding-top:5px;margin-right:20px; margin-top:-10px;}
.products-list button.button {float:left;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:none }
.products-list  .link-learn{display:none}
.products-list  .ratings {left: 20px;padding-left: 0;position: absolute;text-align: left;top: 20px;width: 90%;}
.products-list  .ratings  .rating-links{display:none}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; background:url(../images/i_review.png) left center no-repeat; padding: 0 0 0 25px; /* float:left; */ font-size:13px; margin:0 0 10px 5px; display: none; }

.ratings { line-height:1.25;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; color:#666;float:left}
.ratings .rating-links a { color:#666; text-decoration:none;}
.ratings .rating-links a:hover { text-decoration:underline;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:65px; height:12px; 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:12px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount { font-size:11px; font-style:italic;}
.ratings .amount a { color:inherit; *color:#666; text-decoration:none;}
.ratings .amount a:hover {text-decoration:underline;}

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



/* Email to a Friend */
.email-friend { margin:0; padding: 10px 0 0 0;font-size:12px;border-top:1px solid #cecece;font-weight:bold; display:none;}
.email-friend a {text-decoration:none;color:#000;}
.email-friend a:hover { text-decoration:underline;}

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#000;font-weight:bold}

.price-box { margin:0 0 0px; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price { }
.regular-price .price { font-weight:bold; }
.block .regular-price,
.block .regular-price .price {font-size:12px}

/* Old price */
.old-price { margin:0;font-size:12px; }
.old-price .price-label { white-space:nowrap;color:#706f6f}
.old-price .price {text-decoration:line-through; }

.products-grid .price { font:700 18px/34px Arial,sans-serif;}
.products-list .price { font:700 30px/34px Arial,sans-serif;}
/* Special price */
.special-price { margin:0;}
.special-price .price-label { font-size:12px;white-space:nowrap;color:#706f6f}
.special-price .price { font-size:12px; font-weight:bold;}

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

.minimal-price-link { display:block; text-decoration:none; }
a.minimal-price-link:hover { text-decoration:underline; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal;  }

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

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

/* 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:normal; white-space:nowrap;font-size:12px }

.price-to { margin:0; }
.price-to .price-label { font-weight:normal; white-space:nowrap;font-size:12px }

/* 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;font-size:16px }
.price-as-configured .price-label { font-weight:normal; white-space:nowrap; font-size:12px}

.price-box-bundle { padding:10px 0 0 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#646464; }

.cart-price .price {color:#777777}
/********** Product Prices > */

/* 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:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px;color:#3c3c3c}
.add-to-links  li{width:auto; /* float:left; */ margin:7px 0;}
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin: 4px 10px 0 0;}
.add-to-cart .qty { float:left; margin: 2px 10px 0 0; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; -ms-border-radius:0; border-radius:0;}
.add-to-cart button.button,
.add-to-cart button.button:hover { float:right; /*width:226px !important;*/}
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { display:none;}
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {text-align:left }

.product-essential { padding: 5px 0; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; padding:20px; width:916px;}
.product-essential h2,
.product-collateral h2 { font:bold 16px/20px Arial,Helvetica,Arial,sans-serif; color:#464646; text-transform:uppercase; padding-bottom:5px;}
.product-essential .std,
.product-collateral .std { clear:both; color:#464646; }

.product-collateral { background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; color:#aaa;margin:25px 0 10px 0;}
.product-collateral .box-collateral { margin:20px 0;overflow:hidden;/*height:100%*/ border-bottom:none; padding:10px 30px;}
.product-collateral .box-collateral.box-reviews { margin:20px 0;overflow:hidden;/*height:100%*/ border-bottom:none; padding:10px 30px;}

body.catalog-product-view .product-collateral .box-collateral.box-reviews {display:none;}

.product-view-bot{height:100%;overflow:hidden;padding-top:20px;border-top:1px solid #cecece}
.product-view-bot .form-add{position:relative}
.box-collateral.box-reviews .customer-reviews,.product-view-bot-left{float:left;width:344px;margin-right:30px}
.box-collateral.box-reviews .form-add,.product-view-bot-right{float:left;width:540px;}

/* Product Images */
.product-view .product-img-box { float:left; width:341px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image-zoom { position:relative; width:338px; height:377px; overflow:hidden; z-index:9; border:1px solid #dcdcdc}
.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:12px; margin:10px 0; text-align:left; font-style:italic;}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:12px; margin:0 auto 13px; padding:0 32px; 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:12px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:4px; width:52px; height:4px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0; top:-3px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:-3px; }
.product-view .product-img-box .more-views{}
.product-view .product-img-box .more-views h2 { margin:0 0 8px; padding:0; border:0;display:none}
.product-view .product-img-box .more-views ul { margin-left:-9px;clear:left; }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:67px; height:67px; border:1px solid #e6e6e6; overflow:hidden; }
.product-view .product-img-box .more-views li a img { width:67px; height:67px; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; 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; }

/* Product Shop */
.product-shop {width:520px; float:right; margin-left:25px; position:relative;}
.products-list .product-shop {width:650px; float:left; margin-left:25px; position:relative;}
.review-product-list .product-shop {width:310px;float:left;margin-left:25px; position:relative;}
.col1-layout .product-view .product-shop {}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin-bottom:10px; height:auto;}
.product-view .product-name h1 {font:bold 24px/30px Arial, Helvetica, sans-serif; color:#464646; text-transform:uppercase;margin-bottom:20px;}
.product-view .product-shop .availability  span{font-weight:bold;/*color:#000*/}
.product-view .product-shop .short-description {margin:0 0 10px; clear:both; padding:0 5px;}
.product-view .product-shop .short-description h2 {padding-bottom:5px;/*color:#464646;*/border:0; display:none;}
.product-view .product-shop .product-detail { width:500px;}
.product-view .product-shop .price-box { margin:0px; width:200px; height:65px; bottom:10px; position:absolute;}

.category-gutscheine .product-view .product-shop .price-box { margin:0px; width:200px; height:65px; bottom:-25px; position:absolute;}


/*
.product-view .product-shop .price-box { margin:0px; width:200px; height:65px; position:relative;  top:20px; }
*/
.review-product-list .product-options1 {width:300px; float:right}
.catalog-product-view .product-options1 {width:500px; float:right}
.review-product-list .product-shop .price-box { margin:0px; width:200px; height:65px; position:relative;  top:15px; /*left:20px; */ }
.product-view .product-shop .price-box .regular-price span {font:700 40px/27px futura-pt,sans-serif; color:#000}
.product-view .product-options .add-to-links,.product-options-bottom .add-to-links{ margin:0; float:right; width:230px;}
.product-view .product-options1 .add-to-links,.product-options-bottom .add-to-links{ margin:0; float:right; width:230px;}
.review-product-list .product-view .product-shop .add-to-links { margin:0; float:left; width:210px;}
.product-view .product-shop .add-to-box .add-to-links { clear:both; }
.product-view .product-shop .add-to-links li  { /* display:inline; */ }
.product-view .product-shop .add-to-links li .separator { }

.col-inner .product-shipping-link {font-size:13px; color:#646464; text-align:center;}
.col-inner .product-shipping-link a:link, .col-inner .product-shipping-link a:visited{font-size:13px; color:#CE4094; font-weight:bold; text-decoration:none;}
.col-inner .product-shipping-link a:hover{font-size:13px; color:#CE4094;  font-weight:bold; text-decoration:underline;}

/*.footer-block #___plusone_0 { background: url("../images/google.png") no-repeat scroll 0 0 transparent !important; height: 38px !important; position: relative; width: 44px !important; z-index: 2147483647 !important; }
.footer-block .Bg .Qo { background: none repeat scroll 0 0 transparent !important; }
.footer-block .Bg .Qo:hover { background: none repeat scroll 0 0 transparent; }
*/
.product-view .product-options .add-to-links li a { background:url(../images/detail_button_bg.jpg) no-repeat 100% 0; font:normal 11px/27px Arial, Helvetica, sans-serif; width:198px; height:27px; margin:5px 0; text-transform:uppercase; display:block; float:right;}
.product-view .product-options .add-to-links li a:hover { background:url(../images/detail_button_bg_hover.jpg) no-repeat 100% 0; font:normal 11px/27px Arial, Helvetica, sans-serif; width:198px; height:27px; margin:5px 0; text-transform:uppercase; display:block; float:right; text-decoration:none;}

.product-view .product-options .add-to-links li a.link-compare,
.product-view .product-options1 .add-to-links li a.link-compare { visibility: hidden; }

.product-view .product-options1 .add-to-links li a { background:url(../images/detail_button_bg.jpg) no-repeat 100% 0; font:normal 11px/27px Arial, Helvetica, sans-serif; width:198px; height:27px; margin:5px 0; text-transform:uppercase; display:block; float:right;}
.product-view .product-options1 .add-to-links li a:hover { background:url(../images/detail_button_bg_hover.jpg) no-repeat 100% 0; font:normal 11px/27px Arial, Helvetica, sans-serif; width:198px; height:27px; margin:5px 0; text-transform:uppercase; display:block; float:right; text-decoration:none;}

.product-view .product-shop .clear{overflow:hidden;height:100%}
.product-view .product-shop .clear .ratings{float:left;margin-left:50px;margin-top:4px}
.product-view .product-shop .regular-price .price{color:#000;font-size:14px}
.addthis_toolbox{padding-top:10px; display:none;}
/* Product Options */
.product-options { margin:10px 0 0 0; width:500px; float:right; }
.product-options dl {padding:0 0 5px;}

.clearer {display:none; clear:both;}


.product-options dl { background:#f5f5f6;  padding:5px 0 50px 0px; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; margin:50px 0 20px 0;}



.product-options .farbe-heading { font-weight:bold; position:relative; margin:10px 0 0 12px;}
.product-options dt { font-weight:normal; padding:15px 0 5px 0;}
.product-options dt label { font-weight:bold; position:relative; margin:10px 0 0 30px;}
.product-options dt label em{color:#F1670E; }
.product-options dt em{color:#F1670E; }
.product-options dt span.required { color:#eb340a; }
.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 { margin:0; border-bottom:solid 1px #d7d7d7; padding:5px 30px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:85%; height:20px; line-height:20px; }
.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; padding: 0 12px; }
.product-options ul.options-list li { line-height:1.5; }
.product-options ul.options-list li.li_boxes { float:left; padding:0px; border:solid 1px #ababab; width:25px; height:25px; margin:0 5px 5px 0; overflow:hidden; padding:1px; background:#fff; }
.product-options ul.options-list li.li_boxes img {width:25px; height:25px;}

.product-options ul li.li_boxes.color { float:left; padding:0px; border:solid 1px #ababab; width:25px; height:25px; margin:5px; overflow:hidden; padding:1px; background:#fff; }
.product-options ul li.li_boxes.color img {width:25px; height:25px; position:relative; top:-10px}

.product-options ul li.li_boxes.color.selected { border:solid 1px #ce4094; }


.product-options ul li.li_boxes.size { float:left; padding:0px; border:solid 1px #ababab; width:100px; height:18px; text-align:center; margin:5px; overflow:hidden; padding:1px; background:#fff; }
.product-options ul li.li_boxes.size img {width:auto; height:auto; cursor:pointer;}
.product-options ul li.li_boxes.size.active { border: 1px solid #CE4094; color: #CE4094; }
.product-options ul li.li_boxes.color.active { background: #CE4094; border: 1px solid #CE4094; }




.product-options ul.options-list li.li_boxes:hover {border:solid 1px #6b6b6b;  cursor:pointer; }
.product-options ul.options-list li.li_boxes input:hover {cursor: pointer;}
.product-options ul.options-list li.li_boxes input {cursor: pointer; width: 100%; height: 18px;}
.product-options ul.options-list li.size label {}
.product-options ul.options-list li.li_boxes.selected { border:solid 1px #ce4094; }

.product-options ul.options-list input.radio { float:left; margin-top:0px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .checkbx .label { display:block; width:150px; margin-left:18px; margin:0px; float:left;}
.product-options ul.options-list .label { display:block; width:80px; margin-left:18px; margin:0px; float:left; margin-top: -18px; }
.product-options ul#options-5-list.options-list .label label {margin-left:5px;}
.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 { margin:0; padding:5px 0;text-align:left; position:relative; top:-90px; float:left; left:12px; height:14px;}

.product-options-bottom { width:360px; float:right;}
.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:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box {}
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label {}
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {}
.product-shop .product-options-bottom { margin:10px 0;  display:block; }
.product-shop .product-options-bottom .price-box {}
.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; }
#product-options-wrapper .input-box{margin-bottom:5px}
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description { }
.product-view .box-description h2{border:0 none}
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell {margin:30px 0 20px; border-top: 1px solid #D2D2D2; border-bottom:none; }
.product-view .box-up-sell .products-grid { width:100%; background:none; border-bottom:0;}
.product-view .box-up-sell .products-grid li.item { float:left; width:176px;/* height: 243px;*/ padding:0 0 30px 0; border-right:none; position:relative;text-align:center; float:left; margin-bottom:5px; height:240px; overflow:hidden;}
.product-view .box-up-sell .products-grid td { width:33%; padding:5px 10px 5px; 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 { margin:0 0 0 -15px; }
.product-view .box-up-sell .products-grid .product-image { background:none; margin:0 auto 20px auto; background:#fff; padding:5px; width:146px; border:solid 1px #d7d7d7; overflow:hidden; height:125px; text-align:center; }
.product-view .box-up-sell .products-grid .product-image img { margin:0 0 0 -20px; }
.product-view .box-up-sell .products-grid .product-name {width:146px; margin:0 auto;}
.product-view .box-up-sell .products-grid .price-box {bottom:20px; left:15px; }
.product-view .box-up-sell .products-grid button.btn-cart {display:none;}

.product-view .box-up-sell .products-grid td.empty { border-right:0; }
.product-view .box-up-sell .products-grid .ratings { clear:both; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }.product-view .box-up-sell .products-grid .ratings .rating-links{display:none}
/* Block: Tags */
.product-view .box-tags { margin:0; display:none}
.product-view .box-tags .form-add{position:relative }
.product-view .box-tags h3 { clear:both; font-size:inherit; *font-size:1em;}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; clear:both;}
.product-view .box-tags .product-tags li { display:inline; 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; margin:0 0 5px; clear:both;}
.product-view .box-tags .form-add .input-box { margin:0 10px 0 0; padding:0;}
.product-view .box-tags .form-add input.input-text { width:165px; padding:4px 17px 4px 4px;-moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; border-radius:5px;}
.product-view .box-tags .form-add button.button {position: absolute; left: 200px; top: 17px;}
.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:10px 0 0; padding:0;}

/* Block: Reviews */
.product-view .box-reviews dl {color: #8D8D8D;}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:normal; color:#1f63b2}
.product-view .box-reviews dd span{color: #464646;display: block;font-size: 12px;font-style: italic;font-weight: normal;margin: 5px 0;}
.product-view .box-reviews dt{margin-bottom:15px}
.product-view .box-reviews dd p{ margin:0 0 15px; }
.product-view .box-reviews dt small {display: block;}
.product-view .box-reviews .form-add  #review-form fieldset{clear:both;}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; color: #646464; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; color: #646464; }
.product-view .box-reviews .form-add h4 { font-size:1em;color:#646464;font-weight:normal;margin:30px 0 0}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list {}
.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:275px; }

/* 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:290px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:605px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.products-list. product-name { margin:0; line-height:1em; font-size:24px;}
.product-name a { text-decoration:none;color:#ce4094;font-size:12px; }
.product-name a:hover { text-decoration:underline;}

/* Product Tags */
.tags-list { display:block; font-size:13px; padding:10px;}
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a {}

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .col-main {}
.checkout-cart-index .col-main .col-inner {}

.checkout-cart-index .cart-container,
.checkout-cart-index .cart-noitems {}
.checkout-cart-index .cart-container-inner,
.checkout-cart-index .cart-noitems-inner {}
.checkout-cart-index .col2-left-layout .cart-container,
.checkout-cart-index .col2-left-layout .cart-noitems { background-image:url(../images/bkg_main1.png); }
.checkout-cart-index .col2-right-layout .cart-container-inner,
.checkout-cart-index .col2-right-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner1.png); }
.checkout-cart-index .col1-layout .cart-container,
.checkout-cart-index .col1-layout .cart-noitems {}
.checkout-cart-index .col1-layout .cart-container-inner,
.checkout-cart-index .col1-layout .cart-noitems-inner {}
.checkout-cart-index .col3-layout .cart-container,
.checkout-cart-index .col3-layout .cart-noitems { background-image:url(../images/bkg_main2.png);}
.checkout-cart-index .col3-layout .cart-container-inner,
.checkout-cart-index .col3-layout .cart-noitems-inner { background-image:url(../images/bkg_main-inner2.png);}



.cart .page-title {border-bottom:none; margin-left:0px; padding: 20px 0 0 20px; margin:25px 0 15px 0; }
.cart .page-title h1 {color:#ce4094; font:bold 20px/24px Arial, Sans-Serif; padding: 0;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right;display:none }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 0 10px; }

/* Shopping Cart Table */
.cart-table th {}
.cart-table td {}
.cart-table td img {}
.cart-table .product-name a{font-weight:bold}
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:15px 0 0; }
.cart-table .btn-update {margin-left:10px;float:left;}
.cart-table .btn-update span {background: url("../images/btn2.png") repeat 0 0;color:#5a5a5a}
.cart-table .btn-update span span{background-position:right bottom }
.cart-table .cart-price .price {color: #777;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:10px 0 0;color:#646464 }
.cart .cart-collaterals .col2-set { float:left; width:600px; }
.cart .cart-collaterals .col2-set .col-1 { width:262px; padding:20px 15px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; height:400px; display:none; }
.cart .cart-collaterals .col2-set .col-2 { width:570px; padding:20px 15px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; max-height: 300px; }

li#opc-shipping { /* display: none; */ }

.discount-form  .buttons-set {float:right; width:auto;}

.cart .cart-collaterals .col2-set .col-1 .sp-methods li,
.cart .cart-collaterals .col2-set .col-2 .sp-methods li {margin:10px 0;}

.cart .cart-collaterals .totals { width:262px; padding:20px 15px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; }

.cart .crosssell {clear:both;padding-top:42px}
.cart .crosssell .crosssell-inner {}
.cart .crosssell h2 { font-size:14px;font-weight:bold; color:#1f63b2; text-transform:uppercase; padding: 0 20px 5px;border-bottom:1px solid #cecece;margin-left:-20px;width:920px}
.cart .crosssell .product-image {margin:10px 0 20px;display:block}
.cart .crosssell .product-details {clear:both}
.cart .crosssell .product-name {margin:0 0 10px;text-align:left}
.cart .crosssell .price-box{text-align:left;}
.cart .crosssell .btn-cart{float:left}
.cart .crosssell li.item { float:left; width:206px; padding:40px 10px 20px 0; position:relative;border-right:1px solid #ececec;margin-right:20px;text-align:center;margin-top:12px }
.cart .crosssell div.ratings{left: 0; padding-left: 0;position: absolute;top: 10px;width: 90%;}
.cart .crosssell li.item.last{padding-right:0;margin-right:0;border:0 none}
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}
.cart .discount .discount-inner,
.cart .shipping .shipping-inner,
.cart .totals
 {background:none /* url("../images/bkg_block-inner.png") no-repeat scroll center bottom transparent */; height:350px; }
.cart .discount h2,
.cart .shipping h2,.totals h2{background: none /*url("../images/bkg_block-title.png") no-repeat scroll left top transparent */;height: 38px; /*padding-left: 15px; */color: #CE4094; }
.cart .discount h2 span,
.cart .shipping h2 span,.totals h2 span{background: none /*url("../images/bkg_block-title.png") no-repeat scroll right bottom transparent*/; color: #ce4094; display: block; font-size: 14px;font-weight: bold;height: 38px;text-transform: uppercase;line-height:38px;padding:0 20px 0 5px}

.cart .discount button span,
.cart .shipping button span {background: url("../images/btn2.png") repeat scroll 0 0 transparent !important; color:#5A5A5A; height:25px !important; line-height:25px !important; font:normal 14px/25px Arial, sans-Serif; padding:0 15px 0 5px; }
.cart .discount button span span,
.cart .shipping button span span {background: url("../images/btn2.png") repeat scroll right bottom transparent !important; margin:0px !important; }

.cart .discount button:hover span,
.cart .shipping button:hover span {background: url("../images/btn2_hover.png") repeat scroll 0 0 transparent !important; color:#5A5A5A; height:25px !important; line-height:25px !important; font:normal 14px/25px Arial, sans-Serif; padding:0 15px 0 5px; }
.cart .discount button:hover span span,
.cart .shipping button:hover span span {background: url("../images/btn2_hover.png") repeat scroll right bottom transparent !important; margin:0px !important; }



.cart .discount .buttons-set,
.cart .shipping .buttons-set {border:0; padding:0; text-align:left; position:relative; left:230px; top:-38px; float:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { }
.cart .discount .input-box { margin:20px 0 0; width:230px;  float:left;}
.cart .discount input.input-text { width:205px; height:20px; }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;  }

.cart .shipping .form-list input.input-text { width:233px;}
.cart .shipping .form-list select { width:245px;}

/* Shopping Cart Totals */
.cart .totals { float:right;width:282px;}
.cart .totals .totals-inner {padding: 0 5px /*5px 20px 30px*/; }
.cart .totals .price {color: #646464;font-size: 14px;font-weight: bold; text-align:right; width:120px; display:block;}
.cart .totals table { width:100%;}
.cart .totals table#shopping-cart-totals-table tr {padding-bottom:10px !important; min-height:20px; line-height:18px;}
.cart .totals td { text-align: left !important; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 10px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; vertical-align:middle;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight:bold; color:#ce4094; font-size:14px;}
.cart .totals tfoot td .price {color: #ce4094;font-size: 18px;}
.cart .totals .checkout-types { padding:0; text-align:left;}
.cart .totals .checkout-types li { clear:both; margin:8px 0; }
.cart .totals .checkout-types li a{color:#3c3c3c;font-size:12px;text-decoration:underline; width:100%; margin-bottom:15px; display:block;}
.cart .discount-form,.cart .shipping-form{padding:0px /*5px 20px 30px */;}
/* Options Tool Tip */
.item-options dt { float:left; clear:both; color:#666;}
.item-options dt:after { content:':'; }
.item-options dd {color:#666; padding-left: 5px;}
.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:15px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */

.checkout-onepage-index .col-main{ background: url("../images/bkg_main3.png") no-repeat scroll center top transparent;width:666px; }
.checkout-onepage-index .col-main .col-inner {background: url("../images/bkg_main-inner3.png") no-repeat scroll center bottom transparent;}
.checkout-onepage-index .page-title {display:none}
.checkout-onepage-index  .col-right,.checkout-onepage-index  .col-left {width:284px; display:none;}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {overflow:hidden;}
.sp-methods dt { margin:0 10px 0 0;float:left }
.sp-methods dd {float:left}
.multiple-checkout .box .sp-methods dd {clear:both;margin-top:20px}
.sp-methods dd li {}
.sp-methods label { }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:135px; margin-right:10px; }
.sp-methods select.year { width:100px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:145px; 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 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:0px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* 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 { 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:#E26703; }
.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:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.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; }

.category-paypalexpressreview .info-set h2.legend { background: none repeat scroll 0 0 #A42C68; }
.category-paypalexpressreview .info-set h2.legend a { color: #fff; }
.category-paypalexpressreview .info-set h3 { color: #A42C68; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content {background: url("../images/bkg_block3.png") no-repeat scroll center bottom transparent; }
.block-progress dt {background:url(../images/bkg_node1.gif) left 10px no-repeat; padding: 5px 0 5px 15px;border-bottom:1px dotted #cecece;position:relative }
.block-progress dt.last {border:0 none}
.block-progress dt span{position:absolute;right:0;top:5px}
.block-progress dd { border-top:0; padding:0 13px 8px; font-size:11px}
.block-progress dd address {font-size: 12px;color:#646464}
.block-progress dt.complete { font-weight:bold; color:#0084c3; font-size:12px; background:url(../images/bkg_node1-active.gif) left 10px no-repeat;position:relative;border-bottom:0 none}
.block-progress dd.complete {border-bottom:1px dotted #cecece  }
.block-progress dd.complete.last{border:0 none}
.block-progress p { margin:0; }
.block-progress dt a { font-weight:normal;position:absolute;right:0;top:5px;color:#0084c3;}
.block-progress dt .separator {display:none}

.opc .buttons-set { margin-top:0; padding-top:0; border-top:0; text-align:left;}
.opc .buttons-set button.button { float:left; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; text-align:right;}
.opc .buttons-set .back-link { margin-top:5px;}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a {  }
.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 {}

.opc .step-title {  background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; height:39px; line-height:39px; color:#aaa;margin:0 0 10px;}
.opc .step-title .number {display:none;}
.opc .step-title .number .separator { display:none; }
.opc .step-title h2 { float:left; margin:0; padding: 0 15px; font-weight:bold;font-size: 14px;line-height:39px; text-transform:uppercase; color:#aaa;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { cursor:pointer; }
.opc .allow .step-title .number {  }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {cursor:default;background:none /*url("../images/bkg_opc-title-active.png") no-repeat scroll left center transparent */; }
.opc .active .step-title .number {}
.opc .active .step-title h2 { color:#ce4094; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative;}
.opc .step .step-inner {padding:0 20px 20px;color:#646464 }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:14px; text-transform:uppercase; color:#ce4094;;font-weight:bold }
#opc-login h4 { font-size:1em; margin:0; color:#666; font-weight:normal;color:#464646;}
#opc-login  .col-1 h4{ /*color:#0177AF;*/ color:#676767; margin-bottom:5px;font-weight:bold}
#opc-login .col-1 { width:265px;}
#opc-login .col-2 { width:265px; }
#opc-login .col-2 .form-list .input-box { width:auto;}
#opc-login .col-2 .form-list .input-box input.input-text {}
#opc-login .col-2 .buttons-set p.required { text-align:right;}
#opc-login .col-2 .buttons-set a { margin-top: 5px;float: left !important; margin-left: 10px; }
#opc-login .col-2 .buttons-set button.button {margin-left:0}
#opc-login .col-2 .buttons-set button.button span {background-image:url(../images/btn2.png);color:#5a5a5a}
#opc-login strong { font-weight:bold; color:#373d42; }
#opc-login p{margin-bottom:5px}
#opc-login .col-1 p.required{padding:0;margin:0}
#login-form h4 { display:inline;color:#464646}
#login-form p {}
#login-form .form-list { margin: 10px 0 0;}

#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 .step { }
#opc-review .product-name {color: #1f63b2;font-size: 12px;font-weight: bold;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 0 10px; }
#opc-review .buttons-set p { margin:8px 0 0;font-size:11px; width: 100%; }
#opc-review .buttons-set p a{color:#3c3c3c;}
#opc-review .buttons-set button.button { float:right; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .data-table thead th{color:#1f63b2}
#checkout-review-table tfoot tr.first td { padding-top: 10px; }
#checkout-review-table tfoot tr.last td {}
#checkout-review-table tfoot td { background:none;padding:5px;font-size:11px;color:#646464}
#checkout-review-table tfoot td .price{color:#646464;font-size:12px}
#checkout-review-table tfoot strong{font-size:11px;color:#3c3c3c}
#checkout-review-table tfoot strong .price{color:#1f63b2;font-size:16px}

#checkout-step-billing #co-billing-form .control{float:left; margin-right: 40px;}
#checkout-payment-method-load dd{clear: both;float: none;padding-top: 10px;}
#opc-review .step .step-inner{padding:0 0 20px}
#billing1,#shipping1{color:#0177af;font-size:14px ;font-weight: bold;text-transform: uppercase;margin-bottom:5px}
/* 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:12px; font-weight:bold; margin:0 0 10px;color: #646464; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:12px; font-weight:bold; color:#646464; }
.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 { border:1px solid #ececec;padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px;border-bottom:1px solid #ececec; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {}

.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; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.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 {}
.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 { }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:10px 0 0; }
#multiship-addresses-table tfoot button.button span {}

/* 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 #ececec; 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; }
/* ======================================================================================= */


.account-login .col2-set .col-1 {width:340px !important; padding:0 0 20px !important; }
.account-login .col2-set .col-1 .content { background:#f5f5f6; height:180px; padding:20px; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px;}
.account-login .col2-set .col-1 .content p {line-height:17px;}


.account-login .col2-set .col-2 {width:550px !important; padding:0 0 20px !important; }
.account-login .col2-set .col-2 .content { background:#f5f5f6; height:180px; padding:20px; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px;}

.account-login .col2-set .buttons-set {margin-top:-20px;}

/* Account Login/Create Pages ============================================================ */
.customer-account-login .col-main,.customer-account-login .col-main .col-inner,.checkout-multishipping-login .col-main,.checkout-multishipping-login .col-main .col-inner{background:0 none;padding:0}
.account-login .col2-set .col-1 {width:284px;padding:0 0 20px}
.account-login .col2-set .col-2 { width: 666px; padding:10px 0 20px }
.account-login .col2-set .col-2 .new-users-inner{ }
.account-login .col2-set .col-2 .new-users-inner .page-title{margin:0;padding:3px 10px 10px;width:auto}
.account-login .content {padding:10px 20px;}
.account-login .col-1 .content {background:url("../images/bkg_block3.png") no-repeat scroll center bottom transparent }
.account-login .content h2 { color:#ce4094;font-size: 12px; font-weight: bold; margin: 0 0 5px; padding:0;}
.account-login .new-users h2 {}
.account-login .registered-users h2 { }
.account-login .buttons-set { border-top:0; margin:0; padding:8px 0;}

.account-login .new-users .buttons-set button.button { float:left; margin:0;}
.account-login .new-users .buttons-set button.button span {}

.account-login .registered-users .form-list .input-box { width:auto; }
.account-login .registered-users .form-list .input-box input.input-text { width:233px;}
.account-login .registered-users .buttons-set a{float: left !important;margin-left: 10px;margin-top: 5px; }
.account-create {}
.account-create .buttons-set,.my-account .buttons-set, .checkout-multishipping-address-newshipping .col-main #form-validate .buttons-set,.multiple-checkout .buttons-set,#shipping-buttons-container,#shipping-method-buttons-container,#payment-buttons-container,.send-friend .buttons-set{ width: 540px; padding:10px 0 20px 0; position: relative;}
.customer-account-forgotpassword .col-main #form-validate .buttons-set{width:380px; padding-bottom: 34px; position: relative;}
.multiple-checkout .buttons-set{margin-top:10px}
.account-create .buttons-set a.back-link,.customer-account-forgotpassword .col-main #form-validate .buttons-set p.back-link a,.my-account p.back-link a,.checkout-multishipping-address-newshipping .col-main #form-validate .buttons-set p.back-link a,.multiple-checkout .buttons-set p.back-link a,#shipping-buttons-container  p.back-link a,#shipping-method-buttons-container p.back-link a,#payment-buttons-container p.back-link a,.send-friend p.back-link a{ /*bottom:0 8px ; left: 0;position: absolute; */ }

#add_recipient_button .button{margin-left:10px}
.col-main .sub-title{color: #1f63b2;font-size: 14px; margin: 0 0 10px;padding: 0;}

/* Account Login/Create Pages ============================================================ */

.account-create form { margin: 0 0 20px; padding: 20px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; display:block; height:auto;}




/*
.col2-set { margin: 0 0 20px; padding: 20px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; display:block; height:auto;}
*/

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

.my-account form { margin: 0 0 20px; padding: 20px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; display:block; height:auto;}
.my-account form input.input-text,
.my-account formselect,
.my-account formtextarea { background: none repeat scroll 0 0 #FFFFFF;  border: 1px solid #EBEBEB;}

.my-account form input.input-text:hover,
.my-account formselect:hover,
.my-account formtextarea:hover { background: none repeat scroll 0 0 #fff7fc;  border: 1px solid #cbcbcb;}

.my-account .addresses-list,
.my-account .col2-set { margin: 0 0 20px; padding: 20px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px;}

.account-login .page-title,
.account-create .page-title,
.my-account .page-title {border-bottom:none; margin-left:0px; padding: 0 0 0 0px; margin:25px 0 15px 0; }

.account-login .page-title h1,
.account-create .page-title h1,
.my-account .page-title h1 {color:#ce4094; font:bold 20px/24px Arial, Sans-Serif; }


.my-account .account-login {margin:25px 0;}



/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { margin:0 8em 1.5em 0; padding: 3px 20px 10px 0px; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .welcome-msg p  strong{color:#ce4094; line-height:24px;}
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { margin: 0 0 20px; /* padding: 20px; background:#f5f5f6; border:solid 1px #dedede; -moz-border-radius:5px; -khtml-border-radius:5px; */}
.box-account .box-head { padding: 0 20px 5px 0px; margin: 0 0 10px 0px}
.box-account .box-head h2 { font-size:14px; font-weight:bold; text-transform:uppercase; color:#ce4094; margin:0; display:inline;}
.box-account .box-head a { float:right; }

/*.product-essential h2 span { display:block; padding: 0 15px 0 0;}*/

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 4px; text-align:left; }
.dashboard .box .box-title h3 { clear:both; color: #ce4094; font-size: 14px; margin: 0 20px 5px 0; width:100%; padding: 0; float:left; font-weight:bold; }
.dashboard .box .box-title h4 { clear:both; color: #ce4094; font-size: 12px; margin: 0 20px 5px 0; width:100%; padding: 0; float:left; }
.dashboard .box .box-title a{color:#3c3c3c; background:url(../images/i_edit.gif) no-repeat; padding-left:15px; font-style:italic; font-size:11px}
.dashboard  address a{background:url(../images/i_edit.gif) no-repeat; padding-left:15px; font-style:italic; font-size:12px; margin-top:8px; display:block;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head {}
.dashboard .box-recent .box-head h2 {  }
#my-orders-table td em {font-style: normal;}
#my-orders-table td .price{font-size:15px;color:#5e515d}
#my-orders-table td.last .separator,#my-orders-table td.last a{color:#1f63b2}
/* Block: Account Information */
.dashboard .box-info .box-head { margin:0px;}
.dashboard .box-info .box-head h2 { font: bold 16px/20px Arial,Sans-Serif; margin:10px 0 5px 0;}
.dashboard .box-info h4 { font-size:13px;color:#676767; font-weight:bold; }

/* Block: Reviews  Block: Tags */
#my-reviews-table td .rating-box {margin-top: 3px;}
.dashboard .box-reviews .box-head h2, .dashboard .box-tags .box-head h2{padding:0;float:left }
.dashboard .box-reviews .number,.dashboard .box-tags .number  { float:left; font-size:10px; font-weight:bold;color:#353535; padding:0 4px; background: none repeat scroll 0 0 #000000; color: #FFFFFF;position:absolute;top:14px;left:0}
.dashboard .box-reviews .details,.dashboard .box-tags .details {padding: 10px 25px;}
.dashboard .box-reviews .details  .product-name a ,.dashboard .box-tags .details  .product-name a {color:#353535;font-size:15px}
.dashboard .box-reviews li.item,.dashboard .box-tags li.item { margin:0 0 7px;position:relative}
.dashboard .box-reviews .ratings { margin:7px 0 0; }
.dashboard .box-reviews .ratings .rating-box{margin-top:3px}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2,
.addresses-list h3 {color: #ce4094; font-size: 14px; margin: 0 20px 10px 0;padding: 0; font-weight:bold;}
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { color:#ce4094; font-weight:regular;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-style:italic; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }


.box-content a {color:#ce4094;}

/* 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 { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-size:12px;color:#1F63B2 }
.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 { font-weight:bold; font-size:13px; color:#4A7CBE; }
.order-items .product-name { font-size:12px; color:#4A7CBE;font-weight:normal;  }
.order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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 { 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 {}
.my-wishlist .buttons-set button.button {margin-right:10px}
.wishlist-index-index .my-account .buttons-set {padding-bottom:0}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table  tbody td, #wishlist-table  tbody td a {color:#4A7CBE;font-size:12px}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:3px 0 0 10px;padding:0 }
.my-tag-edit .btn-remove span{background:0;height:auto;width:auto;padding:0;text-indent:-999em}
#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 .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; }
/* ======================================================================================= */

.banner-small{margin:10px 0}
/* Footer ================================================================================ */
.footer-container {padding:0px; margin:0px; text-align:left; height:218px;}
.footer-1,.footer-2 {margin:0 auto; width:928px;padding:20px 20px 0px 20px;}
.footer-2 {background: #CE4094;}
.footer-3{width:960px;margin:0 auto;padding:10px 0; visibility: hidden;}
.footer-3-container{ }
.footer-1,.footer-2,.footer-3{clear:both;overflow:hidden; padding-left: 15px; padding-bottom: 10px;}
.footer-block {float:left;width:auto /* 215px */; margin-right:0px; max-width:250px; min-width:120px; font-size:12px; margin-right:35px; color: #ffffff;}
.footer-block:last-child {margin-right: 0px;}
.footer-block span{color:white;font-size:12px;font-weight:normal;text-transform:uppercase;margin-bottom:15px}
.footer-block .block3{color:white;font-size:12px;font-weight:normal;text-transform:capitalize;margin-bottom:15px}
.footer-block p {margin:0 0 5px 0; font-weight:bold; color:#fff;}
.footer-block p a {color:#fff; font-weight:bold;}

.footer-block ul.custom_links {display:inline-block; float:left; width:230px;  margin-bottom:10px; }
.footer-block ul.custom_links li {height:22px; padding-left:28px; margin-bottom:10px;}

.footer-block ul.custom_links li.first {background:url(../images/ico_gift.png) no-repeat 0 0;}
.footer-block ul.custom_links li.middle {background:url(../images/ico_querstions.png) no-repeat 0 0;}
.footer-block ul.custom_links li.last {background:url(../images/ico_anleitung.png) no-repeat 0 0;}
.footer-block ul.custom_links li.last-info {background:url(../images/ico-info.png) no-repeat 0 0;}

.footer-block ul.custom_links a {color:#fff; line-height:22px; text-transform:uppercase;}

.footer-container.store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer-container .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer-container .store-switcher select { padding:0; vertical-align:middle; }
.footer-container a,.footer-container p ,.footer-container li{ text-decoration:none;/*color:#b1b1b1*/ }
.footer-container a:hover {text-decoration:underline; }
.footer-container .bugs { float:right; clear:right; margin:0 0 10px; min-width:300px;}
.footer-container .bugs a {  }
.footer-container .bugs a:hover { }
.footer-container address {font-size:11px;text-align:right;color:#686868 }
.footer-container address a {color:#0084c3}
.footer-container address a:hover { text-decoration:none; }
.footer-container .links-set { float:left;}
.footer-container .links-set li{display:block}
.footer-container .payment-accept{float:right}
.footer-container .payment-accept ul{margin-right:0}
.footer-container .payment-accept li{float:left;margin-right:5px}
.footer-container .links-set li {}
.footer-container .links-set li a{text-transform:capitalize}
.footer-container ul { float:left; width:250px;}
.footer-container .ftop{overflow:hidden;height:100%;width:960px; margin:0 auto;}
.footer-container .separator { border:0; border-top:1px solid #d9d9d8; clear:both; width:960px; margin:10px auto;display:block}
.footer-container .form-language { float:right; margin:1em 0; }
.footer-container .form-language label { padding-right:5px; vertical-align:middle; float:left; }
.footer-container .form-language select { padding:0; }
.footer-container .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.footer-container .paypal-logo { float:right; clear:both; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer-container li{float:left;margin-right:7px}
.footer-container .links li {background:url("../images/bkg_pipe2.gif") no-repeat scroll right 5px transparent;padding: 0 10px;margin:0}
.footer-container .links li a{color:#787878;font-size:11px}

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

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left;  }
.best-selling h3 { font:bold 14px/20px "Arial Narrow", Helvetica, Arial, sans-serif; text-transform:uppercase; font-weight:bold; color:#323439; border-bottom:1px solid #ccc; padding: 0 0 5px; margin: -10px 0 15px; }
.best-selling table {  }
.best-selling tr.odd { }
.best-selling tr.even { }
.best-selling td { width:33%; border-top:1px solid #ccc; border-left:1px solid #ccc; padding:8px 10px 8px 8px; text-align:center;}
.best-selling td:first-child { border-left:0;}
.best-selling tr:first-child td { border-top:0;}
.best-selling .product-img { }
.best-selling .product-description { line-height:1.3em; margin-top:1em; text-align:left;}
.best-selling a { text-decoration: none;}
.best-selling a:hover { text-decoration: underline;}
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col-main .col-inner:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.add-to-links:after,
.slideshow ul:after,

#slideshow2 .slideshow-box ul:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.cat-banner{margin:0 auto}
.social-link{position:absolute;right:0;top:160px}
.social-link li{margin-bottom:10px}
.quickshop-index-view .product-view-bot {display:none}






.wt-rotator .inner-text { position: absolute; z-index: 1; font-weight:bold; font-size:20px; display:block; width:350px; height:100px; line-height:42px; max-width: 300px; }
body .wt-rotator .inner-text h2 { color: #CE4094; font-weight:700; font-size:46px; line-height:42px; text-shadow:1px 2px 2px #666; font-family: futura-pt,sans-serif; }
.wt-rotator .inner-text p { position: absolute; z-index: 1; font-weight:bold; font-size:16px; display:block; width:350px; color:#fff !important; height:100px; line-height:21px;}


div.std {color:#464646; font-size:12px; line-height:20px;}
div.std h1,
div.std h2 {font-size:12px; font-weight:bold; color:#878787; margin-top:5px;}






div.product_qty {/*position:absolute; */ top:150px; left:15px;}

/* Availability */
.availability { display:block;  height:30px; /*position:absolute; */ width:305px; float:left; padding-left:30px; line-height:26px;}
.availability span { font-weight:bold; }
.availability.in-stock { background:url(../images/available.jpg) no-repeat 0 0;}
.availability.late-stock { background:url(../images/available_2.jpg) no-repeat 0 0;}
.availability.out-of-stock { background:url(../images/available_3.jpg) no-repeat 0 0; 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; cursor:help; }
.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 span { font-weight:normal; }








button.btn-cart span,
button.btn-cart span span {
	display:block; /*
    height:25px !important;
    line-height:25px !important; */
    padding-left: 7px !important;
}

.product-detail button.btn-cart:hover span,
.product-detail button.btn-cart:hover span span {
    display:block; /*
    height:25px !important;
    line-height:25px !important; */
    padding-left: 15px !important;
}


button.btn-cart span span { background-position: 100% 100%; }







.add-to-cart {float:right; width:100%; margin:10px 0; }


.add-to-cart button.button.btn-cart {float:right; /*width:226px !important;*/}






.add-to-cart button.button span span {font: bold 13px/27px Arial,Helvetica,sans-serif; text-align:left;}
.add-to-cart button.button span span,
.add-to-cart button.button:hover span span {background-position:bottom left !important; float:left;}


.add-to-cart button.btn-cart span { background-position: 0 0; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}

.add-to-cart button.btn-cart span span {background-position: 100% 100%;  }
.add-to-cart button.btn-cart:hover span { background-position: 0 0;padding-left: 7px;}
.add-to-cart button.btn-cart:hover span span {background-position: 100% 100%; }







.review-product-list .add-to-cart {float:left; width:320px; margin:0px; }
.review-product-list .add-to-cart button.button {float:left; width:226px; margin:10px 0;}

.review-product-list .product-detail {width:300px !important;}






p.back-link {float:left; display:block; width:200px; height:auto; }
p.back-link a { border:0; padding:0 10px 0 0; background:url(../images/btn2.png) no-repeat 100% 100% !important; height: 25px; font: 12px/25px Arial,Helvetica,sans-serif; float:left; bottom:0px;}
p.back-link a:hover { background:url(../images/btn2_hover.png) no-repeat 100% 100% !important; text-decoration:none;}


.product-sku {font: 11px/14px Arial,Helvetica,sans-serif; text-align:left;}



/*
.category-wandtattoos button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase; width:226px;}
.category-wandtattoos button.btn-cart span span { width:226px;  background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ;}
.category-wandtattoos button.btn-cart:hover span { width:226px; background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-wandtattoos button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent;   width:226px;}
*/

.catalog-category-view button.btn-cart span { height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.catalog-category-view button.btn-cart span span { }
.catalog-category-view button.btn-cart:hover span { height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.catalog-category-view button.btn-cart:hover span span { width:156px;}


button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.product-detail button.btn-cart span{padding-left:0px;}
button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat 100% 100% transparent ;}
button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat 100% 100% transparent; width:156px;}
.product-detail button.btn-cart:hover span span{ /* background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; */ width:154px; padding-left:7px;}


.category-wandtattoos button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-wandtattoos .product-detail button.btn-cart span{padding-left:0px;}
.category-wandtattoos button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat 100% 100% transparent ;}
.category-wandtattoos button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-wandtattoos button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat 100% 100% transparent; width:156px;}
.category-wandtattoos .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.category-fototapeten .main-container button.btn-cart span { background: url(../images/texttilien_cart_button.png) no-repeat 0 0 transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-fototapeten .main-container .product-detail button.btn-cart span{padding-left:0px;}
.category-fototapeten .main-container button.btn-cart span span { background: url(../images/texttilien_cart_button.png)  no-repeat 100% 100% transparent;}
.category-fototapeten .main-container button.btn-cart:hover span { background: url(../images/texttilien_cart_button_hover.png) no-repeat 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-fototapeten .main-container button.btn-cart:hover span span { background: url(../images/texttilien_cart_button_hover.png) no-repeat 100% 100% transparent; color: #FCD600 !important; width:156px;}
.category-fototapeten .main-container .product-detail button.btn-cart:hover span span{background: url(../images/texttilien_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}
.category-fototapeten .main-container .add-to-cart button.button:hover span span { width: 193px !important; }


.category-gutscheine button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-gutscheine button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-gutscheine button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-gutscheine button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; }
.category-gutscheine .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.category-neuheiten button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-neuheiten button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-neuheiten button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-neuheiten button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; }
.category-neuheiten .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.product-options1 button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.product-options1 button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ; width:143px;}
.product-options1 button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; width:192px; padding:0px 0px 0px 8px; text-align:left; font-weight:bold; text-transform:uppercase; color:#646464}
.product-options1 button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; width:143px; text-align:left; position:relative; left:-16px;}


 .wishlist-index-index button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.wishlist-index-index button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.wishlist-index-index button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.wishlist-index-index button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#ce4094; }
.wishlist-index-index .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


 .catalogsearch-result-index button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.catalogsearch-result-index button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.catalogsearch-result-index button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.catalogsearch-result-index button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#ce4094; }
.catalogsearch-result-index .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.catalog-product-view button.btn-cart span { /* background: url("../images/btn_checkout.png") no-repeat scroll 0 0 transparent; */ height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.catalog-product-view button.btn-cart span span { /* background: url("../images/btn_checkout.png") no-repeat scroll right bottom transparent !important; */ }
.catalog-product-view button.btn-cart:hover span { /* background: url("../images/btn_checkout_hover.png") no-repeat scroll right bottom transparent !important; */ height: 27px; line-height: 27px; padding-left: 7px !important; text-align:left; font-weight:bold; text-transform:uppercase;}
.catalog-product-view button.btn-cart:hover span span { /* background: url("../images/btn_checkout_hover.png") no-repeat scroll right bottom transparent; */ width:156px; color:#fff; }
.catalog-product-view .product-detail button.btn-cart:hover span span{ /* background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; */ width:154px; padding-left:7px;}


.review-product-list button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.review-product-list button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.review-product-list button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.review-product-list button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#ce4094; }
.review-product-list .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}



.contacts-index-index button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.contacts-index-index button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.contacts-index-index button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.contacts-index-index button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#ce4094; }
.contacts-index-index .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}



.cms-page-view button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.cms-page-view button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.cms-page-view button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.cms-page-view button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#ce4094; }
.cms-page-view .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}



.category-gutscheine button.btn-cart span { background: url(../images/wandtattoo_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-gutscheine button.btn-cart span span { background: url(../images/wandtattoo_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-gutscheine button.btn-cart:hover span { background: url(../images/wandtattoo_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-gutscheine button.btn-cart:hover span span { background: url(../images/wandtattoo_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#ce4094; }
.category-gutscheine .product-detail button.btn-cart:hover span span{background: url(../images/wandtattoo_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.category-kissen button.btn-cart span { background: url(../images/kissen_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-kissen button.btn-cart span span { background: url(../images/kissen_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-kissen button.btn-cart:hover span { background: url(../images/kissen_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-kissen button.btn-cart:hover span span { background: url(../images/kissen_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; }
.category-kissen .product-detail button.btn-cart:hover span span{background: url(../images/kissen_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.category-fotoalben button.btn-cart span { background: url(../images/fotoalban_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-fotoalben button.btn-cart span span { background: url(../images/fotoalban_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-fotoalben button.btn-cart:hover span { background: url(../images/fotoalban_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-fotoalben button.btn-cart:hover span span { background: url(../images/fotoalban_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; }
.category-fotoalben .product-detail button.btn-cart:hover span span{background: url(../images/fotoalban_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.category-rucksacke button.btn-cart span { background: url(../images/leinwand_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-rucksacke button.btn-cart span span { background: url(../images/leinwand_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-rucksacke button.btn-cart:hover span { background: url(../images/leinwand_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-rucksacke button.btn-cart:hover span span { background: url(../images/leinwand_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; }
.category-rucksacke .product-detail button.btn-cart:hover span span{background: url(../images/leinwand_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;color:#468AED;}


.category-wohnaccessoires button.btn-cart span { background: url(../images/fenster_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase; color:#7f3ee9;}
.category-wohnaccessoires button.btn-cart span span { background: url(../images/fenster_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-wohnaccessoires button.btn-cart:hover span { background: url(../images/fenster_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-wohnaccessoires button.btn-cart:hover span span { background: url(../images/fenster_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#7f3ee9;}
.category-wohnaccessoires .product-detail button.btn-cart:hover span span{background: url(../images/fenster_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}


.category-textilien button.btn-cart span { background: url(../images/texttilien_cart_button.png) no-repeat scroll 0 0 transparent ; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase; color:#FFD800;}
.category-textilien button.btn-cart span span { background: url(../images/texttilien_cart_button.png)  no-repeat scroll 100% 100% transparent ;}
.category-textilien button.btn-cart:hover span { background: url(../images/texttilien_cart_button_hover.png) no-repeat scroll 100% 100% transparent; height: 27px; line-height: 27px; padding-left: 7px; text-align:left; font-weight:bold; text-transform:uppercase;}
.category-textilien button.btn-cart:hover span span { background: url(../images/texttilien_cart_button_hover.pngg) no-repeat scroll 100% 100% transparent; width:156px; color:#FFD800;}
.category-textilien .product-detail button.btn-cart:hover span span{background: url(../images/texttilien_cart_button_hover1.png) no-repeat 100% 100% transparent; width:154px; padding-left:7px;}





.catalog-category-view.category-wandtattoos button.btn-cart:hover,
.catalog-category-view.category-kissen button.btn-cart:hover,
.catalog-category-view.category-fotoalben button.btn-cart:hover,
.catalog-category-view.category-leinwand-poster button.btn-cart:hover,
.catalog-category-view.category-gutscheine button.btn-cart:hover {width:220px;}



.col-inner .category-products .toolbar .sorter { background: url("../images/wandtattoos_toolbar_image.jpg") repeat-x scroll 0 0 transparent; height: 31px; padding: 0; position: relative; }
.category-rucksacke .category-products .toolbar .sorter { background: url("../images/leinwand_toolbar_image.jpg") repeat-x scroll 0 0 transparent; height: 31px; padding: 0; position: relative; }
.category-rucksacke .products-grid .product-name a { color: #468aed }

.wt-rotator {background:#fff !important;}




.catalogsearch-result-index .col-inner .page-title {background:#FFF;}


a#em_quickshop_handler {display:none !important;}


.catalogsearch-result-index .col-right.sidebar {display:none !important;}





.catalog-product-view add-to-cart button.button {float:right; width:226px; margin-right:4px;}



.catalog-product-view .add-to-cart button.button span span {color: #FFF; font: bold 13px/27px Arial,Helvetica,sans-serif; text-align:left; width:143px !important;}

.catalog-product-view .add-to-cart button.button:hover span span { padding: 0 50px 0 7px !important; width:143px !important; }



 .footer_certificate{ font-family: Verdana,Arial,Helvetica,sans-serif; background-image: url('../images/XF66C007E5565D83C67E280525897E5FC.gif'); background-repeat: repeat; background-position: left top; /* background-color: rgb( 255, 255, 255);vertical-align: middle;border: 1px solid rgb(192, 192, 192); */ width: 190px; margin-top: 0px;   height:191px}

.footer-block .footer_certificate_datum{font-family: Verdana,Arial,Helvetica,sans-serif; font-size:8px; position:relative; top:107px; left:7px; text-align:left; color:#000; width:180px;}
.footer-block .certificate_image{text-align: center; width: 179px; float: left; border: 0px solid; padding: 2px;}
.footer-block .certificate_text{text-align: center; line-height: 125%; width: 179px; float: left; border: 0px solid; padding: 2px;}

.footer-block .certificate_image{text-align: center; width: 179px; float: left;  width: 190px; margin-top: 0px;   height:191px}
.footer-block .certificate_text {text-align: center; line-height: 125%; width: 179px; float: left; border: 0px solid; padding: 2px; color:#525252; font-size:11px;}
.footer-block .certificate_text a {font-weight:bold; color:#ce4094;}


.col-inner .product-shipping-link {font-size:13px; color:#646464; text-align:center;}
.col-inner .product-shipping-link a:link, .col-inner .product-shipping-link a:visited{font-size:13px; color:#CE4094; font-weight:bold; text-decoration:none;}
.col-inner .product-shipping-link a:hover{font-size:13px; color:#CE4094; font-weight:bold; text-decoration:underline;}



.category-description.std {background: none repeat scroll 0 0 #F5F5F6;    border: 1px solid #DEDEDE;    border-radius: 5px 5px 5px 5px; padding:15px 30px; margin:15px 0;}
.category-description.std h1 {color:#ce4094; font-size:16px;}

.banner .container .wt-rotator .screen h1 {color:#CE4094;text-shadow: 1px 2px 2px #DDDDDD;}

.banner .container .wt-rotator .screen .inner-text p {color:#bbb !important;}

/* FuF 07.12.2011 */
body.review-product-list .main .product-collateral { width: 956px; }
body.review-product-list .main .box-collateral.box-reviews .form-add { width: 522px; }
#checkout-review-table.data-table {background: none repeat scroll 0 0 #EDEDED;}

#checkout-review-table .product-image{ float:left; padding-right:10px;}

.clear{clear:both;}
#checkout-daten{
    padding:30px 0px;
    border-color: #D9DDE3;
    border-style: solid;
    border-width: 0 1px;
    min-height:176px;
    height: auto;
}

#checkout-daten li span, #checkout-daten-payment li span{
    cursor:pointer;
}

#checkout-daten .liefer,
#checkout-daten-payment .zahlart { background: none repeat scroll 0 0 #F5F5F6; float: left; padding: 10px 4%; width: 42%; }
#checkout-daten .rechnung { background: none repeat scroll 0 0 #F5F5F6; float: left; padding: 10px 1%; width: 48%; }

#checkout-daten .liefer strong,
#checkout-daten-payment .zahlart strong,
#checkout-daten .rechnung strong { color: #1F63B2; text-transform: uppercase; }

#checkout-daten .contant, #checkout-daten-payment .zahlart .contant{
    padding:10px 0px;
    font-size:15px;
    text-align:left;
    line-height: 20px;
}
#checkout-daten-payment{
    background: none repeat scroll 0 0 #F5F5F6;
    float:right;
    padding-left: 0;
    width: 100%;
    border-color: #D9DDE3;
    border-style: solid;
    border-width: 0 1px;
}


.container .wt-rotator .screen a {display:block; width:960px; height:424px; position:absolute;}

/* SHOPJEKTIV ÄNDERUNGEN 12.03.2013 */
.giftcard-info .field-label { margin: 10px 0 5px; }
.giftcard-info div input { clear: left; float: left; margin-bottom: 4px; }
.giftcard-info div label { float: left; margin:0 0 4px 2px; }
#giftcard-fieldset .field { float: left; margin-top: 10px; width: 100%; }
#giftcard-fieldset .field label { float: left; margin-bottom: 5px; margin-left: 0; width: 100%; }
/*.discount { float: left; margin-bottom: -30px; } */
form#discount-coupon-form { border-top: 1px solid #E3E3E3; margin-top: 15px; }
form#discount-coupon-form,
form#giftcard-form { float: left; }
form#giftcard-form { margin-top: 10px; }
form#giftcard-form label { float: left; }
form#giftcard-form .input-box { width: 100%; }
form#giftcard-form button.button span { text-transform: none; }


.customer-giftcards-print .print-head {
	display: none;
}
.customer-giftcards-print .buttons-set {
	display: none;
}
body.cms-verklebeanleitung .col-main a:hover {
	text-decoration: none;
}

/*hm custom*/
.products-grid li.item {
    height: 375px;
}
.products-grid li.item .product-image img {
    margin-left: -6px;
}

#payment_form_pnsofortueberweisung strong {
    display: none;
}
.category-paypalexpressreview .buttons-set-order {
    text-align: right
}
.category-paypalexpressreview button.btn-checkout span {
    background: none!important;
}

.category-paypalexpressreview button.btn-checkout span span {
    background: #468AED!important;
}

/*** PAYPAL ***/
.paypal-express-review #review_button {
   /* opacity: 1!important; */
}
.category-paypalexpressreview button.btn-checkout span span {
    background-color: #198CE7;
}

.shipping-message {
    color: #333;
    border: 2px solid #A42C68;
    font-weight: bold;
    padding: 1em;
    text-align: center;
    margin-top: 20px;
    background: rgba(164, 44, 104, 0.14);
}

.stoerer {
    position: absolute;
    right: -128px;
    top: 253px;
    z-index: 9999;
}

/*** Nav ***/
#nava .nav-1 {
    background: #CE4094!important;
}
#nava .nav-2 {
    background: #FCD600!important;
}
#nava .nav-3 {
    background: #E59B31!important;
}
#nava .nav-4 {
    background: #468AED!important;
}
#nava .nav-5 {
    background: #92D240!important;
}
#nava .nav-6 {
    background: #7F3EE9!important;
}
#nava li a {
    color: white!important;
}
.product-individueller-gutschein .gift-headline label{
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
    color: #3d3d3d!important;
}

li.header-cart-container {
	background:none !important;
	white-space:nowrap;
}

.cms-home div.wrapper > div.block {
	display: block;
}
