/**
* style.css:    Datei stellt CSS-Klassen bereit, die in jedem Shop benötigt werden
*
* @copyright    IPO-Prämienservices GmbH
* @author       DS
* @version      0.9_beta-11.01.2013
*/


/* Allgemeine Einstellungen für alle Seiten */



html, body {
    font-family: "PT Sans",Verdana,sans-serif;
    color:#666;
}

body    {
    background-color: #ffffff;
    margin: 0;
}

h1,h2,h3,h4 {
    font-family:'PT Sans Caption',Verdana,sans-serif;
}

h1 {
    font-size:30px;
    color:#292929;
    font-weight:700;
    margin:0 0 20px;
}

h3,h4 {
    font-size:15px;
    color:#292929;
    font-weight:700;
    margin-bottom:10px;
}

b {
    font-weight:bold;
}

img {
    border: 0 none;
}

input[type="text"], input[type="password"] {
    padding-left: 0.4em;
    border: 1px solid lightgrey;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="submit"]:active, select:focus {
    outline: 0;
    box-shadow: 0px 0px 2px lightgrey inset;
    border: 1px solid grey;
}

input[readonly="readonly"] {
    box-shadow: none;
    opacity: .5;
}

input[readonly="readonly"]:hover {
    cursor: default;
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    margin: 0;
    padding-left: 3px;
    padding-right: 0;
}

input[type="number"]:hover, input[type="number"]:focus {
    -moz-appearance: number-input;
    -webkit-appearance: number-input;
    padding-right: 0;
}

.btn-search {
    float: right;
    margin-top: -16px;
}

select {
    padding-left: 0.4em;
    box-shadow: 1px 1px 1px lightgrey inset;
    border-radius: 2px;
    border: 1px solid lightgrey;
}

button, input[type="submit"], .search_top .search_button {
    border: 1px solid lightgrey;
    padding: 0.4em;
}
button:hover, input[type="submit"]:hover, .search_top .search_button:hover {
    cursor: pointer;
}

input[readonly="readonly"] {
    border: 1px solid lightgray !important;
    color: grey !important;
    box-shadow: none !important;
}

input[readonly="readonly"]:focus {
    border: 1px solid lightgray !important;
    box-shadow: none !important;
}

select, input, button, textarea {
    font-size: 99%;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0px;
}

a {
    color: #0C0C0C;
    text-decoration: none;
}

a:link {
    transition: all 0.2s ease-in-out 0s;
}

a:hover {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
    float: left;
}
.nodisplay, .disable_page, #browsermsg {
    display: none;
}

.wrapper {
    max-width: 1140px
}

.container {
	    max-width: inherit;
			width: auto;
			padding: 0;
			margin: 0;
}

.trashcan_icon {
	display: none;
}

.content {
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.4em;
}

/* Seiten-Header */

.header, .search_top {
    z-index: 99;
}

.header {
    display: none;
    height: 5em;
    overflow: hidden;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,1) 100%);
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.4) inset, 0px -1px 0px 0px rgba(0,0,0,0.2) inset;
}
.header h1 {
    font-size: 3em;
    letter-spacing: 0.2em;
    font-variant: small-caps;
    color: #EEEEEE;
    opacity: .8;
    margin: 0px;
}

.header h1:hover {
    opacity: .9;
}

.checkout-head, .checkout-head-additional {
    margin-bottom: 5px;
}

.search_top {
    display: inline-block;
    float: right;
    height: 80px;
    width: 100%;
    font-size: 0.9em;
}

.search_top fieldset {
    color: #000000;
    float: right;
    font-size: 12px;
    font-weight: 100;
    height: 30px;
    line-height: normal;
    margin-top: 5px;
    padding: 0;
}

.search_top fieldset label {
    display: block;
    font-size: 13px;
    color: #595959;
    font-weight: normal;
}

.search_top .search-keyword, .search_top .search-points {
    display: inline-table;
    width: 300px;
}

label[for="mv_search_pay_val_top"] {
    margin-top: 20px;
}

.search_top .search_titel {
    padding-right: 0.5em;
}

.search_top button {
    float:right;
    margin-top: 29px;
}

.search_top .search_button {
    width: 60px;
    height: 24px;
    margin-left: -14px;
    margin-top: 0;
    position: absolute;
    border: 1px solid #A5A6A7;
}

.fa.fa-fw.fa-lg.fa-search {
    font-size: 1em;
    line-height: 0.5em;
    vertical-align: 65%;
}

.search_top input {
/*
    height: 13px;
    font-size: 11px;
    margin-left: 8px;
    margin-right: 12px;
    vertical-align: bottom;
*/
    width: 250px;
    height: 28px;
    border: 1px solid #A5A6A7;
}

.search_top a:hover {
    text-decoration: underline;
}

.search_titel {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 14px;
    padding-top: 6px;
    text-transform: none;
}

#mv_search_pay_val, #search_input, #mv_search_string {
    padding-left: 8px;
    width: 250px;
}

#extended-search-link {
    display: none;
    opacity: 1;
    float: right;
    padding-top: 0;
    width: 100%;
}

#extended-search-link a {
    color: #666;
    text-decoration: none;
}

#extended-search-link:hover {
    opacity: 1;
}

#extended-search-link img {
    margin-left: 5px;
    vertical-align: middle;
}

#extended-search-link span {
    color: #666;
}
#extended-search-link span {
    display: inline-block;
    line-height: normal;
    margin-left: 3px;
}

.custom-extended-search {
    color: #666;
    font-size: 17px;
    margin-top: 5px;
}

.main {
    width: 100%;
    display: block;
}

/* Linke-Spalte */

.left_column {
    width: 190px;
    height: 100%;
    margin-top: 50px;
    padding: 0.5em;
    float: left;
}

.left_column>div {
    margin-top: 1em;
    padding-right: 0.5em;
    line-height: 2em;
}

.left_column div h2,
.logon_notice legend {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.left_column > div > ul > li {
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    box-shadow: 0 1px 0 white;
    line-height: 2.4em;
    margin-top: -1px;
    padding: 0.1em;
}

.ico-browse, .ico-right-column, .ico-new-products {
    float: left;
    vertical-align:top;
    margin-top:4px;
}

.left_column>div>ul>li>a:hover {
    color: #1A72CE;
}

ul.list li:hover {
    background: white !important;
    box-shadow: none !important;
}

.left_column>div>ul>li>a {
    display: inline-block;
    padding-left: 8px;
    xwidth: 100%;
}

.logon_notice {
    margin: 0;
    padding: 0;
}

.logon_notice label {
    width: 100%;
    float: left;
}

.logon_notice input[type="submit"] {
    margin-top: 0.8em;
}

.basket_notice li {
    font-size: 0.9em;
}

.basket_notice h2 i {
	    display: none;
}

.category_navigation ul li span.ico { display: none; }

.topcat a {
/*
    font-size: 15px;
    color: #1A72CE;
*/
}
/* Ende - Linke-Spalte */

.text_products_note {padding-top: 1em;}

/* Seiten-Footer */

.footer {
    display: none;
    clear: both;
    border-top: 1px solid lightgrey;
    text-align: right;
    background-color: #EEEEEE;
    box-shadow: 0px 1px 0 white inset;
    padding: 1em;
}

/* Ende - Seiten-Footer */

/* Ende - Allgemeine Einstellungen für alle Seiten */


/* Content-Bereich */

.content_column {
    min-width: 250px;
    min-height: 1170px;
    display: block;
    overflow: hidden;
    /* padding: 0.8em 0.8em 5em 2em; */
}

.content_column p, .content_column ul {
    display: block;
    float: left;
    width: 100%;
}

.content_column .logout-description {
    float:left;
}

/* Category-Navigation / Suche */

.content_column .search,
.content_column .category_navigation {
    display: none;
    margin-top: 1em;
    width: 98%;
    background-color: #EEEEEE;
    box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
    background-repeat: repeat;
    padding: 0.5em;
    border: 1px solid lightgrey;
    border-radius: 2px;
    text-shadow: 0 1px 0 #FFF;
}

.content_column .category_navigation h4 {
    border-bottom: 1px solid lightgrey;
    box-shadow: 0px 1px 0 #FFF;
    margin-bottom: 0.8em;
}

.content_column .category_navigation ul {
    float: left;
    display: inline;
    width: 25%;
}

.selected {
    background-color: #bfd8f1;
}

.selected a {
    color: #0062c8;
}

.content_column .category_navigation ul.first {
    padding-left: 0px;
}
.content_column .category_navigation a:hover {
    text-decoration: underline;
}

.content_column h2 {
    clear: both;
    float: left;
    margin-top: 8px;
    width: 100%;
}

.sales a {
    color: #C41524;
}

/* Ende - Category-Navigation */


/* Custom Navigation */

.custom_navigation {
    display: none;
}

/* Ende Custom Navigation */


/* Breadcrumb */
/* custom breadcrumb */
.custom-breadcrumb, .breadcrumb {
    display: inline-block;
		overflow: hidden;
		xwidth: 70%;
		position: absolute;
		left: 12px;
}


.page-56 h2, .page-110 h2, .page-110 .content-basket {
	padding-top: 3em;
}

.page-30 .product_wrapper {

}
.custom-breadcrumb ul, .breadcrumb ul {
    background:transparent;
    margin-bottom: 5px;
    padding: 0 5px 5px 0;
    font-size: 13px;
}

.custom-breadcrumb ul li, .breadcrumb ul li {
    float-left;
    display: inline-block;
}

.custom-breadcrumb ul li:after, .breadcrumb ul li:after {
    content: " /";
}

.custom-breadcrumb    ul > li + li:before, -breadcrumb    ul > li + li:before {
    color: #ccc;
    content: "";
    padding: 0;
}

.custom-breadcrumb    ul li, .breadcrumb    ul li {
    padding-left:3px;
    padding-top:0;
    height:24px;
    margin-left: 2px;
    margin-right: -1px;
}

.custom-breadcrumb    ul li a, .breadcrumb    ul li a {
    color:#595959;
}

.custom-breadcrumb    ul > li:first-child, .breadcrumb    ul > li:first-child {
    margin-right: 3px;
    background:none;
    padding-left:4px;
    border:none;
}

.custom-breadcrumb ul > li:first-child:after, .custom-breadcrumb ul > li:last-child:after, .breadcrumb ul > li:first-child:after, .breadcrumb ul > li:last-child:after {
    content: "";
}

.custom-breadcrumb    ul li:last-child, .breadcrumb    ul li:last-child {
    border:none;
    color: #0062c8;
    margin-left:0px;
}/* Ende - Breadcrumb */


/* Logon-Seite */

.logonform {
    margin-top: 1em;
    width: 200px;
    background-color: #EEEEEE;
    box-shadow: 1px 1px 0 #FFF inset, -1px -1px 0 #FFF inset;
    background-repeat: repeat;
    padding: 0.5em;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    text-shadow: 0 1px 0 #FFF;
}

/* Ende Logon-Seite */


/* Startseite */

.content_text_main_start h1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.content_text_main_start p {
    font-size: 13pt;
    line-height: 1.4em;
    margin: 10px 0;
    padding: 5px 5px 5px 0;
    width: 98.2%;
}

.content_text_main_start p a {
    text-decoration: underline;
}

#old_basket_changed {
    display: inline-block;
    margin-top: 1em;
    width: 98%;
    background-color: #EEEEEE;
    padding: 0.5em;
    border: 1px solid lightgrey;
    border-radius: 2px;
}
#old_basket_changed h3 {
    margin: 0px 0px 10px;
}

#old_basket_changed ul {
    display: inline-block;
    width: 100%;
}

#old_basket_changed li {
    border-top: 1px solid lightgrey;
    box-shadow: 0 1px 1px white inset;
    padding: 5px 0 5px 5px;
    display: inline-block;
    width: 100%;
}

#old_basket_changed .change {
    padding-left: 5px;
    font-style: italic;
    width: 40%;
    float: left;
}

.highlights, .new_products, .right_column, .charts, .promos {
    width: 100%;
}

.highlights h2, .new_products h2, .right_column h2, .charts h2, .promos h2 {
    border-bottom: 1px solid #c8c8c8 !important;
    display: block;
    font-size: 16px;
    margin-top: 0;
    padding: 8px 8px 8px 20px !important;
    font-weight: normal;
    color: #3c3c3c;
}

.highlights h2 a:hover, .right_column h2 a:hover, .charts h2 a:hover, .promos h2 a:hover{
    color: #1A72CE;
    text-decoration: underline;
}

.highlights ul, .new_products ul, .right_column ul, .charts ul, .promos ul {
    display: inline;
}

/* Ende- Startseite */


/* Gemeinsame-Styles für Startseite und Browse-Seite */

.content_browse, .highlights, .new_products, .right_column, .charts, .promos {
    display: inline-block;
    float: right;
    margin-top: 1em;
    margin-top: 3em;
    width: 880px;
}

.product, .group, .highlight, .new_product, .right_column li>a>div, .chart, .promo-product {
    float: left;
    width: 212px;
    position: relative;
    margin: 10px 6px 10px 6px;
    overflow: hidden;
    word-wrap: break-word;
    border: 1px solid whitesmoke;
}

 .group:hover {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: -o-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: linear-gradient(to bottom, white 0%,#EEEEEE 100%);
    box-shadow:
        1px 1px 0 white inset, -1px -1px 0 white inset, /* Default-Inner-Group-Shadow */
        0 1px 1px rgba(0,0,0,0.15), /* The top layer shadow */
        0 10px 0 -5px WhiteSmoke, /* The second layer */
        0 10px 1px -4px rgba(0,0,0,0.15), /* The second layer shadow */
        0 20px 0 -10px WhiteSmoke, /* The third layer */
        0 20px 1px -9px rgba(0,0,0,0.15); /* The third layer shadow */
}



.group {
    overflow: visible;
    float: left;
    overflow: hidden;
    border: 2px  solid whitesmoke;
}

.eyecatcher_compensation, .new_product_img, .highlight_img, .right_column_img, .chart_img, .promo_img {
    display: block;
    width: 208px;
    height: 160px;
    line-height: 140px;
    background-color: white;
    text-align: center;
    overflow: hidden;
    opacity: 0.9;
}

.product:hover .eyecatcher_compensation, .group:hover .eyecatcher_compensation, .new_product:hover .new_product_img, .highlight:hover .highlight_img, .right_column li>a>div:hover .right_column_img, .chart:hover .chart_img, .promo-product:hover .promo_img {
    opacity: 1;
}

.new_product_img img, .highlight_img img, .right_column_img img, .eyecatcher_compensation img, .chart_img img, .promo_img img{
    margin: 5px;
    vertical-align: middle;
		display: inline;
}

.group .browse_link_right, .product .browse_link_right, .new_product_text, .highlight_text, .right_column_text, .chart_text, .promo_text {
    overflow: hidden;
    padding: 5px;
    height: 100px;
    line-height: 1.5;
    font-size: 13px;
    display: block;
}


.price-new-products, .price-highlights, .price-right-column, .price-charts, .price-promos {
    vertical-align:bottom;
    display: block;
    width: 100%;
}

.browse_price {
    margin-left: 10px;
}

.highlight_text, .new_product_text, .right_column_text, .browse_link_right, .chart_text, .promo_text {
    color: #3c3c3c;
    background: #ffffff;
}

 .product .browse_link_right {
    color: #000000;
}

.first.product {
    clear: both;
}

.browse_price, .price-new-products, .price-right-column, .txt_noadd, .price-charts, .price-promos {
    bottom: 0;
    font-weight: bold;
    position: absolute;
    display: block;
}

.txt_noadd {
    display: none !important;
}

.product .eyecatcher, .group .eyecatcher {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 72px;
    height: 72px;
}

#back {
    margin-top: 10px;
}

.page_navigation {
    clear:both;
    display: block;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
    margin-top: 1em;
}

.page_navigation li {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    float: left;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-right:  1px solid lightgrey;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: -o-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: linear-gradient(to bottom, white 0%,#EEEEEE 100%);
    cursor:default;
}

.page_navigation li:hover {
    margin-top: -1px;
    margin-bottom: 1px;
    background: #EEEEEE;
    background: -moz-linear-gradient(bottom, white 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,white), color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(bottom, white 0%,#EEEEEE 100%);
    background: -o-linear-gradient(bottom, white 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(bottom, white 0%,#EEEEEE 100%);
    background: linear-gradient(to top, white 0%,#EEEEEE 100%);
    box-shadow: 1px 1px 0 white inset, -1px -1px 0 white inset, 0px -1px 4px 0px lightGrey, 0px 1px 4px 0px lightGrey;
}
.page_navigation li.active:hover {
    box-shadow:none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.page_navigation li:first-child {
    border-left: 1px solid lightgrey;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.page_navigation li:last-child {
    border-right: 1px solid lightgrey;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.page_navigation a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.paging-numeric {
    display: inline-block;
}

.paging-numeric li a, .paging-numeric li span, .paging-numeric li.ellipsis {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    display: inline-block;
}

li.ellipsis {
    color: grey;
}

.search_desc {
    font-size: 0.9em;
    border-bottom: 1px solid lightgrey;
    box-shadow: 0px 1px 0 white;
}

.search_desc p {
    margin: 0px;
}

/* Ende - Browse-Seite */


/* Product-Seite */

.product_wrapper {
    margin-top: 1.9em;
    width: 890px;
    float: right;
    border: 1px solid lightgrey;
    box-shadow: 1px 1px 0 white inset, -1px -1px 0 white inset;
    background-color: #ECECEC;
}

.product_name {
    font-size: 1.6em;
    line-height: 1.2em;
}

.product_wrapper>.product_name {
    display: none;
}

.productpic_wrapper {
    height: 340px;
    width: 340px;
    float: left;
    background-color: white;
    box-shadow: 1px 1px 0 lightgrey;
    position: relative;
}

.productpic_wrapper>.product_eyecatcher {
    display: none;
}

#product_pic_link {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 300px;
    vertical-align: middle;
    text-align: center;
}

#product_pic_link:hover {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.product_image {
    margin: 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.product_hint {
    width: 50px;
    height: 50px;
    z-index: 99;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.product_hint img{
    display: block;
}

.product_head {
    display: block;
    overflow: hidden;
    padding: 1em;
    position: relative;
}
.product_brandlogo, .product_code {
    display: inline-block;
}

.product_brandlogo {
    background-color: white;
    border: 1px solid lightgrey;
    padding: 1em;
    box-sizing: content-box;
}

.product_brandlogo[src="/logos/logo0393.gif"] {
    background-color: transparent;
    border: 0 none;
}

.product_head>.product_name {
    margin: 0.5em 0 0.5em 0;
    width: 88%;
}

.product_code {
    margin-top: 2em;
    display: block;
}

.product_button input[name="quantity"] {
    width: 3em;
    height: 2em;
    margin-right: 1em;
}

.product_button input[type="submit"] {
    margin-left: 0.5em;
}

#product-submit, #back {
    xbackground-color: #f0f0f0;
    border-color: #c8c8c8;
    border-radius: 4px;
}

#product-submit:hover, #back:hover {
    background-color: #dcdcdc;
}

.product_head>.product_eyecatcher {
    float: right;
    position: relative;
    right: -1em;
    top: -1em;
    z-index: 99;
}

.product_description {
    background-color: #ffffff;
    width: 100%;
    clear:both;
    float: left;
    margin-top: -1px;
    padding: 1em;
    border-top: 1px solid lightgrey;
    box-shadow: 0px 1px 0 white inset;
}

.product_description h2 {
    font-size: 1.2em;
/*    font-variant: small-caps; */
    text-shadow: 0 1px 0 white;
    margin-bottom: 0.5em;
    float:none;
}

.product_description ul {
    float: none;
}

.product_description li {
    list-style: circle;
    margin-left: 1em;
    margin-top: 0.4em;
}

/* Ende - Product-Seite */


/* Checkout-Seiten */

.basket {
    width: 890px;
    background-color: #EEEEEE;
    border: 1px solid lightgrey;
    border-radius: 2px;
}

.basket li {
    border-bottom: 1px solid lightgrey;
    box-shadow: 0px 1px 0px white ;
    display: table;
}

.basket li:last-child {
    border-bottom: none;
    box-shadow: none;
}

.basket li div{
    display: table-cell;
    height: 83px;
    padding: 0.3em;
    border-right: 1px solid lightgrey;
    text-align: left;
    vertical-align: middle;

}

.basket li div:last-child {
    border-right: none;
}

.basket .quantity {
}


.basket_fieldset input[type="submit"], input[name="COUPON2"], input[name="COUPON2_OR3"], input[name="BACK"], input[name="CONFIRM_TEXT"], #submitback, .text_coupon2_next {
    xbackground: #f0f0f0;
    border-color: #c8c8c8;
    border-radius: 4px;
    margin-top: 10px;
}
input[name="CONFIRM_TEXT"] {
    display: block;
}

.basket_fieldset input[type="submit"]:hover, input[name="COUPON2"]:hover, input[name="COUPON2_OR3"]:hover, input[name="BACK"]:hover, input[name="CONFIRM_TEXT"]:hover, #submitback:hover, .text_coupon2_next:hover {
    background-color: #dcdcdc;
}

.quantity input {
    width: 40px;
    height: 30px;
}

.basket .image {
    text-align: center;
    vertical-align: middle;
    width: 93px;
    background-color: white;
}

.basket .name {
    width: 500px;
}

.basket .price {
    width: 9em;
}

.basket .articleno {
    width: 9em;
}

.basket .trash {
    width: 20px;
    opacity: 0.6;
}

.basket .trash:hover {
    opacity:1;
}

#trashcan {
	display:none;
}

.total_output {
    margin-top: 1em;
    margin-bottom: 1em;
}

fieldset.adr1, fieldset.adr2 {
    margin-top: 1em;
    margin-left: 0;
    padding: 1em;
    border: 1px solid lightgrey;
    border-radius: 2px;
    overflow: hidden;
    background-color: #EEEEEE;
    box-shadow: 1px 1px 0 white inset, -1px -1px 0 white inset;
    width: 890px;
}

fieldset.adr2 legend {
    display: none;
}

.required label:after {
    content: "* ";
    color: red;
}

.adr {
    padding: 10px;
    position: relative;
    width: 510px;
    line-height: 0;
}

.adr li {
    margin-bottom: 5px;
    height: 30px;
    clear: both;
}

.adr label {
    float:left;
    margin-right: 5px;
    margin-top: 15px;
}

.adr input, .adr select {
    height: 30px;
    width: 250px;
    position: absolute;
    left: 290px;
}

.adr .mr select {
    width: 100px;
}

.adr .street, .adr .streetnr {
    float: left;
    clear: none;
}

.adr .street input {
    width: 194px;
    margin-right: 5px;
}

.adr .streetnr input {
    left: 490px;
    width: 50px;
}

.adr .country, .adr .zip_code, .adr .city {
    float: left;
    clear: none;
}
.adr .country {
    clear: both;
}

.adr .country input {
    width: 35px;
    margin-right: 5px;
}

.adr .zip_code input {
    width: 55px;
    margin-right: 5px;
    left: 331px;
}

.adr .city input {
    width: 148px;
    margin-right: 5px;
    left: 392px;
}

.adr1 input[type="submit"],.adr2 input[type="submit"] {
    margin-top: 10px;
    margin-right: 10px;
}

.adr1 input[name="COUPON2_OR3"] {
    float: right;
}

.error_box {
    display: none;
    margin-top: 1em;
    padding: 1em;
    border: 1px solid red;
    border-radius: 2px;
    overflow: hidden;
    background-color: red;
    box-shadow: 1px 1px 0 white inset, -1px -1px 0 white inset;
    color: #EEEEEE;
}

.checkout3 label[for="revocation"] {
    margin-left: 5px;
    width: 96%;
}

label[for="username_payments"], label[for="userpasswd_payments"] {
    display: block;
    width: 150px;
}

.std_content_interval {
    font-size: 14px;
}

/* Ende - Checkout-Seiten */


/* Erweiterte-Suche-Seite */

.content_search_form {
    display: inline-block;
    padding: 0.5em;
    margin-top: 1em;
    border: 1px solid lightGrey;
    border-radius: 2px;
    background-color: #EEEEEE;
    width: 95%;
    position: relative;
}

.content_search_form fieldset {
    padding: 0;
}

.content_search_form .searchform label {
    display: inline-block;
    margin-top: .5em;
    margin-left: .5em;
}

.content_search_form .price_deviation li {
    float: left;
    margin-right: 1em;
}

.content_search_form .search_fields,
.content_search_form .search_options {
    border-top: 1px solid lightgrey;
    box-shadow: 0px 1px 0 white inset;
    padding-left: 0px;
    padding-top: 1em;
    margin-top: 1em;
}

.content_search_form .search_fields legend,
.content_search_form .search_options legend {
    background-color: #EEEEEE;
    padding-right: 0.5em;
}
label [for="mv_search_string"] {
    width: 80px;
}

label[for="mv_search_pay_val"] {
    margin-left: 6px !important;
    width: 78px;
}
/* Ende - Erweiterte-Suche-Seite */


/* Mein-Konto-Seite */

dl.adr_user {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid lightgrey;
    border-radius: 2px;
    overflow: hidden;
    background-color: #EEEEEE;
    box-shadow: 1px 1px 0 white inset, -1px -1px 0 white inset;
    width: 50%;
}

dl.adr_user dt {
    width: 10em;
    float: left;
}

fieldset.change_pwd {
    margin-top: 1em;
    padding: 1em;
    border: 1px solid lightgrey;
    border-radius: 2px;
    overflow: hidden;
    background-color: #EEEEEE;
    box-shadow: 1px 1px 0 white inset, -1px -1px 0 white inset;
    width: 50%;
}

fieldset.change_pwd label {
    width: 100%;
    display: block;
}

fieldset.change_pwd input {
    width: 50%;
    margin-right: 50%;
    margin-bottom: 1em;
}

fieldset.change_pwd #userpasswd_old {
    margin-bottom: 2em;
}

/* Ende - Mein-Konto-Seite */


/* Kontoauszug-Seite */

.clientactionstable {
    margin-top: 1em;
    border: 1px solid lightgrey;
    border-radius: 2px;
    background: #EEEEEE;
    box-shadow: 1px 1px 0 white inset;
}

.clientactionstable tr:hover {
    background: #EEEEEE;
    background: -moz-linear-gradient(top, white 0%, #EEEEEE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#EEEEEE));
    background: -webkit-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: -o-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: -ms-linear-gradient(top, white 0%,#EEEEEE 100%);
    background: linear-gradient(to bottom, white 0%,#EEEEEE 100%);
}

.clientactionstable th,
.clientactionstable td {
    padding: .5em;
    text-align: left;
        border-bottom: 1px solid lightgrey;
        border-right: 1px solid lightgrey;
    box-shadow: 1px 1px 0 white inset;
}
.clientactionstable .oddTableRow {
}

.clientactionstable .evenTableRow {
}

/* Ende - Kontoauszug-Seite */

/* --------------------------- Seite "ordlist" ---------------------------------------------- */

.orderlist {
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #A5A6A7;
    border-collapse:collapse;
    background: #fff;
    width: 100%;
}

.orderlist thead {
    height: 20px;
    background: #F1F1F1;
    text-align: left;
    border-bottom: 1px solid #A5A6A7;
}

.orderlist thead th {
    color: #015695;
    padding: 8px 10px 8px 10px;
}

.orderlist tbody tr td {
    padding: 2px 10px;
}

.orderlist tbody tr {
}

.orderlist a {
    color: #015695;
    text-decoration: underline;
}
/* Ende - Content-Bereich */

/* --------------------------- Allgemeine Dinge, die etwaige vorherige Klassen und Attribute überschreiben müssen ---------------------------------------------- */

.message {
    color: red;
}

.message ul li {
    color: #0C0C0C;
    clear: both;
    height: auto;
    cursor: auto;
}

.disable_page {
    background-color: #777777;
    bottom: 0;
    display: none;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0.9;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.disable_page span {
    color: #FF0000;
    display: block;
    font-size: 26px;
    margin-top: 30%;
}

.disable_page img {
    margin-top: 5%;
}

.order_confirmation {
    margin-top: 10px;
}

/* Animationen für manche Elemente */
input,button,
#extended-search-link,
.basket .trash,
.group {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product a, .group a, .highlight a, .new_product a, .right_column li>a>div a, .chart a, .promo-product a {
    color: #1A72CE;
}

.product:hover a, .group:hover a, .highlight:hover a, .new_product:hover a, .right_column_inner ul li:hover a, .chart:hover a, .promo-product:hover a {
    color: #1A72CE;
}

.right_column_inner ul li:hover a div.right_column_text, .new_products ul li:hover a div.new_product_text, .content_browse ul li:hover a div.browse_link_right div, .charts ul li:hover a div.chart_text, .promos ul li:hover a div.promo_text{
    color: #1A72CE;
}

/* Ende - Animationen für manche Elemente */


/* CSS für Special-Devices */

@media (min-width: 1140px) {
    .product, .highlight, .new_product, .right_column li>a>div, .chart, .promo-product {
        width: 210px;
    }

    .group {
        width: 210px;
    }

    .product {
        border: 1px solid whitesmoke;
        position: relative;
    }
}



@media (min-width: 940px) {
}



/* Tablets */
@media screen and (max-width: 940px) {

    .hidden-nondesktop {
        display: none;
    }

    .content {
        margin-top: 0;
        max-width: 99% !important;
    }

    .category_navigation ul li {
        padding: 0.6em;
        font-size: 0.9em;
        border: 1px solid lightgrey;
        margin-right: -1px;
        margin-top: -1px;
        overflow: hidden;
    }

    .category_navigation ul li a {
        display: block;
    }

    .product_wrapper>.product_name {
        display: block;
        text-shadow: 0px 1px 0px #fff;
        padding: 10px;
        border-bottom: 1px solid #FFF;
        box-shadow: 0px -1px 0 lightgrey inset;
    }

    .product_head>.product_name {
        display:none;
    }

    .item-browse, .item-right-column, .item-new-products {
        display: inline-block;
        width: 188px;
    }
}


/* für Phones */
@media screen and (max-width: 768px){

    body {
        margin: 0;
    }

    .content_browse, .highlights, .new_products, .right_column, .charts, .promos {
        width: 95% !important;
    }

    .highlight, .new_product, .right_column li>a>div, .chart, .promo-product {
        width: 22% !important;
        height:inherit;
        margin-left: 0px;
        margin-right: 0px;
        overflow: hidden;
    }

    .new_product_text, .highlight_text, .right_column_text, .chart_text, .promo_text {
        display:none;
    }

    .highlight:hover .highlight_text {
        display: inline-block;
        position: absolute;
        bottom: 0px;
        margin: auto;
        width: initial;
        height: initial;
        z-index: 99;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        box-shadow: 0 0 46px 12px rgba(0, 0, 0, 0.05);
        background-color: rgba(255, 255, 255, 0.8);
    }
    .product, .group {
        width: 98% !important;
    }

    .new_product_img, .highlight_img, .right_column_img, .chart_img, .promo_img {
        height: 100px;
    }

    .new_product_img img, .highlight_img img, .right_column_img img, .chart_img img, .promo_img img {
        zoom: 50%;
        line-height: inherit;
        vertical-align: inherit
    }

    .wrapper {
        padding:0px;
    }

    .header h1 {
        font-size: 2em;
        letter-spacing: 0.1em;
    }

    .left_column {
        clear:both;
        width: 100%;
    }

    #mv_search_pay_val, #search_input {
        margin-bottom: 0.2em;
        margin-right: 2.6em;
    }

    .productpic_wrapper {
        float: none;
        width: 100%
    }

    .productpic_wrapper>.product_eyecatcher {
        display: block;
        position: absolute;
        right: -3px;
        top: -3px;
        z-index: 99;
    }

    .product_head>.product_eyecatcher {
        display: none !important;
    }

    .product_head {
        border-top: 1px solid lightgrey;
        box-shadow: 0px 1px 0 #FFF inset;
    }

}


@media (min-width: 1px) {
}

@media (min-width: 470px) {
}

@media (min-width: 500px) {
    .left_column {
        width: 250px;
        height: 100%;
        margin-top: 50px;
        padding: 0.5em;
        float: left;
    }

    #mv_search_pay_val_top, #search_input {
        margin-bottom: 0;
        margin-right: 2.6em;
    }

    .left_column > div {
        line-height: 2em;
        margin-top: 1px;
        padding: 0.5em;
    }

    .content_browse, .highlights, .new_products, .right_column, .charts, .promos {
        display: inline-block;
        float: left;
        margin-top: 1em;
        margin-bottom: 3em;
        width: 890px;
    }
}

/* zweithöchste Stufe */
@media (min-width: 768px) {
    .item-browse, .item-right-column, .item-new-products {
        display: inline-block;
        float: left;
        width: 144px;
    }

    .group .browse_link_right, .product .browse_link_right, .new_product_text, .highlight_text, .right_column_text, .chart_text, .promo_text {
        height: 120px;
        text-align: left;
        position: relative;
    }

}


@media (max-width: 767px) {
}

@media (min-width: 992px) {
    .item-browse, .item-right-column, .item-new-products {
        display: inline-block;
        float: left;
        width: 180px;
    }

    .product .browse_link_right, .new_product_text, .highlight_text, .right_column_text, .chart_text, .promo_text {
        height: 105px;
        text-align: left;
        position: relative;
    }

    .group .browse_link_right {
        height: 40px;
    }

}

@media (min-width: 1140px) {
    .content_browse, .highlights, .new_products, .right_column, .charts, .promos {
        width: 890px;
    }
}
/* Ende - CSS für Mobil-Devices */
