/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position:fixed;
        top: 0; right: 0; bottom: 0; left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {
        /* make content container for positioned elements (close button) */
        position: relative;

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width:  30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        background: #fff;
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff; /* Set the background in case it overlaps the content */
        background: rgba(255, 255, 255, 0.3);
        color: #000;
    }


    .featherlight .featherlight-image {
        /* styling */
        width: 100%;
    }


    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;

        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}



/* ==== Frontend ==== */
.common_page_element {
    display: inline-block;
    float: left;
    overflow: hidden;
}

.common_page_group {
    display: inline-block;
    float: left;
}

/* ==== Backend ==== */

.group_rectangle {
    display: none;
    position: absolute;
}

.common_page_cell {
    /* Border ist zu breit, also wird sie durch box-shadow ersetzt */
    border: none !important;
    -moz-box-shadow:    inset 0 0 5px #919191;
    -webkit-box-shadow: inset 0 0 5px #919191;
    box-shadow:         inset 0 0 5px #919191;
    overflow-y: auto;
}

.common_page_cell.group1, #group1_rectangle {
    -moz-box-shadow:    inset 0 0 5px red;
    -webkit-box-shadow: inset 0 0 5px red;
    box-shadow:         inset 0 0 5px red;
}

.common_page_cell.group2, #group2_rectangle {
    -moz-box-shadow:    inset 0 0 5px green;
    -webkit-box-shadow: inset 0 0 5px green;
    box-shadow:         inset 0 0 5px green;
}

.common_page_cell.group3, #group3_rectangle {
    -moz-box-shadow:    inset 0 0 5px orange;
    -webkit-box-shadow: inset 0 0 5px orange;
    box-shadow:         inset 0 0 5px orange;
}

.common_page_cell.group4, #group4_rectangle {
    -moz-box-shadow:    inset 0 0 5px blue;
    -webkit-box-shadow: inset 0 0 5px blue;
    box-shadow:         inset 0 0 5px blue;
}

.common_page_cell.group5, #group5_rectangle {
    -moz-box-shadow:    inset 0 0 5px purple;
    -webkit-box-shadow: inset 0 0 5px purple;
    box-shadow:         inset 0 0 5px purple;
}

.common_page_cell.group6, #group6_rectangle {
    -moz-box-shadow:    inset 0 0 5px yellow;
    -webkit-box-shadow: inset 0 0 5px yellow;
    box-shadow:         inset 0 0 5px yellow;
}

.common_page_cell header {
    position: absolute;
    display: none;
    width: 98%;
    background: -webkit-linear-gradient(rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 0.2)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 0.2)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 0.2)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.8), rgba(240, 240, 240, 0.2)); /* Standard syntax */
}

.common_page_cell .right_top_corner {
    display: none;
    position: absolute;
}

/* FÃ¼r schmale Elemente mÃ¼ssen die Tool-Buttons umbrechen, sonst kollidieren sie mit dem Header*/
.common_page_cell[data-sizex="2"] .cockpit_draggable div {
    margin-left: 10px !important;
}
.common_page_cell[data-sizex="1"] header {
    height: 60px;
}

.common_page_cell[data-sizex="1"] .right_top_corner {
    top: 30px;
}

.common_page_cell:hover header, .common_page_cell:hover .right_top_corner {
    display: block;
}

.drag_a_teaser {
    background: none !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 26px;
    color: #000000;
    cursor: pointer !important;
    text-align: center;
}

.common_page_cell .select_group {
    border: 1px grey solid !important;
    height: inherit;
    background-color: inherit;
    margin: 0 10px 0 0;
}

.common_page_cell fieldset {
    width: inherit;
}

#notice {
    background-color: #00632E;
    border: 1px solid #00632E;
}

#error, #warning {
    background-color: #F0A8A8;
    border: 1px solid #900;
}

#notice, #error, #warning {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 15px;
}

#notice p, #error p, #warning, p {
    color: #ffffff;
    padding-bottom: 0;
}

#notice a, #error a, #warning a {
    text-decoration: none;
    padding: 0 3px;
}

#notice a {
    border: 1px solid #98AB19;
    color: #98AB19;
}

#error a, #warning a {
    border: 1px solid #900;
    color: #900;
}

#notice a:hover, #error a:hover, #warning a:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

img {
    border: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

a {
    color: #333333;
    text-decoration: none;
    /*background: #efefef;
    padding: 5px 10px; */
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

/*
#main a {
    background: #efefef;
    padding: 5px 10px;
}
*/

#main a:hover {

}

ul, ol {
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: 0 none;
    padding: 0;
}

h1 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
}

h4.recommended_price_line, h5.recommended_price_line {
    font-size: 13px;
    color: #505052;
}

.sales_price_line {
    font-weight: bold;
}

.article_view h3.sales_price_line {
    font-size: 24px;
    color: #585858;
    font-weight: bold;
    text-align: left;
}

.quick_view_content h3.sales_price_line {
    font-weight: bold;
    font-size: 16px;
}

th {
    text-align: left;
}

.clear_float {
    clear: both;
}

#page {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
}

#head {
    position: relative;
    width: 975px;
    margin: 0 auto;
    /*  padding: 0 12px; */
}

#head .head_wrapper {
    width: 975px;
    margin: 0 auto;
}

.small_layout_padding {
    padding: 0 12px;
}

#topbar {
    text-transform: uppercase;
    margin: 10px 0 10px 0;
    border: 1px solid #dedede;
    padding: 10px 15px 10px 15px;
    background: #efefef;
}

#topbar .middle, #topbar .left, #topbar .right {
    display: inline-block;
}

#topbar .left {
    width: 30%;
    text-align: left;
}

#topbar .middle {
    width: 30%;
    text-align: center;
}

#topbar .right {
    width: 39%;
    text-align: right;
}

#page_link {
    position: absolute;
    height: 60px;
    width: 300px;
    display: block;
    float: left;
    margin-left: 0;
}

.header {
    overflow: visible;
    background: url(/images/layout/logo/logo.png) no-repeat;
    background-size: 300px;
    margin-top: 20px;
    line-height: 22px;
    padding: 0 12px;
}

#headmenu {
    float: right;
    line-height: 20px;
    margin-top: 20px;
    text-align: right;
    font-size: 8pt;
}

#headmenu ul li {
    display: inline-block;
    margin: 20px 0 0 0;
    vertical-align: top;
}

#headmenu ul li.user {
    text-align: center;
}

#headmenu ul li.cart a, #headmenu ul li.user a:first-child, #headmenu ul li.watchlist a, #headmenu ul li.watchlist_small a {
    padding: 10px 23px 10px 19px;
    background: url(/images/layout/drbarkb2b/kreis_alpha_klein.PNG) center left no-repeat;
    background-size: 15px;
}

#headmenu ul li.user > a {
}

#cart_button {
    background-image: url(/plugin_assets/vshop/images/layout/basic/cart.png);
    background-repeat: no-repeat;
    height: 43px;
    width: 140px;
    float: right;
    padding-right: 5px;
}

#cart_button #cartcontent a {
    background-image: url(/plugin_assets/vshop/images/layout/basic/cart.png);
    background-repeat: no-repeat;
    text-decoration: none;
    color: #FFF;
    display: block;
    padding-left: 8px;
    padding-top: 5px;
    font-size: 12px;
    height: 43px;
    width: 140px;
}

#cart_button #cartcontent a:hover {
    background-image: url(/plugin_assets/vshop/images/layout/basic/cart_active.png);
    color: #333;
}


#breadcrumbs_searchbox {
    overflow: hidden;
    clear: both;
    margin-bottom:10px;
}

.breadcrumbs {
    float: left;
    font-size: 11px;
    overflow: hidden;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    color: #7F7F7F;
}

.breadcrumbs a {
    color: #7F7F7F;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs ul {
}

.breadcrumbs li {
    float: left;
    margin-right: 5px;
}

.breadcrumb_separator {
    width: 10px;
    height: 10px;
    margin-left: 3px;
    display: inline-block;
    background: url(/images/layout/left_menu_arrow.png) left center no-repeat;
}

.searchbox {
    height: 25px;
    float: right;
}

.searchbox input {
    height: 15px;
    padding: 4px 7px 4px 7px;
    width: 400px;
    /*margin-top: 8px;*/
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: white url("/images/layout/drbarkb2/icon_search.png") no-repeat scroll 98% 50%;
    margin-right: 15px;
}

#content {
    width: 975px;
    margin: 0 auto;
}

#common_page {
    margin-top: 6px;
}

#leftmenu {
    margin-right: 15px;
    width: 225px;
    float: left;
}

#leftmenu .box {
    margin-bottom: 20px;
}

#leftmenu .box .box_head {
    height: 26px;
    text-transform: uppercase;
    border-bottom: 1px dotted #000000;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0 0 10px 10px;
}

#leftmenu .box .box_head div {
    padding: 5px;
}

#leftmenu .box .box_content {
    padding: 0 5px 5px;
    font-size: 14px;
}

#leftmenu .box .box_content ul li {
    margin-bottom:2px;
}

#leftmenu .box .box_content ul li a {
    display: inline-block;
}

#leftmenu .box .box_content ul li a.active {
    font-size: 11pt;
}

#leftmenu .box .box_content ul li a:hover {
}

#leftmenu .box .box_content ul li a.active:hover {
}

#leftmenu .box .box_content ul.level2 li {
}

#leftmenu .box .box_content ul.level2 > li.has_level3 {
    border-bottom: 1px dotted black;
    border-top: 1px dotted black;
    margin: 8px 0;
    padding: 10px 0;
}

#leftmenu .box .box_content ul.level2 :first-child {
    border-top: none !important;
}

#leftmenu .box .box_content ul.level2 li a {
    font-size: 12px;
}

#leftmenu .box .box_content ul.level2 li a.active,
#leftmenu .box .box_content ul.level2 li a:hover{
    background-color: #00632e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

#leftmenu .box .box_content ul.level2 li a:hover {
}

#head_width {
    width: 999px;
    margin: 0 auto;
}

#main {
    float: left;
    width: 705px;
}

#content_main_wrapper {
    width: 975px;
    margin: 0 auto;
    padding: 0 12px 0 12px;
}

#content_main_wrapper #page_sort_form {
    float: left;
}

.pages {
    float: right;
}

.pages .pagination li {
    float: left;
    margin-left: 5px;

}

.pages .pagination li {
    float: left;
    margin-left: 5px;
    font-weight: bold;
    line-height: 22px;

}

.pages .pagination li a, .pages .pagination .current {
    border: 1px solid #DDDDDD;
    display: block;
    padding: 3px 8px 1px;
    text-decoration: none;

}

.pages .pagination .gap {
    color: #999999;
}

.pages .pagination .current {
    background-color: #999999;
    color: white;
    border: 1px solid #999999;
}

.pages .pagination .previous, .pages .pagination .next {
    border: 1px solid #DDDDDD;
    display: block;
    padding: 3px 8px 1px;
    text-decoration: none;
    color: #DDDDDD;
}

#main .products {
}

#cart {
    margin-top: 20px;
    width: 705px;
    border: 0px;
    background-color: #F5F5F5;
}

.order_box #cart {
    width: 100%;
}

#cart td {
    border-top: 1px solid black;
}

#watchlists {
    /*width:780px;*/
    border: 0px;
    table-layout: fixed;
    width: 100%;
}

#watchlists tbody > tr.heading {
    background: #f0f0f0;
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: normal;
}

#watchlists td {
    /*border-top: 1px solid black;*/
    width: 25%;
}

#watchlists .article_title {
    /*margin-left: 180px;*/
}

#watchlists .buyArticlesPaddingdiv {
    float: left;
}

#watchlists .buyArticlesright {
    padding-right: 10px;
    border: none;
}

#watchlists td.buyArticlesright, #watchlists th.buyArticlesright {
    white-space: nowrap;
}

#cart_table td {
    border-right: 1px solid #dedede;
}

#watchlists td td {
    border-right: none !important;
}

#watchlists .article_title {
    font-size: 16px;
}

#watchlists .options_description {
    width: 100px;
    display: inline-block;
}

#watchlists .options_description_right {
    width: 250px;
    display: inline-block;
    line-height: 24px;
}

.summe {
    text-align: right;
    border: none !important;
}

.steps {
    border-bottom: 1px solid #333333;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 35px;
}

.steps .step_name_start {
    /*background-image: url(/images/layout/start.png);*/
    background: #939595;
    color: #FFFFFF;
    float: left;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    font-size: 14px;
}

.steps .step_name_start_en {
    /*background-image: url(/images/layout/start_en.png);*/
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    font-size: 14px;
}

.steps .step_name_middle {
    background-image: url(/images/layout/start_choosen_middle.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    padding-top: 7px;
    padding-left: 30px;
    padding-bottom: 7px;
    font-size: 14px;
}

.steps .step_name_end {
    background-image: url(/images/layout/end.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    padding: 7px 20px 7px 30px;
    font-size: 14px;
}

.steps .step_name_end_en {
    background-image: url(/images/layout/end_en.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    padding: 7px 20px 7px 30px;
    font-size: 14px;
}

.steps .step_name_choosenstart {
    background-image: url(/images/layout/choosen_start.png);
    background-repeat: no-repeat;
    float: left;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    font-size: 14px;
}

.steps .step_name_choosenstart_en {
    background-image: url(/images/layout/choosen_start_en.png);
    background-repeat: no-repeat;
    float: left;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    font-size: 14px;
}

.steps .step_name_choosenmiddle {
    background-image: url(/images/layout/choosen_start_middle.png);
    background-repeat: no-repeat;
    float: left;
    padding-top: 7px;
    padding-left: 30px;
    padding-bottom: 7px;
    font-size: 14px;
}

.steps .step_name_choosenend {
    background-image: url(/images/layout/choosen_end.png);
    background-repeat: no-repeat;
    float: left;
    padding: 7px 20px 7px 30px;
    font-size: 14px;
}

.steps .step_name_startend {
    background-image: url(/images/layout/start_end.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    padding: 7px 20px 7px 30px;
    font-size: 14px;
}

.steps .step_name_choosenend_en {
    background-image: url(/images/layout/choosen_end_en.png);
    background-repeat: no-repeat;
    float: left;
    padding: 7px 20px 7px 30px;
    font-size: 14px;
}

.steps .step_name_startend_en {
    background-image: url(/images/layout/start_end_en.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    padding: 7px 20px 7px 30px;
    font-size: 14px;
}

.steps .step_name_middleend {
    background-image: url(/images/layout/start_middle.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    padding-top: 7px;
    padding-left: 30px;
    padding-bottom: 7px;
    font-size: 14px;
}

/* Ergebnisliste der inline-Suche */
div.listing {
    position: absolute;
    width: 400px;
    background: #ffffff;
    line-height: 14px;
    z-index: 20;
}

div.cartlink_result a, div.cartlink_result a:visited {

}

div.title_result a, div.title_result a:visited {

}

div.product_result {
    background-color: #f0f0f0;
    padding: 4px;
    margin: 2px;
    font-weight: bold;
    height: 50px;
    overflow: hidden;
}

div.title_result {
    width: 400px;
    float: none;
}

div.number_result {
    float: left;
    width: 60px;
    height: 50px;
}

div.cartlink_result {

}

.default_form label {
    padding-left: 10px;
    padding-right: 5px;
    width: 100px;
    text-align: right;
    display: block;
    float: left;
    padding-top: 5px;

}

.default_form ol {
    list-style: none;
    text-decoration: none;
}

.default_form fieldset {
    border: 0px solid;
}

/* ==================== Merkliste ========================= */

.watchlist_details_entry {
    border: 2px transparent solid;
    padding: 5px;
    position: relative;
    height: 370px;
}

.watchlist_details_entry:hover {
    border: 2px solid #858585;
}

.watchlist_details_entry:hover .watchlist_details_entry_overlay {
    display: block;
}

.watchlist_details_entry:hover .watchlist_details_entry_to_cart {
    display: block;
}

.watchlist_details_entry_image {
    width: 95%;
    height: 200px;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 5px;
    left: 0px;
    right: 0px;
    vertical-align: middle;
}

/*Zentriert Bild*/
.watchlist_details_entry_image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.watchlist_details_entry_info {
    text-align: center;
    padding: 10px;
    line-height: 22px;
    position: absolute;
    top: 210px;
    width: 230px;
}

.watchlist_details_entry_info b {
    font-size: 16px;
}

.watchlist_details_entry_info a {
    text-decoration: none;
}

.watchlist_details_entry_info .sales_price_line {
    font-size: 14px;
}

.watchlist_details_entry_data {
    text-align: center;
    padding: 2px;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.watchlist_details_entry_overlay {
    position: absolute;
    /*text-align: right;*/
    z-index: 80;
    top: 0px;
    right: 0px;
    display: none;
}

.watchlist_details_entry_overlay a {
    margin: 2px 0px;
}

.watchlist_details_entry_overlay a:hover img {
    background-color: rgba(208, 208, 208, 0.75);
    border-radius: 50%;
}

.watchlist_details_entry_overlay .article_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 15px;
    height: 30px;
    cursor: pointer;
}

.watchlist_details_entry_overlay .preview_image {
    width: 90px;
    height: 90px;
    margin: 3px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.watchlist_details_entry_overlay .preview_image img {
    max-height: 90px;
    max-width: 90px;
    height: auto;
    width: auto;
}

.watchlist_details_entry_overlay .image_box {
    width: 300px;
    float: left;
    padding: 20px 40px;
    left: 20px;

}

.watchlist_details_entry_overlay .main_image {

    width: 100%;
    height: 300px;
    cursor: pointer;
    /*border: solid 1px black;*/
}

.watchlist_details_entry_overlay #mainimg {
    max-height: 300px;
    width: auto;
    cursor: auto;
}

.watchlist_details_entry_overlay .slider_wrapper {
    overflow: hidden;
    width: 330px;
    height: 180px;
}

.watchlist_details_entry_overlay .slider {
    position: relative;
    left: 0px;
}

.watchlist_details_entry_overlay .sales_price_line {
}

.watchlist_details_entry_to_cart {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    padding: 5px;
    width: 95%;
    font-size: 16px;
}

.watchlist_details_entry_to_cart img {
    vertical-align: middle;
    margin-right: 5px;
}

.watchlist_details_image_button a {
    text-decoration: none;
}

.watchlist_details_image_button:hover {
    background-color: #d0d0d0;
}

.watchlist_details_image_button {
    padding: 2px;
    background-color: #e6e6e6;
    text-align: center;
    text-decoration: none !important;
}

.watchlist_details_image_button img {
    vertical-align: middle;
    margin-right: 5px;
}

#article_overlay .image_box {
    padding: 5px;
    width: 300px;
    position: absolute;
}

#article_overlay .image_box #grouped {
    margin: 5px 0px;
}

span.arrow {
    margin: 4px;
}

#article_overlay_cart_status.success {
    background-color: mediumseagreen;
}

#article_overlay_cart_status.failure {
    background-color: orangered;
}

.tableBuyArticles {
    padding-left: 5px;
}

.thBuyArticles {
    text-align: center;
    width: 120px;
}

.buyArticlesFloatLeft {
    float: left;
}

.buyArticlesFloatRight {
    float: right;
}

.buyArticlesmiddle {
    text-align: center !important;
}

.tableBuyArticlesWatchlist {
    width: 120px;
    padding-left: 5px;
}

.tableBuyArticlesLine {
    border: 5px solid #ebf3f9 !important;
}

#cart .tableBuyArticlesLine {
    border: 5px solid #F5F5F5 !important;
}

.buyArticlesright {
    text-align: right;
    padding-right: 0;
    margin-right: 0;
    font-weight: bold;
}

.buyArticlesPaddingPic {
    padding-left: 5px;
    padding-top: 5px;
}

.buyArticlesPaddingdiv {
    float: left;
    padding-right: 5px;
}

.buyArticlesNoborder {
    border: none !important;
}

.returntd {
    border-top: 1px solid #000000;
    padding-top: 5px;
    padding-bottom: 2px;
}

.adressedit {
    background-image: url(/plugin_assets/vshop/images/layout/edit.png);
    background-repeat: no-repeat;
    text-decoration: none;
}

.adressdelete {
    background-image: url(/plugin_assets/vshop/images/layout/remove.png);
    background-repeat: no-repeat;
    text-decoration: none;
}

.sort {
    display: block;
    float: left;
    width: 90px;
    text-align: right;
}

.head_linking {
    border-bottom: 1px solid black;
    padding-bottom: 40px;
    margin-bottom: 30px;
    line-height: 22px;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
}

/*===========================Kategorie-Seite============================*/
table.category {
    border-spacing: 0;
    width: 100%;
    clear: right;
}

table.category td {
    width: 225px;
    padding: 0 0 15px 15px;
}

table.category td:first-child {
    padding-left: 0;
}

table.category td a > div {
    border: 1px solid #cccccc;
}

table.category td > div {
    min-width: 175px;
    max-width: 185px;
}

table.category .under6 {
    min-height: 95px;
    border-top: 1px dotted #000000;
}

.cat_details {
    text-align: center;
    padding: 15px;
    font-size: 8pt;
    line-height: 10pt;
    position: relative;
}

.cat_details.image {
    width: 200px;
    height: 200px;
    padding-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rahmen a {
    text-decoration: none;
}

.cat_details .name {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.cat_details .size_preview {
    margin-top: 5px;
}

.cat_details blockquote {
    margin: 25px;
    text-align: center;
}

.cat_details a, .shopping_list, .quick_view, .article_variation_slider {
    position: absolute;
}

.cat_details .size_available {

    border: 2px solid #ffffff;
    display: inline-block
}

.cat_details .size_unavailable {

    background-color: #d3d3d3;
    border: 2px solid #ffffff;
    display: inline-block

}

.quick_view_content .size {
    display: inline-block;
    width: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.plus_one {
    width: 22px;
    height: 22px;
    position: absolute;
    display: none;

}

#quick_view_watchlist_plus_one, #quick_view_cart_plus_one, #articel_view_watchlist_plus_one, #articel_view_cart_plus_one, #watchlist_cart_plus_one {
    right: -5px;
}

.cat_view_watchlist_plus_one {

    top: 15px;
    right: 10px;
}

.quick_view_content .size.available {

    background-color: #d3d3d3;

}

.quick_view_content .size.unavailable {

    width: 50px;
    background-color: #a9a9a9;
    height: 50px;
    display: inline-block;
}

.article_hoverBox {
    display: none;
    height: 280px;
    width: 243px; /* Berechnet aus breite der cat_details_img + 60 margin-left*/
    position: absolute;
    z-index: 10;
    margin-left: -60px;
    border: solid #c1c1c1 2px;

}

.recommended_price_line.price_reduced {
    color: #000000;
    text-decoration: line-through;
    text-decoration-color: #000000;
}

.sales_price_line.reduced_price {
    color: #00632e !important;
}

/* FÃ¼r SALE-Aktionen */
.sales_price_line.manual_price {
    color: #00632e !important;
}

/* ---Article Variation Slider--- */

.article_variation_slider {
    background-color: white;
    width: 60px;
    height: 100%;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.avs_list {
    /*height: 100%;*/
    overflow: hidden;
}

.nextButton_img {
    width: 100%;
    height: 20px;
}

.avs_nextButton_down {
    display: none;
    bottom: 0;
    position: absolute;
    width: 100%;
    cursor: pointer;
}

.avs_nextButton_up {
    visibility: hidden;
    top: 0;
    position: relative;
    z-index: 20;
    width: 100%;
    cursor: pointer;

}

.preview {
    height: 60px;
    width: 50px;
    margin: 5px 5px 5px;
    overflow: hidden;
    border: solid 1px transparent;
    cursor: pointer;
}

.quick_preview {

    height: 126px;
    width: 100%;
    margin-top: 5px;

}

.activePreview {
    border: solid #d3d3d3 1px;

}

.selectedPreview {
    border: solid #c1c1c1 1px;
}

.left {
    max-width: 100%;
    height: auto;
}

.shopping_list, .quick_view {
    width: 50px;
    height: 50px;
    opacity: 0.5;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

.shopping_list:hover, .quick_view:hover {
    opacity: 1 !important;
}

.quick_view {
    background: url(/images/layout/mic/icon_quickview_preview.png) no-repeat center center transparent !important;
    background-size: 50px !important;
}

.shopping_list {
    background: url(/images/layout/mic/icon_quickview_watchlist.png) no-repeat center center transparent !important;
    background-size: 50px !important;
}

.hover_submit_area {
    bottom: 0;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    height: 90px;
    z-index: 1;
}

.submit_container {

    position: absolute;
    bottom: 0;
    height: 100%;
    width: 90px;
}

.submit_container_left {

    left: auto;
    right: 90px;
}

.submit_container_right {

    left: auto;
    right: 0;
}

.shopping_list_label, .quick_view_label {

    bottom: 5px;
    position: absolute;
    text-align: center;
    color: #696969;
    font-size: 10px !important;
}

.shopping_list_label {

    left: 0;
    right: 0;
    top: auto;
    margin: auto;
}

.quick_view_label {
    left: 0;
    right: 0;
    top: auto;
    margin: auto;
}

.designgroup .image_box {
    width: 300px;
    float: right;
    padding: 15px 0px !important;
}

.designgroup .image_box img {
    border: 0;
}

.designgroup .image_box {
    width: 300px;
    float: none;
    padding: 0px 0px !important;
}

.designgroup .image_box img {
    border: 0;
}

.jcarousel_navigate {
    height: 100%;
    width: 20px;
}

.jcarousel_navigate:hover {
    background-color: #d3d3d3;
}

ul.articles_list {
    margin-top: 10px;
}

ul.articles_list li.rahmen {
    border: 2px solid transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_articles {
    height: 160px;
    padding: 0px;
    position: relative;
    width: 100%;
}

.list_article_image {
    height: 160px;
    width: 160px;
}

.list_article_desc {
    color: #575757 !important;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    text-align: left;
    border-bottom: 1px #b2b2b2 solid;
    border-top: 1px #b2b2b2 solid;
}

.list_article_title {
    font-weight: bold;
    font-size: 15px;
}

.list_article_desc .course_date {
    margin-left: 20px;
    font-size: 13px;
}

.list_article_learn_more {
    text-transform: uppercase;
    padding: 3px 5px;
    color: #ffffff;
    background: none repeat scroll 0% 0% #b9b9b9;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 5px;
}

.list_article_info {
    border-bottom: 1px #b2b2b2 solid;
    border-top: 1px #b2b2b2 solid;
    padding-left: 0px;
}

.list_article_price {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    text-align: right;
}

.list_article_watchlist {
    margin-top: 10px;
    margin-right: 15px;
    text-transform: lowercase;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 30px;
}

.login_box.last {
    margin-right: 0;
}

.login_box {
    border: 1px solid #999999;
    float: left;
    height: 175px;
    margin-right: 15px;
    padding: 20px 15px;
    width: 460px;
}

.half_size_container .login_box {

    float: none;
    padding: 20px 15px;
    width: auto;

}

.login_box label {
    padding: 0 5px 0 0;
    width: 150px;
}

.text-right {
    clear: both;
    display: block;
    margin-top: 5px;
    padding-left: 155px;
}

.formError {
    color: #990000;
    margin-left: 125px;
}

div .register_seperator {
    width: 10px;
    float: left
}

div .errorExplanation {
    background-color: #ffe0e1;
    border: 1px solid #990000;
    padding: 5px;
    margin-bottom: 10px;
}

.artikelhauptbild {
    max-width: 180px;
    max-height: 180px;
    float: left;
}

#new_account li {
    margin-bottom: 2px;
}

h2 a {
    text-decoration: none;
}

.size_preview ul {

    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.size_preview li {
    display: inline;
}

.fixedwrapper {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 30;
}

.unique_frame {
    position: relative;
}

/*----QuickView----*/
.quickViewPopup {
    /*center horizontal*/
    margin-right: auto;
    margin-left: auto;
    /*center vertical*/
    top: 50%;
    margin-top: -200px; /*minus half the height  !! */

    position: relative;
    width: 720px;
    height: 462px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #888888;
    z-index: 730;
}

.quick_view_content {
    display: block;
    position: absolute;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 30px;

}

.quick_view_content h3, .quick_view_content h4 {
    color: #999999;
    text-transform: uppercase;
}

.quick_view_content a {
    color: #999999;
}

.quick_view_details_link {
    margin-bottom: 5px;
    text-decoration: underline;
}

.quick_view_content .recommended_price_line {
    font-weight: bold;
    font-size: 15px;
    margin-top: 5px;
}

.quick_view_variant_imgBox .quick_view_content, .quick_view_imgBox .quick_view_content {

    margin-right: 0; /*Half of quick view content*/
}

.quick_view_leftBtn {

    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    left: -20px;
    display: none;
    z-index: 720;
    cursor: pointer;
}

.quick_view_rightBtn {

    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 20px;
    visibility: hidden;
    z-index: 720;
    cursor: pointer;
}

/* VariantImages*/

.quick_view_variant_images_nextButton_up {
    top: 0;
    padding-left: 30px;
    width: 100%;
    height: 30px;
    visibility: hidden;
    position: absolute;
    box-sizing: border-box; /*width = 100% - padding*/
    cursor: pointer;
}

.quick_view_variant_images_nextButton_down {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box; /*width = 100% - padding */
    height: 30px;
    visibility: hidden;
    cursor: pointer;
}

.variant_images_list {

    overflow: hidden;
}

.variant_images_list_preview {
    height: 113px;
    left: 0;
    right: 0;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.size_select {
    text-align: center;
    width: 124px;
    margin-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
}

.article_view .size_select {
    border: 1px solid #b2b2b2;
}

.article_view .size_select.active {
    border: 1px solid #00632E;
}

.price_box .article_label {
    font-weight: bold;
}

.quick_view_variation_slider {
    margin: 15px 0 25px 0;
    background-color: white;
    position: relative;
    width: 100%;
    top: 0;
    height: 70px;
}

.quick_view_variation_slider_variants {
    overflow: hidden;
    width: 100%;
}

ul .variation {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    width: 55.6px;
    height: 75px;
}

.quick_view_variation_list {

    height: 100%;
    width: 800px;
}

.quick_view_variation_img {

    height: 100%;
    max-width: 100%;
}

.quick_view_content_wrapper {
    float: left;
    height: 100%;
    position: relative;

}

.quick_view_variant_imgBox {
    width: 16%;
}

.quick_view_imgBox {
    width: 42%;
}

.imgBox_center {
    height: 100%;
    width: 100%;
    position: relative;
}

.imgBox_center img, .imgBox_center .admin_img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.imgBox_center.hover_effect img:hover {
    opacity: 0.8;
}

.quick_view_mainImg_arrow {
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    z-index: 720;
}

.right {
    right: 0;
}

.left {
    left: 0;
}

.quick_view_details {
    width: 42%;
}

.lightbox {
    display: block;
    background-color: white;
    opacity: 0.9;
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 720;
}

.cat_view_main_image {
    width: 100%;
}

.quick_view_Exit {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/images/layout/mic/icon_quickview_close.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    z-index: 800;
    cursor: pointer;
}

.quick_view_right {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.quick_view_size {
    float: left;
    background-color: mediumvioletred;
    border: solid 1px azure;
}

.quick_view_sizetable {
    text-transform: uppercase;
    font-size: 14px;
    color: #00632E !important;
    padding-left: 12px;
    background: url(/images/layout/drbarkb2c/arrow_hover.png) no-repeat;
    background-size: 8px;
}

.quick_view_questions {
    text-transform: uppercase;
    font-size: 14px;
    color: #999999 !important;
    padding-left: 12px;
    background: url(/images/layout/drbarkb2c/arrow.png) no-repeat;
    background-size: 10px;
    margin-bottom: 5px;
}

.quick_view_sizetable label {
}

.quick_view_sizetable:hover {
    color: #000000 !important;
    cursor: pointer;
}

input.quick_view_cart {
    margin-top: 0px;
    width: 164px;
    height: 34px;
    padding: 2px 0 6px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.article_view input.size_select {
    width: 30px;
    float: left;
    height: 32px;
    line-height: 32px;
    margin:0;
    padding: 0;
    border: 1px solid #ccc;
    border-right: none;
}

input.quick_view_cart:hover {
    background-color: #006f2f !important;
}

input.quick_view_watchlist {
    background-color: white !important;
    font-size: 12px;
    padding: 0 !important;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    color: #999999 !important;
    padding-left: 10px !important;
    background:transparent url("/images/layout/drbarkb2c/arrow.png") no-repeat scroll left center / 10px auto !important;
}

input.quick_view_watchlist:hover {
    color: #000000 !important;
}

.rahmen {
    vertical-align: top;
}

/*===========================Suchergebnis-Seite============================*/
/* Tabelle mit Suchergebnissen */
.searchview {

}

/*===========================Top-Menu============================*/

#menubar {
    margin-top: 20px;
    float: left;
    width: 100%;
}

#menubar .menu_wrapper {
    width: 100%;
    background: #E8E8E8;
    display: block;
    margin-bottom: 10px;
    height: 30px;
    border-radius: 5px;
}

#menubar .menu_wrapper > .dropdown > li > a {
    font-weight: bold;

}

#menubar .menu_wrapper > .dropdown > li:first-child > a {
    border-radius: 4px 0 0 4px;
    margin: 0;
}


/*@media (max-width: 1020px) {
    #menubar .menu_wrapper {
        padding: 0 12px 0 12px !important;
        margin-right: -12px;
    }
}*/

ul.dropdown, ul.head_menu {
    width: 1000px;
    margin: 0 auto;
    padding: 0 12px;
}

ul.dropdown li > a {
    font-size: 12px !important;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul,
ul.head_menu,
ul.head_menu li,
ul.head_menu ul {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}

ul.dropdown {

    /* padding: 3px 10px;
    background: #efefef; */
}

ul.dropdown, ul.head_menu {

}

ul.dropdown li, ul.head_menu li {
    float: left;
    vertical-align: middle;
    color: #000;
}

ul.dropdown li:hover,
ul.head_menu li:hover {
    position: relative;
    z-index: 599;
}

ul.dropdown li a,
ul.head_menu li a {
    display: block;
    padding: 8px 15px 5px 15px;
    text-decoration: none;
    font-size: 12px;
    height:17px;
}

ul.dropdown li a:hover,
ul.head_menu li a:hover,
ul.dropdown ul a.active {
    /*text-decoration: underline;    */
}

ul.dropdown li a.active,
ul.head_menu li a:active,
ul.dropdown li a:hover,
ul.head_menu li a:hover,
ul.dropdown ul a.active {
    font-weight: bold;
    color: white;
    background-color: #00632e;

}

ul.head_menu a.active {
    font-weight: bold;
}

ul.dropdown ul.third_level {
    visibility: hidden;
    position: absolute;
    padding: 15px 10px 0px 10px;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 360px;
    border: 1px solid #bebebe;
    background-color: #ffffff;
    opacity: 0.95;
    margin-left: 10px;
    overflow: visible;
}

ul.dropdown ul.small {
    width: 180px !important;
    padding-bottom: 10px;
}

ul.dropdown ul.small li a {
    text-transform: none !important;
}

ul.dropdown ul.fourth_level {
    margin-bottom: 15px;
}

ul.dropdown .menu_arrow {
    width: 24px;
    height: 10px;
    position: absolute;
    left: -10px;
    top: -1px;
    background: url(/images/layout/top_menu_arrow.png) left top no-repeat;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

ul.dropdown ul ul li {
    display: block;
}

ul.dropdown ul li a {
    font-weight: normal;
    border-top: none;
    display: block;
    font-size: 14px;
    padding: 4px 5px;
    text-transform: none;
}

ul.dropdown ul li {
    display: inline-block;
    width: 180px;
}

ul.dropdown ul ul {
    display: inline-block;
    width: 150px;
}

ul.dropdown li.dropdown_heading > a {
    text-transform: uppercase;
    margin-top: 0px;
}

/*===========================User-Menu============================*/

ul.head_dropdown {
    position: relative;
}

ul.head_dropdown > li > a {
    text-transform: uppercase;
    font-weight: normal;
}

ul.head_dropdown .second_level {
    visibility: hidden;
    position: absolute;
    padding: 15px;
    right: 0;
    z-index: 99999;
    border: 1px solid #bebebe;
    background-color: #ffffff;
    opacity: 0.95;
    margin-left: 10px;
    overflow: visible;
    text-align: left;
}

ul.head_dropdown .second_level a {
    background: none !important;
    padding: 0 !important;
}

ul.head_dropdown .second_level li {
    display: block !important;
}

ul.head_dropdown .second_level.user {
    width: 160px;
    left: -20px;
}

ul.head_dropdown .second_level.cart {
    width: 200px;
}

ul.head_dropdown li:hover > ul {
    visibility: visible;
}

ul.head_dropdown li:hover {
    position: relative;
    z-index: 100000;
}

ul.head_dropdown .second_level li {
    text-align: left;
    margin: 0 !important;
    padding: 0;
    display: block;
}

ul.head_dropdown .second_level li.login {
    background: #aaaaaa;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    width: 140px;
    text-transform: uppercase;
}

ul.head_dropdown .second_level li.login a {
    color: #ffffff;
    width: 160px !important;

}

ul.head_dropdown .second_level li.register {
    margin-bottom: 10px !important;
}

/* Cart Item Preview */

#cart_preview_items {
    position: relative;
    display: block;
    height: 300px;
}

#cart_preview_container {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#cart_preview_wrapper {
    width: 100%;
    /*height: 500px;*/
    position: relative;
    top: 0;
}

.cart_preview_item {
    width: 100%;
    height: 100px;
    float: left;
    overflow: hidden;
    margin: 0;
}

#cart_preview_up, #cart_preview_down {
    text-align: center;
    width: 100%;
    /*background: #DCDCDC;*/
    cursor: pointer;
    height: 20px;
}

#cart_preview_up {
    background: url(/images/layout/mic/arrow_up.png) center center no-repeat;
    background-size: 15px auto;
}

#cart_preview_down {
    background: url(/images/layout/mic/arrow_down.png) center center no-repeat;
    background-size: 15px auto;
}

#cart_preview_up.disabled, #cart_preview_down.disabled {
    opacity: 0.3;
    /*background: #efefef;*/
}

.cart_preview_image {
    float: left;
    width: 50px;
    padding: 5px;
    max-height: 90px;
}

.cart_preview_heading {
    font-weight: bold;
    margin-left: 60px;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
}

.cart_preview_article_details {
    font-size: 10px;
    margin-left: 60px;
    line-height: 1em;
}

.cart_preview_article_details label {
    line-height: 1em;
}

.cart_preview_article_sum {
    float: right;
    font-weight: bold;
}

#cart_preview_sum {
    float: right;
    font-weight: bold;
    margin-top: 5px;
}

#cart_preview_vat {
    text-align: right;
}

#cart_preview_seperator {
    color: #999999;
    background: #999999;
}

ul.head_dropdown .second_level a.cart_preview_tocart {
    background: #aaaaaa !important;
    color: #ffffff;
    display: block;
    padding: 5px !important;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}

/*===========================Left-Menu============================*/

#leftmenu ul li a {

}

ul.level2 > li a {
    background: url(/images/layout/drbarkb2b/arrow_grey.png) 4px 4px no-repeat;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 6px 2px 19px;
    margin: 0 0 5px 10px;
}

ul.level2 > li a.active, ul.level2 > li a:hover {
    background-image: url(/images/layout/drbarkb2b/arrow_white_green.png);
}

ul.level3 > li a {
    background: url(/images/layout/drbarkb2b/dot_grey.png) 4px 6px no-repeat;
    margin: 0;
    padding: 2px 6px 2px 17px;
}

#leftmenu .box .box_content ul.level4 > li a {
    font-size:11px;
}

ul.level3 > li a.active, ul.level3 > li a:hover {
    background-image: url(/images/layout/drbarkb2b/dot_white.png);
}

ul.level4 > li a, ul.level4 > li a:hover, ul.level4 > li a.active {
    background-image: none;
    margin-left: 25px;
    padding:2px;
    text-transform: none;
}

ul.level3 {

}

ul.level3 > li {
    margin-left: 25px;
    padding-left: 0;
    text-transform: none;
}

/*===========================Registration============================*/

.apprenticeship_types {
    margin-left: 205px;
}

.apprenticeship_types .formError {
    margin-left: 0;
}

.register_button {
    background: #efefef;
    padding: 8px 10px 8px 10px;
    border: none;
}

.register_button:hover {
    background: #dedede;
    cursor: hand;
}

/* ======================================== Footer ======================================== */

.bottom {
    margin: 0 auto;
    width: 975px;
    border-top: 1px dotted #000000;
    margin-top: 20px;
    padding-top: 20px;
    clear: both;
}

#bottom_wrapper {
    width: 975px;
    padding: 0 12px;
    margin: 0 auto;
    overflow: hidden;
}

.bottom .navi {
    margin: 0;
    padding-left: 0;
    text-align: left;
    float: left;
    background: none;
    background-position: bottom;
    background-repeat: repeat-x;
    width: inherit;
}

.bottom .navi li {
    display: inline-block;
    vertical-align: top;
    width: 195px;
    box-sizing: border-box;
}

.bottom .navi > li {
    padding-bottom: 20px;
    padding-left: 20px;
}

.bottom .navi li a {
    text-decoration: none;
    font-size: 12px;
    padding-right: 20px;
    text-transform: uppercase;
}

.bottom ul li ul li a {
    color: black;
}

.bottom ul ul, #newsletter_bottom .first_element {
    margin-top: 5px !important;
}

.bottom .navi li a:hover, .bottom .navi li a.active {
    color: #a3a4a3;
}

.bottom .navi ul {
    margin: 0;
    padding: 0;
}

.bottom .navi ul li {
    list-style-type: none;
    text-decoration: none;
    display: list-item;
}

.bottom .navi ul li a {
    text-transform: none;
}

.bottom ul ul li {
    padding: 4px 0 0 0;
}

.payment_practices {
    margin-left: 55px;
    width: 200px;
}

/* Footer2 */

.bottom_inline {
    width: 975px;
    margin: 0 auto;
    border-top: 1px dotted #000000;
    margin-top: 20px;
    padding-top: 20px;
}

.bottom_inline ul ul li {
    display: inline-block;
    width: 333px;
    text-align: center;
}

.admin_bar {
    width: 1024px;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    background: #efefef;
}

/* Newsletter */

#newsletter_bottom {
    float: right;
    width: 390px;
}

.newsletter_form {
    text-align: center;
    margin: 10px 0 10px 0;
}

.newsletter_form .submit {
    background: url(/images/layout/left_menu_arrow.png) center center no-repeat;
    cursor: hand;
    border: none;
    width: 25px;
    box-sizing: border-box;
    margin-left: -25px;
}

.newsletter_form .submit:hover {
    background: url(/images/layout/left_menu_arrow.png) center center no-repeat;
}

.newsletter_form .email_field {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
}

#newsletterPopup {
    background: none repeat scroll 0 0 #FFFFFF;
    top: 50%;
    border: 2px solid #7D7D7D;
    position: fixed;
    left: 50%;
    margin-left: -382px;
    margin-top: -350px;
    z-index: 9000;
}

#newsletterSubscription {
    width: 765px;
    height: 440px;
}

#newsletterBackface {
    text-align: center;
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    *background-color: rgb(0, 0, 0);
    z-index: 8000;
}

#newsletterCloseButton {
    position: relative;
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    z-index: 9999;
}

#newsletterMessageFrame {
    background: none;
    width: 650px;
    height: 700px;
    position: relative;
    z-index: 9000;
    border: none;
}

#sozial_bottom {
    width: 800px;
    float: right;
}

/* ======================================== Cart ======================================== */

#cart_table table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

#cart_table table td {
    vertical-align: top;
}

#cart_table .cart_delete {
    text-transform: uppercase;
    color: #cccccc;
    position: absolute;
    bottom: 0;
}

#cart_table table table {
    border-spacing: 0;
}

#cart_table table td.first {
    position: relative;
}

#coupon_code {
    padding: 4px;
}

#grouped {
    margin-top: 10px;
    overflow: hidden;
    height: 100px;
}

.half_size_container {
    width: 50%;
    height: 250px;
    float: left;
}

.move_cart, .move_cart a {
    font-size: 15px;
    background: url(/images/layout/mic/icon_shopping_cart.png) no-repeat left center #F5F5F5;
    padding: 10px 10px 10px 35px;
}

.move_cart_logo {
    background: url(/images/layout/mic/mys.png) no-repeat;
    background-size: 150px;
    width: 150px;
    height: 50px;
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
}

#creditcard_types {
    margin-left: 25px;
}

/* ==================================== Admin-Ansicht ==================================== */
td.out_of_stock {
    color: red;
    font-weight: bold;
}

td.short_notice {
    color: darkorange;
}

td.available {

}

/* ==================================== Know-How ==================================== */

/* Konw-How Detail */
#knowhow_detail {
    background: #dcdcdc;
    padding: 20px 15px;
    margin-top: 15px;
}

#knowhow_detail h1 {
    border-bottom: 2px dotted;
    margin-top: 5px;
}

#knowhow_detail_data {
    float: left;
    display: inline-block;
    width: 150px;
    height: 100%;
    color: #000000;
}

#knowhow_detail_data .day {
    font-size: 32px;
}

#knowhow_detail_data .month_year {
    text-transform: uppercase;
}

#knowhow_detail_data .category a, #knowhow_detail_data .category {
    color: #ffffff;
    background: #000000;
    padding: 2px;
    font-weight: bold;
    width: auto;
}

#knowhow_detail_content {
    display: inline-block;
    width: 680px;

}

/* Know-How Category */
#knowhow_category .nav {
    text-align: center;
}

#knowhow_category .nav li {
    display: inline-block;
    margin: 4px 6px;
    padding: 4px;
}

#knowhow_category .nav li.item_active a {
    color: #D0E730;
}

.knowhow_item {
    width: 470px;
    height: 160px;
    float: left;
    background: #efefef;
    padding: 15px;
}

.knowhow_item:nth-child(4n-3) {
    background: #CFE531;
}

.knowhow_item:nth-child(4n) {
    background: #CFE531;
}

#knowhow_preview {
    margin-left: 150px;
}

.knowhow_link:hover {
    text-decoration: none;
}

#knowhow_category .category_selected {
    color: #CFE531;
}

#knowhow_category h2 {
    border-bottom: 2px dotted;
}

#knowhow_prev {
    width: 100px;
    position: relative;
    float: left;
    text-align: left;
}

#knowhow_next {
    width: 100px;
    height: 50px;
    position: relative;
    float: right;
    text-align: right;
}

/* ======================================== Provisionsgutschein Vorlagen ======================================== */

.commission_image_row {
    max-height: 100px;
    display: inline-block;
    margin: 10px 10px 0 0;
}

.commission_user_image_row {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.commission_image_row img, .commission_user_image_row img {
    max-height: 100px;
    border: 1px solid #efefef;
}

.commission_image_row:hover > .actions {
    display: block;
}

.commission_image_preview {
    width: 950px;
}

.commission_image_preview img {
    max-width: 950px;
}

.social_share img {
    max-width: 1000px;
}

/* ======================================== Artikel in Warenkorb Overlay ======================================== */

.article_view .article_view_overlay_wrapper {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.article_view .article_view_overlay_content {
    background-color: white;
    border: 1px solid lightgrey;
    width: 720px;
    padding: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    position: relative;
    opacity: 1;
    z-index: 730;

}

.article_view .article_view_overlay_content #article_text {
    font-size: 24px;
}

.article_view .article_view_overlay_content .button {
    margin: 20px 0 0 0;
    padding: 6px 25px 6px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: normal;
    background: url("/images/layout/drbarkb2b/Pfeil_rechts_alpha_klein.PNG") no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    background-color: #006f2f;
    color: white;
}

.article_view .article_view_overlay_content .quick_view_Exit {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    display: block;
    padding: 3px 6px;
    background: #cccccc;
    border-radius: 5px;
    font-size: 20px;
    outline: none;
    opacity: 0.4;
    width: auto;
    height: auto;
    color: #000;
}

#article_view_accessories_overlay_content {
    padding: 10px 10px 90px;
    width: auto;
}

#article_view_accessories_overlay_content .accessory_article_header {
    background-color: #00632e;
    color: white;
    margin: -11px;
    padding: 20px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    position: relative;
}

.accessory_article_header h3, .accessory_article_header h4 {
    color: white;
    font-stretch: expanded;
}

#article_view_accessories_overlay_content .accessory_overview_close {
    color: #00632e;
    background-color: #f1f1f1;
    background-color: rgba(241, 241, 241, 0.6);
    font-size: 16pt;
    font-weight: bold;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 6px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#article_view_accessories_overlay_content .accessory_article_image {
    width: 150px;
    height: 150px;
    padding: 15px;
}

#article_view_accessories_overlay_content .accessory_article_text {
    height: 150px;
    vertical-align: super;
    padding: 20px;
}

#article_view_accessories_overlay_content .accessory_article_selected {
    display: none;
    background-color: #b2b2b2;
    background-image: none;
    position: relative;
    padding: 6px 15px 6px 15px;
}

.accessory_article_selected .accessory_article_selected_right_top {
    position: absolute;
    top: -10px !important;
    right: -10px !important;
    color: #b2b2b2 !important;
    color: rgba(163, 163, 163, 0.8) !important;
    font-size: 12pt !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.accessory_article_selected .accessory_article_selected_left_center {
    position: absolute;
    left: -8px;
    top: -17px;
    color: #00632e;
    font-weight: bold;
    font-size: 32pt;
    width: 30px;
    height: 50px;
    background-image: url("/images/layout/drbarkb2b/check.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

#article_view_accessories_overlay_content {
    border-radius: 16px;
}

#article_view_accessories_overlay_content .button {
    font-weight: normal;
}

#article_view_accessories_overlay_content td {
    border-bottom: 1px dotted #000000;
}

.language_select {
    margin-top: -5px;
    padding-right: 60px;
    position: absolute;
    right: 12px;
    text-align: right;
    z-index: 10;
    background: url("/images/layout/drbarkb2b/map.png") no-repeat right center;
    cursor: pointer;
}

#language_overlay {
    background-color: rgb(119, 119, 119);
    opacity: 0.7;
    cursor: pointer;
    height: 100%;
    display: none;
    width: 100%;
    z-index: 501;
    top:        0;
    left:       0;
    position:   fixed;
}

#language_wrapper{
    background: #fff none repeat scroll 0 0;
    opacity: 1;
    border: 1px solid;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #666;
    display: block;
    outline: medium none;
    padding: 10px 20px 25px 40px;
    position: relative;
    z-index: 1101;
    width: 626px;
    height: auto;
    margin-top: 136px;
    margin-right: auto;
    margin-left: auto;
}

.language_select .country {
    text-decoration: underline;
    font-size: 12px;
    }

.language_select .language{
    font-size: 0.8em
}

.language_select .contain {
    line-height: 1.2em
}

#language_wrapper #fancybox-close {
    background: transparent url("/images/layout/drbarkb2b/fancy_close.png") repeat scroll 0 0;
    cursor: pointer;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 3px;
    width: 24px;
    z-index: 1103;

}

#language_content {
    min-height: 200px;
}

#language_content .description {
    font-size: 16px;
    padding: 6px 0;
    margin: 3px 0;

}

#language_selector {

    background: #ffffff url("/images/layout/drbarkb2b/language_select_arrow.gif") no-repeat scroll 165px center;
    padding: 0 0 0 4px;
    width: 180px;

}

#language_wrapper input[type="submit"], a.submit{
    background: #58585a url("/images/layout/drbarkb2b/language_confirm_arrow.gif") no-repeat scroll 125px center;
    border-color: #58585a;
    padding: 5px 10px 5px 5px;
    width: 140px;
    border-radius: 4px;
    margin-top: 10px;


}


/* GrÃ¶ÃŸenseiten Overlay */
.size_page_lightbox {
    display: none;
}

.featherlight .featherlight-close-icon {
    top: 18px;
    right: 18px;
    font-size: 20px;
    color: #666666;
}

.featherlight:last-of-type {
    background: rgba(255, 255, 255, 0.8);
}

.featherlight .featherlight-content {
    border: 1px solid #CCCCCC;
}

h1 {    font-weight:normal;}h2 {    font-weight:normal;}h3 {    font-size:24px;    color:#333333;    font-weight:normal;    line-height:1.2;    margin:0;    padding:0 0 0 0px;    margin:5px 0 5px 0px;}h4 {    font-size:16px;    color:#333333;    font-weight:normal;    line-height:1.3;    margin:0px 0 5px 0;}p {    color:#333333;    font-size:12px;    font-weight:normal;    line-height:1.5;    padding:0 0 15px 0;    margin:0;}ol li {    font-size:12px;    margin-bottom:10px;}input {    outline: none;}/* ======================================== Style Attributes ======================================== */.pl {    padding-left:15px;}.t_line {    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:top;    padding-top:15px;}/* ======================================== Buttons ======================================== */.button {    border:0;    background-color: #00632e ;    cursor:pointer;    color: white;    font-size:14px;    text-decoration:none;    text-align:left;    font-weight:bold;    font-family:Arial,Helvetica,sans-serif;    width:auto !important;}a.button.new_return_button {    display:inline-block;    padding:3px 10px;}a.button, button.button:hover{    background-color: #006f2f ;    color: white;}input.button {    padding: 6px 10px;}a.button, button.button {    padding:3px 10px 2px 15px;}.button.small {    font-size:12px;    padding-bottom:4px;    font-weight:normal;}input.button.next, a.next, button.button.next {    padding-right:35px;    background-image:url(/images/layout/my-sportswear/content/arrow_button_r.jpg);    background-position:right;    background-repeat:no-repeat;}a.button.next-grey {    color:white;    padding-right:35px;    background-image:url(/images/layout/my-sportswear/content/arrow_button_grey_r.jpg);    background-position:right;    background-repeat:no-repeat;}input.button.back, a.button.back {    /*  padding-left:35px;   text-align:right;background-image:url(/images/layout/my-sportswear/content/arrow_button_l.jpg);   background-position:left;   background-repeat:no-repeat;                                                    */}/* ======================================== Form Default ======================================== */input[type="submit"], a.submit {    background: #00632e;    padding: 6px 10px;    border: none;    cursor: pointer;    color: white;}input[type="submit"]:hover, a.submit:hover {    background: #006f2f;}input[type="submit"]:disabled, input[type="submit"]:disabled:hover{    cursor: auto;    background-color: #EEEEEE !important;    color: #595959 !important;}input.quick_view_cart:disabled, input.quick_view_cart:disabled:hover{    cursor: auto;    background-color: #b2b2b2 !important;    color: #ffffff !important;}input[type="submit"].quick_view_watchlist:disabled{    background-color: white !important;}a.submit{    display: inline-block;    box-sizing: border-box;    width: 100%;    text-align: center;}label {    line-height: 24px}.default_form {    padding-left: 0;}.default_form fieldset {    border:0;    display:block;    margin:0;    padding:0;    width:100%;    font-size:12px;}.default_form fieldset legend {    font-size:18px;    padding-bottom:15px;}.default_form fieldset legend .description {    font-size:12px;}.default_form fieldset ol {    padding:0;    margin:0;}.default_form fieldset ol li {    float:left;    list-style-type:none;    margin-bottom:7px;    width:100%;}.default_form fieldset ol li.button {    padding-top:20px;}.default_form fieldset ol li label {    float:left;    width: 180px;}.default_form fieldset ol li .info {    font-size: 9px;    width: 170px;    padding: 5px 0 0 0;    float:left;    clear:left;    color: #919191;}.default_form fieldset ol li input, .default_form fieldset ol li select {    border:1px solid #999999;    padding: 4px;    margin: 4px 0;    font-size:12px;}.default_form fieldset ol li select.date_select {    width:95px;}.default_form fieldset ol li .check_box {    width:15px;    border:0;}.default_form fieldset {    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:bottom;    padding-bottom:15px;    margin-bottom:15px;}/* ======================================== ERROR Form Default ======================================== */.default_form fieldset ol li div.fieldWithErrors {    float:left;}.default_form fieldset ol li div.fieldWithErrors input[type="text"],.default_form fieldset ol li  div.fieldWithErrors input[type="password"],.default_form fieldset ol li  div.fieldWithErrors select {    border:1px solid #B8030A;}.default_form fieldset ol li div.formError {    font-size:11px;    padding-top:3px;    float:left;    clear:left;    margin-left: 205px;    color:#B8030A;}/* ======================================== Login ======================================== */.login_box {    width: 460px;    height:210px;    padding:20px 15px 20px 15px;    border: 1px solid #cccccc;    margin-right:15px;    float:left;}.login_box.last {    margin-right:0;}.login_box h2 {    margin-top:0;}.login_box p.register_text {    margin:0;    padding:0;    padding-bottom: 0px;}.login_box .default_form {    margin:0;    padding:0;}.login_box .default_form fieldset {    background:none;    margin-bottom:10px;}.login_box .default_form fieldset ol li label {    width:100px;}.login_box .default_form fieldset ol li .text-right {    padding-left:100px;    margin-top:5px;    clear:both;    display:block;}/* ======================================== Merklisten ======================================== */#watchlist_table {    margin-bottom:15px;}#watchlist_table th {    border-top:1px solid #333333;    border-bottom:1px solid #333333;    text-align:left;    font-size:14px;    padding:5px 0 5px 0;    font-weight:normal;}#watchlist_table th.first {    border-left:1px solid #333333;    padding-left:15px;}#watchlist_table th.last {    border-right:1px solid #333333;}#watchlist_table td {    padding:15px 15px 15px 0px;    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:bottom;    vertical-align:top;    font-size:12px;}#watchlist_table td.first {    padding-left:15px;}/* ======================================== Default Table ======================================== */.default_table {    margin-bottom:30px;}.default_table th {    border-top:1px solid #333333;    border-bottom:1px solid #333333;    text-align:left;    font-size:14px;    padding:5px 0 5px 0;    font-weight:normal;}.default_table th.first {    border-left:1px solid #333333;    padding-left:15px;}.default_table th.last {    border-right:1px solid #333333;}.default_table td {    padding:15px 15px 15px 0;    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:bottom;    vertical-align:top;    font-size:12px;}.default_table td.first {    padding-left:15px;}.default_table td.tools {    text-align:right;}.default_table tr.norm_line td {    border-bottom:1px solid #333333;    background:none;}.default_table tr.no_line td {    border:none !important;    background:none;}/* ======================================== Article Table ======================================== */#final_confirmation #article_table {    background-color: #e6f5fc;}#article_table {    margin-left:15px;}#article_table td.image {    width:75px;}#article_table td img.article_image {    background-image:url(/images/layout/my-sportswear/content/h_line.jpg);    background-position:right center;    background-repeat:repeat-y;    padding-right:15px;}#article_table td.article_data {}#article_table td span.ok {    display:block;    padding-left:15px;    background-image:url(/images/layout/my-sportswear/info/hook.jpg);    background-position:left;    background-repeat:no-repeat;}#article_table td.amount {    width:100px;}#article_table td.price, #article_table td.tools  {    width:100px;}#article_table td.tools {    text-align:right;}#article_table td.article_data p.name {    padding:0 0 5px 0;    font-weight:bold;}#article_table td.article_data p.data {    padding:0;}#article_table td.shippent {    text-align:right;    padding-right:65px;}#article_table tr.full_price td {    font-size:18px;}#article_table tr.full_price td.sum {    text-align:right;    padding-right:65px;}/* ======================================== Warenkorb ======================================== */#basket_table {}#basket_table th {    border-top:1px solid #333333;    border-bottom:1px solid #333333;    text-align:left;    font-size:14px;    padding:5px 0 5px 0;    font-weight:normal;}#basket_table th.first {    border-left:1px solid #333333;    padding-left:15px;}#basket_table th.last {    border-right:1px solid #333333;}#basket_table td {    padding:15px 15px 15px 0;    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:bottom;    vertical-align:top;    font-size:12px;}#basket_table td.image {    padding-left:15px;    width:90px;}#basket_table td.image img.article_image {    background-image:url(/images/layout/my-sportswear/content/h_line.jpg);    background-position:right center;    background-repeat:repeat-y;    padding-right:15px;}#basket_table td.article_data .name {    font-weight:bold;    padding-bottom:5px;}#basket_table td.article_data .data {    padding:0;}#basket_table td.tools {    padding-right:15px;    text-align:right;}#basket_table tr.brutto td {    background:none;    border-bottom:1px solid #333333;}#basket_table tr.brutto td.shipping {    text-align:right;    padding-right:45px;}#basket_table tr.full_price td {    font-size:18px;}#basket_table tr.full_price td.name {    text-align:right;    padding-right:45px;}#basket_table tr.full_price td.button {    text-align:right;}/* ======================================== Bestellung ======================================== */#order_table {}#order_table th {    border-top:1px solid #333333;    border-bottom:1px solid #333333;    text-align:left;    font-size:14px;    padding:5px 0 5px 0;    font-weight:normal;}#order_table th.first {    border-left:1px solid #333333;    padding-left:15px;}#order_table th.last {    border-right:1px solid #333333;}#order_table td {    padding:15px 15px 15px 0;    vertical-align:top;    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:bottom;    font-size:12px;}#order_table td.first {    padding-left:15px;}#order_table td span.delivery {    background-image:url(/images/layout/my-sportswear/info/hook.jpg);    background-position:left;    background-repeat:no-repeat;    color:#22A0D6;    display:inline;    font-size:12px;    padding:0 0 0 15px;}#order_table td p.name {    font-weight:bold;    margin:0;    padding:0 0 5px 0;}#order_table td p.article_number {    margin:0;    padding:0;}#order_table tr.price td {    font-weight:bold;    font-size:18px;}#order_table tr.price td.full_price {    text-align:right;}#order_table tr td.shipping {    text-align:center;    background:none;}/* ======================================== Bestellung Steps ======================================== */.steps {    border-bottom:1px solid #333333;    margin-top:15px;    margin-bottom:15px;    height:30px;}.steps .step_field {    color:#FFFFFF;    background-color:#626262;    float:left;    font-size:18px;    font-weight:bold;    width:32px;    text-align:center;    padding-top:3px;    padding-bottom:5px;    margin-right:15px;    margin-left:15px;}.steps .step_name {    float:left;    padding-top:7px;    margin-right:20px;    font-size:14px;}.step_field.current {    background-color:#22A0D6;    /* color:#00A1DE; */}.step_field.complete {    background-color:#E5F0EB;    /* color:#006837; */}/* ======================================== Bestellung Abschluss ======================================== */.order_box {    margin-bottom:30px;    padding-left:0px;    padding-bottom:20px;    font-size:12px;    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:bottom;}.order_box input[type="submit"] {    font-size: 12px;}/* ======================================== Content Navigation ======================================== */#content_menu {    margin:0;    padding-left:15px;    list-style:none;}#content_menu li {    font-size:12px;    height:20px;    font-weight:bold;    color:#22A0D6}#content_menu li a {    text-decoration:none;    color:#333333;    font-weight:normal;}#content_menu li a:hover {     color:#22A0D6}/* ======================================== Newsletter Gutschein Form ======================================== */#newsletter_sign {    border-bottom:1px dotted #BFBFBF;    margin-bottom:20px;}#newsletter_sign .head {    font-size:16px;    color:#00A1DE;    border-bottom:2px solid #00A1DE;    padding:5px 15px;    margin-bottom:10px;}#newsletter_sign .text {    padding-left:15px;    padding-right:15px;}#newsletter_sign .email {    width:120px;    font-size:11px;}#newsletter_sign .button {    font-size:11px;    width:10px;    margin-left:2px;    padding:2px 10px 2px 10px;}/* ======================================== Konto ======================================== */.address_box {    width:550px;    padding-left:15px;    background-image:url(/images/layout/my-sportswear/head/line.jpg);    background-repeat:repeat-x;    background-position:bottom;    margin-bottom:15px;}#account_birthday_3i{    width: 50px;}#account_birthday_1i{    width: 70px;}#account_birthday_2i{    width: 124px;}/* ======================================== Meldungen ======================================== */#flash_notice {    padding:9px 15px 8px 15px;    color:#006837;    font-size:12px;    background-color:#E5F0EB;    border:1px solid #006837;    margin:18px 0 0 15px;    font-weight:bold;}#flash_warning {    padding:9px 15px 8px 15px;    margin:18px 0 0 15px;    color:#D4343E;    font-size:12px;    background-color:#F9EBEC;    border:1px solid #D4343E;    font-weight:bold;}

/* Styles fÃ¼r jQuery UI Javascript Framework 1.8.7 */

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica,Arial,sans-serif&fwDefault=normal&fsDefault=14px&cornerRadius=4px&bgColorHeader=ffffff&bgTextureHeader=01_flat.png&bgImgOpacityHeader=80&borderColorHeader=1D69A5&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=1D69A5&fcContent=222222&iconColorContent=222222&bgColorDefault=1D69A5&bgTextureDefault=02_glass.png&bgImgOpacityDefault=60&borderColorDefault=1D69A5&fcDefault=ffffff&iconColorDefault=ffffff&bgColorHover=D6E4EF&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=1D69A5&fcHover=1D69A5&iconColorHover=1D69A5&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=1D69A5&fcActive=1D69A5&iconColorActive=1D69A5&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Helvetica,Arial,sans-serif; font-size: 14px; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Helvetica,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #1d69a5; background: #ffffff url(/plugin_assets/vshop/images/layout/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #1d69a5; background: #ffffff url(/plugin_assets/vshop/images/layout/ui-bg_flat_80_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #1d69a5;
    background: #1d69a5 url(/plugin_assets/vshop/images/layout/ui-bg_glass_60_1d69a5_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #ffffff;
}
.ui-state-default:hover, .ui-widget-content:hover .ui-state-default:hover, .ui-widget-header:hover .ui-state-default:hover {color: #3F5A84; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #1d69a5; background: #d6e4ef url(/plugin_assets/vshop/images/layout/ui-bg_glass_100_d6e4ef_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #1d69a5; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d69a5; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #1d69a5; background: #ffffff url(/plugin_assets/vshop/images/layout/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #1d69a5; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #1d69a5; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/plugin_assets/vshop/images/layout/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/plugin_assets/vshop/images/layout/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/plugin_assets/vshop/images/layout/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/plugin_assets/vshop/images/layout/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/plugin_assets/vshop/images/layout/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/plugin_assets/vshop/images/layout/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/plugin_assets/vshop/images/layout/ui-icons_1d69a5_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/plugin_assets/vshop/images/layout/ui-icons_1d69a5_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/plugin_assets/vshop/images/layout/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/plugin_assets/vshop/images/layout/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 2px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/plugin_assets/vshop/images/layout/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/plugin_assets/vshop/images/layout/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/*
 * jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0 !important; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 0.9;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .45em 1em !important; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker.course_filter { width: auto; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left;
}

.ui-multiselect span.ui-icon {
    float: right
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px;
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px
}

.ui-multiselect-header ul {
    font-size: 0.9em
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0
}

.ui-multiselect-header a {
    text-decoration: none
}

.ui-multiselect-header a:hover {
    text-decoration: underline
}

.ui-multiselect-header span.ui-icon {
    float: left;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0
}

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000;
    text-align: left
}

.ui-multiselect-checkboxes {
    position: relative /* fixes bug in IE6/7 */;
    overflow-y: scroll
}

.ui-multiselect-checkboxes label {
    cursor: default;
    /* display: block; */
    border: 1px solid transparent;
    padding: 3px 1px
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: 0.9em;
    padding-right: 3px
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label {
    border: none
}

/* ======================================== Filter-MenÃ¼ ======================================== */
.filter-menu {
    border-bottom:0px dashed #E1E1E1;
    /*height:32px;*/
    margin-top: 15px;
    /*margin-bottom:5px;*/
}

/* ======================================== GrÃ¶ÃŸenwahl ======================================== */

.filter_choose_container {
    font-size: 12px;
    position: relative;
    float: right;
}

.dropdown_a_container {
    /* width:122px; */
    position: absolute;
    z-index: 200;
    overflow: hidden;
}

.dropdown_a {
    display: block;
    /* width:120px; */
    border: 1px solid #AEAEB0;
    border-top: 0px;
    background: white;
    height: 22px;
    text-decoration: none;

    position: relative;
}

.dropdown_a:hover {
    position: relative;
    background: #AEAEB0;

}

.choosen_filter_container {
    display: block;
    position: relative;
    /* width:142px; */
    height: 22px;
    border: 1px solid #AEAEB0;
    cursor: pointer;
    background: url(/images/layout/my-sportswear/content/dropdown_arrow.jpg) top right no-repeat;
}

.inner_span {
    position: relative;
    top: 5px;
    left: 5px;
    line-height: 12px;
}

.release_filter_container {
    float: right;
    min-width: 20px;
    background: linear-gradient(#e8e8e8, #dcdcdc);
    border: 1px solid #dcdcdc;
    border-left: none;
    height: 28px;
    line-height: 30px;
    padding-top: 1px;
    padding-bottom: 2px;
}

.release_filter_container a img {
    margin-top: 6px;
    margin-left: 2px;
}

.filter_choose_caption {
    float: right;
    margin-right: 16px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    top: 5px;
    /* width: 200px; */
    text-align: right;
}

/* Blendet ungewÃ¼nschte Icons aus */
.ui-multiselect-header a.ui-multiselect-all, .ui-multiselect-header a.ui-multiselect-close {
    display: none;
}

/* Eigene Stlyes fÃ¼r Button */
.ui-multiselect.filter-style {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
}

/* Eigene Stlyes fÃ¼r Dropdown-MenÃ¼ */
.ui-multiselect-menu.filter-style {

}

/* Anpassung fÃ¼r Farben */
input[type=checkbox].color_chooser {
    display: none;
}

.color_preview {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    border-collapse: collapse;

    text-align: center;
    line-height: 24px;
    color: white;
    /* Opacity: 0 ist Absicht, damit der Haken nicht immer angezeigt wird */
    color: rgba(255,255,255,0);
    font-size: large;
    margin-bottom: 6px;
    cursor: pointer;
}

/* Zeigt fÃ¼r ausgewÃ¤hlte und gehoverte Farben den Haken an */
.color_preview:hover,.color_preview.selected , input[type=checkbox].color_chooser:checked + label div {
    text-shadow: 0 0 1px black;
    color: rgba(255,255,255,1.0);
}

.color_preview:hover {
    border: 1px solid grey;
}

/* ======================================== Preisauswahl ======================================== */

#price_choose_form {
    min-width: 200px;
    margin: 3px;
    padding: 2px 0px 2px 4px;
}

/* Anzeigefelder fÃ¼r Preis */
.price_range_field {
    border:0;
    color:#FA5400;
    font-weight:bold;
    max-width: 50px;
}

/* Slider */
#price_slider.ui-slider {
    left: 3%;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 4px;
}

/* Die KnÃ¶pfe auf dem Slider */
#price_slider .ui-slider-handle {
    padding: 0px !important;
    background: ui-icon-carat-1-s;
    border: 1px solid #dcdcdc;
    margin-left: -5px;
}

/* Der ausgemalte Bereich zwischen den KnÃ¶pfen */
#price_slider.ui-slider-range {
    background: #efefef;
}

/* ======================================== Allgemeiner Style ======================================== */

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-radius: 0;
    background: url(/images/layout/mic/filter_bg.png) repeat-x;
    background: linear-gradient(to top, #eeeeee 40%, #ffffff);
    border: 1px solid #dcdcdc;
    color: #333333;
    padding: 6px 9px;
    outline: none;
}

.ui-state-default:hover, .ui-widget-content:hover .ui-state-default:hover, .ui-widget-header:hover .ui-state-default:hover {
    color: #000000;
    background: linear-gradient(#dcdcdc, #cdcdcd);
}

.ui-widget-content {
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #dcdcdc;
}

.ui-widget-header {
    border: none;
    margin-left: 0;
    line-height: 19px;
    margin-right: 8px;
}


.ui-widget-content .ui-state-hover {
    margin-left: 1px;
    border: none;
    color: #000000;
    background: transparent;
    text-decoration: underline;
    outline: none;
}

.ui-multiselect-checkboxes label input {
    outline: none;
}

.ui-state-default .ui-icon {
    background-image: url(/plugin_assets/vshop/images/layout/ui-icons_222222_256x240.png);
}

.ui-icon-carat-1-s {
    margin-left: 10px;
}

#article_main {
    width:100%;
}

#page_content td {
    vertical-align:top;
}

.break_line {
    clear:both;
    height:1px;
    font-size:1px;
    margin:0;
    padding:0;
    background-image:url(/plugin_assets/vshop/images/layout/basic/line.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
}
.article_preview {
    width:215px;
    padding:15px 15px 30px 15px;
    float:left;
    text-align: center;
}

.article_preview a.article_image img {
    border:0;
    margin-bottom:5px;
}
.article_preview .article_number {
    font-size:10px;
}
.article_preview .name a {
    font-weight:bold;
}

.article_preview .color {
    font-size:12px;
    text-align:center;
}

.article_preview .name a, .article_preview .price {
    display:block;
    text-decoration:none;
    font-size:12px;
    text-align:center;

}

.article_preview .price .sales_price {
    font-weight:bold;
    color:#00A1DE;
}

.article_preview .price .recommended_price {
    /*text-decoration:line-through;*/
}

.article_preview .price .sales_price.reduced {
    color:#EE0000;
}

.article_view {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}
.article_view .article_head {
    clear:both;
}
.article_view .article_head h2 {
}

.designgroup .article_view .article_head {
    clear:none;
    float: left;
    margin-top: 15px;
    width: 465px;
}


.article_view .article_head h2, .article_view .article_head h3, .article_view .article_head h4 {
    margin:0;
    padding:0
}

.article_view .image_box {
    width: 480px;
    float: left;
    padding: 0;
    margin-right: 15px;
}

.article_view .main_image{
    height: 450px;
    cursor: pointer;
    padding: 14px;
    border: 1px solid #cccccc;
}


.article_view .preview_image {
    cursor: pointer;
    float: left;
    height: 78px;
    margin: 15px 0 0 15px;
    width: 78px;
}

.article_view .preview_image img {
    max-height: 78px;
    max-width: 78px;
    height: auto;
    width: auto;
}

.article_view .image_box img {
    border:0;
}
.article_view .image_box .image_pagination {
    padding:15px 60px 25px 0px;
    background-image:url(/plugin_assets/vshop/images/layout/basic/line.jpg);
    background-position:bottom;
    background-repeat:repeat-x;
}

.article_view .image_box .image_pagination #pagination_info {
    text-align:center;
    font-size:14px;
    font-weight:bold;
    float:left;
    width:150px;
}

.article_view .image_box a#article_image_back {
    float:left;
    width:18px;
    height:18px;
    display:block;
    background-image:url("/images/tools/last_block.gif");
    background-position:center center;
    background-repeat:no-repeat;
}

.article_view .image_box a#article_image_back.disabled {
    /*background-image:url("/images/tools/last_block_disabled.gif");*/
}

.article_view .image_box a#article_image_next {
    display:block;
    float:right;
    width:18px;
    height:18px;
    background-image:url("/images/tools/next_block.gif");
    background-position:center center;
    background-repeat:no-repeat;
    background-color: #999999;
}

.article_view .image_box a#article_image_next.disabled {
    background-image:url("/images/tools/next_block_disabled.gif");
}

.article_view .image_box .article_colors {
    padding:15px 0 0 0;
}

.article_view .image_box .article_colors .color_box {
    float:left;
    font-size:12px;
    text-align:center;
    margin-right:10px;
    width:70px;
    display:block;
}

.article_view .image_box .article_colors .color_box a {
    padding:3px;
}

.article_view .image_box .article_colors .color_box a img {
    border:1px solid #22A0D6;
    padding:3px
}

.article_view .image_box .article_colors .color_box a.active img {
    border:3px solid #22A0D6;
    padding:1px;
}

.article_view .image_box .article_colors .color_box .color_name {
    width:70px;
    display:block;
    text-align:center;
}

.article_view .info_right {
    float: right;
    width: 480px;
}

.article_view a:hover {
    text-decoration: none;
}

.article_view .article_data {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
}


.article_view .info_right .left .sizes p {
    padding-bottom:5px;
}

.article_view .sizes a, .article_view .sizes span {
    margin: 0 5px 5px 0;
    background: #dedede;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.article_view .sizes a.selected {
    background: #00632E;
    color: #ffffff;
}

.article_view .sizes a.out_of_stock, .article_view .sizes span.out_of_stock {
    background: url(/images/layout/drbarkb2c/size_out_of_stock.png);
    background-size: 40px 40px;
    color: #999999;
}

.article_view .sizes a.selected.out_of_stock, .article_view .sizes span.selected.out_of_stock {
    background-color: #00632E;
}

.article_view .info_right .left {
    display: inline-block;
    width: 200px;
    margin: 0 15px;
    vertical-align: top;
}

.info_right .left .slider_wrapper {
    border-bottom: none;
}

.article_view .info_right .right {
    display: inline-block;
    width: 245px;
}

.article_view .info_right .right a {
    text-transform: uppercase;
}

.article_view .price_input {
    display: inline-block;
    width: 30px;
}

.article_view .price_input input {
    height: 35px;
}

.article_view .shipment_status {
    text-align:left;
    margin: 0 0 10px 0
}

.article_view .shipment_status a {
    text-transform: none !important;
}


.article_view .detail_box {
    margin-left: 15px;
    padding:0 30px 0 0;
    position: relative;
}

.article_view .detail_box .shipping_info {
    background-color: #f3f3f3;
    color: #3a3a3a;
    margin: 1px 0px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
}

.article_view .detail_box .shipping_info *{
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
}

.article_view .price_box {
    width:280px;
    float:right;
    margin-top:15px;
}

#article_status {
    text-align: left;
    color: #2b2b2b;
}

.status_box_available{
    height: 14px;
    width: 14px;
    border: 1px solid black;
    background-color: green;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 8px;
}

.status_box_out_of_stock{
    height:14px;
    width: 14px;
    border: 1px solid black;
    background-color: red;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 8px;
}

.status_box_short_notice{
    height: 14px;
    width: 14px;
    border: 1px solid black;
    background-color: yellow;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 8px;
}


.article_view .price_info {
    padding:5px;
}

.article_view .price_info .arrow{
    padding: 0px 0px 0px 7px;
    margin: 0px 0px 0px -7px;
    width: 15px;
}

.article_view .article_data {
    float:left;
    width: 445px;
}

.designgroup .article_view .article_data {
    float: left;
    width: 465px;
}

.article_view .article_data .properties {
    margin-bottom:10px;
}

.article_view .article_data .properties .image {
    margin-right:15px;
    cursor:pointer;
}

.article_view .article_data .recommended_price {
    /*text-decoration:line-through;*/
}

.article_view .article_data .price {
    font-weight:bold;
    font-size:12px;
    color:#00A1DE;
}

.article_view .article_data .price.reduced {
    color:#EE0000;
}

.article_view .article_data .rebate {
    font-size:14px;
    color:#ee0000;
}

.article_view .article_data .sales_price {
    text-decoration:line-through;
    font-size:14px;
}

.article_view .article_data .info_delivery {
    padding:0 0 0 43px;
    color:#00A1DE;
    background-image:url(/plugin_assets/vshop/images/layout/my-sportswear/info/hook.jpg);
    background-position:29px 50%;
    background-repeat:no-repeat;
}

.article_view .article_data .buttons {
    padding-top:50px;
}

.article_view .article_data .buttons .next {
    margin-right:20px;
}

.article_view .set_articles h4 {
    padding-bottom:15px;
}

.article_view .set_articles h3, .article_view .article_data h3 {
    padding: 8px 15px;
    font-size: 12px;
    background-color: #F3F3F3;
}

.article_view .detail_box .course_info {
    color: #575757;
    margin: 1px 0px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 15px;
}

.article_view .detail_box .course_info p {
    text-transform: none;
    font-style: italic;
    padding: 5px 2px 2px 15px;
}


.article_view .course_data h3 {
    font-size: 16px;
    font-weight: bold;
}

.course_set_articles h3 {
    font-style: italic;
    background: none !important;
    margin-left: 40px;
}

.article_view .course_data h4 {
    font-size: 14px;
}

.article_view .slider_wrapper {
    overflow: hidden;
    width: 432px;
    height: 190px;
    border-bottom: 1px dotted #000000;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.article_view #last_viewed_container .slider_wrapper{
    width: 975px;
}

.article_view #last_viewed_container {
    margin-top: 15px;
}

.article_view .slider {
    position: relative;
    left: 0px;
}

.article_view .arrow {
    z-index: 5;
}

.article_view .set_articles .set_article {
    float:left;
    margin: 5px 12px;
    width: 120px;
    height: 170px;
    position: absolute;
    top: 0px;
    padding-top: 10px;
    border: 1px solid #ffffff;
}

.article_view .set_articles .set_article:hover {
    border: 1px solid #b2b2b2;
}

.article_view .set_articles#last_viewed_container .set_article {
    margin: 5px 17px;
}

.article_view .set_articles .set_article .image {
    text-align: center;
    height: 100px;
}

.article_view .set_articles .set_article .image img {
    border:0;
}

.article_view .set_articles .set_article .name {
    padding:2px;
    display:block;
    font-size:12px;
    text-align:center;
    text-decoration:none;
}

.article_view .set_articles .set_article .name a {
    font-weight: normal;
}

.article_view .set_articles .set_article .price {
    font-size:12px;
    text-align:center;
    text-decoration:none;
    font-weight: normal !important;
}

.article_view .set_articles .set_article .sales_price_line {
    font-weight: normal;
}

.article_view .set_articles .set_article .price.reduced {
    color:#EE0000;
}

.article_view .article_data .article_form label {
    width:80px;
    display:block;
    float:left;
}

.article_view .article_arrow{
    position: absolute;
    top: 0 ;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 15px;
    height: 30px;
    cursor: pointer;
}

.article_view .more_article_data_arrow{
    position: absolute;
    height: 25px;
    width: 30px;
    margin-left: 420px;
    background-image: url("/images/layout/drbarkb2c/more_details.png");
    background-repeat:  no-repeat;
    background-size: contain;
    cursor: pointer;
 }

.article_view .more_article_data{
    cursor: pointer;
    display: none;
    line-height: 25px;
}

.article_view #more_article_data_text {
    background: url("/images/layout/drbarkb2b/arrow_grey.png") no-repeat;
    padding-left: 15px;
}

#popup_img {
    width:600px;
    height:800px;
    top: 20px; left: 250px;
    position:fixed;
    border:4px solid #00A1DE;
}

#popup_img #close_link {
    display:block;
    position:absolute;
    top:-7px;left:572px;
    width:40px; height:40px;
    background-image:url('/images/tools/close.gif');
    background-repeat:no-repeat;
    background-position:left;
}

#popup_img .popup_tools {
    position:absolute;
    width:80px;
    height:18px;
    padding:3px;
    bottom:10px;
    right:10px;
    background-image:url("/images/popup/tools_background.gif");
    background-repeat:no-repeat;
    background-position:left;
}

#popup_img .popup_tools #popup_image_next {
    background-image:url("/images/tools/next_block.gif");
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    float:right;
    height:18px;
    width:18px;
    margin-right:8px;
}

#popup_img .popup_tools #popup_image_next.disabled {
    background-image:url("/images/tools/next_block_disabled.gif");
}

#popup_img .popup_tools #popup_image_last {
    background-image:url("/images/tools/last_block.gif");
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    float:right;
    height:18px;
    width:18px;
    margin-right:8px;
}

#popup_img .popup_tools #popup_image_last.disabled {
    background-image:url("/images/tools/last_block_disabled.gif");
}

#popup_img .popup_tools #popup_image_close {
    background-image:url("/images/tools/close_block.gif");
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    float:right;
    height:18px;
    width:18px;
    margin-right:8px;
}

/* Artikle Tags */

.tags {
    background-color:#E4F5FC;
    margin-top:15px;
    padding:10px;
    text-align:center;
    font-size:12px;
}

.tags .tag {
    padding-right:8px;
}

.tags .tag a {
    text-decoration: none;
    color:#00A1DE;
}

.tags .tag a.tag_rate_1 {
    font-size:12px;
}
.tags .tag a.tag_rate_2 {
    font-size:14px;
}
.tags .tag a.tag_rate_3 {
    font-size:18px;
}
.tags .tag a.tag_rate_4 {
    font-size:24px;
}

/* Spezial Angebot */

#special_offer {
    background:none;
    border-bottom:3px solid #EE0000;
    padding-bottom:8px;
    margin-bottom:40px;
    font-family:Arial,Helvetica,sans-serif;
}

#special_offer .headline {
    background-color:#EE0000;
    font-size:13px;
    font-weight:normal;
    color:#FFFFFF;
    padding:5px 15px;
    margin-bottom:12px;
}

#special_offer .image {
    padding:0 10px 0 10px;
    width:140px;
    overflow:hidden;
    text-align:center;
}

#special_offer .image a img {
    margin-left:-10px
}

#special_offer .name {
    font-size:12px;
    border-bottom-color:#BFBFBF;
    border-bottom-style:dotted;
    border-bottom-width:1px;
    font-weight:bold;
    padding-bottom:6px;
    padding-top:5px;
    text-align:center;
}

#special_offer .price_uvp {
    font-size:12px;
    padding:4px 10px 0 10px;
}

#special_offer .price_uvp .price {
    text-decoration:line-through;
    float:right;
    font-weight:bold;
}

#special_offer .price_basic, #special_offer .price_gold {
    color:#EE0000;
    font-size:12px;
    padding:4px 10px 0 10px;
}

#special_offer .price_basic .price, #special_offer .price_gold .price {
    float:right;
    font-weight:bold;
}

#special_offer .link {
    font-weight:bold;
    padding:10px 10px 0 10px;
    text-align:right;
}

#special_offer .link a {
    color:#000000;
    font-size:12px;
    text-decoration:none;
}
.buttondesign{
    width: 120px;
}

.article_attributes {
    /*width: 100px;
    display: block;
    float: left;*/
    padding-right: 10px;
}

.variant_chooser {
    border: transparent solid 1px;
    max-height: 75px;
    max-width: 60px;
}

.variant_chooser:hover {
    border: solid #d3d3d3 1px;
}

.article_label{
   color: #666666;
   font-size: 16px;
   text-align: left;
   width: 120px
}


/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 0;
}

#lbBottomContainer {
	display: none;
}

.lbLoading {
	background: #fff url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink .arrow_container, #lbNextLink .arrow_container  {
	background: #ffffff;
	opacity: 0.6;
	width: 20px;
	border-radius: 5px;
	position: absolute;
	display: none;
}

#lbPrevLink .arrow_container {
	padding: 15px 3px 15px 6px;
	margin-left: 15px;
	top: 45%;
}

#lbNextLink .arrow_container {
	padding: 15px 0px 15px 10px;
	top: 45%;
	right: 15px;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink .arrow_left {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-right: 12px solid #333333;
}

#lbNextLink .arrow_right {
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 12px solid #333333;
}

#lbPrevLink:hover > .arrow_container, #lbNextLink:hover > .arrow_container {
	display: block;
}

#lbNextLink {
	right: 0;
}


#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 2;
	display: block;
	padding: 3px 6px;
	background: #ffffff;
	border-radius: 5px;
	font-size: 20px;
	outline: none;
	opacity: 0.6;
}

#lbCloseLink:hover {
	text-decoration: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*This CSS-File inclueds all CSS-Information about the Profile-Page*/
.profile_top {
    margin-top: 10px;
}

.profile_left {
    width: 180px;
    float: left;
}

.profile_left .profile_picture {
    height: 200px;
    width: 100%;
    position: relative;

}

.profile_left .profile_personal_link {

    float: left;
    margin-top: 20px;
    border-top: dotted lightgrey;
    text-align: center;
    width: 100%
}

.profile_left .profile_info {
    width: 100%;
    background-color: lightgrey;
    border-bottom: solid 1px #C3C3C3;
    text-align: left;
}

.profile_left .profile_info label {
    margin-left: 20px;
}

.profile_left .profile_info.favourite label {
    font-weight: bold;
    color: white;
    font-size: 14px;
    margin-left: 0;
}

.profile_left .profile_info.favourite {
    background-color: #0c0f0f;
    text-align: center;
}

.profile_left .profile_info label {
    font-weight: bold;
    font-size: 11px;
    line-height: 2;

}

.profile_middle .profile_sozial {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: 4px;
    border: white 30px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 5px 5px 5px -5px lightgrey;
}

.profile_middle li {

    padding-left: 10px;

}

.profile_middle li:before {
    content: "â€¢";
    color: #d7e71b;
    font-size: 200%;
    vertical-align: middle;

}

.profile_middle table {
    border-collapse: collapse;
}

.profile_middle table .lefttd {
    border-right: 1px solid lightgrey;
    width: 40%;
}

.profile_middle .profile_sozials {

    margin-top: 5px;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    height: 100%;
    float: right;
}

.profile_middle .profile_address {
    margin-top: 15px;
    border-bottom: dotted 1px #0c0f0f;
    border-top: dotted 1px #0c0f0f;
}

.profile_middle .profile_address label {
    line-height: 40px;
    font-weight: bold;
}

.profile_middle .sozial_right {
    margin-right: 0;
}

.profile_middle .facebook {

    background: url("/images/layout/sozialMedia/FB-f-Logo__blue_144.png") no-repeat scroll center / contain !important;
}

.profile_middle .twitter {

    background: url("/images/layout/sozialMedia/Twitter_logo_white.png") no-repeat scroll center / 70% #55ACEE !important;
}

.profile_middle .common_link {

    background: url("/images/profiles/mic/profile10.png") no-repeat scroll center / 70% white !important;
}

.profile_middle .googleplus {
    background: url("/images/layout/sozialMedia/gplus.png") no-repeat scroll center / contain !important;
}

.profile_middle {
    margin-left: 40px;
    width: 560px;
    float: left;
}

.profile_middle .mail_text {
    width: 100%;
    padding: 0;
    height: 170px;
    overflow: scroll;
    max-width: 100%;
    max-height: 170px;
    border: black 1px solid;

}

.profile_middle .profile_name {
    text-align: left;
}

.profile_middle h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    margin: 5px 0;
    padding: 0;
}

/* ----Profile Description */
.profile_middle .profile_freitext {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.profile_middle .profile_description {
    width: 100%;
    height: auto;
}

.profile_middle .more_profile_description {
    background-image: url("/images/profiles/mic/down21.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    f display : none !important;
    height: 10px;
    width: 10px;
    position: relative;
    float: right;
}

/* ----End ofProfile Description */

.profile_middle .profile_data {
    width: 20%;
    margin-top: 10px;
    float: left;
    height: auto;
}

.profile_middle table span {
    float: right;
    margin-right: 10px;
    background-color: #0c0f0f;
    clear: both;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

.profile_middle table .tdlist {
    margin-top: 5px;
}

.profile_middle table label {
    margin-left: 10px;
}

.profile_middle .profile_fon {
    height: 30px;
    width: 30px;
    background: url("/images/profiles/mic/phone16.png") no-repeat scroll center / contain !important;
    margin-right: 0 !important;
    margin-left: 10px;
    margin-top: 0 !important;
    cursor: help;
}

.profile_middle .profile_mail {
    height: 30px;
    width: 30px;
    background: url("/images/profiles/mic/email20.png") no-repeat scroll center / contain !important;
    margin-right: 0 !important;
    margin-left: 10px;
    margin-top: 0 !important;
}

.profile_middle .profile_contact_login {
    margin: 10px;
    display: inline-block;
}

.profile_middle .profile_mail_box {

    position: absolute;
    background-color: white;
    border: 2px #0c0f0f solid;
    display: none;
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 10px -5px grey;
}

.profile_middle .subject {

    width: 180px;
    margin-right: 10px;
    float: right;
}

.profile_middle .profile_experiences_arrow {

    background: url("/images/profiles/mic/down21.png") no-repeat scroll center / contain !important;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-right: 0 !important;

}

.profile_right {

    margin-left: 40px;
    width: 180px;
    float: left;
    height: 100%;

}

.profile_right #map_canvas {
    height: 200px;
    width: 180px;
    background-color: lightgrey
}

.profile_right .textbox {
    text-align: center;
    background-color: #0c0f0f;
    text-align: center;
}

.profile_right label {
    font-weight: bold;
    color: white;
    font-size: 14px;
    margin-left: 0;
    line-height: 2;
}

.profile_right #last_viewed {
    height: 200px;
    width: 100%;
    background-color: lightgrey;

}

.spacer {
    height: 25px;
}

/* ==================================== Bearbeiten ==================================== */
label.edit_profile_info {
    text-align: left;
    min-width: 180px;
    width: auto !important;
}

.edit_mass_form, .info_mass_form {
    clear: both;
    margin: 2px 2px 2px 207px;
    padding: 2px;
}

.edit_mass_form {
    border: 1px solid lightgrey;
}

.edit_mass_form label {
    width: auto !important;
    float: none !important;
    display: inline-block;
}

.edit_profile_add, .edit_profile_add:hover {
    font-size: 20px;
    font-weight: bold;
    color: green;
    padding-left: 5px;
    padding-top: 5px;
    text-decoration: none;
}

.edit_profile_remove, .edit_profile_remove img {
    float: right;
    margin: 2px;
}

.default_form input[type=checkbox] {
    margin-top: 10px;
    margin-bottom: 0;

}

.default_form input, .default_form textarea {
    margin-left: 10px !important;
}

.ui-datepicker.profile_date {
    width: auto;
}

/* ==================================== Ãœbersicht ==================================== */

table.alphabet {
    width: 100%;
    background-color: #231e21;
    text-align: center;
}

.alphabet td:not(:first-child) {
    border-left: #ffffff solid 1px;
}

.alphabet a {
    color: #ffffff !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.alphabet td.selected_letter {
    background-color: #a9a9a9;
}

.profile_filters {
    width: 100%;
    background-color: #d7e71b;
    text-align: center;
}

.profile_filter {
    display: inline-block;
    text-align: left;
}

.profile_filter label {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

.profiles_table {
    width: 100%;
    background-color: #231e21;
    position: absolute;
    top: 0px;
}

.profile_table_view {
    background-color: #d7e71b;
    margin: 22px;
    margin-top: 11px;
    margin-bottom: 11px;
    padding: 0px;
    display: inline-block;
    border: 1px solid #696969;
    cursor: pointer;
}

.profiles_table_image {
    width: 150px;
    height: 150px;
    background: url('/images/profiles/mic/person91_200.png') no-repeat center / cover #d7e71b
}

.profiles_table_name {
    display: block;
    font-weight: bold;
    color: #ffffff;
    background-color: #0c0f0f;
    line-height: 30px;
    padding-left: 10px;
}

.profiles_mic_star {
    display: inline-block;
    float: right;
    background: url('/images/profiles/mic/scout_stern_20.png') no-repeat center;
    width: 20px;
    height: 30px;
    margin-right: 5px;

}

.profiles_table_city {
    display: block;
    color: #333333;
    background-color: #cfcfcf;
    line-height: 20px;
    padding-left: 10px;
    text-transform: uppercase;
}

#page_number, .profile_filter span {
    height: 100%;
    line-height: 50px;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.page_link {
    display: inline-block;
    height: 32px;
    width: 24px;
    position: absolute;
    z-index: 50;
    top: 204px;
}

#prevPage {
    left: 0px;

    background: transparent url("/images/profiles/mic/arrow_right_active.png") no-repeat center center;
    background-size: cover;

    /* Dreht den Pfeil um */
    -moz-transform: scaleX(-1); /* For Mozilla Firefox */
    -o-transform: scaleX(-1); /* For Opera */
    -webkit-transform: scaleX(-1); /* For Safari, Google chrome */
    transform: scaleX(-1);
    /* For IE */
    filter: FlipH;
    -ms-filter: "FlipH";
}

.no_page {
    background-image: url('/images/profiles/mic/arrow_right_inactive.png') !important;
}

#nextPage {

    right: 0px;

    background: transparent url("/images/profiles/mic/arrow_right_active.png") no-repeat center center;
    background-size: cover;
}

.white_background {
    background: #ffffff none;
}

.preview_icon {
    margin: 4px 0px;
    padding: 0px;
    height: 100%;
    vertical-align: middle;
    background-color: #55ACEE;
}

.edit_profile_info a {
    cursor: help;
}

.edit_profile_info a:hover {
    text-decoration: none;
}



/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
  font-size: 32px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
 /* content: '\f001';*/
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
 /* content: '\f002';*/
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: left;
  padding-left: 15px;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
