/* @override 
	http://www.minidrops-kindergeburtstag-shop.de/templates/minidrops_neu/stylesheet.css */
/* -----------------------------------------------------------------------------------------
   $Id:stylesheet.css 1262 2005-09-30 10:00:32Z mz $   
	
   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on:
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   -----------------------------------------------------------------------------------------
   
   XTC5 Template & Stylesheets
   -----------------------------------------------------------------------------------------
   (c) 2007 Ing. Michael Fuerst
       bluegate communications
   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/
@import url("/fonts.googleapis.com/css?family=Muli:300,300italic,400,400italic");
@import url(/fonts.googleapis.com/css?family=Dancing+Script);
/* THE BIG GUYS */
* {
    margin: 0;
    padding: 0
    }
body {
    margin: 5px 0 2px;
    padding: 0;
    color: #666;
    font: 300 14px/18px "Muli", sans-serif
    }
/* HEADINGS */
h1 {
    color: #65b9ae;
    height: 35px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 99999;
    margin-bottom: 10px;
    padding: 0;
    font: normal 38px "Dancing Script"
    }
h1.cart {
    font-size: 52px;
    font-family: "Dancing Script" !important;
    margin-top: -40px !important;
    height: 50px
    }
h1.cart_right {
    font-size: 40px;
    font-family: "Dancing Script" !important;
    margin-top: -60px !important;
    height: 50px;
    text-align: right;
    padding-right: 5px;
    margin-bottom: 30px !important
    }
h2 {
    color: #65b9ae;
    height: 35px;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 99999;
    margin-bottom: 10px;
    padding: 0;
    font: normal 38px "Dancing Script"
    }
h2.price {
    color: #65b9ae;
    height: 35px;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 99999;
    margin-bottom: -3px;
    padding: 0;
    font: normal 30px "Dancing Script";
    text-transform: lowercase
    }
h3 {
    color: #65b9ae;
    font: normal 30px "Dancing Script"
    }
h2.produkt {
    font: 300 20px "Muli", sans-serif
    }
/* LINKS G8LOBAL */
a, a:link, a:link, a:link, a:hover {
    background: transparent;
    text-decoration: none;
    outline: none;
    cursor: pointer
    }
a:link {
    color: #65b9ae;
    outline: none
    }
a:visited {
    color: #65b9ae;
    outline: none
    }
a:hover, a:active {
    color: #65b9ae;
    outline: none
    }
a:hover {
    color: #555;
    text-decoration: none;
    outline: none
    }
a img {
    border: none;
    outline: none
    }
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
    font-family: quicksand;
    font-size: 12px;
    background: #BFE0E9
    }
input[type="image"] {
    background: transparent;
    margin-left: 5px
    }
textarea {
    font-family: quicksand;
    font-size: 12px;
    border: 1px solid #666;
    padding: 10px;
    background: #BFE0E9;
    background: url(img/input_bg.gif) no-repeat
    }
select {
    background: #BFE0E9;
    font-family: Arial, Sans-serif;
    font-size: 12px;
    border: 1px solid #666
    }
.themen table, .themen td, .themen rd {
    margin: -10px 0 0 !important;
    padding: 0 !important
    }
.favoriten h3 {
    margin-bottom: -25px !important
    }
.favoriten table {
    margin-top: 0
    }
.best {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc !important;
    padding: 2px;
    margin: 2px
    }
.best img {
    width: 100px !important
    }
.themen h2 {
    height: 42px !important;
    line-height: 35px;
    width: 309px;
    margin-top: -5px !important;
    margin-bottom: 0 !important;
    background: #756D6D;
    padding: 5px;
    color: #fff
    }
.favoriten img {
    width: 140px;
    height: 140px;
    padding: 2px;
    border: 1px solid #ccc
    }
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
    border: 1px solid #BFE0E9;
    border-radius: 5px;
    padding: 2px;
    background: #BFE0E9;
    opacity: 0.75
    }
/* PARAGRAPH GLOBAL */
p {
    margin: 0 0
    }
/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
    padding-top: 1px;
    height: 0;
    overflow: hidden;
    margin: 0;
    line-height: 0;
    background-color: #4E4E4F
    }
div.hrlightgrey {
    padding-top: 1px;
    height: 0;
    overflow: hidden;
    margin: 0;
    margin-top: 25px;
    line-height: 0;
    background-color: #BFE0E9
    }
div.hrproductpreview {
    padding-top: 1px;
    height: 0;
    overflow: hidden;
    margin: 12px 0;
    display: inline;
    height: 0;
    line-height: 0;
    display: block;
    background-image: url(img/hr_productpreview.gif)
    }
/* TABLE GLOBAL */
table td {
    padding: 2px
    }
/* WHOLE SITE WRAPPER */
#wrap {
    width: 1200px;
    margin: 0 auto 10px
    }
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
    width: 1200px;
    height: 170px;
    background: #fff
    }
#header #logo {
    width: 400px;
    height: 500px;
    margin-left: 500px;
    margin-right: auto
    }
div#search {
    width: 180px;
    height: 45px;
    float: right;
    font-size: 22px;
    xpadding: 10px 10px 0 0;
    border: 0 solid #999;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 35px !important
    }
div#search input#search {
    width: 150px;
    margin-right: 15px;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 5px;
    font-size: 15px !important;
    background: #fff !important;
    color: #65b9ae;
    height: 15px
    }
div#search table {
    width: 200px;
    height: 35px
    }
#search a {
    color: #fff;
    font-size: 11px;
    outline: none
    }
#header td {
    padding-top: 5px;
    padding-right: 14px
    }
/* BREADCRUMB PATH AS LIST */
#breadcrumb {
    clear: both;
    color: #41281b;
    padding: 5px 0 10px 15px;
    list-style-type: none;
    outline: none;
    height: 70px;
    xbackground: #fff url(img/bg_breadcrumb.gif) repeat-x;
    background: #fff;
    font-size: 11px;
    line-height: 13px
    }
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
    xline-height: 23px;
    text-decoration: none;
    outline: none;
    font-weight: normal;
    cursor: pointer;
    color: #666;
    margin: 0;
    padding: 0
    }
/* TOPMENU AS LIST */
#topmenuwrap {
    width: 450px;
    height: 20px
    }
#menuleft li.level2 {
    display: block !important
    }
#topmenu {
    float: right;
    padding: 0;
    margin: 0;
    width: 260px;
    margin-top: 0 !important;
    list-style-type: none;
    font-size: 14px
    }
#topmenu li {
    height: 42px;
    float: left;
    padding: 2px 15px 0;
    margin: 0;
    xbackground: url(img/bg_topmenu_breakline.png) no-repeat;
    xbackground-position: right
    }
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
    line-height: 44px;
    vertical-align: right;
    text-decoration: none;
    outline: none;
    font-weight: none;
    cursor: pointer;
    color: #65b9ae;
    margin: 0;
    padding: 0
    }
#topmenu a:hover {
    color: #666
    }
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
    text-align: right;
    height: 44px;
    font-size: 16px;
    color: #FFF;
    xbackground: url(img/header_minidrops.png) repeat-x;
    padding: 0;
    margin: 0;
    margin-right: 90px
    }
#languages a {
    text-decoration: none;
    line-height: 44px;
    color: #65b9ae;
    text-transform: uppercase;
    margin-right: -120px
    }
/* CONTENT WRAPPER */
#contentwrap {
    width: 1200px;
    padding: 0;
    background-color: white;
    margin-bottom: 150px
    }
/* LEFT COLUMN */
#leftcol {
    float: left !important;
    width: 175px;
    overflow: visible;
    padding: 0 0 0 0;
    min-height: 100px;
    margin-top: 30px
    }
#leftcol ul li {
    list-style-type: none !important
    }
#center {
    position: relative;
    z-index: 90;
    left: 0;
    top: 0;
    float: left;
    width: 850px;
    margin-bottom: 150px
    }
/* RIGHT COLUMN */
#rightcol {
    float: left;
    overflow: visible;
    width: 175px;
    padding: 0 0 0 0
    }
#rightcolindex {
    position: absolute;
    right: 0;
    top: 0;
    float: left;
    overflow: visible;
    width: 180px;
    padding: 0 0 15px 0
    }
#socials {
    width: 130px;
    height: 50px;
    margin-top: -25px;
    position: relative;
    z-index: 999999;
    float: right;
    margin-left: 50px
    }
#social {
    margin-top: 25px;
    position: relative;
    z-index: 999999;
    margin-left: 50px
    }
/* MAIN CONTENT */
#content {
    position: relative;
    z-index: 90;
    left: 0;
    top: 0;
    float: left;
    width: 850px;
    margin-bottom: 150px
    }
.farbsortierung li {
    display: block;
    float: left;
    margin-right: 5px;
    list-style-type: none !important
    }
/*MENU*/
#catleft #MyCat2, #catleft #MyCat5, #catleft #MyCat12, #catleft #MyCat139, #catleft #MyCat9, #catleft #MyCat226, #catleft #MyCat140, #catleft #MyCat121, #catleft #MyCat14 {
    display: none !important
    }
#MyCat226 a:hover, #MyCat226 a:active {
    width: 190px !important
    }
#MyCat226 ul {
    margin-left: -10px !important
    }
h1.cat {
    color: #666;
    font-size: 30px;
    font-family: "Dancing Script";
    width: 180px;
    margin-top: 75px !important;
    margin-left: 28px;
    text-transform: none !important;
    height: 40px;
    display: block
    }
#catleft .sf-vertical {
    margin-top: -10px;
    height: 25px;
    color: #9c9c9c;
    line-height: 20px;
    margin-left: 15px
    }
#catleft .sf-vertical ul {
    margin-top: 10px;
    color: #9c9c9c;
    line-height: 20px;
    margin-left: 15px
    }
#catleft #MyCat141 a:hover {
    width: 140px !important;
    line-height: 20px;
    height: 35px;
    margin-bottom: 5px
    }
#catleft #MyCat141 a {
    width: 140px !important;
    line-height: 20px;
    height: 35px;
    margin-bottom: 5px
    }
#catleft .sf-vertical {
    margin-left: 25px
    }
#catleft .sf-vertical a {
    display: block;
    color: #666;
    /*height: 25px;*/
    padding: 0 2px;
    text-decoration: none;
    margin-top: 0;
    height: 20px !important;
    width: 110px
    }
#catleft .sf-vertical ul {
    list-style-type: none !important
    }
#catleft .sf-vertical ul ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 120px;
    width: 150px;
    z-index: 99999;
    background: #BFE0E9;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px;
    padding-bottom: 0
    }
#catleft .sf-vertical ul ul li {
    width: 180px;
    border: none;
    margin-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
    }
#catleft .sf-vertical ul ul ul {
    left: 100%;
    top: 0
    }
#catleft .sf-vertical ul ul a {
    border: none;
    line-height: 25px;
    padding: 5px;
    width: 150px;
    overflow: visible;
    height: 25px;
    font-size: 12px;
    margin: 0 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
    }
#catleft .sf-vertical li:hover > a, #catleft .sf-vertical ul ul :hover > a {
    width: 120px;
    color: #fff;
    height: 25px
    }
#catleft .sf-vertical ul li:hover > ul {
    display: block
    }
#catleft .sf-vertical ul li.current_page_item > a, #catleft .sf-vertical ul li.current-menu-ancestor > a, #catleft .sf-vertical ul li.current-menu-item > a, #catleft .sf-vertical ul li.current-menu-parent > a {
    background: #BFE0E9;
    color: #fff;
    height: 25px
    }
* html #catleft .sf-vertical ul li.current_page_item a, * html #catleft .sf-vertical ul li.current-menu-ancestor a, * html #catleft .sf-vertical ul li.current-menu-item a, * html #catleft .sf-vertical ul li.current-menu-parent a, * html #catleft .sf-vertical ul li a:hover {
    color: #BFE0E9
    }
ul#catleft {
    width: 200px;
    margin-bottom: 50px !important
    }
div#catleft {
    width: 200px;
    height: 222px;
    background: transparent url(img/cat-left.png) no-repeat center bottom;
    float: left;
    position: relative;
    margin-left: -10px !important;
    z-index: 9999;
    margin-top: -30px
    }
#menu #MyCat194, #menu #MyCat141, #menu #MyCat121, #menu #MyCat196, #menu #MyCat195, #menu #MyCat14, #menu #MyCat228, #menu #MyCat96, #menu #MyCat197 {
    display: none !important
    }
#menu .sf-vertical {
    height: 25px;
    color: #9c9c9c;
    line-height: 25px;
    margin-left: 15px;
    margin-top: 0
    }
#menu .sf-vertical a:hover {
    height: 25px !important
    }
#menu .sf-vertical a {
    display: block;
    color: #666;
    /*height: 25px;*/
    padding: 0 2px;
    text-decoration: none;
    margin-top: 0;
    text-align: center !important;
    width: 125px
    }
#menu .sf-vertical ul {
    list-style-type: none !important
    }
#menu .sf-vertical ul ul {
    display: none;
    position: absolute;
    top: 300px;
    margin-left: -40px;
    background: transparent url(img/navback.png) no-repeat center bottom;
    width: 180px;
    z-index: 99999;
    padding: 15px;
    padding-top: 5px !important;
    padding-bottom: 70px
    }
#menu .sf-vertical ul ul a:hover {
    height: 20px !important;
    padding: 0 !important;
    width: 160px !important
    }
#menu .sf-vertical ul ul li {
    width: 180px;
    border: none;
    margin-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
    }
#menu .sf-vertical ul ul ul {
    left: 100%;
    top: 0
    }
#menu .sf-vertical ul ul a {
    border: none;
    line-height: 20px;
    padding: 5px;
    overflow: visible;
    height: 15px;
    font-size: 12px;
    margin: 0 !important;
    margin-left: -10px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 150px
    }
#menu .sf-vertical li:hover > a, #menu .sf-vertical ul ul :hover > a {
    background: #BFE0E9;
    color: #fff;
    height: 18px
    }
#menu .sf-vertical ul li:hover > ul {
    display: block
    }
#menu .sf-vertical ul li.current_page_item > a, #menu .sf-vertical ul li.current-menu-ancestor > a, #menu .sf-vertical ul li.current-menu-item > a, #menu .sf-vertical ul li.current-menu-parent > a {
    background: #BFE0E9;
    color: #fff;
    height: 25px
    }
* html #menu .sf-vertical ul li.current_page_item a, * html #menu .sf-vertical ul li.current-menu-ancestor a, * html #menu .sf-vertical ul li.current-menu-item a, * html #menu .sf-vertical ul li.current-menu-parent a, * html #menu .sf-vertical ul li a:hover {
    color: #BFE0E9
    }
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none
    }
.sf-menu1 li {
    float: left;
    position: relative;
    width: auto !important;
    margin-right: 10px !important
    }
.sf-menu {
    line-height: 25px;
    height: 50px
    }
ul#menu {
    width: 1200px !important;
    height: 80px;
    background: transparent url(img/navback2.png) no-repeat center -5px;
    margin-top: 80px !important;
    padding-top: 20px
    }
ul#menu li {
    margin-right: 10px !important;
    float: left !important
    }
.sf-menu ul {
    /*position:		absolute;
    	top:			-999em;
    	width:			1000px; /* left offset of submenus need to match (see below) *!/*/
    }
.sf-menu1 {
    float: left !important
    }
.sf-menu ul li {
    float: left !important;
    border: none !important
    }
.sf-menu li:hover {
    visibility: inherit;
    /* fixes IE7 'sticky bug' */
    }
.sf-menu li {
    float: left !important;
    margin-right: 15px;
    position: relative
    }
.sf-menu a {
    display: block;
    float: left !important;
    position: relative;
    border: none !important
    }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 100%;
    /* match top ul list item height */
    z-index: 99
    }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em
    }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0
    }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em
    }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em;
    /* match ul width */
    top: 0
    }
/*ENDE MENU*/
/* CATEGORY IMAGE DEFINITION */
img.imgLeft {
    float: left;
    margin: 2px 10px 2px 0;
    position: relative
    }
/* BOXES GLOBAL DEFINITION */
h2.boxheader {
    color: #666;
    font-family: "Dancing Script";
    height: 35px;
    width: 250px;
    font-size: 30px;
    position: relative;
    z-index: 99;
    font-weight: normal;
    padding: 0 0 0 25px;
    margin-top: 15px;
    margin-left: -30px;
    line-height: 35px
    }
h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {
    text-decoration: none;
    outline: none;
    color: #fff
    }
.boxbody {
    padding: 8px;
    margin-bottom: 15px;
    width: 99%
    }
.boxbody h3, .boxbody h3 a {
    font-size: 11px
    }
.boxbody h3.center, .boxbody h3.center a {
    font-size: 11px;
    text-align: center;
    outline: none
    }
.boxbody p {
    color: #000;
    font-size: 11px;
    margin: 6px 0
    }
.boxbody p.center {
    color: #000;
    font-size: 11px;
    text-align: center;
    margin: 6px 0
    }
.boxbody td {
    color: #000;
    font-size: 11px;
    margin: 6px 0
    }
.boxbody .productOldPrice {
    font-size: 11px;
    color: red
    }
.boxbody div.hr {
    margin: 5px 0
    }
.boxbody div.hrlightgrey {
    margin: 5px 0
    }
.boxbody a {
    font-size: 11px;
    outline: none
    }
.boxbody .productboximage {
    border: solid 1px #999;
    padding: 5px;
    background: #fff
    }
.boxbody ul.contentlist {
    margin-left: 5px;
    margin-right: 0;
    padding: 0
    }
.boxbody ul.contentlist li {
    margin-left: 0;
    padding: 0;
    list-style-type: none
    }
.contentlist a {
    xborder-bottom: 1px solid #ccc;
    xdisplay: block;
    xpadding: 5px 0;
    xoutline: none;
    color: #666
    }
/* CART BOX */
/* @group PopCart */
#popCart {
    height: 342px;
    position: absolute;
    top: 30%;
    left: 50%;
    width: 455px;
    margin-left: -227px;
    background: #fff;
    border: 1px solid #999;
    color: #666;
    z-index: 1000000;
    display: none;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 0
    }
#popCart_Content {
    background: url(../images/schatten-468px.png) no-repeat bottom left;
    width: 468px;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 4px;
    margin-left: -4px;
    margin-right: -4px
    }
.popup_header {
    font-size: 1em;
    text-align: center;
    vertical-align: bottom;
    border: 1px solid #666;
    height: 15px;
    width: 380px;
    margin-top: 14px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    background-color: #f3ebd5
    }
.popup_image {
    float: left;
    width: 105px;
    font-size: 0.9em;
    text-align: center;
    color: #666;
    padding: 5px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 45px
    }
#mycart {
    float: left;
    background: #fff;
    margin: 0 auto;
    height: 42px;
    width: 250px;
    height: 210px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 15px
    }
.cart_symbol {
    height: 42px;
    width: 48px;
    float: left;
    background-image: url(img/shopping_cart.gif);
    background-position: left;
    background-repeat: no-repeat
    }
.cart_contents {
    background: #fff;
    font-size: 0.9em;
    text-align: left;
    color: #666;
    margin-top: 75px;
    height: 60px
    }
#pop_buttons_box {
    background: #fff;
    font-size: 1em;
    text-align: center;
    width: 400px;
    height: 28px;
    vertical-align: bottom;
    margin: 10px auto 0 auto
    }
#pop_buttons_box a {
    color: #666;
    text-decoration: none
    }
#pop_buttons_box a:hover {
    color: #484848;
    text-decoration: none
    }
.clear {
    clear: both
    }
.close_button {
    background: #fff;
    float: left;
    width: 160px;
    border: 1px solid #666
    }
.cart_button {
    background: #fff;
    float: right;
    width: 160px;
    border: 1px solid #666
    }
/* @end */
/* @group Box Cart */
/* TOGGLE Box_Cart*/
.spacer {
    margin-top: 50px
    }
*, * focus {
    outline: none;
    margin: 0;
    padding: 0
    }
.container2 {
    width: 210px;
    color: #999;
    position: absolute;
    top: 182px;
    right: 50%;
    margin-right: -550px;
    z-index: 99999;
    background: transparent
    }
h1 span {
    color: #fff
    }
h1 small {
    font: 0.3em normal Arial, Helvetica, sans-serif;
    text-transform: none;
    letter-spacing: 1.5em;
    display: block;
    color: #666
    }
div.trigger {
    margin-top: -10px !important;
    background: url(img/tuete_klein.png) no-repeat 70px bottom;
    padding-bottom: 15px;
    height: 70px;
    width: 180px;
    font-size: 11px;
    font-weight: normal;
    padding-left: 0;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
    /*background: transparent url(../img/bg_header_layer_box_top.png) no-repeat 0 0;*/
    }
div.trigger a {
    color: #65b9ae;
    text-decoration: none;
    display: block;
    margin-left: 5px
    }
div.trigger a:hover {
    color: #666
    }
div.active {
    margin-top: 0;
    /*background: transparent url(../img/bg_header_layer_box_top.png) no-repeat 0 0;*/
    background-color: #fff
    }
.toggle_container {
    margin-top: 0;
    margin: 0;
    padding: 0;
    z-index: 99999;
    /*	overflow: hidden;*/
    width: 209px;
    clear: both;
    color: #666;
    /*background: transparent url(../img/bg_header_layer_box_bottom.png) 0 bottom no-repeat;*/
    }
.toggle_container .block {
    padding-left: 10px;
    margin-top: 0
    }
.toggle_container .block p {
    color: #666;
    font-size: 10px
    }
.toggle_container h3 {
    font: 1em normal Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0
    }
.toggle_container a {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 11px
    }
.toggle_container img {
    float: left;
    margin: 10px 15px 15px 0;
    padding: 5px
    }
.boxcartbody {
    padding: 5px;
    -webkit-box-shadow: #999 1px 0 5px;
    -moz-box-shadow: #999 1px 0 5px;
    box-shadow: #999 1px 0 5px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
    }
p.wk_text {
    float: left;
    text-transform: none;
    font-size: 12px;
    font-variant: normal;
    width: 135px;
    margin-top: -10px;
    padding-left: 0;
    margin-left: 65px
    }
.toggle_container p.wk_text_right {
    padding-top: 5px;
    font-size: 8px;
    width: 180px;
    padding-left: 0;
    text-align: right
    }
p.wk_text_mid {
    text-transform: none;
    font-size: 10px;
    font-variant: normal;
    width: 180px;
    padding-left: 0
    }
h4.wk {
    font-family: "Dancing Script" !important;
    font-weight: lighter;
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
    margin-left: 50px;
    color: #666
    }
.wk_kasse {
    float: right;
    margin-left: -5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 75px;
    color: #666;
    text-transform: none;
    font-size: 10px;
    font-variant: normal
    }
.wk_bild_kl {
    float: left;
    margin-left: -5px;
    margin-top: 0
    }
.hr_cart {
    width: 90%;
    height: 1px;
    border-bottom: 1px solid #666
    }
/* @end */
h2.boxcartheader {
    /*	background-image: url(../img/bg_boxheader.gif);*/
    height: 28px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #155452;
    text-transform: uppercase;
    padding: 2px 8px 0 8px;
    line-height: 28px;
    vertical-align: middle;
    border-bottom: 1px solid #155452
    }
h2.boxcartheader a {
    text-decoration: none;
    color: #666
    }
.boxcartbody {
    padding: 4px 8px 4px 8px;
    margin-bottom: 15px;
    background-color: #fff;
    width: 250px
    }
.boxcartbody p {
    font-size: 11px
    }
#box_wk {
    position: absolute;
    width: 250px;
    top: 0;
    right: 0;
    z-index: 999999;
    width: 215px;
    background-color: #fff;
    height: 30px;
    margin-top: 0;
    padding: 0
    }
/* PRODUCT PREVIEW */
.productPreview {
    padding: 0;
    margin: 0
    }
.productPreviewContent {
    vertical-align: top
    }
.productPreviewContent h2 {
    padding: 0;
    margin: 0 0 5px 0;
    font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif
    }
.productPreviewContent h2 a {
    font-size: 12px;
    font-weight: bold;
    outline: none
    }
.productPreviewImage {
    vertical-align: top;
    padding: 3px 15px 0 0
    }
.productPreviewImage img {
    border: solid 0 #999
    }
.productPreviewContent .price {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0
    }
.productPreviewContent .taxandshippinginfo {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    padding: 0;
    margin: 0
    }
.productPreviewContent .vpe {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    padding: 0;
    margin: 0
    }
.productPreviewContent .shippingtime {
    font-size: 11px;
    font-weight: normal;
    color: #999;
    padding: 0;
    margin: 0
    }
.productPreviewContent .stockimage {
    margin: 0;
    padding: 0
    }
.productPreviewContent .stockimagetext {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #999
    }
.productPreviewContent .productOldPrice {
    font-size: 12px;
    font-weight: bold;
    color: red
    }
.productPreviewContent .taxandshippinginfo a {
    font-size: 11px;
    font-weight: bold;
    color: #999;
    text-decoration: underline;
    outline: none
    }
/* FUER 3-SPALTIGE ARTIKELUEBERSICHT */
.listingbox {
    width: 25%;
    padding: 0;
    xborder: 1px solid #000;
    float: left;
    margin: 10px 0;
    xbackground: #FFF;
    height: 260px
    }
* html .listingbox {
    width: 32%
    }
.listing {
    margin: 0;
    font-size: 14px;
    color: #000;
    height: 40px !important;
    min-height: 40px !important;
    float: left;
    width: 100%;
    padding: 7px 0 0 0;
    xbackground-color: #3F8FD8;
    margin-bottom: 5px !important
    }
.listingdesc {
    height: 30px !important;
    margin-top: 5px !important;
    float: left;
    width: 100%
    }
.price {
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    display: block;
    padding: 0;
    margin: 0;
    color: #4F4F4F;
    float: left;
    width: 100%
    }
.listing_body {
    width: 155px;
    min-height: 200px;
    height: 230px;
    xborder-top: 2px solid #000;
    xborder: 1px solid #000;
    float: left;
    xbackground: #FFF
    }
.listing_img {
    padding: 10px 10px 30px;
    float: left;
    width: 100%;
    height: 110px !important;
    margin-bottom: 5px
    }
.listing_price {
    width: 160px;
    padding: 5px 5px 5px 5px;
    float: right;
    font-size: 11px;
    font-weight: normal;
    color: #999;
    text-align: center
    }
.listing_price a {
    font-size: 11px;
    font-weight: bold;
    color: #999;
    text-decoration: underline;
    outline: none
    }
.listing_price .productOldPrice {
    font-size: 12px;
    font-weight: bold;
    color: #f00
    }
.listing_bottom {
    float: left;
    width: 165px;
    text-align: center;
    padding: 4px 0 0 0;
    background-color: #FFF;
    height: 28px
    }
/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {
    display: table;
    width: 98%;
    border: 1px dashed #333;
    padding: 2px
    }
#productinfoimages {
    float: left;
    background-color: #ededed;
    text-align: center;
    width: 140px;
    padding: 10px;
    margin: 0 10px 10px 0;
    border: solid 1px #999
    }
.productimage {
    width: 200px;
    height: 200px
    }
#productinfoimages .productimage {
    border: 1px dashed #999
    }
#productinfoimages .hrlightgrey {
    margin: 6px 0
    }
#productinfoprice {
    padding: 5px
    }
#productinfoprice img {
    cursor: pointer
    }
#productinfoprice .hrlightgrey {
    margin: 6px 0
    }
#productinfoprice .productprice {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold
    }
#productinfoprice .productOldPrice {
    color: red;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold
    }
#productinfoprice .taxandshippinginfo {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #999
    }
#productinfoprice .taxandshippinginfo a {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    text-decoration: underline;
    outline: none
    }
#productinfoprice .shippingtime {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #999
    }
#productinfoprice .stockimage {
    margin: 0;
    padding: 0
    }
#productinfoprice .stockimagetext {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    color: #999
    }
p.productinfoproductadded {
    font-size: 11px
    }
.productoptions {
    background-color: #fff;
    padding: 6px;
    border-bottom: 1px dashed #666;
    margin-left: -15px
    }
.productoptions input[type=text] {
    width: 80%
    }
.desc {
    margin-top: 15px;
    font-weight: normal;
    font-style: normal
    }
#image {
    width: 200px;
    float: left
    }
#beschreibung {
    width: 440px;
    float: right;
    min-height: 200px
    }
.desc h2 {
    font: 300 20px "Muli", sans-serif
    }
.addtobasket {
    background-color: #fff;
    padding: 6px;
    text-align: right;
    width: 300px;
    float: left;
    margin-left: 260px;
    margin-top: 20px
    }
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
    padding: 15px;
    background: #fff none
    }
/* POPUP print_order.html */
body.popupprintorder {
    font-family: Arial, Sans-serif;
    font-size: 13px;
    padding: 15px;
    background: #fff none
    }
body.popupprintorder .products tr.header td {
    font-weight: bold;
    background-color: #ededed
    }
body.popupprintorder .products .total {
    text-align: right
    }
body.popupprintorder .products .quantity {
    vertical-align: top
    }
body.popupprintorder .productname {
    vertical-align: top
    }
body.popupprintorder .model {
    vertical-align: top
    }
body.popupprintorder .singleprice {
    vertical-align: top
    }
body.popupprintorder .totalprice {
    vertical-align: top
    }
/* HIGHLIGHTBOX (BACKGROUND) */
div.highlightbox {
    padding: 15px;
    background-color: #eff8fa;
    border: solid #d9d9d9 1px;
    overflow: auto;
    width: 80%
    }
div.highlightbox ul {
    margin-left: 15px;
    padding: 0;
    display: block;
    list-style-type: square;
    line-height: 20px
    }
div.highlightbox h1 {
    color: #65b9ae;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    font-size: 28px
    }
div.highlightbox div.hr {
    height: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: solid 1px #eee
    }
/* PAYMENT TYPE SELECTION */
table.paymentblock {
    background-color: #BFE0E9;
    border: #eee solid;
    border-width: 0 1px 1px 1px;
    margin-bottom: 15px
    }
table.paymentblock tr td.header {
    background-color: #ccc;
    padding: 2px;
    padding-left: 5px;
    color: #fff;
    font-weight: bold
    }
/* SHIPPING TYPE SELECTION */
table.shippingblock {
    background-color: #BFE0E9;
    border: #eee solid;
    border-width: 0 1px 1px 1px;
    margin-bottom: 15px
    }
table.shippingblock tr td.header {
    background-color: #ccc;
    padding: 2px 2px 2px 5px;
    color: #fff;
    font-weight: bold
    }
table.shippingblock tr td {
    vertical-align: top
    }
table.shippingblock tr td.description {
    width: 80%;
    vertical-align: top;
    padding-left: 6px
    }
table.shippingblock tr td.radiobutton {
    vertical-align: top;
    xwhite-space: nowrap;
    padding: 4px
    }
table.shippingblock tr td.radiobutton input {
    margin: 0;
    padding: 0
    }
table.shippingblock tr td.price {
    vertical-align: top;
    xwhite-space: nowrap
    }
/* ORDER DETAILS IN ACCOUNT HISTORY */
table.accounthistoryinfoorderdetails tr td {
    vertical-align: top
    }
table.accounthistoryinfoorderdetails tr.header td {
    font-weight: bold
    }
/* MESSAGEBOX ON CONTACT SITE */
textarea.message_body {
    width: 130px
    }
/* DOWNLOAD BOX FOR USER DOWNLOADS */
table.downloadbox {
    padding: 5px;
    background-color: #BFE0E9;
    border: solid #d9d9d9 1px;
    margin-bottom: 8px
    }
table.downloadbox tr td.icon {
    padding-right: 15px
    }
table.downloadbox tr td.downloadlink {
    width: 100%
    }
/* TABLE WICH SHOWS GRADUATED PRICES */
table.graduatedprice {
    font-size: 11px;
    text-align: left;
    margin-top: 5px
    }
table.graduatedprice tr td.header {
    font-size: 12px;
    font-weight: bold;
    text-align: left
    }
/* ORDER DETAILS */
table.orderdetails {
    font-size: 11px;
    margin-bottom: 25px;
    border: #ccc solid;
    border-width: 0 1px 1px 1px
    }
table.orderdetails tr td {
    padding: 4px
    }
table.orderdetails tr.headerrow td {
    background-color: #ccc;
    color: #555;
    font-weight: bold
    }
table.orderdetails tr.headerrow td.left {
    text-align: left
    }
table.orderdetails tr.headerrow td.center {
    text-align: center
    }
table.orderdetails tr.headerrow td.right {
    text-align: right
    }
/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
    /*background-color:#BFE0E9;*/
    vertical-align: top
    }
table.orderdetails tr.contentrow1 td.quantity {
    text-align: center
    }
table.orderdetails tr.contentrow1 td.quantity input {
    font-size: 11px;
    padding: 2px;
    border: solid #ccc 1px
    }
table.orderdetails tr.contentrow1 td.productname {
    text-align: left
    }
/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
    background-color: #eff8fa;
    vertical-align: top
    }
table.orderdetails tr.contentrow2 td.quantity {
    text-align: center
    }
table.orderdetails tr.contentrow2 td.quantity input {
    font-size: 11px;
    padding: 2px;
    border: solid #ccc 1px
    }
table.orderdetails tr.contentrow2 td.productname {
    text-align: left
    }
/* ORDER DETAILS SINGLE PRICE */
table.orderdetails tr td.singleprice {
    text-align: right;
    xwhite-space: nowrap
    }
/* ORDER DETAILS TOTAL PRICE PER ITEM */
table.orderdetails tr td.totalprice {
    text-align: right;
    xwhite-space: nowrap
    }
/* ORDER DETAILS DELETE CHECKBOX */
table.orderdetails tr td.delete {
    text-align: center;
    xwhite-space: nowrap
    }
/* ORDER DETAILS PRODUCT ATTRIBUTES */
table.orderdetails tr td.productname table.productattributes {
    margin-top: 3px
    }
table.orderdetails tr td.productname table.productattributes tr td {
    padding: 0
    }
table.orderdetails tr td.productname table.productattributes tr td.attribute {
    padding-right: 4px
    }
table.orderdetails tr td.productname table.productattributes tr td.value {
    width: 100%
    }
/* ORDER DETAILS SUBTOTAL */
table.orderdetails tr td.subtotal {
    background-color: #BFE0E9;
    text-align: right;
    border: #ccc solid;
    border-width: 1px 0 0 0
    }
/* PRODUCT NAVIGATOR */
div.productnavigator {
    background-color: #BFE0E9;
    padding: 8px;
    border: #ccc 1px solid;
    border-radius: 5px;
    margin-top: 15px
    }
/* REVIEW LIST */
table.reviewlist {
    background-color: #BFE0E9;
    border: #ccc solid;
    border-width: 0 1px 1px 1px
    }
table.reviewlist tr td {
    padding: 4px;
    xwhite-space: nowrap
    }
table.reviewlist tr.header td {
    background-color: #ccc;
    color: #fff;
    font-weight: bold
    }
table.reviewlist tr.contentrow1 td {
    background-color: #BFE0E9
    }
table.reviewlist tr.contentrow2 td {
    background-color: #BFE0E9
    }
textarea#review {
    width: 95%
    }
/* MEDIA LIST */
table.medialist {
    background-color: #BFE0E9;
    border: #ccc 1px solid
    }
table.medialist tr td {
    padding: 6px;
    vertical-align: top
    }
table.medialist tr.contentrow1 td {
    background-color: #BFE0E9
    }
table.medialist tr.contentrow2 td {
    background-color: #BFE0E9
    }
/* SITEMAP */
.sitemapwrap .sitemapleft {
    background-color: #BFE0E9;
    border: #ccc 1px solid;
    display: table;
    float: left;
    width: 235px;
    margin-bottom: 15px
    }
.sitemapwrap .sitemapright {
    background-color: #BFE0E9;
    border: #ccc 1px solid;
    display: table;
    float: right;
    width: 235px;
    margin-bottom: 15px
    }
.sitemapheader {
    padding: 3px;
    background-color: #ccc;
    color: #fff;
    font-weight: bold
    }
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
    color: #fff;
    text-decoration: none;
    outline: none
    }
.sitemapcontent {
    padding: 6px
    }
.sitemapcontent li {
    list-style-type: none
    }
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
    width: 97%
    }
/* ORDER DETAILS ON CHECKOUT SITE */
table.checkoutconfirmationorderdetails {
    padding: 0;
    margin: 0 0 10px 0;
    border: none
    }
table.checkoutconfirmationorderdetails tr td.productname {
    width: 97%;
    font-weight: bold
    }
table.checkoutconfirmationorderdetails tr td.shippingtime {
    padding: 0 0 0 30px;
    color: #666;
    font-size: 11px;
    font-weight: normal;
    xwhite-space: nowrap
    }
table.checkoutconfirmationorderdetails tr td.productattributes {
    padding: 0 0 0 30px;
    color: #666;
    font-size: 11px;
    font-weight: normal
    }
table.checkoutconfirmationorderdetails tr td.productprice {
    xwhite-space: nowrap;
    text-align: right
    }
table.checkoutconfirmationorderdetailstotal {
    padding: 0;
    margin: 10px 0 0 0;
    border: none
    }
table.checkoutconfirmationorderdetailstotal tr td.name {
    width: 100%;
    text-align: right
    }
table.checkoutconfirmationorderdetailstotal tr td.value {
    xwhite-space: nowrap;
    text-align: right
    }
/* AGB ON CHECKOUT SITE */
p.checkoutagb textarea {
    width: 100%
    }
/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
    margin: 0;
    padding: 0;
    margin-top: 15px
    }
ul#checkoutnavigation li {
    height: 70px;
    list-style-type: none;
    float: left;
    width: 195px;
    margin-right: 15px;
    border: solid 1px;
    padding: 8px
    }
ul#checkoutnavigation li.active {
    background-color: #BFE0E9
    }
ul#checkoutnavigation li.active .number {
    font-size: 20px;
    font-weight: bold
    }
ul#checkoutnavigation li.active .title {
    font-size: 14px;
    font-weight: bold
    }
ul#checkoutnavigation li.active .description {
    font-size: 11px
    }
ul#checkoutnavigation li.inactive {
    color: #999;
    background-color: #ededed;
    border-color: #999
    }
ul#checkoutnavigation li.inactive .number {
    font-size: 20px;
    font-weight: bold
    }
ul#checkoutnavigation li.inactive .title {
    font-size: 14px;
    font-weight: bold
    }
ul#checkoutnavigation li.inactive .description {
    font-size: 11px
    }
/* ERROR MESSAGES */
.errormessage {
    border: solid red 2px;
    padding: 15px;
    background-color: #FFD6D6;
    margin-bottom: 10px
    }
/* SUCCESS MESSAGE */
.messageStackSuccess {
    padding: 4px;
    background-color: #6f6
    }
/* BlUMEN */
#blumen {
    float: left;
    margin-top: -110px;
    display: inline
    }
#blumen a {
    margin-right: 10px
    }
/* FOOTER */
.footer {
    background: url(img/footer.jpg);
    width: 100%;
    height: 203px;
    clear: both;
    text-align: center;
    font-size: 11px;
    color: #666;
    margin-top: 160px !important
    }
.footer .boxheader {
    margin-top: -10px;
    margin-left: 20px;
    color: #666 !important
    }
.footer .boxbody a {
    margin-left: 40px;
    color: #666 !important;
    text-decoration: none !important
    }
.footermini {
    position: relative;
    left: 1000px;
    bottom: 128px;
    z-index: 99999;
    width: 173px;
    height: 127px;
    background: url(img/footermini.png)
    }
#copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px
    }
.headermini {
    position: relative;
    left: -125px;
    bottom: 265px;
    z-index: 99999;
    float: left;
    width: 154px;
    height: 270px;
    background: url(img/headermini.png)
    }
.floatbox {
    width: 250px;
    height: 140px;
    float: left;
    margin-left: 25px;
    margin-top: -98px;
    text-align: left !important
    }
.footer a {
    color: #666;
    text-decoration: underline;
    outline: none
    }
/* XTC COPYRIGHT */
.copyright {
    margin: 0 auto;
    width: 970px;
    text-align: center;
    color: #666;
    font-size: 11px;
    padding: 0 0 10px 0;
    display: none
    }
/* XTC ParseTime */
.parseTime {
    margin: 0 auto;
    width: 970px;
    text-align: center;
    color: #666;
    font-size: 11px;
    padding: 0 0 10px 0;
    display: none
    }
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
    padding: 6px;
    text-align: right;
    display: block;
    height: auto;
    width: 350px;
    float: left;
    margin-top: 50px;
    margin-bottom: 2px
    }
.morepics img {
    border: #666 1px dashed;
    padding: 0;
    margin-right: 10px;
    margin-left: -5px !important;
    background: #fff;
    height: 100px;
    width: auto;
    float: left;
    margin-bottom: 8px
    }
/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */
dt {
    float: left;
    width: 40px
    }
dt img {
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
    max-width: 40px
    }
dd {
    float: right;
    width: 125px
    }
/* Vorschaubilder TD mit gleichem Abstand */
/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */
/*.productPreviewImage { width:100px; display:block } */
.productPreviewImage {
    width: 120px;
    display: block
    }
/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */
td.productPreviewContent {
    width: 400px;
    text-align: left
    }
/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÃHLUNGEN IM CONTENT */
#content ol, #content ul {
    margin: 10px 0 10px 14px
    }
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÃHLUNGEN IM CONTENT */
/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÃHLUNGEN IN DER DRUCKANSICHT */
.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {
    margin: 10px 0 10px 186px
    }
/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÃHLUNGEN IN DER DRUCKANSICHT */
/* SEARCHBOX */
.search_header {
    line-height: normal
    }
/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
td.main_row {
    border-top: 1px solid #ccc
    }
/* EOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */
/* BOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
div.agbframe {
    width: 97%;
    height: 200px;
    overflow: auto;
    padding: 10px;
    background: url(img/input_bg.gif) no-repeat;
    border: 1px solid #666
    }
/* EOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */
/* BOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
ol#address_block, div.agbframe ol, div.agbframe ul {
    margin-left: 30px
    }
/* EOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */
/* BOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK fÃ¼r TABS/ACCORDION in product_info */
#tabbed_product_info ul, #accordion_product_info h3 a {
    display: none
    }
#tabbed_product_info .morepics {
    background-color: #ededed;
    padding: 6px;
    border-width: 1px 0 0 0;
    width: 512px;
    margin-bottom: 17px
    }
/* EOF - web28 - 2010-07-25 - NO JAVASCRIPT FALLBACK fÃ¼r TABS/ACCORDION in product_info */
/* BOF - web28 - 2010-07-25 - FIX DER AUFZÃHLUNGEN IM CONTENT  fÃ¼r TABS/ACCORDION in product_info */
#tab_description ol, #tab_description ul, #accordion_product_info ol, #accordion_product_info ul {
    margin: 10px 0 10px 22px;
    display: block
    }
.mehr {
    width: 140px;
    height: 140px;
    float: right;
    position: relative;
    z-index: 9999;
    margin-top: -30px;
    margin-right: -50px
    }
.bluebox {
    width: 95%;
    height: 100px;
    background: #BFE0E9;
    opacity: 0.5;
    border-radius: 15px;
    padding: 15px;
    padding-top: 0
    }
/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - Begin --------------------------*/
div#slider_outer {
    display: block;
    height: 335px;
    margin-top: 20px;
    margin-bottom: -10px !important
    }
div#slider_outer h2 {
    margin-left: 50px !important
    }
div#slider img {
    width: 850px !important;
    margin-left: 0
    }
div#slider {
    xtext-align: right;
    xposition: relative;
    xright: 0;
    width: 850px;
    height: 400px;
    margin-right: 5px;
    margin-top: 10px;
    float: left
    }
ul#imageslider {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
    /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
    width: 850px;
    height: 400px;
    xborder: 1px solid #efefef;
    xtext-align: right;
    display: block
    }
ul#imageslider #slidercontent {
    display: none;
    /* Textanzeige deaktiviert durch display:none; */
    z-index: 888;
    /* Durch den z-index wird der Conatiner des Textes auf das Bild gelegt */
    position: relative;
    right: 0;
    xtop: -195px;
    /* Damit der Text auf dem Bild angezeigt werden kann mÃ¼ssen wir den Container nach oben ziehen */
    width: 850px;
    height: 400px;
    /* Breite des Slideshowcontainers */
    overflow: hidden;
    /* Falls die Inhalte zu gross sind, werden diese abgeschnitten */
    text-align: right;
    font-size: 0.9em;
    background: #ccc;
    /* Regelt die Transparenz des Textes um das Bild darunter noch sehen zu kÃ¶nnen */
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70)
    }
/*---------------------------- Imageslider (c) 2008 by Hetfield - www.MerZ-IT-SerVice.de - End ----------------------------*/
div#create_farbe {
    float: left;
    margin-bottom: 4px
    }
div#create_thema {
    float: left
    }
div#facebook {
    float: left;
    margin-top: 4px
    }
div#partydesign {
    float: left;
    margin-top: 4px;
    margin-left: 4px
    }
#cat_show1 {
    width: 100% px;
    min-height: 200px;
    background-color: #EDEDED;
    border: solid #ccc;
    border-width: 1px 0 1px 0;
    padding: 5px 0 0 0
    }
#cat_show2 {
    width: 165px;
    height: 160px;
    color: #000;
    background-color: #EDEDED;
    border: solid #ccc;
    border-width: 1px 1px 1px 1px;
    margin: 0 4px 5px 4px;
    float: left
    }
#cat_show_name {
    width: 165px;
    height: 40px;
    background-color: #7F7F7F;
    /* Zentrieren */
    line-height: 40px;
    text-align: center
    }
#cat_show_name a, #cat_show_name a:link, #cat_show_name a:visited, #cat_show_name a:hover, #cat_show_name a:active {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer
    }
#cat_show_text {
    width: 165px;
    height: 70px;
    background-color: #FFFFB2;
    /* Zentrieren */
    line-height: 40px;
    text-align: center
    }
#cat_show_text p {
    margin: 0 0 0 0
    }
#cat_show_image {
    width: 165px;
    height: 120px;
    background-color: #EDEDED;
    /* Zentrieren */
    line-height: 120px;
    text-align: center
    }
.cat_image {
    height: 100px;
    max-width: 150px;
    border: solid #fff;
    border-width: 3px 3px 3px 3px;
    vertical-align: middle
    }
#cat_clear {
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0
    }
/*Superfish*/