/**
 * 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_blank
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Verdana, Arial, Helvetica, sans-serif; color:#000047; text-align:center;}

img           { border:0; vertical-align:top; }

a             { color:#111253; text-decoration:none; }
a:hover       { text-decoration:underline !important; }
:focus        { outline: 0; }

/* Headings */
h1            { font-family:"Trebuchet MS"; font-size:24px; font-weight:normal; line-height:1.15; text-transform: uppercase; }
h2            { font-family:"Trebuchet MS"; font-size:15px; font-weight:normal; line-height:1.25; text-transform: uppercase; }
h3,h4,h5,h6            { font-family:"Trebuchet MS"; font-size:13px; font-weight:normal; line-height:1.25;  text-transform: uppercase; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
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; }

/* 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 {}
.page {background:url(../images/header.bg.png) 0 0 no-repeat; width:900px; margin:35px auto; padding:0 16px 0 12px; text-align:left; overflow: hidden; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {background:url(../images/page.frame.center.png) repeat-y; margin:0 -16px 0 -12px;padding:0 16px 0 12px}
.main { margin:0; padding:1px 0 15px 0}

/* Base Columns */
.col-left { float:left; width:159px;  padding:0;  padding-top:35px; margin-top: 5px;}
.col-main { float:left; width:737px;  margin: 16px 5px; background:#fff;}
.col-right { float:right; width:230px;  padding:5px 5px 0; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:860px; padding: 15px; margin-bottom: 0px;}
.col1-layout .col-main-top,
.col1-layout .col-main-bottom  { float:left; margin-left:5px; width:890px; height:9px;} /*this is for rounded corners*/
.col1-layout .col-main-top {margin-top: 14px}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; margin: 0 4px 0 0; padding: 20px 30px; width: 677px; min-height:400px}
.col2-left-layout .col-main-top,
.col2-left-layout .col-main-bottom  { float:right; margin-right:4px; width:737px; height:9px;} /*this is for rounded corners*/
.col2-left-layout .col-main-top {margin-top: 14px}
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:730px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:870px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.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:12px Verdana, Arial, Helvetica, sans-serif; vertical-align:middle; color:#000047; }
input.input-text,select,textarea { background:#fff; border:1px solid #5C81A5; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -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 span { float:left; height:21px; background:transparent url(../images/bkg_button.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 20px 0 4px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* 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 0 8px; }
.form-list label { font-size: 11px; float:left; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.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:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.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:205px; }
.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:205px; }
.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:205px; }
.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:205px; }

.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; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { }
.fieldset .legend {margin:10px 0}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; text-align: center; font-size: 13px;}
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { }
.page-title h1,
.page-title h2 { font-size:24px; color:#000047;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.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; }

/* Pager */
.pager { color:#00447B; padding:5px; margin:5px 0; text-align:center; font-size: 14px;}
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages li a,
.pager .pages li.current{ border-right: 1px solid #00447B; padding: 0 6px 0 3px; }
.pager .pages li a.previous_jump,
.pager .pages li a.next_jump{ padding: 0px 3px 0 0;}
.pager .pages li a.previous,
.pager .pages li a.next{ text-decoration: none !important; }
.pager .pages li a.previous img,
.pager .pages li a.next img{ margin-top: -5px;}
.pager .pages li.last {}
.pager .pages li.last a{ border-right: 0px; }
.pager a {text-decoration:none; }
.pager .pages .current {font-weight:bold;}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* 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% 4px 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% -53px; }

/* 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 { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.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-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; margin: 10px 0; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; 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:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.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:#ddd; 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:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { position: relative; padding-top:33px; }
.header-container a.logo-trustedshops { position: absolute; top: 20px; left: 580px; }
.header { }
.header .logo {padding-left:20px;float:left; 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; padding:0; }
.header .quick-access {float:left; margin-left:28px; width: 380px;}
.header .quick-access .links {margin:5px 0 3px 0}
.header .quick-access .links li { background: url(../images/header.toplinks.sep.png) right bottom no-repeat; padding: 0 7px;}
.header .quick-access .links li.first {padding-left:0px;}
.header .quick-access .links li.last {padding-right:0px; background:none}
.header .quick-access .links li a {font-size: 11px; font-weight: bold;}
.header a {font-family:"Trebuchet MS";text-decoration:none}
.header .form-search { width:380px; height:24px; background:url(../images/header.search.bg.png) no-repeat;position:relative; }
.header .form-search label, .header .form-search button span{display:none;}
.header .form-search button {width:50px; height:15px;position:absolute;left:5px;top:5px;}
.header .form-search  input {border: 0px none; background:transparent;margin: 4px 0 0 60px; width:310px;padding:0; font-size: 11px;}
.header .form-search .search-autocomplete { z-index:999;  font-size: 11px;}
.header .form-search .search-autocomplete ul { border:1px solid #ffd00d; background-color:#fffbe2; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ffd00d; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

.header .top-cart {float:right; margin-right:19px}
/**.header .top-cart .trustedlogo {float:left; width:60px; height: 50px; background: url(../images/header.logo.trustedshops.png) no-repeat}**/
.header .top-cart .cart-left {float:left; width:8px; height: 48px; background: url(../images/header.topcart.left.png) no-repeat}
.header .top-cart .cart-right {float:left; min-width:50px; height: 48px; background: url(../images/header.topcart.right.png) right no-repeat; padding-right:10px;}
.header .top-cart .cart-right .cart-right-top {font-size: 11px; background: url(../images/header.topcart.icon.png) left center no-repeat; height:19px; padding: 4px 0 0 20px}
.header .top-cart .cart-right .cart-right-bottom {text-align:right; padding-top:3px }
.header .top-cart .cart-right .cart-right-bottom a {display: block; font-weight: bold;background: url(../images/arrow.full.blue.png) right center no-repeat; padding-right: 10px; }

/********** < Navigation */
.nav-container {position:relative;height:92px;padding-top:18px;z-index: 90;}
#nav { padding:0; margin:0;}

/* All Levels */
#nav li { text-align:left; position:absolute; bottom:0; }

/* 1st Level */
#nav li.level0 {height:115px; background-image: url(../images/nav.li.spreads.png); background-repeat:no-repeat;}
#nav li a {position:absolute;bottom:0;text-decoration:none; }
#nav li a span { display:none; }
#nav li a:hover{ text-decoration: none !important;}
#nav li:hover {z-index:60!important;}

#nav li.nav-0 {background-position: 0px 10px; width:98px; z-index:10; left:0;}
#nav li.nav-0 a {width:98px; height:60px;}
#nav li.nav-0.active, .cms-home #nav li.nav-0 {background-position: 0px 0px;}
#nav li.nav-0:hover {background-position: 0px 0px; z-index:52;}

#nav li.nav-1 {background-position: -98px 20px; width:150px; z-index:9; left:79px;}
#nav li.nav-1 a {width:150px; height:90px;}
#nav li.nav-1.active, #nav li.nav-1:hover {background-position: -98px 0px; z-index:51;}

#nav li.nav-2 {background-position: -248px 20px; width:150px; z-index:8; left:218px;}
#nav li.nav-2 a {width:150px; height:90px;}
#nav li.nav-2.active, #nav li.nav-2:hover {background-position: -248px 0px; z-index:52;}

#nav li.nav-3 {background-position: -398px 20px; width:150px; z-index:7; left:345px;}
#nav li.nav-3 a {width:150px; height:90px;}
#nav li.nav-3.active, #nav li.nav-3:hover {background-position: -398px 0px; z-index:53;}

#nav li.nav-4 {background-position: -548px 20px; width:150px; z-index:6; left:476px;}
#nav li.nav-4 a {width:150px; height:90px;}
#nav li.nav-4.active, #nav li.nav-4:hover {background-position: -548px 0px; z-index:54;}

#nav li.nav-5 {background-position: -698px 10px; width:106px; z-index:5; left:608px;}
#nav li.nav-5 a {width:106px; height:60px;}
#nav li.nav-5.active, #nav li.nav-5:hover {background-position: -698px 0px; z-index:55;}

#nav li.nav-6 {background-position: -804px 10px; width:126px; z-index:4; left:691px;}
#nav li.nav-6 a {width:126px; height:60px;}
#nav li.nav-6.active, #nav li.nav-6:hover {background-position: -804px 0px; z-index:56;}

#nav li.nav-7 {background-position: -930px 10px; width:106px; z-index:3; left:799px;}
#nav li.nav-7 a {width:106px; height:51px;}
#nav li.nav-7.active, #nav li.nav-7:hover {background-position: -930px 0px;z-index:57;}

#nav li.active {z-index:10}


/* 2nd Level */
#nav ul { position:absolute; width:260px; top:125px; left:-10000px; padding: 0 20px; background-image:url(../images/nav.li.overlay.middle.spreads.png); background-repeat: repeat-y; z-index:95;}
#nav li.nav-1 ul {background-position: -260px 0px;}
#nav li.nav-2 ul {background-position: -820px 0px;}
#nav li.nav-3 ul {background-position: -1380px 0px;}
#nav li.nav-4 ul {background-position: -1940px 0px;}
#nav li.nav-5 ul {background-position: -2240px 0px;}
#nav li.nav-6 ul {background-position: -2240px 0px;}
#nav li.nav-7 ul {background-position: -2800px 0px;}
#nav ul li.level1 { width:250px; height:auto; position: relative; border-bottom:1px solid #fff; margin: 0 5px;}
#nav li.nav-3 ul li.level1 { border-bottom:1px solid #929394;}
#nav li.nav-3 ul li.last {border: 0;}
#nav li.nav-3 ul li.level1 a { color: #666666!important;}
#nav li.nav-3 ul li.level1 a:hover { color: #000!important;}
#nav ul li.level1.even {}
#nav ul li.level1.odd {}
#nav ul li.top-border {background-image: url(../images/nav.li.overlay.spreads.png); background-repeat: no-repeat; display:block; width:300px; height: 10px; float:none;position:absolute;top:-10px;left:0 }
#nav li.nav-1 ul li.top-border {background-position: -260px 0px;}
#nav li.nav-2 ul li.top-border {background-position: -820px 0px;}
#nav li.nav-3 ul li.top-border {background-position: -1380px 0px;}
#nav li.nav-4 ul li.top-border {background-position: -1940px 0px;}
#nav li.nav-5 ul li.top-border {background-position: -2240px 0px;}
#nav li.nav-6 ul li.top-border {background-position: -2240px 0px;}
#nav li.nav-7 ul li.top-border {background-position: -2800px 0px;}
#nav ul li.bottom-border {background-image: url(../images/nav.li.overlay.spreads.png); background-repeat: no-repeat; display:block; width:300px; height: 15px; float:none;position:absolute;bottom:-15px; left:0}
#nav li.nav-1 ul li.bottom-border {background-position: -260px -20px;}
#nav li.nav-2 ul li.bottom-border {background-position: -820px -20px;}
#nav li.nav-3 ul li.bottom-border {background-position: -1380px -20px;}
#nav li.nav-4 ul li.bottom-border {background-position: -1940px -20px;}
#nav li.nav-5 ul li.bottom-border {background-position: -2240px -20px;}
#nav li.nav-6 ul li.bottom-border {background-position: -2240px -20px;}
#nav li.nav-7 ul li.bottom-border {background-position: -2800px -20px;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { position:relative; display: block; width:auto !important;  height:auto !important; float:none; font-weight:normal; color:#fff !important; text-transform:uppercase; font: 12px bold "Trebuchet MS"; font-weight: bold !important; font-size: 12px !important; padding: 8px 0}
#nav ul li a span {display:inline}
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

#nav .nav-5 ul {width:520px;}
#nav .nav-5 ul li.level1 {width: 250px; float: left;}
#nav .nav-5 ul li.top-border {width: 560px;}
#nav .nav-5 ul li.bottom-border {width: 560px;}

#nav .nav-7 ul {width:520px;}
#nav .nav-7 ul li.level1 {width: 250px; float: left;}
#nav .nav-7 ul li.top-border {width: 560px;}
#nav .nav-7 ul li.bottom-border {width: 560px;}


/* 3rd+ leven */
#nav ul ul { top:7px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
#nav li.nav-5.over > ul {left:0px; left:-268px}
#nav li.nav-6.over > ul {left:-91px}
#nav li.nav-7.over > ul {left:-459px}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */



.block { margin:10px 0; }
.sidebar .block { margin:0 4px 10px; padding-bottom: 13px;}
.block .block-title {overflow:visible; width:100%; padding:0; margin:0; background:transparent; height: 23px;background:transparent; }
.block .block-title {background: transparent url(../images/block.title.bg.right.blue1.png) no-repeat top right; height: 23px; text-align: left;  }
.block .block-title strong {background: transparent url(../images/block.title.bg.left.blue1.png) no-repeat top left;font-size:14px; font-family:"Trebuchet MS"; text-transform: uppercase;height:23px;padding:0 0 0 10px; color: #fff;display: block;line-height: 22px;}
.block .block-title strong span {display: block; height: 23px;background: transparent url(../images/block.title.bg.blue1.png) repeat-x top left; margin-right: 10px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:20px 20px 7px 20px; background: url(../images/bkg.box.top.gif) no-repeat top; margin: 4px 0 0 0; text-align: left;}
.sidebar .block .block-content {padding: 10px 5px; line-height: 18px; font-size: 12px;}
.block .block-content li.item { padding:5px 0; }
.block .block-footer{ background: url(../images/bkg.box.bottom.gif) no-repeat; height: 9px; clear: both; }
.block .btn-remove { float:right; }
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}
.sidebar .block-lookhere a img,
.sidebar .block-presentservice a img,
.sidebar .block-wallart a img,
.sidebar .block-torte a img ,
.sidebar .block-facebook a img {margin-top: 5px;}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.sidebar .block-navigation,
.sidebar .block-account {margin: 0 0 10px 11px; font:13px "Trebuchet MS"; text-transform:uppercase; padding-bottom:0px;}
.sidebar .block-navigation .block-title,
.sidebar .block-account .block-title {display:none;}
.sidebar .block-navigation .block-content,
.sidebar .block-account .block-content {padding:10px 0 0 3px}
.sidebar .block-navigation li,
.sidebar .block-account li { padding-left: 5px; margin-bottom:10px; line-height: 16px; word-wrap: break-word}
.sidebar .block-navigation li.active,
.sidebar .block-account li.current { background: #5c81a5; }
.sidebar .block-navigation li.active a,
.sidebar .block-account li.current{ color: #fff; }
.sidebar .block-navigation  a,
.sidebar .block-account a {text-decoration:none; font-weight: bold;}
.sidebar .block-navigation .currently {}
.sidebar .block-navigation .btn-remove { float:left; margin:2px 3px 0 0; }

.sidebar .block-navigation #narrow-by-list2 {padding-top: 5px;}
.sidebar .block-navigation #narrow-by-list2 dt span {display: none;}
.sidebar .block-navigation #narrow-by-list2 li {padding-right: 5px; font-size: 13px;}
.sidebar .block-navigation .block-subtitle {display: none;}
.sidebar .block-navigation #narrow-by-list {padding-top: 5px;}
.sidebar .block-navigation #narrow-by-list dt {display: none;}
.sidebar .block-navigation #narrow-by-list li {font-size: 13px;}

.col-main .block-navigation {padding: 8px 0; margin:0 5px; border-top: 1px solid #00407F; width: 664px; color:#00447B; font-size:14px;}
.col-main .block-navigation .block-title, 
.col-main .block-navigation .block-title strong,
.col-main .block-navigation .block-title span{ color:#0095D0; padding:0; margin:0;}
.col-main .block-navigation .block-content{background:none; padding:0; margin:0}
.col-main .block-navigation .block-content select {width: 140px; margin-left: 5px;}

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .item { margin-left:20px; }
.block-related .item .product-image { float:left; margin-right:-65px; }
.block-related .item .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed { clear: both; }
.block-viewed .block-content {font-size: 11px; line-height: 12px; padding: 10px 0; }
.block-viewed .block-content li.item{ padding: 10px; float: left; background: url("../images/bkg_recently-viewed.png") no-repeat top left; width: 200px; height: 80px; margin-right: 8px; }
.block-viewed .block-content li.item.last{ margin-right: 0; }
.block-viewed .block-content .product-img-box {float: left; width: 40px;}
.block-viewed .block-content .product-image  {float: left; width: 90px;}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.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 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {margin-top: 0px;}
.block-subscribe .block-content {}
.footer .block-subscribe {background: none; width: 275px; float: right;}
.footer .block-subscribe .block-subscribe-title {background: url(../images/footer.subscribe.title.png) no-repeat; width: 275px; height: 23px;}
.footer .block-subscribe .block-subscribe-title span {display: none;}
.footer .block-subscribe .block-content {background: #FFE372 url(../images/footer.subscribe.bg.png) left bottom no-repeat; padding: 0 0 5px 0; margin: 0;}
.footer .block-subscribe .input-box {float:left; width: 125px; padding: 2px 5px;}
.footer .block-subscribe .input-box .input-text { background: #ffeda6; border: none; width: 125px; height: 15px; font-size: 11px; color: #998657;padding: 2px;}
.footer .block-subscribe .input-box .validation-failed {padding: 3px 3px; width: 125px; height: 12px; margin-left: 5px;}
.footer .block-subscribe .input-box .validation-advice {display: none;}
.footer .block-subscribe button span {background: none; color: #00023B; padding:0; font-weight: normal;}
.footer .block-subscribe button span span {background: url(../images/arrow.full.blue.png) right 10px no-repeat; padding: 3px 15px 0 7px; font-weight: normal; }
.footer .block-subscribe p.hint {font-size: 10px; text-align:center; color: #998657; padding-top: 3px;}
.footer .block-subscribe p.hint a {color: #998657;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Block: News */
.block-news {}
.block-news .block-content {font-size: 11px;}

/* Block: Favorites */
.block-favorites {background: none;}
.block-favorites .block-content {background: none; padding: 10px 0 0 0 ;}
.block-favorites .controller {float:left;width:25px; height:155px;}
.block-favorites .controller a {display:block;width:100%;height:100%; margin-top:3px}
.block-favorites .controller a.disabled {-moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.block-favorites .controller  #favorite-slider-left {background:url(../images/imageslider.left.png) left no-repeat;}
.block-favorites .controller  #favorite-slider-right {background:url(../images/imageslider.right.png) right no-repeat;}
.block-favorites #favorite-slider {float:left;width:366px; height:170px;overflow:hidden;position:relative}
.block-favorites #favorite-slider a {width:120px}

/* Block: Newsbanner */
.block-newsbanner {background: none;}
.block-newsbanner .block-content {background: none; padding: 0 0 0 0 ; text-align: center;}

/*Block: top5 */
.block-top5  {background: none;}
.block-top5 .block-content {background: none; padding: 0 0 0 0 ; text-align: left;}
.block-top5 .block-content .item {background: url(../images/block.top5.item.bg.png) no-repeat; height: 90px;}
.block-top5 .block-content .item .number {display: block; width: 40px ; height: 55px; margin: 5px 10px 0 5px; color: #00447B; font-size: 60px; font-weight: bold; float: left; line-height: 60px;}
.block-top5 .block-content .item a.image {display: block; width: 45px; height: 45px; float: left; margin: 7px 10px 5px 0;}
.block-top5 .block-content .item a.image img {margin-bottom: 3px;}
.block-top5 .block-content .item a.product-name {float: left; margin: 5px 0 5px 0; display: block; font-weight: bold; width: 280px; font-size: 11px;text-decoration: none;}
.block-top5 .block-content .item .price {font-weight: normal;}
.block-top5 .block-content .item .special-price .price {font-weight: bold;}
.block-top5 .block-content .item .price-box {clear: left;}
.block-top5 .block-content .item .product-details {float: left;}
.block-top5 .medium-icons {width: 50px; height: 15px; float: left;}
.block-top5 .medium-icons span {display: block; float: left; width: 15px; height: 15px; margin: 0 1px 0 0;background-image: url(../images/icons.medium.small.png)!important; background-repeat: no-repeat;}
.block-top5 .medium-icons span.medium-cd {background-position: 0px 0px;}
.block-top5 .medium-icons span.medium-dvd {background-position: -15px 0px;}
.block-top5 .medium-icons span.medium-gesellschaftsspiel {background-position: -30px 0px;}
.block-top5 .medium-icons span.medium-mc {background-position: -45px 0px;}
.block-top5 .medium-icons span.medium-mp3 {background-position: -60px 0px;}
.block-top5 .medium-icons span.medium-ds {background-position: -75px 0px;}
.block-top5 .medium-icons span.medium-vod{background-position: -90px 0px;}
.block-top5 .medium-icons span.medium-wall-art {background-position: -105px 0px;}
.block-top5 .medium-icons span.medium-wii {background-position: -120px 0px;}
.block-top5 .medium-icons span.medium-spiele {background-position: -330px 0px;}

.top-5-category-view {margin-top: 20px; }
.top-5-category-view .category-image {width: 235px; height: 350px; float: left;}
.top-5-category-view .top-5-seller  {width: 420px; float: right;}
.top-5-category-view .top-5-seller .block {margin-top: 0px;}
.top-5-category-view .top-5-seller .item a.product-name {font-size: 11px;}


/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:left; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products .pager .sort-by{ float: left; text-align: left;}
.category-products .pager .pages {margin:0; text-align:right; float: right;}

.subcategories {margin: 10px 0 0 0;}
.subcategories .subcategory-item {float:left; margin: 0 8px 5px 0;}

/* View Type: Grid */
.products-grid { position: relative; padding-bottom: 15px; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { position: relative; float: left; width:302px; height: 130px; padding:10px; margin-right:20px; background: url(../images/product.list.item.bg.png) no-repeat top left; }

.products-grid .product-image { display:block; width:111px; height:100px; margin-right:8px; float:left; }
.products-grid .product-name { text-transform:none;  font-weight:bold; font-size:11px; float:left; width:182px;height:40px; overflow: hidden;}
.products-grid .product-name a {text-decoration:none;}
.products-grid .item .ratings { margin: 0 0 0 10px;}
.products-grid .ratings {float:right; width: 178px; font-weight:bold;padding-top:10px; text-align: right;}
.products-grid .ratings .amount{ float: right;}
.products-grid .ratings .rating-box{ float: right; }
.products-grid .price-box { float:left; font-size: 15px; width: 182px;margin-bottom: 8px;}
.products-grid .price-box .price-label {font-size: 11px;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { float:left; width: 178px;}
.products-grid .actions button.button {float: left;}
.products-grid .actions button.button span span {padding: 0 40px 0 20px;}
.products-grid .actions .player {float: right; position: absolute;}
.products-grid .actions .playbutton{ width: 27px; height: 22px; background: url(../images/product-list.player.bg.png) no-repeat; border: 0px; margin-left: 16px; cursor: pointer; float: left; margin-right: 2px;}
.products-grid .actions .play{ background: url(../images/product-list.player.bg.play.png) no-repeat; }
.products-grid .actions .cartexpress {background: url(../images/btn_cartexpress.png) no-repeat; width: 31px; height: 22px; border: 0px; cursor: pointer; float: left;}
.products-grid .actions .cartexpress span {display:none;}
.products-grid .actions .shipping-info{ font-size: 9px; clear: both;}
.products-grid .medium-icons {width: 110px; height: 30px; clear: left; position: absolute; bottom: 5px; left: 11px;}
.products-grid .medium-icons span {display: block; float: left; width: 30px; height: 30px; margin: 0 2px 0 0;background-image: url(../images/icons.medium.png); background-repeat: no-repeat;}
.medium-icons span.medium-cd {background-position: 0px 0px;}
.medium-icons span.medium-dvd {background-position: -30px 0px;}
.medium-icons span.medium-gesellschaftsspiel {background-position: -60px 0px;}
.medium-icons span.medium-mc {background-position: -90px 0px;}
.medium-icons span.medium-mp3 {background-position: -120px 0px;}
.medium-icons span.medium-ds {background-position: -150px 0px;}
.medium-icons span.medium-vod {background-position: -180px 0px;}
.medium-icons span.medium-wall-art {background-position: -210px 0px;}
.medium-icons span.medium-wii {background-position: -240px 0px;}
.medium-icons span.medium-kleidung{background-position: -270px 0px; }
.medium-icons span.medium-fan{background-position: -300px 0px; }
.medium-icons span.medium-spiele{ background-position: -330px 0px; }

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:690px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name {  margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.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:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0px 1px repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}
.ratings h3 span {float: left; display: block; }
.ratings h3 div.rating {float: left; display: block; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }
.price-box .price-label {font-size: 11px;}


/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { display: inline;}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight: normal; text-decoration:line-through; }

/* Special price */
.special-price { color: #e3001f;  margin-right: 10px; font-weight: bold; display: inline;}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* FTP */
.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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {width:664px; margin-left:5px;}
.product-view .short-description {float:right;background: url(../images/product-view.product-description.png) ; width:396px; padding: 0px 20px; margin-top:18px;margin-bottom:10px; overflow:hidden; font-size:11px }
.product-view .short-description-bottom {height:13px;background: url(../images/product-view.product-description-bottom.png) bottom left no-repeat; width:436px;  margin:0 -20px;}
.product-view .short-description h2 {color: #fff; background: url(../images/product-view.product-description.headline.png) no-repeat top left; width:436px; height: 40px;margin: 0 0 0 -20px; padding: 2px 0 0 15px; font-size: 14px;}
.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box { float:left; width:215px; margin:18px 0 30px 0; }
.product-view .product-img-box .image-hint{ font-size: 10px; text-align: right; margin: 5px 0 0px;}
.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:215px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:pointer; }
.product-view .product-img-box  img {cursor:pointer; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom {display:none; position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop {clear:both; background:url(../images/product-shop.top.png) no-repeat; padding:17px 17px 0 17px;}
.product-view .product-shop.simple .product-attributes {float:left; width:420px;margin-bottom:10px;}
.product-view .product-shop.simple .product-attributes span {display:block}
.product-view .product-shop.configurable .product-attributes span {display:block; float:left; width:49%}
.product-view .product-shop .product-attributes h3 {padding-bottom:10px}
.product-view .product-shop.simple #simple-product {float:right; width:180px; margin-bottom:10px;}
.product-view .product-shop.simple #simples-products {float:right; width:180px; margin-bottom:10px;}

.product-view .product-shop.configurable #simples-products {clear:left; margin:0 -10px;}
.product-view .product-shop.configurable #simples-products .simple-configurable {padding:10px 20px 0px 10px;}
/**
.product-view .product-shop.configurable #simples-products .simple-configurable {float:left; width: 180px; min-height:180px;margin:10px 20px 0px 10px;position:relative} 
.product-view .product-shop.configurable #simples-products .simple-configurable div {float:none;height:auto;}
.product-view .product-shop.configurable #simples-products .simple-configurable button {position:absolute;bottom:0; left:0;}
**/

.product-view .product-shop .price-box {float:none; width:auto;margin:0 !important;}
.product-view .product-shop .price-box .price {font-size:19px; font-weight:bold;}
.product-view .product-shop .price-box .special-price {color:#EF3635;}
.product-view .product-shop .price-box .old-price .price {font-weight: normal;}
.product-view .product-shop .gift .price-box .price {font-size:12px; font-weight:normal; color:#000047;}
.product-view .product-shop .simple-media {float:none; margin:0px 0px 5px 0px !important; width:166px; height:35px !important; background:url(../images/product-view.simple-media.png) no-repeat; padding:5px;}
.product-view .product-shop .simple-media span { font-size:19px;color:#fff;padding: 5px 0 0 10px; position: relative; top: 4px; }
.product-view .product-shop .simple-media .medium- {background: none!important; width: 1px!important;}
.product-view .product-shop .simple-media .medium-icon {display:block; float:left; height:30px; width:30px; padding:0; background-repeat:no-repeat; background-image: url(../images/icons.medium.png); background-position: left center; position: static;}
.product-view .product-shop .simple-media .medium-cd {background-position: 0px 0px; }
.product-view .product-shop .simple-media .medium-dvd {background-position: -30px 0px;}
.product-view .product-shop .simple-media .medium-gesellschaftsspiel {background-position: -60px 0px;}
.product-view .product-shop .simple-media .medium-mc {background-position: -90px 0px;}
.product-view .product-shop .simple-media .medium-mp3 {background-position: -120px 0px;}
.product-view .product-shop .simple-media .medium-ds {background-position: -150px 0px;}
.product-view .product-shop .simple-media .medium-video {background-position: -180px 0px;}
.product-view .product-shop .simple-media .medium-wall-art {background-position: -210px 0px;}
.product-view .product-shop .simple-media .medium-wii {background-position: -240px 0px;}
.product-view .product-shop .simple-media .medium-kleidung{background-position: -270px 0px; }
.product-view .product-shop .simple-media .medium-fan{background-position: -300px 0px; }
.product-view .product-shop .simple-media .medium-spiele{background-position: -330px 0px; }
.product-view .product-shop .simple-media img {cursor:pointer}

.product-view .product-shop .gift {margin:10px 0 !important; float:none !important; padding: 3px 0; border-top: 1px solid #17176B; border-bottom: 1px solid #17176B}

.product-view .product-shop .add-to-cart {background:url(../images/product-view.addtocart.png) 0 0 no-repeat; width:180px; height:32px; border:0px none; cursor:pointer}
.product-view .product-shop.configurable .add-to-cart {margin: 0px 20px 10px 10px}
.product-view .product-shop .add-to-cart span {display:none;}

.product-view .product-shop .add-to-mp3 {background:url(../images/product-view.addtomp3.png) 0 0 no-repeat; width:180px; height:32px; border:0px none; cursor:pointer}
.product-view .product-shop.configurable .add-to-mp3 {margin: 0px 20px 10px 10px}
.product-view .product-shop .add-to-mp3 span {display:none;}

.product-view .product-shop .add-to-vod {background:url(../images/product-view.addtovod.png) 0 0 no-repeat; width:180px; height:32px; border:0px none; cursor:pointer}
.product-view .product-shop.configurable .add-to-vod {margin: 0px 20px 10px 10px}
.product-view .product-shop .add-to-vod span {display:none;}

.product-view .product-shop .product-actions {font-size:12px;color:#fff; clear:both; background:url(../images/product-shop.bottom.png) bottom no-repeat;  padding: 5px 9px 10px 9px; margin: 0 -17px;}
.product-view .product-shop .product-actions  a {color:#fff; text-transform:uppercase;text-decoration:none;}

.col1-layout .product-view .product-shop { }
.col3-layout .product-view .product-shop { }

.product-view .product-essential .product-name {background:url(../images/product-view.product-name.top.png) 0 0 no-repeat;width: 664px;height:auto;min-height:23px}
.product-view .product-essential .product-name h1 {padding:0 15px; margin:0; font: bold 15px "Trebuchet MS"; color: #fff; background:url(../images/product-view.product-name.bottom.benbluem.png) left bottom no-repeat;min-height:20px;padding-bottom:3px;}


/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Product Details */

.product-view .product-details {margin: 15px 0}
.product-view .product-details h3 {background:url(../images/product-view.subheadline.png) no-repeat; width: 649px; height:22px; color:#fff; font-weight:normal; padding: 3px 0 0 15px;margin-bottom:8px; font-size: 14px;}
.product-view .product-details div {width:322px;background: url(../images/product-view.detail.middle.png)}
.product-view .product-details div.production {float:left;}
.product-view .product-details div.narrator {float:right;}
.product-view .product-details div h4 {background: url(../images/product-view.detail.top.png) no-repeat; height:22px; width:307px; color:#fff; padding: 5px 0 0 15px; font-size:13px}
.product-view .product-details div p {background: url(../images/product-view.detail.bottom.png) bottom no-repeat; width:292px; padding: 10px 15px;font-size:11px}

/*Product Popups*/
#myImage {width:620px;margin-top:10px;top:0px}
#myImage .headline {background:url(../images/image-popup.top.png) top no-repeat;}
#myImage .content {background:url(../images/image-popup.bottom.png) bottom no-repeat; padding:8px 12px 50px 8px;}


/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {margin-top:15px;}
.product-view .box-up-sell #upsell-product-table {width:675px;}
.product-view .box-up-sell h2 {background:url(../images/product-view.subheadline.png) no-repeat; width: 649px; height:23px; color:#fff; font-weight:normal; padding: 2px 0 0 15px;margin-bottom:8px; font-size: 14px;}
.product-view .box-up-sell .products-grid td { background:url(../images/upsell.product.bg.png) 0 0 no-repeat; width:190px; height: 101px;padding:13px; }
.product-view .box-up-sell .products-grid td.empty {background:none !important;}
.product-view .box-up-sell .products-grid .product-image {width:80px; height:auto;float:left;}
.product-view .box-up-sell .products-grid .product-name {float:left; width:110px;}
.product-view .box-up-sell .products-grid .medium-icons {position:relative; clear:none;width:auto;height:auto;left:0px;bottom:0px}


/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
/* Product Reviews */
.product-view .product-reviews {margin:10px 0}
.product-view .product-reviews .ratings h3{background:url(../images/product-view.subheadline.png) no-repeat; width: 649px; height:25px; color:#fff; font-weight:normal; padding: 0 0 0 15px;margin-bottom:8px; font-size: 14px;}
.product-reviews .ratings h3 {float:left; display:inline; font-weight:normal }
.product-reviews .ratings .rating-box {display:inline; margin:2px 10px 0 15px; }
.product-reviews .ratings .rating-number { font-weight: bold;}
.product-reviews .ratings span {margin-top: 2px;display:block; }
.product-reviews  .review-item {margin-bottom:5px;font-size: 11px}
.product-reviews  .review-item  h4 {float:left; font-size: 11px; font-weight:bold;}
.product-reviews  .review-item  .rating-box{float:left; margin-right: 10px}
.product-reviews  .review-item  p {clear:left;margin-top:10px}
.product-reviews  .review-item-top {background: url(../images/product-view.review-item.top.png) no-repeat; height:13px}
.product-reviews  .review-item-middle {background: url(../images/product-view.review-item.middle.png); padding: 0 15px}
.product-reviews  .review-item-bottom {background: url(../images/product-view.review-item.bottom.png) no-repeat; height: 13px;}
.product-reviews a.review-read-more {background:url(../images/product-view.review.button.png) no-repeat; width:109px; height:19px; padding: 2px 0 0 6px; text-transform:uppercase; color: #fff; text-decoration:none; float:right}
.product-reviews .form-add {margin-top:10px;}
.product-reviews .form-add h2 {background:url(../images/product-view.subheadline.png) no-repeat; width: 649px; height:23px; color:#fff; font-weight:normal; padding: 2px 0 0 15px;margin-bottom:8px; font-size: 14px;}
.product-reviews .form-add h3, .product-reviews .form-add h4 {text-transform:none}
.product-reviews .form-add #product-review-table {margin: 10px 0;}
.product-reviews .buttons-set button.button {float:none}
.product-reviews #customer-reviews .ratings span{ display: inline; }
.product-reviews #customer-reviews .ratings .rating-box{ margin: 0px 10px 0 0;}

.review-product-list .product-reviews .product-reviews-summary{ display: none;}

/* Send a Friend */
.send-friend {}

/* Product Crosssell */
.crosssell {font-size: 11px; margin: 10px 0;}
.crosssell h3 {background:url(../images/product-view.subheadline.png) no-repeat; width: 649px; height:20px; color:#fff; font-weight:normal; padding: 2px 0 0 15px;margin-bottom:8px}
.crosssell a {text-decoration: none;}
.crosssell #crosssell-products-list li {background: url(../images/upsell.product.bg.png) no-repeat; width: 195px; height:101px; padding:13px; float:left; margin-right:0px;}
.crosssell #crosssell-products-list li  .product-image {float:left; width:80px;}
.crosssell #crosssell-products-list li  .product-details {float:left; width:100px; margin:0}
.crosssell #crosssell-products-list li  .product-details div {width:100%; background:none}
.crosssell #crosssell-products-list li  .product-details .product-name {width:120px}
.crosssell #crosssell-products-list li  .product-details div {width:100%; background:none}
.crosssell #crosssell-products-list li .medium-icons {margin-top:5px}

.crosssell  .medium-icons span,
.box-up-sell .products-grid .medium-icons span {display: block; float: left; width: 15px; height: 15px; margin: 0 1px 0 0;background-image: url(../images/icons.medium.small.png); background-repeat: no-repeat;}
.crosssell  .medium-icons span.medium-cd,
.box-up-sell .products-grid .medium-icons span.medium-cd  {background-position: 0px 0px;}
.crosssell .medium-icons span.medium-dvd,
.box-up-sell .products-grid .medium-icons span.medium-dvd  {background-position: -15px 0px;}
.crosssell .medium-icons span.medium-gesellschaftsspiel,
.box-up-sell .products-grid .medium-icons span.medium-gesellschaftsspiel  {background-position: -30px 0px;}
.crosssell .medium-icons span.medium-mc,
.box-up-sell .products-grid .medium-icons span.medium-mc  {background-position: -45px 0px;}
.crosssell .medium-icons span.medium-mp3,
.box-up-sell .products-grid .medium-icons span.medium-mp3  {background-position: -60px 0px;}
.crosssell .medium-icons span.medium-ds,
.box-up-sell .products-grid .medium-icons span.medium-ds  {background-position: -75px 0px;}
.crosssell .medium-icons span.medium-vod,
.box-up-sell .products-grid .medium-icons span.medium-vod  {background-position: -90px 0px;}
.crosssell .medium-icons span.medium-wall-art,
.box-up-sell .products-grid .medium-icons span.medium-wall-art  {background-position: -105px 0px;}
.crosssell .medium-icons span.medium-wii,
.box-up-sell .products-grid .medium-icons span.medium-wii  {background-position: -120px 0px;}
.crosssell .medium-icons span.medium-kleidung,
.box-up-sell .products-grid .medium-icons span.medium-kleidung  {background-position: -135px 0px;}
.crosssell .medium-icons span.medium-fan,
.box-up-sell .products-grid .medium-icons span.medium-fan  {background-position: -150px 0px;}
.crosssell .medium-icons span.medium-spiele,
.box-up-sell .products-grid .medium-icons span.medium-spiele  {background-position: -165px 0px;}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Content Caption */
.content-caption { text-align: center; }
.content-caption span {padding: 0 10px 0 0; line-height: 26px; font-size: 11px;}
.col-main .content-caption { margin-top: 20px; clear: both;}

/* Product Tags */
.tags-list li { display:inline; }

/* Search */
.catalogsearch-result-index .col-left .block-navigation .currently { border-top: 1px solid #5c81a5; padding-top: 10px;}
.catalogsearch-result-index .col-left .block-navigation .actions { margin-left: 5px; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .page-title {margin: 10px 0 20px 0;}
.cms-home .subtitle {}
.cms-index-index .subtitle {}

ul.li_inline li{ display: inline; }

.cms-home .slider  {width: 860px; height: 270px; background:url(../images/home.slider.bg.png) no-repeat; }
.cms-home .slider .widget {}
.cms-home .slider .widget #carousel  {padding: 10px 0 0 10px}
.cms-home .slider #carousel-wrapper {float:left;width:690px; height:250px;overflow:hidden}
.cms-home .slider #carousel-triggers {float:left;width:150px; margin-top: 10px;}
.cms-home .slider #carousel-triggers li {height:45px; margin-bottom: 2px;}
.cms-home .slider #carousel-triggers li a {display: block; width:100%; height:100%}
.cms-home .slider #carousel-triggers li a.carousel-selected {margin-left:-5px; padding:0 5px; background:url(../images/home.slider.trigger.active.png) no-repeat}
.cms-home .slider #carousel-triggers li a img {margin-top: 2px;}

/* AGB, hier stimmen sonst die Abstände nicht - vgl. EMails */
body.cms-agb p{ margin-bottom: 10px;}
body.cms-agb h3{ font-weight: bold; margin-top: 20px;}
body.cms-agb h4{ font-weight: bold; margin-top: 10px;}

/* Kategorie Geschenkverpackung */
body.category-geschenkverpackung .col-main .page-title h1{ margin-top: 0px;}
body.category-geschenkverpackung .col-main h1{ margin: 17px 0 13px 0;}
body.category-geschenkverpackung .col-main p{ margin-bottom: 10px; }
body.category-geschenkverpackung .col-main ol{ margin: 15px 0px; list-style-type: decimal; font-size: 27px; font-weight: bold; font-family: arial, sans-serif;}
body.category-geschenkverpackung .col-main ol li{ margin-left: 30px; }
body.category-geschenkverpackung .col-main ol li h2{ text-transform: none; }
body.category-geschenkverpackung .col-main ol li p{ margin: 10px 0; font-size: 15px; font-weight: normal;}
body.category-geschenkverpackung .col-main .category-products{ margin-top: 20px;}

/* Downloads */
body.cms-downloads .page-title{ display: none; }
body.cms-downloads .std{ position: relative; }
body.cms-downloads .std h2{ position: absolute; top: 20px; left: 40px; font-size: 30px; color: #000047; font-family: "Trebuchet MS"; text-transform: uppercase; }
body.cms-downloads .std h1{ position: absolute; top: 59px; left: 39px; font-size: 35px; color: #5C81A5; text-transform: uppercase; font-family: "Trebuchet MS"; }
body.cms-downloads .std .bodytext{ position: absolute; top: 211px; left: 511px; font-size: 16px; width: 346px; }
body.cms-downloads .std .bodytext p{ margin-bottom: 10px; }
body.cms-downloads .std h3{ margin-top: 20px; margin-bottom: 10px; font-size: 16px; margin-left: 45px; text-transform: none; }
body.cms-downloads .std p a{ margin-left: 45px; }

/* 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 {}
.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 {}

#mzsitemap h1{ margin-bottom: 20px;}

/* 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.35; background-position:0 2px; }
/* ======================================================================================= */


/* Overlay Windows mp3 Shop, VoD, Shopping Cart ========================================================================= */
.cart-info {position: absolute; width:475px; text-align:left;}
.cart-info .headline {background:url(../images/cart-info.top.png) no-repeat; color: #fff; height:22px; padding:8px 15px 0 15px;}
.cart-info .headline strong{ float: left;}
.cart-info .headline .cart-close-link {float:right; text-decoration:none; color:#fff; cursor: pointer;}
.cart-info .content {background:url(../images/cart-info.bottom.png) bottom no-repeat; padding:0px 15px 20px 15px;}
.cart-info .cart-info-message {border-bottom:1px solid #fff;padding:10px 0px;;margin-bottom:10px;} 
.cart-info .cart-infos{color:#000; font-weight:bold;} 
.cart-info .button {margin-top:10px; float: left;}
.cart-info a.button,
.cart-info a.playlist-item { float: left; overflow:visible; width:auto; border:0; padding:0; background:transparent; cursor:pointer; text-decoration: none;}
.cart-info a.button span,
.cart-info a.playlist-item span { float:left; height:21px; background:transparent url(../images/bkg_button.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
.cart-info a.button span span,
.cart-info a.playlist-item span span { background-position:100% 0; padding:0 20px 0 4px; }
.cart-info .cart-info-continue-shopping {float:right} 
.cart-info .medium-icon {width:31px; height:31px;margin: 5px 10px 0 0; float:left}
.cart-info .medium-mp3 {background-image:url(../images/icon.mp3.png);}
.cart-info .medium-video {background-image:url(../images/icon.vod.png);}
#myMp3Id .content {padding-top:15px }
#myAudioId .content {text-align:center; padding-top: 10px;}
#myAudioId .content object param {margin-bottom: 10px;}
.cart-info .playlist{ margin-top: 10px;}
.cart-info a.playlist-item{ margin-right: 5px; }
#transparentlayer img{ position: absolute; top: 50%; left: 50%; }
#express-cart {}
#express-cart .content {padding-top: 10px;}
#express-cart .content ul {margin: 10px 0 10px 0;border-bottom: 1px solid #fff;}
#express-cart .content ul li {margin-top: 10px; padding-top: 10px; border-top: 1px solid #fff;}
#express-cart .content ul li .left {float: left; width: 90px;}
#express-cart .content ul li .center {float: left; width: 160px; margin: 0 0 0 10px;}
#express-cart .content ul li .right {float: right; width: 180px;}
#express-cart .content .pricenote {font-size: 9px; color: #999999; margin: 10px 0 0 0; display: block;}
#express-cart .content .pricenote a {color: #999999;}
#express-cart .item h2.product-name {text-transform: none; font-weight: bold; height: 40px;}
#express-cart .item .price-box {font-size: 15px;}
#express-cart .item .shipping-info {font-size: 10px;}
#express-cart .add-to-cart {background:url(../images/product-view.addtocart.png) 0 0 no-repeat; width:180px; height:32px; border:0px none; cursor:pointer;margin-top: 10px;}
#express-cart .add-to-cart span {display:none;}
#express-cart .medium-icons {width: 110px; height: 30px; clear: left;}
#express-cart .medium-icons span {display: block; float: left; width: 30px; height: 30px; margin: 0 2px 0 0;background-image: url(../images/icons.medium.png); background-repeat: no-repeat;}

/* Shopping Cart ========================================================================= */
.cart {margin-left:10px}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */

.cart-table {width:842px; border:0px none; background:url(../images/cart.table.middle.grey.png);}
.cart-table tr, .cart-table tr.odd, .cart-table tr.even, .cart-table th, .cart-table td {border:0px none;background:transparent}
.cart-table thead, .cart-table thead th {background:url(../images/cart.table.top.grey.png) center top no-repeat;}
.cart-table thead th:first-child{background-position:left top;} /*Webkit fix*/
.cart-table thead th:last-child{background-position:right top;} /*Webkit fix*/
.cart-table tfoot {background:url(../images/cart.table.bottom.grey.png) bottom no-repeat; margin-top: 10px; }
.cart-table tfoot td{ height: 30px; }
.cart-table thead th {padding: 8px; text-transform: uppercase }
.cart-table thead th.last, .cart-table tbody td.last {padding-right:12px}
.cart-table tbody tr,
.cart-table thead tr {background:url(../images/cart.table.td.border.png) no-repeat left bottom;}
.cart-table tbody td {padding:8px;}
.cart-table input.disabled{ background: #f2f4fc; border: 0; }
.cart-table .item-msg { font-size:10px; }
.cart-table .product-name a { text-decoration:none; font-family:Verdana,Arial,Helvetica,sans-serif }
.cart-table .medium-icon{ background-repeat:no-repeat; display:block; height:30px; padding:0; width:30px;}
.cart-table .medium-icons span span { display: none;}
.cart-table .medium-icons span {display: block; width: 30px; height: 30px; background-image: url(../images/icons.medium.png); background-repeat: no-repeat;}
.cart-table .medium-icons span.medium-cd {background-position: 0px 0px;}
.cart-table .medium-icons span.medium-dvd {background-position: -30px 0px;}
.cart-table .medium-icons span.medium-gesellschaftsspiel {background-position: -60px 0px;}
.cart-table .medium-icons span.medium-mc {background-position: -90px 0px;}
.cart-table .medium-icons span.medium-mp3 {background-position: -120px 0px;}
.cart-table .medium-icons span.medium-ds {background-position: -150px 0px;}
.cart-table .medium-icons span.medium-vod {background-position: -180px 0px;}
.cart-table .medium-icons span.medium-wall-art {background-position: -210px 0px;}
.cart-table .medium-icons span.medium-wii {background-position: -240px 0px;}
.cart-table .medium-icons span.medium-kleidung{background-position: -270px 0px; }
.cart-table .medium-icons span.medium-fan{background-position: -300px 0px; }
.cart-table .medium-icons span.medium-spiele{background-position: -330px 0px; }
.cart-table .medium-icons span.medium- {background: none;}
.cart button.btn-continue {float:left;margin:-15px 0 0 15px;background:url(../images/cart.button.btn-continue.png); width:142px; height:29px}
.cart button.btn-update {float:right;margin:-15px 30px 0 0;background:url(../images/cart.button.btn-update.png); width: 204px; height:31px}
.cart button.btn-continue span, .cart button.btn-update span {display:none}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:530px; }
.cart .cart-collaterals .col2-set .col-1 {width:310px;}
.cart .cart-collaterals .col2-set .col-2 {width:220px}
.cart .cart-collaterals h2 {font: bold 16px "Trebuchet MS"; margin-bottom: 5px; text-transform: none}

/* Shipmentnotice */
.cart .shipmentnotice .content{ background: url(../images/cart.shipping.bottom.grey.png) no-repeat bottom left; width: 272px; padding: 0 10px 10px;}
.cart .shipmentnotice h2{ margin-bottom: 0px; padding:10px 5px 0 10px; background: url(../images/cart.shipping.top.grey.png) no-repeat top left; }

/* Crossell */
.cart .crosssell { clear: both; float: left; margin-top: 44px; width: 834px;}
.cart .crosssell h2 { background:url("../images/cart.h2.png") no-repeat scroll left bottom transparent; color:#FFFFFF; font:bold 15px "Trebuchet MS"; margin:0; min-height:20px; padding:0 15px 3px;}
.cart .crosssell .product-image { float:left; width:80px; height:70px;}
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell h3{ background: none; font-weight: bold; padding-left: 0px;}
.cart .crosssell li.item { margin:12px 85px 12px 0 !important; }
.cart .crosssell li.last{ margin-right: 0px !important;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount {width:218px;background:url(../images/cart.discount.top.grey.png) top no-repeat;}
.cart .discount h2 { padding: 10px 5px 0px 10px; }
.cart .discount .discount-form{background:url(../images/cart.discount.bottom.grey.png) bottom no-repeat;  padding: 0px 10px 10px 10px}

.cart .shipping {width:292px;background:url(../images/cart.shipping.top.grey.png) top no-repeat;}
.cart .shipping h2 { padding: 10px 5px 0px 10px; }
.cart .shipping .shipping-form{background:url(../images/cart.shipping.bottom.grey.png) bottom no-repeat;  padding: 0px 10px 10px 10px}

.cart .shipmentnotice {width:292px;background:url(../images/cart.shipping.top.grey.png) top no-repeat;}
.cart .shipmentnotice h2 { padding: 10px 5px 0px 10px; }
.cart .shipmentnotice .content {background:url(../images/cart.shipping.bottom.grey.png) bottom no-repeat;  padding: 0px 10px 10px 10px}
.cart .shipmentnotice .content .showprogress {width: 270px; height: 20px; border: 1px solid #5C81A5; margin: 5px 0}
.cart .shipmentnotice .content .showprogress .progressbar {background: #003f7c ; height: 20px;}
.cart .shipmentnotice .content .subheadline, .cart .shipmentnotice .content .ordersum {margin-bottom: 10px;}
.cart .shipmentnotice .content .info {font-size: 11px;margin-top: 10px;}

/* Shopping Cart Totals */
.cart .totals { float:right; margin-right:15px; width:300px;}
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot {font: bold 20px "Trebuchet MS";}

button.btn-checkout {background:url(../images/cart.button.checkout.neu.png) no-repeat; width:236px;height:42px;}
button.btn-checkout span {display:none}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .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 {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements { float: left; margin-bottom: 10px;}
.checkout-agreements li { margin:0 10px 0 0 ; width: 413px; float: left;}
.checkout-agreements li.id_2{ margin-right: 0px;}
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }


/* Centinel */
.centinel {}

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.checkout-cart-index .col-main .presentservice{ margin-bottom: 20px; margin-left: 10px;}

.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login h2 {margin:10px 0}
.account-login .new-users {}
.account-login .registered-users {}

.account-create {}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .page-title{ margin-bottom: 10px;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .box-account{ margin: 25px 0; padding-top: 25px; border-top: 1px solid #5c81a5;}

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info .col2-set {margin: 0 0 20px 0;}
.dashboard .box-info .box-title {margin: 0 0 10px 0;}
.dashboard .box-info .box-title h3 {float:left; margin-right:10px}
.dashboard .box-info .box {margin:10px 10px 10px 0;}
.dashboard .box-info h4 {margin-bottom: 10px;}
.dashboard .box-info address a {margin-top: 10px; display: block;}

/* Block: Reviews */
.dashboard .box-reviews .box-head {margin: 0 0 10px 0;}
.dashboard .box-reviews .box-title h3 {float:left; margin-right:10px}
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews #my_recent_reviews .item {margin: 0 0 10px 0}

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Wishlist */
.my-wishlist .data-table textarea{ width: 250px; height: 100px;}
.my-wishlist .buttons-set button{ margin-left: 10px;}

/* Address Book */
.addresses-list {}
.addresses-list h2{ margin-bottom: 10px;}
.addresses-list li.item { margin-bottom: 20px;}

/* Order View */
.order-info { border-bottom:1px solid #ddd; padding:5px 0 2px 0; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline;}
.order-info dt { font-weight:bold; }
.order-info #order-info-tabs li { padding: 5px 10px 3px 10px; margin: 0 2px; border: 1px solid #ddd; }
.order-info #order-info-tabs li.current {background: #ddd; font-weight: bold;} 

.order-date { margin:10px 0; }

.order-info-box {margin:25px 0;}
.order-info-box .box-content {margin:10px 10px 10px 0;}
.order-items {margin:25px 0;}
.order-items h2 {margin:0 0 10px 0;}

.order-items { width:100%; overflow-x:auto; }

.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.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 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/** Downloads */
.downloadable-customer-products .page-title{ position: absolute; background: url(../images/bkg_mediathek.png) no-repeat top left; top: 42px; left: 180px; padding: 15px 0 0 30px; height: 95px; width: 254px;}
.downloadable-customer-products .page-title h1{ font-size: 40px; }
.downloadable-customer-products .page-title h2{ text-transform: none; color: #5C81A5;}
.downloadable-customer-products .infotext{ margin-top: 10px; }
.downloadable-customer-products a.help{ float: right; display: block; cursor: pointer; width: 80px; height: 25px; margin: 20px 0 10px 10px; background: url(../images/btn_help.gif) no-repeat top left; text-indent: -99em; }
.downloadable-customer-products .pager{ margin-top: 10px; width: 505px; float: left; clear: both; font-size: 12px; }
.downloadable-customer-products .pager .limiter{ display: none; }
.downloadable-customer-products .pager .pages{ margin: 0; }
.downloadable-customer-products a.refresh-button{ display: block; float: right; background: url("../images/button.updateview.gif") no-repeat top left; width: 161px; height: 21px; text-indent: -9999em; margin-top: 12px; }
.downloadable-customer-products .data-table thead th{ white-space:nowrap !important; padding: 10px; background: #5C81A5 url(../images/bkg_mediathek_table_spacer.gif) no-repeat right 8px; color: #fff; font-weight: normal; border: 0;}
.downloadable-customer-products .data-table thead th .first{ display: block; margin: -10px;  padding: 10px; background: url(../images/bkg_table_headline_first.gif) no-repeat top left; }
.downloadable-customer-products .data-table thead th .last{ display: block; margin: -10px; padding: 10px; background: url(../images/bkg_table_headline_last.gif) no-repeat top right; }
.downloadable-customer-products .data-table tbody td{ border: 0; padding: 10px; background: #D6DFE8; border-right: 1px solid #fff; border-top: 1px solid #fff; }
.downloadable-customer-products .data-table tbody td.last{ border-right: 0; }
.downloadable-customer-products .data-table tbody td img{ float: left; margin-right: 10px; }
.downloadable-customer-products .data-table tbody tr.last td.first{ background: #D6DFE8 url(../images/bkg_table_bottom_first.gif) no-repeat bottom left; }
.downloadable-customer-products .data-table tbody tr.last td.last{ background: #D6DFE8 url(../images/bkg_table_bottom_last.gif) no-repeat bottom right; } 
.downloadable-customer-products .data-table tbody td.last a.downloadbutton {display: block; width:110px; height:22px; margin: 5px 0 0 0; background: url(../images/button.download.gif) no-repeat;}
.downloadable-customer-products .data-table tbody tr.first td,
.downloadable-customer-products .data-table tbody tr.noborder td{ border-top: 0px; }
.downloadable-customer-products ul.messages {margin: 10px 0 0 0!important;}
.downloadable-customer-products .data-table a{ cursor: pointer; }
.downloadable-customer-products #download-confirm p{ padding: 10px 0; } 
.downloadable-customer-products #download-confirm a{ background:url("../images/button.download.gif") no-repeat scroll 0 0 transparent; display:block; height:22px; margin:5px 0 0; width:110px; text-indent: -9999em; }


/* ======================================================================================= */

/* Question ============================================================================== */
.question-index-index .buttons-set button{ margin-left: 10px;}
/* ======================================================================================= */


/* Sendfriend ============================================================================ */
.sendfriend-product-send .buttons-set .button{ margin-left: 10px;}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer {background:url(../images/page.frame.bottom.png) left bottom no-repeat;  padding: 20px 20px 25px 20px;}
.footer p { text-align:right; }
.footer address { text-align:right; font-family:"Trebuchet MS";font-size: 12px; clear: both;}
.footer address span {background:url(../images/footer.logo.kiddinx.png) no-repeat center top; padding: 8px 30px 0 30px;}
.footer ul {float:left; margin: 0 20px 0 0;}
.footer ul li ul{float:none}
.footer .pricenote {font-size:11px;}
.footer-container  { background:url(../images/page.frame.center.png) repeat-y; margin: 0 -16px 0 -12px;}
.footer-container  ul li span { font-family:"Trebuchet MS";font-size: 12px; text-transform: uppercase; font-weight: bold;}
.footer-container  ul li span span { color: #fe3338; }
.footer-container  ul li ul {margin: 10px 0 0 0;}
.footer-container  ul li ul li{font-size: 11px;}
.footer-container  ul li ul li a{text-decoration: none;}
/* ======================================================================================= */


/* 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,
.col2-set:after,
.col3-set: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 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* COLOR Schemes ==========================================================================*/

/*default blue */
.colored {color: #00457B;}
.col1-layout .main {background:#5C81A5}
.col1-layout .col-main-top {background:url(../images/col-main.col1.default.top.png) no-repeat;}
.col1-layout .col-main {background:url(../images/col-main.col1.default.middle.png) repeat-y;}
.col1-layout .col-main-bottom {background:url(../images/col-main.col1.default.bottom.png) no-repeat;}

.col2-left-layout .main {background:#5C81A5 url(../images/col-main.default.middle.png) 159px repeat-y; position: relative; }
.col2-left-layout .col-main-top {background: #5C81A5 url(../images/col-main.default.top.png) left bottom no-repeat; margin-top: -1px; padding-top: 14px;}
.col2-left-layout .col-main {background:none;}
.col2-left-layout .col-main-bottom {background: #5C81A5 url(../images/col-main.default.bottom.png) no-repeat; position: absolute; bottom: 0px; right: 0px; padding-bottom: 18px;}

.col2-left-layout .sidebar .block-navigation,
.sidebar .block-account {background: #DDEAF6 url(../images/layered-nav.default.top.png) no-repeat;}
.col2-left-layout .sidebar .block-navigation .block-content,
.sidebar .block-account .block-content {background: url(../images/layered-nav.default.bottom.png) bottom no-repeat;}
.product-view .product-essential .product-name {background-image:url(../images/product-view.product-name.top.png)}
.product-view .product-essential .product-name h1 {background-image:url(../images/product-view.product-name.bottom.png)}
.catalog-category-view .col-main {padding-top: 0px;}
.catalog-category-view .category-title {background: url(../images/category-title.default.png) no-repeat left bottom; width: 670px; height:65px;}
.catalog-category-view .category-title  h1 {font-size: 14px; color: #fff; padding: 45px 0 0 10px; margin: 0; font-weight: bold;}
.product-view .product-shop {clear:both; background:url(../images/product-shop.top.png) no-repeat; padding:17px 17px 0 17px; }
.product-view .product-shop .product-actions {background-image:url(../images/product-shop.bottom.png);}
.product-view .product-details h3 {background-image:url(../images/product-view.product-details.h3.png);}
.product-view .product-reviews .ratings h3 {background-image:url(../images/product-view.subheadline.png);}
.product-view .box-up-sell h2 {background-image:url(../images/product-view.subheadline.png);}
.product-view .product-details div {background-image: url(../images/product-view.detail.middle.png);}
.product-view .product-details div h4 {background-image: url(../images/product-view.detail.top.png);}
.product-view .product-details div p {background-image: url(../images/product-view.detail.bottom.png);}
.block-top5 .block-content .item {background-image: url(../images/block.top5.item.bg.png);}
.product-view .box-up-sell .products-grid td { background-image:url(../images/upsell.product.bg.png);}


/* start home */
body.cms-index-index .col1-layout .main {background:#e30020 url(../images/main.start.bottom.png) bottom no-repeat; padding-bottom: 5px;}
body.cms-index-index .col1-layout .col-main {background: #fff url(../images/col-main.start.top.png) top no-repeat;}
/*body.cms-index-index .nav-container {background: url(../images/nav-container.start.bg.bottom.png) no-repeat bottom; padding-bottom: 5px;}*/
body.cms-index-index .col-main-top, body.cms-index-index .col-main-bottom {display: none;}

/*Overlay NoFlash*/
.noflash div {padding: 15px 20px 0 70px; height: 80px; font-size: 11px; background: url(../images/icon.noflash.jpg) no-repeat left center;}
.noflash div h2{font-size: 14px; margin-top: 5px;}
.noflash div a {text-decoration: underline; font-weight: bold;}


/* category-benjamin-bluemchen */
body.benjamin-bluemchen .colored {color: #be1b1c;}

body.benjamin-bluemchen .col2-left-layout .main-wrapper {background:#0095D0 url(../images/bkg.main.benbluem.jpg);}
body.benjamin-bluemchen .col2-left-layout .main-footer {background:#0095D0 url(../images/main.benbluem.bottom.png) bottom no-repeat; height: 2px;}
body.benjamin-bluemchen .col2-left-layout .main {background: url(../images/col-main.benbluem.middle.png) 159px repeat-y; position: relative; }
body.benjamin-bluemchen .col2-left-layout .col-main-top {background: #0095D0 url(../images/col-main.benbluem.top.png) left bottom no-repeat; margin-top: -1px; padding-top: 14px;}
body.benjamin-bluemchen .col2-left-layout .col-main {background:none;}
body.benjamin-bluemchen .col2-left-layout .col-main-bottom {background: #0095D0 url(../images/col-main.benbluem.bottom.png) no-repeat; position: absolute; bottom: 0px; right: 0px; padding-bottom: 18px;}

body.benjamin-bluemchen .col2-left-layout .sidebar .block-navigation {background: #CFEBF6 url(../images/layered-nav.benbluem.top.png) no-repeat;}
body.benjamin-bluemchen .col2-left-layout .sidebar .block-navigation .block-content {background: url(../images/layered-nav.benbluem.bottom.png) left bottom no-repeat;}
body.benjamin-bluemchen .col2-left-layout .sidebar .block-navigation li.active { background: #0095D0; }
body.benjamin-bluemchen .col2-left-layout .sidebar .block-navigation li.active a{ color: #fff; }
body.benjamin-bluemchen .product-view .product-essential .product-name {background-image:url(../images/product-view.product-name.top.benbluem.png)}
body.benjamin-bluemchen .product-view .product-essential .product-name h1 {background-image:url(../images/product-view.product-name.bottom.benbluem.png)}
body.benjamin-bluemchen .category-title {background: url(../images/category-title.benbluem.png) no-repeat left bottom;}
body.benjamin-bluemchen .product-view .short-description h2 {background-image: url(../images/product-view.product-description.headline.benbluem.png);}
body.benjamin-bluemchen .products-grid li.item {background-image:url(../images/product.list.item.bg.benbluem.png)}
body.benjamin-bluemchen .product-view .product-shop {background-image: url(../images/product-shop.top.benbluem.png);}
body.benjamin-bluemchen .product-view .product-shop .product-actions {background-image:url(../images/product-shop.bottom.benbluem.png);}
body.benjamin-bluemchen .product-view .product-details h3 {background-image:url(../images/product-view.product-details.h3.benbluem.png);}
body.benjamin-bluemchen .product-view .product-reviews .ratings h3,
body.benjamin-bluemchen .product-view .product-reviews .form-add h2 {background-image:url(../images/product-view.subheadline.benbluem.png);}
body.benjamin-bluemchen .product-reviews .review-item-top {background: url(../images/product-view.review-item.top.benbluem.png) no-repeat;}
body.benjamin-bluemchen .product-reviews .review-item-middle {background: url(../images/product-view.review-item.middle.benbluem.png);}
body.benjamin-bluemchen .product-reviews .review-item-bottom {background: url(../images/product-view.review-item.bottom.benbluem.png) no-repeat;}
body.benjamin-bluemchen .product-view .box-up-sell h2,
body.benjamin-bluemchen .product-view .crosssell h3 {background-image:url(../images/product-view.subheadline.benbluem.png);}
body.benjamin-bluemchen .product-view .product-details div {background-image: url(../images/product-view.detail.middle.benbluem.png);}
body.benjamin-bluemchen .product-view .product-details div h4 {background-image: url(../images/product-view.detail.top.benbluem.png);}
body.benjamin-bluemchen .product-view .product-details div p {background-image: url(../images/product-view.detail.bottom.benbluem.png);}
body.benjamin-bluemchen .block-top5 .block-content .item {background-image: url(../images/block.top5.item.bg.benbluem.png);}
body.benjamin-bluemchen .block-top5 .block-content .item .number{ color: #0095D0;}
body.benjamin-bluemchen .product-view .box-up-sell .products-grid td,
body.benjamin-bluemchen .product-view .crosssell #crosssell-products-list li  { background-image:url(../images/upsell.product.bg.benbluem.png);}
body.benjamin-bluemchen .block .block-title{ background-image: url(../images/block.title.bg.right.red1.png); }
body.benjamin-bluemchen .block .block-title strong{ background-image: url(../images/block.title.bg.left.red1.png);}
body.benjamin-bluemchen .block .block-title strong span{ background-image: url(../images/block.title.bg.red1.png);}

/* category-bibi-blocksberg */
body.bibi-blocksberg .colored {color: #3a9c06;}

body.bibi-blocksberg .col2-left-layout .main-wrapper {background:#0095D0 url(../images/bkg.main.bibiblock.jpg);}
body.bibi-blocksberg .col2-left-layout .main-footer {background:#BCCF2F url(../images/main.bibiblock.bottom.png) bottom no-repeat; height: 2px;}
body.bibi-blocksberg .col2-left-layout .main {background: url(../images/col-main.bibiblock.middle.png) 159px repeat-y; position: relative; }
body.bibi-blocksberg .col2-left-layout .col-main-top {background: #BCCF2F url(../images/col-main.bibiblock.top.png) left bottom no-repeat; margin-top: -1px; padding-top: 14px;}
body.bibi-blocksberg .col2-left-layout .col-main {background:none;}
body.bibi-blocksberg .col2-left-layout .col-main-bottom {background: #BCCF2F url(../images/col-main.bibiblock.bottom.png) no-repeat; position: absolute; bottom: 0px; right: 0px; padding-bottom: 18px;}

body.bibi-blocksberg .col2-left-layout .sidebar .block-navigation {background: #339900 url(../images/layered-nav.bibiblock.top.png) no-repeat;}
body.bibi-blocksberg .col2-left-layout .sidebar .block-navigation .block-content {background: url(../images/layered-nav.bibiblock.bottom.png) left bottom no-repeat;}
body.bibi-blocksberg .col2-left-layout .sidebar .block-navigation, 
body.bibi-blocksberg .col2-left-layout .sidebar .block-navigation a {color:#fff;}
body.bibi-blocksberg .col2-left-layout .sidebar .block-navigation li.active { background: #BCCF2F; }
body.bibi-blocksberg .col2-left-layout .sidebar .block-navigation li.active a{ color: #fff; }
body.bibi-blocksberg .product-view .product-essential .product-name {background-image:url(../images/product-view.product-name.top.bibiblock.png)}
body.bibi-blocksberg .product-view .product-essential .product-name h1 {background-image:url(../images/product-view.product-name.bottom.bibiblock.png)}
body.bibi-blocksberg .category-title {background: url(../images/category-title.bibiblock.png) no-repeat left bottom;}
body.bibi-blocksberg .product-view .short-description {background-image: url(../images/product-view.product-description.bibiblock.png);}
body.bibi-blocksberg .product-view .short-description-bottom {background-image: url(../images/product-view.product-description.bibiblock.bottom.png)}
body.bibi-blocksberg .product-view .short-description h2 {background-image: url(../images/product-view.product-description.headline.bibiblock.png);}
body.bibi-blocksberg .products-grid li.item {background-image:url(../images/product.list.item.bg.bibiblock.png)}
body.bibi-blocksberg .product-view .product-shop {background-image: url(../images/product-shop.top.bibiblock.png);}
body.bibi-blocksberg .product-view .product-shop .product-actions {background-image:url(../images/product-shop.bottom.bibiblock.png);}
body.bibi-blocksberg .product-view .product-details h3 {background-image:url(../images/product-view.product-details.h3.bibiblock.png);}
body.bibi-blocksberg .product-view .product-reviews .ratings h3,
body.bibi-blocksberg .product-view .product-reviews .form-add h2 {background-image:url(../images/product-view.subheadline.bibiblock.png);}
body.bibi-blocksberg .product-reviews .review-item-top {background: url(../images/product-view.review-item.top.bibiblock.png) no-repeat;}
body.bibi-blocksberg .product-reviews .review-item-middle {background: url(../images/product-view.review-item.middle.bibiblock.png);}
body.bibi-blocksberg .product-reviews .review-item-bottom {background: url(../images/product-view.review-item.bottom.bibiblock.png) no-repeat;}
body.bibi-blocksberg .product-view .box-up-sell h2,
body.bibi-blocksberg .product-view .crosssell h3 {background-image:url(../images/product-view.subheadline.bibiblock.png);}
body.bibi-blocksberg .product-view .product-details div {background-image: url(../images/product-view.detail.middle.bibiblock.png);}
body.bibi-blocksberg .product-view .product-details div h4 {background-image: url(../images/product-view.detail.top.bibiblock.png);}
body.bibi-blocksberg .product-view .product-details div p {background-image: url(../images/product-view.detail.bottom.bibiblock.png);}
body.bibi-blocksberg .block-top5 .block-content .item {background-image: url(../images/block.top5.item.bg.bibiblock.png);}
body.bibi-blocksberg .block-top5 .block-content .item .number{ color: #BCCF2F;}
body.bibi-blocksberg .product-view .box-up-sell .products-grid td,
body.bibi-blocksberg .product-view .crosssell #crosssell-products-list li { background-image:url(../images/upsell.product.bg.bibiblock.png);}
body.bibi-blocksberg .block .block-title{ background-image: url(../images/block.title.bg.right.green.png); }
body.bibi-blocksberg .block .block-title strong{ background-image: url(../images/block.title.bg.left.green.png);}
body.bibi-blocksberg .block .block-title strong span{ background-image: url(../images/block.title.bg.green.png);}

/* category-bibi-und-tina */
body.bibi-und-tina .colored {color: #7f1852;}

body.bibi-und-tina .col2-left-layout .main-wrapper {background:#0095D0 url(../images/bkg.main.bibitina.jpg);}
body.bibi-und-tina .col2-left-layout .main-footer {background:#FFF7E3 url(../images/main.bibitina.bottom.png) bottom no-repeat; height: 2px;}
body.bibi-und-tina .col2-left-layout .main {background: url(../images/col-main.bibitina.middle.png) 159px repeat-y; position: relative; }
body.bibi-und-tina .col2-left-layout .col-main-top {background: #FFEAB8 url(../images/col-main.bibitina.top.png) left bottom no-repeat; margin-top: -1px; padding-top: 14px;}
body.bibi-und-tina .col2-left-layout .col-main {background:none;}
body.bibi-und-tina .col2-left-layout .col-main-bottom {background: #FFEAB8 url(../images/col-main.bibitina.bottom.png) no-repeat; position: absolute; bottom: 0px; right: 0px; padding-bottom: 18px;}

body.bibi-und-tina .col2-left-layout .sidebar .block-navigation{background: #7E184F url(../images/layered-nav.bibitina.top.png) no-repeat;}
body.bibi-und-tina .col2-left-layout .sidebar .block-navigation .block-content {background: url(../images/layered-nav.bibitina.bottom.png) bottom no-repeat;}
body.bibi-und-tina .col2-left-layout .sidebar .block-navigation, 
body.bibi-und-tina .col2-left-layout .sidebar .block-navigation a {color:#fff;}
body.bibi-und-tina .col2-left-layout .sidebar .block-navigation li.active { background: #FFF7E3; }
body.bibi-und-tina .col2-left-layout .sidebar .block-navigation li.active a{ color: #7f1852; }
body.bibi-und-tina .product-view .product-essential .product-name {background-image:url(../images/product-view.product-name.top.bibitina.png)}
body.bibi-und-tina .product-view .product-essential .product-name h1 {background-image:url(../images/product-view.product-name.bottom.bibitina.png)}
body.bibi-und-tina .category-title {background: url(../images/category-title.bibitina.png) no-repeat left bottom;}
body.bibi-und-tina .product-view .short-description {background-image: url(../images/product-view.product-description.bibitina.png);}
body.bibi-und-tina .product-view .short-description-bottom {background-image: url(../images/product-view.product-description.bibitina.bottom.png);}
body.bibi-und-tina .product-view .short-description h2 {background-image: url(../images/product-view.product-description.headline.bibitina.png);}
body.bibi-und-tina .products-grid li.item {background-image:url(../images/product.list.item.bg.bibitina.png)}
body.bibi-und-tina .product-view .product-shop {background-image: url(../images/product-shop.top.bibitina.png);}
body.bibi-und-tina .product-view .product-shop .product-actions {background-image:url(../images/product-shop.bottom.bibitina.png);}
body.bibi-und-tina .product-view .product-details h3 {background-image:url(../images/product-view.product-details.h3.bibitina.png);}
body.bibi-und-tina .product-view .product-reviews .ratings h3,
body.bibi-und-tina .product-view .product-reviews .form-add h2 {background-image:url(../images/product-view.subheadline.bibitina.png);}
body.bibi-und-tina .product-reviews .review-item-top {background: url(../images/product-view.review-item.top.bibitina.png) no-repeat;}
body.bibi-und-tina .product-reviews .review-item-middle {background: url(../images/product-view.review-item.middle.bibitina.png);}
body.bibi-und-tina .product-reviews .review-item-bottom {background: url(../images/product-view.review-item.bottom.bibitina.png) no-repeat;}
body.bibi-und-tina .product-view .box-up-sell h2,
body.bibi-und-tina .product-view .crosssell h3 {background-image:url(../images/product-view.subheadline.bibitina.png);}
body.bibi-und-tina .product-view .product-details div {background-image: url(../images/product-view.detail.middle.bibitina.png);}
body.bibi-und-tina .product-view .product-details div h4 {background-image: url(../images/product-view.detail.top.bibitina.png);}
body.bibi-und-tina .product-view .product-details div p {background-image: url(../images/product-view.detail.bottom.bibitina.png);}
body.bibi-und-tina .block-top5 .block-content .item {background-image: url(../images/block.top5.item.bg.bibitina.png);}
body.bibi-und-tina .block-top5 .block-content .item .number{ color: #7f1852;}
body.bibi-und-tina .product-view .box-up-sell .products-grid td,
body.bibi-und-tina .product-view .crosssell #crosssell-products-list li { background-image:url(../images/upsell.product.bg.bibitina.png);}
body.bibi-und-tina .block .block-title{ background-image: url(../images/block.title.bg.right.red2.png); }
body.bibi-und-tina .block .block-title strong{ background-image: url(../images/block.title.bg.left.red2.png);}
body.bibi-und-tina .block .block-title strong span{ background-image: url(../images/block.title.bg.red2.png);}

/* category-disney */
body.disney .colored {color: #66cbdc;}

body.disney .col2-left-layout .main-wrapper {background:#0095D0 url(../images/bkg.main.disney.jpg);}
body.disney .col2-left-layout .main-footer {background:#3B3C7D url(../images/main.disney.bottom.png) bottom no-repeat; height: 2px;}
body.disney .col2-left-layout .main {background: url(../images/col-main.disney.middle.png) 159px repeat-y; position: relative; }
body.disney .col2-left-layout .col-main-top {background: #3B3C7D url(../images/col-main.disney.top.png) left bottom no-repeat; margin-top: -1px; padding-top: 14px;}
body.disney .col2-left-layout .col-main {background:none;}
body.disney .col2-left-layout .col-main-bottom {background: #3B3C7D url(../images/col-main.disney.bottom.png) no-repeat; position: absolute; bottom: 0px; right: 0px; padding-bottom: 18px;}

body.disney .col2-left-layout .sidebar .block-navigation {background: #6CCBDB url(../images/layered-nav.disney.top.png) no-repeat;}
body.disney .col2-left-layout .sidebar .block-navigation .block-content {background: url(../images/layered-nav.disney.bottom.png) bottom no-repeat;}
body.disney .col2-left-layout .sidebar .block-navigation li.active { background: #3B3C7D; }
body.disney .col2-left-layout .sidebar .block-navigation li.active a{ color: #fff; }
body.disney .product-view .product-essential .product-name {background-image:url(../images/product-view.product-name.top.disney.png)}
body.disney .product-view .product-essential .product-name h1 {background-image:url(../images/product-view.product-name.bottom.disney.png)}
body.disney .category-title {background: url(../images/category-title.disney.png) no-repeat left bottom;}
body.disney .category-title h1 {color: #3b3c7d;}
body.disney .product-view .short-description h2 {background-image: url(../images/product-view.product-description.headline.disney.png);}
body.disney .products-grid li.item {background-image:url(../images/product.list.item.bg.disney.png)}
body.disney .product-view .product-shop {background-image: url(../images/product-shop.top.disney.png);}
body.disney .product-view .product-shop .product-actions {background-image:url(../images/product-shop.bottom.disney.png);}
body.disney .product-view .product-details h3 {background-image:url(../images/product-view.product-details.h3.disney.png);}
body.disney .product-view .product-reviews .ratings h3,
body.disney .product-view .product-reviews .form-add h2 {background-image:url(../images/product-view.subheadline.disney.png);}
body.disney .product-reviews .review-item-top {background: url(../images/product-view.review-item.top.disney.png) no-repeat;}
body.disney .product-reviews .review-item-middle {background: url(../images/product-view.review-item.middle.disney.png);}
body.disney .product-reviews .review-item-bottom {background: url(../images/product-view.review-item.bottom.disney.png) no-repeat;}
body.disney .product-view .box-up-sell h2,
body.disney .product-view .crosssell h3 {background-image:url(../images/product-view.subheadline.disney.png);}
body.disney .product-view .product-details div {background-image: url(../images/product-view.detail.middle.disney.png);}
body.disney .product-view .product-details div h4 {background-image: url(../images/product-view.detail.top.disney.png);}
body.disney .product-view .product-details div p {background-image: url(../images/product-view.detail.bottom.disney.png);}
body.disney .block-top5 .block-content .item {background-image: url(../images/block.top5.item.bg.disney.png);}
body.disney .block-top5 .block-content .item .number{ color: #3B3C7D;}
body.disney .product-view .box-up-sell .products-grid td,
body.disney .product-view .crosssell #crosssell-products-list li { background-image:url(../images/upsell.product.bg.disney.png);}
body.disney .block .block-title{ background-image: url(../images/block.title.bg.right.blue3.png); }
body.disney .block .block-title strong{ background-image: url(../images/block.title.bg.left.blue3.png);}
body.disney .block .block-title strong span{ background-image: url(../images/block.title.bg.blue3.png);}

/* category-mp3 */
body.mp3 .col2-left-layout .main-wrapper {background:#e30020 url(../images/bkg.main.mp3.jpg);}
body.mp3 .col2-left-layout .main {background: url(../images/col-main.default.middle.png) 159px repeat-y; position: relative; }
body.mp3 .col2-left-layout .col-main-top {background: #e30020 url(../images/col-main.mp3.top.png) left bottom no-repeat; margin-top: -1px; padding-top: 14px;}
body.mp3 .col2-left-layout .col-main-bottom {background: #e30020 url(../images/col-main.mp3.bottom.png) no-repeat; position: absolute; bottom: 0px; right: 0px; padding-bottom: 18px;}

