/* --- Typography ------------------------ */

body {
    font: 12px / 140% arial, helvetica, clean, sans-serif;
    background: #f4f4f4;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h2, h3, h4, h5 {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, b, strong, dt {
    font-weight: bold;
}

optgroup {
    font-weight: normal;
}

i, em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 25px 30px;
}

li {
    padding: 3px 0;
    list-style: square;
}

ol li {
    list-style: decimal;
}

p {
    margin-bottom: 15px;
}

ul, ol {
    margin: 20px 30px;
}

ul ul, ol ul {
    margin: 10px 20px;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul li {
    list-style: square;
}

ul li li {
    list-style: square;
}

form ul {
    margin: 0;
    padding: 0;
}

form ol {
    margin: 0;
    padding: 0;
}

form li {
    list-style: none;
    position:relative;
}

/* --- layout --------------------------------------- */

#header, #sidebar, #content, #footer {
    margin: 10px;
}

#header, #footer {
    clear: left;
}

#page:after, #header:after, #footer:after, #footer #panel:after, #details #attributes table:after, #navigation:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

#page {
    width: 1024px;
    margin: 0 auto;
    position:relative;
    background: #fff;
}

#header {
    width: 1004px;
    padding: 0 10px;
    height: 140px;
    margin: 0;
    position: relative;
}

#sidebar {
    margin-top: 0;
    width: 182px;
    float: left;
}

#content {
    width: 1004px;
    margin: 0 10px;
    padding-bottom: 10px;
    float: left;
}

div.sidebarLeft #content, div.sidebarRight #content {
    width: 802px;
}

div.sidebarRight #sidebar {
    float: right;
}

#footer {
    clear: both;
    width: 1024px;
    padding-top: 10px;
    margin: 10px 0;
}

/* === FX Styles ====================================== */

/*** SHADOWS -> **
.shadow, #currencies, #languages, .loginForm, .altLoginBox, .flyoutMenu {
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    box-shadow: 2px 2px 5px #666;
}           */

/* bottom shadow
.box h3, .box h2, .pageHead, .sectionHead {
    -moz-box-shadow: 0 3px 5px -1.3px #555;
    -webkit-box-shadow: 0 3px 5px -1.3px #555;
    box-shadow: 0 3px 5px -2px #555;
}

.basketFlyout {
    -moz-box-shadow: 0 0 3px 1px #555;
    -webkit-box-shadow: 0 0 3px 1px #555;
    box-shadow: 0 0 3px 1px #555;
}

.scrollable ul {
    -moz-box-shadow: inset 0 5px 5px -1.3px #555;
    -webkit-box-shadow: 0 5px 5px -1.3px #555;
    box-shadow: 0 5px 5px -1.3px #555;
}

.basketItems {
    -moz-box-shadow: inset 0 -4px 2px -2px #555;
    -webkit-box-shadow: 0 -4px 3px -2px #555;
    box-shadow: 0 -4px 5px -2px #555;
}

.glowShadow, div.anythingSlider .arrow, .promoBox {
    -moz-box-shadow: 1px 1px 9px 1px #000;
    -webkit-box-shadow: 1px 1px 9px 2px #000;
    box-shadow: 1px 1px 9px 2px #000;
}

.promoBox {
    -moz-box-shadow: 1px 1px 6px 1px #222;
    -webkit-box-shadow: 1px 1px 6px 2px #222;
    box-shadow: 1px 1px 6px 2px #222;
}

.rightShadow,
.itemSlider .leftHolder {
    -webkit-box-shadow: 4px 0 4px -1.5px #555555;
    -moz-box-shadow: 4px 0 4px -1.5px #555555;
    box-shadow: 4px 0 4px -1.5px #555555;
}

.itemSlider .nextItem {
    -webkit-box-shadow: -4px 0 4px -1.5px #555555;
    -moz-box-shadow: -4px 0 4px -1.5px #555555;
    box-shadow: -4px 0 4px -1.5px #555555;
}
  */

/* --- Checkout basket content ----------------------- */
.basketitems {
    width: 100%;
    font-size: 14px;
}

.basketitems .editCol {
    width: 30px;
}
.basketitems .thumbCol {
    width: 110px;
}
.basketitems .wrappingCol {
    width: 120px;
}
.basketitems .coutCol {
    width: 60px;
}
.basketitems .priceCol {
    width: 90px;
}
.basketitems .vatCol {
    width: 60px;
}
.basketitems .totalCol {
    width: 90px;
}


.basketitems td {
    vertical-align: top;
    border: 1px solid #f4f4f4;
    padding-top: 6px;
}

/*.basketitems tr:last-child td {
    border-bottom: 2px solid #f4f4f4;
}
      */
.basketitems th {
    font-size: 12px;
    text-align: left;
    color: #515353;
    padding-bottom: 2px;
    font-weight: 400;
    vertical-align: top;
    border: 1px solid #f4f4f4;
}

.basketitems tr td:last-child, .basketitems tr th:last-child, .basketitems .unitPrice, .basketitems .vatPercent, .basketitems .quantity{
    text-align: center;
}

.basketitems td.basketImage {
    text-align: center;
    vertical-align: middle;
}

.basketitems tr.basketError td {
    padding-top: 0;
    padding-bottom: 10px;
    border: none;
}

.basketitems .picture {
    width: 130px;
    height: 160px;
    overflow: hidden;
    border: 1px solid #555555;
}

.checkBasketTitel{
    color: #395562;
}

.basketitems .wrappingTrigger {
    color: #1D7E96;
}

.wrappingTrigger span {
    display: block;
    color: #555;
    font-size: 11px;
}

.wrappingTrigger:hover span {
    text-decoration: underline;
}

.basketitems .checkbox {
    vertical-align: middle;
}

.basketitems .textbox {
    width: 20px;
    text-align: right;
}

.basketitems .persParam {
    width: 120px;
    text-align: left;
}

.basketitems .persParamLabel {
    font-size: 12px;
    font-weight: bold;
}

.quantity strong {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
}

.quantity p {
    margin-bottom: 5px;
}

.quantity {
    white-space: nowrap;
    padding-right: 10px;
}

.summary {
    font-size: 14px;
    width: 350px;
    float: right;
    padding-top: 15px;
}

.summary table {
    width: 100%;
}

.summary table td {
    text-align: right;
    width: 90px;
    padding: 5px 5px 5px 2px;
    border-top: 2px solid #ECEFF0;
}

.summary table td {
    text-align: right;
    width: 90px;
    padding: 5px 5px 5px 2px;
    border-bottom: 1px solid #ECEFF0;
}

.summary table th {
    text-align: left;
    font-weight: 400;
    border-top: 2px solid #ECEFF0;
}

.summary table tr:last-child td, .summary table tr:last-child th {
    border-top-color: #c9d3d7;
    border-bottom-width: 0;
}

.summary table tr:first-child td, .summary table tr:first-child th {
    border-top-width: 0;
}

.backtoshop {
    float: left;
    padding-left: 10px;
}

.nextStep {
    float: right;

}
.prevStep {
    float: left;
}

#optionNoRegistration button{
    margin-top: 134px;
}

#optionLogin li{
    width: 275px;
}

#optionLogin button{
    margin-top: 71px;
    float: right;
}

.basketFunctions {
    float: left;
    padding-top: 20px;
}

.basketFunctions button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: #395562;
    color: #fff;
}

.basketFunctions button:hover {
    color: #fff;
    background: #76B52A;
}
/*
.basketFunctions span {
    border-right: 1px solid #395562;
    padding: 0 9px 0 0;
    float: left;
    line-height: 12px;
    height: 12px;
}

.basketFunctions button:hover span {
    border-right: 1px solid #35ADA9;
}
  */
.removeFn {
    padding-left: 17px;
    color: #e70404;
    background: url(../../img/x-icon.png) no-repeat 0 1px;
}

.removeFn:hover {
    background-position: 0 -25px;
}

/* --- checkout order ---------------------------- */
.orderBasketItems,
.orderBasketItems a,
.orderSummary,
#orderAddress,
#orderShipping,
#orderPayment {
    color:#515353;
}

#orderAddress, #orderShipping, #orderPayment, #orderEditCart, #orderAgbTop, #orderBasket {
    margin-bottom: 35px;
}

#orderAddress h3, #orderShipping h3, #orderPayment h3 {
    color:#000;
}

#orderAddress dl {
    float: left;
}

#orderAddress dl.shippingAddress {
    padding-left: 20px;
}

#orderEditCart{
    margin-top: 110px;
}

#orderAgb {
    position: absolute;
    top: -160px;
}

#orderAddress dl.orderRemarks {
    padding-left: 20px;
    width: 250px;
}

#basketContent{
    position: relative;
}
/* --- CLEAR ------------------------ */

.clear:after, .basketFlyout li a:after, .basketFlyout .totals:after, .basketFlyout .title:after, .lineView li:after, .wrappingData li:after, .form li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear, .basketFlyout li a, .basketFlyout .totals, .basketFlyout .title, .lineView li, .wrappingData li, .form li {
    display: inline-block;
}

/* start commented backslash hack \*/ * html .clear, * html .basketFlyout li a, * html .basketFlyout .totals, * html .basketFlyout .title, * html .lineView li, * html .wrappingData li, * html .form li {
                                          height: 1%;
                                      }

.clear, .basketFlyout li a, .basketFlyout .totals, .basketFlyout .title, .lineView li, .wrappingData li, .form li {
    display: block;
}

/* close commented backslash hack */


/* --- Main page error or messages -----------*/

.status {
    padding: 8px 15px 8px 30px;
    margin-bottom: 15px;
    font-size: 14px;
}

.error {
    color: #4b0b0b;
    border: 2px solid #fed8d2;
    background: #ffe7e3 url(../../img/error-inline.png) no-repeat 11px 11px;
}

.success {
    border: 2px solid #edf8cb;
    color: #323b16;
    background: #f8ffe3 url(../../img/success-inline.png) no-repeat 12px 11px;
}

.status p {
    margin: -6px 0 0 3px;
}

.inlineError {
    color: #e70404;
    background: url(../../img/error-inline.png) no-repeat 0 3px;
    padding-left: 15px;
}


/* --- box -------------------------------- */

.box {
    width: 172px;
    margin-bottom: 15px;
}

.box ul, .box ol, .box .content {
    border: 2px solid #58b3ca;
    border-top: none;
    margin: 0;
    margin-top: -2px;
    text-shadow: 0 1px 1px #fff;
}

.box li {
    list-style: none;
    padding: 0;
}

.box .content {
    padding: 10px;
}

/* --- News Box ----------------------- */
#newsBox.box li {
    padding-top: 7px;
}

#newsBox.box li:first-child {
    padding-top: 0;
}


/* --- Article  box & recommendation box --------------------- */
.featuredList a {
    padding: 7px 10px 5px 10px;
    display: block;
}

.featuredList .desc {
    padding: 0 10px 3px;
    display: block;
}

.featuredList ol a {
    padding-left: 0;
}

.featuredList li:last-child a {
    padding-bottom:11px;
}

.featuredList a:hover, .featuredList a:hover strong, .featuredList li.articleImage:hover + li.articleTitle > a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.featured {
    display: block;
    text-align: center;
    float: right;
    margin-right: 10px;
}

.icon{
    overflow: hidden;
    height: auto;
}

.featured img {
    vertical-align: middle;
}

.icon img {
    vertical-align: middle;
    max-width: 170px;
}

/* --- category list category boxes ---------------- */
.box .subcatPic {
    position: relative;
    height: 100px;
    left: -10px;
    top: -10px;
}

.box .subcatPic a{
    background:#fff;
    display:block;
    height: 100px;
    line-height:98px;
}

.box .catPicOnly {
    padding: 0;
}

.box .catPicOnly .subcatPic {
    left: 0;
    top: 0;
    text-align: center;

}

.box .catPicOnly .subcatPic img{
    vertical-align: middle;
}

.subcatList .box li.subcatPic {
    padding: 0;
}

/* --- promo boxes: bargain item -------------- */

.promoBoxes {
    margin-bottom: 20px;
}

.promoBoxes .box {
    margin-bottom: 0;
}

.specBox {
    width: 368px;
    float: left;
}

.specBox h3 {
    width: 158px;
    height: 74px;
    padding: 10px;
    margin: 0;
    position: relative;
    color: #fff;
    text-shadow: 0 -1px 0 #000000;
    z-index: 2;
    text-transform: uppercase;
}

.specBox h3 strong {
    font-size: 21px;
    padding-top: 3px;
    display: block;
    line-height: 21px;
    padding-right: 10px;
}

.specBox .rss {
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
}

.specBox .rss span {
    visibility: hidden;
    white-space: nowrap;
    right: -198px;
    color: #fff;
    padding: 5px 8px 0 30px;
    height: 22px;
}

.specBox .deliveryInfo {
    display: block;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
}

.specBox .deliveryInfo a {
    color: #fff;
    text-decoration: underline;
}

.specBox .deliveryInfo a:hover {
    text-decoration: none;
}

.specBox .toCart {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
}



.specBox .price, .specBox .price .button{
    visibility: hidden;
}

.specBox:hover .price, .specBox:hover .price .button, .specBoxTitles a.title:hover .specBox .price {
    visibility: visible;
}

.specCatBox {
    width: 370px;
    float: right;
    position: relative;
    z-index: 1;
}

.specBoxTitles a.title {
    display: block;
    width: 158px;
    height: 44px;
    padding: 12px 10px 0 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0 1px 1px #fff;
}

.specBoxTitles {
    float: left;
    width: 178px;
}

.specBoxTitles a.title:hover {
    color: #fff;
    text-shadow: 0 -1px 1px #652b00;
}

.specBoxInfo {
    float: left;
    width: 190px;
    height: 150px;
    position: relative;
    text-align: center;
}

.specBoxInfo div {
    text-align: left;
}

.specBoxInfo .price {
    position: absolute;
    bottom: 0;
    padding: 25px 10px 0 10px;
    height: 51px;
    width: 167px;
    background:transparent url(../bg/fx-grad-darkblue-spiked.png) top center no-repeat;
}

.specBoxInfo .price.tight {
    padding-top: 20px;
    height: 56px;
}

.specBoxInfo .priceValue, .specBoxInfo .priceValue a {
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.specBoxInfo .button{
    color:#fff;
    text-shadow:0 -1px 0 #8c4600;
    border:1px solid #fff;
    background:transparent;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding:1px 10px;
    visibility: hidden;
    text-decoration:none;
    font-size: 10px;
    font-weight: 100;
}

.specBoxInfo .tight .button{
    bottom: 5px;
}
.specBoxInfo .priceOld{
    font-size: 11px;
    color:#fff;
    text-shadow: 0 -1px 1px #000;
}

.specBoxInfo .pricePerUnit{
    font-size: 8px;
    color:#fff;
    line-height: 9px;
    display:block;
    margin-top:-1px;
    text-shadow: 0 -1px 1px #000;
}

.specBoxInfo .price:hover .button{
    background:#ec6105;
}

.specCatBox .viewAllHover {
    position: absolute;
    left: 105px;
    top: 75px;
    display: none;
}

.specCatBox:hover .specCatBox .viewAllHover {
    display: block;
}


/* ??? */
.list {
    clear: left;
}

/* --- form elements  -------------------- */
.checkbox {
    padding: 0;
    margin: 0;
    border: none;
}

.textbox, input[type="text"] {
    border: 1px solid #8c8989;
    background: #fff;
    padding: 1px 5px;
    height: 15px;
    line-height: 14px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.textbox:focus, input[type ="text"]:focus {
    border-color: #666;
}

.areabox {
    border: 1px solid #8c8989;
    padding: 7px;
}

.areabox2 {
    border: 1px solid #8c8989;
    padding: 7px;
    width: 534px!important;
    height: 150px;
}

.radiobox, .checkbox {
    margin: 0;
    padding: 0;
    height: 13px;
    width: 13px;
}

/* --- Page title --------------------- */
.pageHead {
    font-size: 14px;
    line-height: 19px;
    color: #395562;
    text-transform: uppercase;
    padding: 9px 0px 7px 0px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: url(../../img/pagehead1.png) no-repeat left bottom;
}

/* --- box -------------------------------- */

.box h2, .box h3, .sectionHead {
    color: #395562;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    margin: 0;
    line-height: 18px;
}

.box h2 {
    font-size: 14px;
}

.box h3 a {
    white-space: nowrap;
}

h2.sectionHead {
    font-size: 18px;
    padding: 13px 10px;
    text-shadow: 0 -1px 0 #000;
    position: relative;
}

h3.blockHead {
    font-size: 14px;
    padding: 5px 0;
    margin-top: 20px;
    border-bottom: 2px solid #F4F4F4;
    color: #000;
    line-height:20px;
}


.sectionHead + .gridView, .sectionHead + .infogridView {
    margin-top: -2px;
}

div.lineBlock {
    border-bottom: 2px solid #F4F4F4;
}

.viewAllHover {
    padding: 1px 10px 3px 8px;
    position: relative;
    height: 23px;
    line-height: 25px;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

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

a.viewAllHover span {
    padding-left: 25px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    background: url(../../img/plus.png) no-repeat 0 0;
    text-shadow: 0 -1px 0 #ac5403;
    display: none;
}

/* --- underlined links in login page ---------------- */
a.textLink {
    text-decoration: none;
    line-height: 30px;
    color: #395562;
}

a.textLink:hover {
    color: #76B52A;
}

/* --- RSS link ----------------------------- */
a.rss {
    text-decoration:none;
    float: right;
    height:16px;
    margin:1px 0;
    position: relative;
    display: none;
}

a.rss img {
    position: relative;
    z-index: 11;
}

a.rss span {
    visibility: hidden;
    display: block;
    position: absolute;
    white-space: nowrap;
    right: -6px;
    font-size: 12px;
    top: -5px;
    color: #fff;
    padding: 5px 30px 0 8px;
    height: 21px;
    z-index: 5;
}

a.rss:hover span {
    visibility: visible;
}

h3.lightHead {
    color: #1d7e96;
    text-shadow: 0 1px 1px #fff;
}

.widgetBox, .widgetBoxBottomRound {
    border: 1px solid #c9d3d7;
    padding: 10px;
    clear: both;
}

.widgetBox, .widgetBoxBottomRound, .tabbedWidgetBox {
    margin-bottom: 20px;
}

.tabbedWidgetBox {
    min-height:50px;
}
.widgetBoxBottomRound {
    margin-top: -1px;
}

.tabbedWidgetBox .widgetBoxBottomRound {
    top: -1px;
    position: relative;
    margin-top: 0;
}



.widgetBox h4, .widgetBoxBottomRound h4 {
    color: #515353;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.pageHead + .widgetBoxBottomRound, .pageHead + css3-container + .widgetBoxBottomRound {
    border-top: 0;
}

/* --- Reviews ------------------------------- */
div.reviews h4 {
    margin-bottom: 5px;
}

div.reviews ul.rating {
    margin: 0 0 10px 0;
}

div.reviews textarea.areabox {
    width: 95%;
    height: 120px;
    margin-bottom: 10px;
}

div.reviews form {
    margin-bottom: 20px;
}

div.reviews dt {
    display: block;
    border-top: 1px solid #b4b8b8;
    padding: 10px 0 5px;
    margin-top: 10px;
}

div.reviews dt:first-child {
    margin-top: 5px;
}

div.reviews dt span,
div.reviews dt ul {
    float: left;
    margin-right: 10px;
}

div.reviews dd {
    line-height: 18px;
}

#writeReview {
    display: none;
}


/* --- Article details tabs  ----------- */
#ParentTab{
    max-width: 605px;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px !important;
}

#ChildTab{
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    border-top: 2px solid #EDEDED;
    border-left: 2px solid #EDEDED;
    position: relative;
    overflow: hidden;
    height: 260px;
}

#ChildTab .resp-tabs-list li{
    width: 115px;
    position: relative;
}

#ChildTab li.active{
    border: none;
}

#ChildTab .register{
    position: relative;
    width: 400px;
    float: left;
    border-left: 1px solid #f4f4f4;
}

#ChildTab .register .scrollbarContainer{
    width: 410px;
    padding: 0px;
    margin: 0px;
    color: #666666;
    margin-left: 10px;
    padding-top: 10px;
}

#ChildTab .register .scrollbarContainer table{
    max-width: 400px;
}

.bold{
    font-weight: bold;
}

.resp-tab-active {
    border: none;
    color:  #fff;
    border-right: none !important;
    background: #76B52A url(../../img/pfeil.png) no-repeat 119px  center !important;
}

.resp-tabs-list li:hover {
    background: #76B52A url(../../img/pfeil.png) no-repeat 119px center !important;
    color:  #fff;
}


/* --- Could Like slider ------------------------- */
#DetailsPageAll{
    width: 1004px;
    position: relative;
}

.lazyLike {
    position: relative;
    float: right;
    overflow: hidden;
    width: 1004px;
    height: 310px;
    margin-top: 20px;
}

.lazyLike h2{
    text-transform: uppercase;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-top: 10px;
    background: url(../../img/headerbg.png) no-repeat bottom left;
}

.lazyLike #weiter5{
    position: absolute;
    right: -3px;
    top: 27px;
}

.lazyLike #zurueck5{
    position: absolute;
}

.lazyLike .navowl2 #weiter5 img{
}

.lazyLike #owl-like{
    width: 1004px;
    float: left;
    max-height: 240px;
    overflow: hidden;
}

.lazyLike .item2{
    position: relative;
    margin: 3px;
    width: 180px;
    float: left;
}

.lazyLike .item2:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
}

.lazyLike .item2 .itemsImg {
    width: 180px;
    height: 160px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.lazyLike .item2 .itemsImg img{
    margin: 0 auto;
    max-height: 150px;
    position: relative;
    width: auto !important;
}



/* --- BUTTONS  ------------------- */
button {
    width: auto;
    overflow: visible;
    margin: 0;
    padding: 1px 20px;
    font-size: 11px;
    font-weight: bold;
    border: 0;
    color: #fff;
    text-align: center;
}

.submitButton {
    padding: 0 10px 1px 10px;
    font-size: 11px;
    height: 19px;
    line-height: 18px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    font-weight: bold;
    background: #395562;
    text-transform: uppercase;
}

.submitButtonHighlight {
    padding: 0 10px 1px 10px;
    font-size: 11px;
    height: 19px;
    line-height: 18px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    font-weight: bold;
    background: #395562;
    text-transform: uppercase;
}

.submitButtonHighlight:hover {
    background-color: #76B52A;
}

.largeButton {
    font-size: 11px;
    text-transform: uppercase;
}

div.lineBox .largeButton {
    font-size: 11px;
    text-transform: uppercase;
    height: 32px;
}

div.lineBox a.largeButton {
    display:inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    height: 28px;
    line-height:28px;
}

div.lineBox span.title {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #76B52A;
    text-transform: uppercase;
}

.submitButton:hover {
    text-decoration: none;
    cursor:pointer;
    background: #76B52A;
}

button[disabled].submitButton, button[disabled].submitButton:hover  {
    background: #cccccc;
    color:#fff;
    text-shadow:none;
}

a.submitButton {
    color: #fff;
    padding: 2px 17px;
    font-weight: bold;
}

.textButton {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 0;
    text-shadow: 0 1px 1px #fff;
}

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

.removeButton {
    padding-left: 2px;
    text-shadow: 0 -1px 0 #aa6826;
}

.removeButton span {
    background: url(../../img/remove.png) no-repeat 0 1px;
    padding-left: 15px;
}

/* --- HEADER ELEMENTS ---------------- */

.topMenu{
    position: relative;
    float: left;
    height: 100px;
}

.logoContainer{
    position: relative;
    overflow: hidden;
    float: left;
}

#logo {
    margin: 10px 0 0px 0;
    float: left;
}

#logo img{
    max-width: 200px;
}

.underMenu{
    position: relative;
    float: left;
    margin-top: 10px;
    width: 804px;
}

.serviceMenu{
    position: relative;
    width: 1004px;
    min-height: 27px;
}

#topMenu{
    float: right;
    margin: 8px 0 0 0;
}

#topMenu li {
    float: left;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    padding: 0 11px 0 10px;
    list-style: none;
    background: url(../../img/menu-divider.png) no-repeat 100% 2px;
}


#topMenu li:last-child {
    background: none;
    padding-right: 0;
}

#topMenu a,
.selectedValue a {
    color: #515353;
}

#accountLink{
}

#topMenu a:hover,
.selectedValue a:hover {
    color: #76B52A;
    text-decoration: none;
}
#topMenu li p.errorMsg{
    text-transform: none;
}

.flyout .textbox {
    color: #b4b8b8;
}

.loginForm,.altLoginBox{
    border: 1px solid #c1c1c1;
    padding: 1px 11px 5px 11px;
    width: 140px;
    position: relative;
    z-index: 1000;
    background: white;
}

.loginForm p {
    margin-bottom: 5px;
    position: relative;
}

.loginForm p.errorMsg {
    color: #ff0000;
}

.loginForm p.checkFields {
    margin-bottom: 4px;
}

.loginForm .checkbox,
.loginForm p.checkFields label {
    float: left;
    text-transform: none;
    line-height: 14px;
}

.loginForm p.checkFields label {
    text-transform:none;
    color: #515353;
    display:block;
    line-height:11px;
    font-size:10px;
}

.loginForm .checkbox {
    margin-right: 5px;
}

.loginForm .textbox {
    width: 128px;
}

.loginForm .textbox:focus {
    color: #333;
}

.loginForm .passwordbox {
    width: 118px;
    margin-right: 3px;
}

.loginForm label.innerLabel{
    margin-top: 2px;
}

.altLoginBox {
    z-index: 1;
    top: -5px;
    padding-top: 10px;
    padding-bottom:6px;
    background: #d9dfe1;
}

.altLoginBox span {
    font-size: 10px;
    color: #515353;
    display:block;
    margin-bottom:5px;
    text-shadow: 0 1px 1px #fff;
}

.altLoginBox .fb_button {
    float: left;
    margin-right:5px;
}

.login {
    position: relative;
}

.logged, #topMenu li.logged {
    text-transform: none;
}

.loginBox {
    position: absolute;
    right: -1px;
    top: -2px;
    display: none;
    z-index: 999;
}

#topMenu .flyout strong a  {
    color: #18778e;
}

#step2PswdOpener {
    font-size: 10px;
    color: #18778e;
}

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

.stepsPasswordbox {
    width: 138px !important;
}

.logoutLink {
    padding-left: 20px;
    text-transform: uppercase;
    background: url(../../img/logout.png) no-repeat 8px 3px;
}

.flyout h4 {
    text-align: right;
    margin-bottom: 5px;
    color: #18778e;
}

.topPopList {
    float: right;
    margin-left: 10px;
    position: relative;
}


.flyoutBox {
    position:absolute;
    display:none;
    top: 3px;
    left: 0;
    z-index: 1000;
}


.selectedValue {
    background: url(../../img/menu-divider.png) no-repeat 0 4px;
    padding-left: 10px;
    margin-top: 7px;
}

.selectedValue a{
    font-size:10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height:14px;
    padding-right: 10px;
    background:url(../../img/arrow-down.png) no-repeat 100% 5px;
}

.topPopList li.active span{
    padding-right:10px;
    background:url(../../img/arrow-down.png) no-repeat 100% 5px;
}

.topPopList li.active span:first-child{
    margin-left: 114px;
}

/* --- currency and language flyouts ----- */
#currencies,
#languages,
.flyoutMenu {
    font-size: 10px;
    border-top: 1px solid white;
    margin: 0;
    padding: 1px;
    z-index: 1000;
}

#currencies li,
#languages li,
.flyoutMenu li {
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    list-style: none;
    padding: 0;
}

#currencies li:first-child,
#languages li:first-child,
.flyoutMenu li:first-child {
    border: none;
}

#currencies a,
#languages a,
.flyoutMenu a {
    display: block;
    zoom: 1;
    min-width: 25px;
    box-shadow: none;
    text-decoration: none;
    padding: 2px 5px;
    line-height: 16px;
    font-weight:700;
    padding-left:8px;
    color:#29373C;
}

#languages a {
    width: 25px;
}

#currencies a:hover,
#languages a:hover,
#currencies a.selected,
#languages a.selected ,
.flyoutMenu a:hover,
.flyoutMenu a.selected{
    color: #76B52A;
}

#languages a span,
.selectedValue a.flag span{
    display: block;
}

#languages a.flag span,
.selectedValue a.flag span{
    background-image:url(../../img/lang/blank.png) ;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.selectedValue a.flag span{
    background-position: 0 2px;
}

.selectedValue a.flag{
    display: inline-block;
    width:15px;
    line-height:15px;
}

#languages li.active a {
    background:#fff url(../../img/arrow-down.png) no-repeat 27px 8px;
}


#currencies li:first-child a,
#services li:first-child a {
    background: none;
    color: #515353;
}

#services{
    position: absolute;
    left: -113px;
    z-index: 1000;
}

#services .smallText{
    font-size: 9px;
    text-transform: none;
}

#services .redbutton{
    color: #fff;
    background: #76B52A;
    padding: 3px;
    margin: 0 5px;
    cursor: pointer;
}

#services .redbutton:hover{
    color: #76B52A;
    background: #fff;
    cursor: pointer;
}



/* --- main navigation menu ------------------- */
.mainHeader {
    position: relative;
    width: 1004px;
    float: left;
    padding: 0px 0px;
    z-index: 900;
}

.topNavigation{
    background: #191919;
    width: 994px;
    position: relative;
    float: left;
    margin: 0px;
    padding-left: 10px;
}

.topNavigation li{
    list-style-type: none;
    height: 30px;
    float: left;
    line-height: 30px;
    margin-right: 10px;
    color: white;
}

.topNavigation li a{
    font-size: 15px;
    text-decoration: none;
    display: block;
    height: 30px;
    padding: 0 5px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: white;
    text-transform: uppercase;
}

.topNavigation li:hover a{
    background: #35ADA9;
}

#navigation {
    background: #76b52a;
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#navigation .headerLi{
    list-style-type: none;
    height: 30px;
    float: left;
    margin-left: 5px;
}

#navigation .headerLi .headerA{
    font-size: 13px;
    text-decoration: none;
    display: block;
    height: 32px;
    padding: 0 5px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #009933;
}


#navigation .headerLi .headerA.sale{
    color: #AA0E0A;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ffffff;
}

#navigation .headerLi .firstA{
    text-transform: none;
    padding-right: 15px;
    margin-right: 15px;
    text-shadow: none;
    background: url(../../img/trenner.png) no-repeat center right;
}

#navigation .headerLi:hover .headerA{
    color: #aa0e0a;
    z-index: 999;
}

#navigation > .headerLi:hover > a, #navigation > .headerLi > a.current{
    color: #aa0e0a;
}

a.current {
    color: #aa0e0a;
}

li.current > a.current{
    color: #fff;
}

#navigation .headerLi .subcat{
    display: none;
    left: 0;
    margin: 0px;
    padding: 7px 0px;
    margin-top: 0px;
    background: #fff;
    width: 1000px;
    overflow: hidden;
    position: absolute;
    z-index: 998;
    border: 2px solid #76B52A;
}

#navigation .headerLi:hover .subcat{
    left: 0;
    display: block;
}

#navigation .headerLi .subcat ul{
    float: left;
    width: 200px;
    margin-right: 10px;
    position: relative;
}

#navigation .headerLi .subcat ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#navigation .headerLi li:first-child {
    border-top: none;
}

#navigation .headerLi li:last-child {
    border-bottom: none;
}

#navigation > .headerLi > .subcat > ul > li > a {
    font-size:14px;
    text-decoration: none;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 3px 0 3px 10px;
    color: #395562;
    margin-top: 5px;
 }

#navigation > .headerLi > .subcat > ul > li > a:hover {
    color: #76B52A;
}

#navigation > .headerLi > .subcat > ul > li > a.current:hover {
    color: #76B52A;
}

#navigation > .headerLi > .subcat > ul > li > a.current {
    color: #AA0E0A;
}







/*------------------searchBox---------------*/
div.searchBox {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    float: left;
    margin-left: 110px;
}

.searchHeader{
    position: realtive;
    float: left;
    background: #395562;
    height: 32px;
    line-height: 32px;
    width: 70px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #E1E1E1;
    border-right: none;
    text-align: center;
    text-transform: uppercase;
}

div.searchBox input.textbox {
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #b4b8b8;
    float:left;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: none;
    border: 2px solid #e1e1e1;
    border-right: none;
}

div.searchBox input.textbox::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #395562;
}
div.searchBox input.textbox::-moz-placeholder { /* Firefox 19+ */
  color: #395562;
}
div.searchBox input.textbox:-ms-input-placeholder { /* IE 10+ */
  color: #395562;
}
div.searchBox input.textbox:-moz-placeholder { /* Firefox 18- */
  color: #395562;
}

div.searchBox input.searchSubmit {
    border: 2px solid #e1e1e1;
    border-left: none;
    cursor: pointer;
    font-size:15px;
    width: 50px;
    height:36px;
    float:left;
    margin-left: -2px;
    background: #395562 url(../../img/search-icon.png) no-repeat center center;
}

div.searchBox input.textbox:focus {
    color: #333;
}

.searchBox .innerLabel, .innerLabel2{
    line-height: 30px;
    color: #395562;
    text-transform: none;
    padding-left: 80px;
    font-weight: bold;
}

/* --- basket box ------------------------------ */
.basketBox {
    position: relative;
    float: right;
    width: 145px;
    margin-top: 10px;
    height: 50px;
}

.counter {
    display: block;
    color: #fff;
    font-size:11px;
    padding:1px 5px 0 5px;
    line-height: 15px;
    position: absolute;
    z-index: 13;
    right: 28px;
    top: -3px;
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align:center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

.heading{
    font-weight: bold;
}

.basketBox img {
    position: relative;
    float: left;
    z-index: 12;
}

.basketBox .basketText {
    position: relative;
    float: right;
    z-index: 12;
    width: 100px;
    cursor: pointer;
    background: url(../../img/basketUp.png) no-repeat right 5px;
}

.basketBox .basketText span{
    display: block;
    text-transform: uppercase;
    color: #395562;
}

.basketBox img:hover {
    cursor: pointer;
}
/* --- fixed --------------------------------------- */

div.fixed{
    position: fixed;
    background: transparent;
    width: 19%;
    right: 0px;
    height: 40%;
}

.fixed img.fixed2{
    position: fixed;
    right: 18px;
    top: 370px;
    z-index: 1002;
    display: none;
    cursor: pointer;
}

.fixed .fixsearch .fixsearchBox{
    position: fixed;
    display: none;
    top: 370px;
    background: transparent;
    z-index: 1500;
    cursor: pointer;
    right: 65px;

}

div.fixSearchBox input.fixtextbox {
    position: relative;
    width: 220px;
    height: 39px;
    color: black;
    margin: 0px 3px 0 0;
    background: white;
    border: 2px solid #ccc;
}

div.fixSearchBox input.fixsearchSubmit {
    position: absolute;
    top: 8px;
    right: 10px;
    background: url(../../img/search.png);
    border: none;
    cursor: pointer;
    width: 22px;
    height:24px;

}

div.searchBox input.fixtextbox:focus {
    color: #333;
}

.arrowUp{
    position:fixed;
    display: none;
    bottom: 400px;
    right: 25px;
    background: transparent;
    border-radius: 5px;
}

.arrowUp img{
    position:relative;
    left: 7px;
    top: 7px;
}
/* --- Footer ----------------------------- */
#footer #panel {
    margin: 0 10px;
}

#footer .bar {
    color:#000;
    height:70px;
    line-height:70px;
    background: #76B52A;
    width: 1004px;
}

#footer .bar .facebook {
    float: left;
    margin-right:5px;
}

#footer .bar .deliveryinfo {
    float: right;
    display: none;
}

#footer .bar .deliveryinfo a {
    font-size:10px;
    color:#515353;
}

#footer dl {
    float:left;
    width: 195px;
    margin:10px 0;
    color:#999;
    height: auto;
}

#footer dl.paymentsFooter ul{
    margin-left: 20px;
}

#footer dl.paymentsFooter li{
    float:left;
    margin-right: 20px;
}

#footer dl.paymentsFooter li a{
    background: none;
    margin-bottom: 15px;
    padding: 0px;
}

#footer dl.paymentsFooter li a:hover{
    background: none;
    margin-left: 0px;
    padding: 0px;
}

#footer .footerLogoText{
    width: 220px;
}

#footer .footerLogoText img{
    max-width: 190px;
}

#footer .footerLogoText .logoText{
    margin-top: 10px;
}

#footer .footerLogoText .logoText div{
    margin-left: 5px;
}

#footer .footerLogoText .logoText .logoHeader{
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 10px;
}

#footer dl.services {
    border-left: none;
}

#footer dl:last-child {
    border-right: none;
}

#footer ul {
    margin: 0;
}

#footer li {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

#footer dl dt {
    color:#999;
    padding:2px 0 5px 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: url(../../img/footer1.png) no-repeat bottom;
    width: 180px;
}

#footer .list a  {
    line-height: 20px;
    display:block;
    padding-left: 10px;
    height: 20px;
    font-size: 13px;
    color: #999;
    max-width: 170px;
    background: url(../../img/liststyle.png) no-repeat left center;
}

#footer .list a:hover  {
    text-decoration: none;
    color: #76B52A;
    margin-left: 1px;
    text-shadow: none;
    background: url(../../img/liststyleH.png) no-repeat left center;
}

#footer .tree ul {margin: 0; margin-left:10px;}

.bar .newsletter {
    float: left;
    font-size:15px;
    color: #fff;
}

.bar .newsletter .newsInfo{
    position: relative;
    margin-right: 50px;
    margin-left: 10px;
    color: #fff;
    float: left;
    margin-top: 15px;
    text-align: center;
}

.bar .newsletter .newsInfo label{
    font-size:15px;
    font-weight: bold;
    display: block;
    line-height: 15px;
}

.bar .newsletter .newsInfo span{
    font-size:13px;
    display: block;
    line-height: 13px;
    width: 210px;
    margin-top: 5px;
}

.newsletter .newsletterBox {
    position: relative;
    float: right;
    border: 2px solid #dddddd;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    background: #395562;
}

.newsletter .newsletterBox .textbox {
    margin: 0 0px 0 10px;
    width: 250px;
    height: 30px;
    line-height: 30px;
    background: #395562;
    border: none;
    color: white;
    font-size: 13px;
}

.newsletter .newsletterBox button {
    background: transparent;
    border-left: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.newsletter .newsletterBox button:hover {
    background: #76B52A;
    height: 30px;
    line-height: 30px;
}

.sozialMediaButtons {
    color: #fff;
    position: relative;
    width: 296px;
    float: right;
    margin-top: 15px;
}

.sozialMediaButtons .followsContent {
    float: right;
    margin-right: 5px;
}

.sozialMediaButtons .followsContent a {
}

.sozialMediaButtons .followsContent .followsImg{
    position: relative;
    width: 44px;
    height: 44px;
}

.sozialMediaButtons .followsContent .followsImg>div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 44px;
    height: 44px;
}


.sozialMediaButtons .followsContent .followsImg .pic1{
    /*position: absolute;*/
}

.sozialMediaButtons .followsContent .followsImg .pic2{
   /* position: absolute;*/
   display: none;
}

.footerInfoContainer{
    position: relative;
    color: #999;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin: 30px 0;
    padding: 20px 10px;
}

.footerInfoContainer a{
    color: #395562;
    font-style: italic;
    text-decoration: underline;
}

.footerInfoContainer .heading h2{
    color: #999999;
}

.footerInfoContainer h2, h3, h4, h5, h6{
    color: #999999;
}

.footerInfoContainer .heading{
    color: #999;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
}

.fbInfoPopup {
    width: 500px;
}

.fbInfoPopup a {
    color: #1D7E96;
}

.fbEnableButton {
    float: left;
    border: 1px solid #c8d5e6;
    text-align: left;
    margin-right: 10px;
}

.fbEnableButton:hover {
    border-color: #9dacce;
}

.fbEnableButton a {
    display: block;
    float: left;
    line-height: 18px;
    background: url(../../img/facebook_icon.png) no-repeat 3px 3px;
    padding: 0 0 0 21px;
    font-size: 10px;
    text-transform: uppercase;
    color: #2c5e97;
}

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

.fbEnableButton a.helpText {
    float: left;
    background: none;
    border-left: 1px solid #c8d5e6;
    margin-left: 5px;
    padding: 0 4px;
}

.fbEnableButton a.helpText:hover {
    background: #d7e3f1;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.copyright {margin: 0 10px; font-size:10px; float: right; padding: 5px 0; color:#2F2F2F; font-weight: bold; display: none;}

.text {
    margin: 10px;
    padding: 10px 30px;
    border-top: 2px solid #F4F4F4;
    color:#999;
    clear: both;
}

.text div {
    float: right;
}

.text div a{
    color: #76B52A;
}

a.readMore {
    color: #1d7e96;
}

.box li a.readMore:hover
a.readMore:hover {
    color: #1d7e96;
    text-decoration: underline;
}

/* --- Tags --------------------------------- */

p.tagCloud, div.tagCloud  {
    line-height: 1.5em;
}

a.tagitem_100 {
    font-size:12px;
}

a.tagitem_200 {
    font-size:14px;
}

a.tagitem_300 {
    font-size:16px;
}

a.tagitem_400 {
    font-size:18px;
}

a.tagitem_500 {
    font-size:20px;
}

a.tagitem_600 {
    font-size:22px;
}

a.tagitem_700 {
    font-size:24px;
}

a.tagitem_800 {
    font-size:26px;
}

a.tagitem_900 {
    font-size:28px
}

span.taggedText {
    color: #a2a9ab;
}

p.tagError {
    display: none;
}

a.tagText{
    vertical-align:middle;
    display:inline-block;
    line-height:12px;
}

a.tagText img{
    margin-right:3px;
    vertical-align:top;
}

a.compare.remove {display:none}


/* --- Grid View ------------------------------------ */
.gridView,
.infogridView {
    margin: 0;
    margin-bottom:20px;
}

.gridView li{
    width: 253px;
    height: 335px;
    overflow: hidden;
    float:left;
    position: relative;
    padding: 0;
    list-style: none;
    margin:1px;
    margin-right:24px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.gridView li:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
}

.gridView .iterLast{
    margin-right:0px;
}

.gridView li .titleBlock{
    color:#29373c;
    line-height:15px
    text-decoration:none;
    font-weight: 700;
    display:block;
}

.gridPicture{
    top:40px;
    width: 253px;
    height: 230px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 3px;
    padding: 0 5px;
}

.gridPicture img{
    max-width: 248px ;
    max-height: 225px;
}

.gridPicture .infoflyouts{
    right: 15px;
    top: 15px;
    position: absolute;
    color: #fff;
    background: #AA0E0A;
    padding: 3px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 20px;
}


.gridView li .priceBlock{
    position:relative;
    font-size:14px;
    color: #000;
    background: white;
    overflow: hidden;
    height: 99px;
    width: 253px;
}

.gridView li:hover .priceBlock{
    color:#000;
}

.gridView li .priceBlock strong{
    font-size: 16px;
}

.priceBlock .priceBox2{
    width: 155px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}

.gridView li .priceBlock .listPrice{
    color: #AA0E0A;
    position: relative;
    float: left;
}

.gridView li .priceBlock .priceOld{
    font-size: 10px;
    color: #999999;
    position: relative;
    float: right;
}

.gridView li .priceBlock .listPrice2{
    font-size: 16px;
    font-weight: bold;
    color: #76B52A;
    position: relative;
    margin-top: 10px;
    text-align: center;
}

.gridView li .priceBlock .pricePerUnit{
    font-size: 9px;
    line-height: 9px;
    display:block;
}

.gridView .buttonBox {
    position: relative;
    overflow: hidden;
    height: 29px;
    width: 253px;
    margin-top: 7px;
}

.gridView .buttonBox a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

/*.gridView li .priceBlock .button{
    position: relative;
    padding:5px 10px;
    visibility: hidden;
    text-decoration:none;
    text-transform: uppercase;
    font-size: 10px;
    top: 10px;
    height: 30px;
}

.gridView li:hover .priceBlock .button{
    visibility: visible;
    color:#fff;
    width: 120px;
    height: 30px;
    line-height: 23px;
    background: #666666;
}

.gridView li:hover .priceBlock .button:hover{
    background: #f36b6c;
    color:#fff;
}  */

.titleBox{
    width: 187px;
}

.titleBox a{
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
}

.priceBox {
    padding: 10px;
    width: 167px;
}

.priceBox .toCart {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.priceBox strong {
    font-size: 14px;
    padding-right: 5px;
}


/* --- InfoGrid -------------------------------- */
.infogridView {
    margin: 0;
    padding: 0;
}

.infogridView li.productData{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    background: #f4f4f4;
    margin-right: 20px;
    margin-top: 20px;
    width: 391px;
    height: 200px;
    color: #666666;
}

li.productDataN{
    margin-right: 20px;
}

.infogridView li.productData:nth-child(0n+1) {
    border: medium none;
    margin-top: 0px;
}

.infogridView li.productData:nth-child(0n+2) {
    border: medium none;
    margin-top: 0px;
}

.infogridView li.productData:nth-child(2n+1) {
}

.infogridView li.productData:nth-child(2n+2) {
    margin-right: 0px;
}

.infogridView .listDetails {
    float: left;
    position: relative;
    height: 200px;
    width: 170px;

}

.infogridView .titleBox,
.infogridView .selectorsBox,
.infogridView .buttonBox,
.infogridView .priceBox {
    background: none;
    width: 190px;
    padding: 0;
}

.infogridView .titleBox {
    height: 40px;
    position: relative;
    height: 30px;
    overflow: hidden ;
}

.infogridView .titleBox a {
    padding-top: 10px;
    position: relative;
}

.infogridView .title {
    font-size: 12px;
    color: #666666;
    padding: 0px;
    margin: 0px;
}

.infogridView .title:hover {
    color: #f36b6c;
    text-decoration: none;
}

.infogridView .priceBox {
    position: relative;
    height: 20px;
    line-height: 20px;
}

.infogridView .priceBox .oldPrice {
    font-size: 11px;
    position: relative;
}

.infogridView .priceBox .price {
    font-size: 16px;
    font-weight: bold;
    color: #22DD77;
    position: relative;
    float: left;
    margin-right: 15px;
}

.infogridView .priceBox .price2 {
    font-size: 16px;
    font-weight: bold;
    color: #F7072B;
    position: relative;
    float: left;
    margin-right: 15px;
}

.infogridView .priceBox .pricePerUnit {
    font-size: 9px;
    white-space:nowrap;
}

.infogridView .priceBox .content {
}

.infogridView .listMark{
    position: relative;
    margin-top: 10px;
    height: 45px;
    width: 80px;
    padding: 0px;
}

.infogridView .listMark img{
    max-height: 60px;
    max-width: 80px;
    top: -5px;
    position: absolute;
}

.infogridView .buttonBox {
    position: absolute;
    bottom: 10px;
}

/*.infogridView .buttonBox button{
    height: 30px;
    line-height: 30px;
    background: #666666;
    width: 150px;
}

.infogridView .buttonBox:hover button{
    background: #f36b6c;
} */

.infogridView  a.compare {
    font-size: 11px;
    color: #1d7e96;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.infogridView .gridPicture {
    width: 170px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.infogridView .gridPicture a {
    position: relative;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    height: 200px;
    text-align: center;
    width: 170px;
}

.infogridView .gridPicture a img {
    position: relative;
}

.infogridView .deliveryInfo {
    font-size: 11px;
}

/* --- line view --------------------------- */
.lineView {
    margin: 0;
}

.lineView li.productData {
    padding: 10px 0 10px 0;
    list-style: none;
    position: relative;
    border-top: 5px solid #eceff0;
}

.lineView li:first-child {
    border: none;
}

.lineView .title {
    font-size: 18px;
}

.lineView .title:hover {
    color: #eb6005;
    text-decoration: none;
}

.lineView  a.compare {
    font-size: 11px;
    color: #1d7e96;
    font-weight: bold;
    text-transform: uppercase;
}

.lineView .pictureBox,
.lineView .info,
.lineView .description{
    float: left;
}

.lineView .infoBox {
    float: right;
    padding-bottom: 5px;
}

.lineView .functions .oldPrice {
    font-size: 10px;
}

.lineView .functions .price {
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
}
.lineView .functions .pricePerUnit {
    font-size: 9px;
    white-space:nowrap;
}

.infoBox {width: 558px; position: relative;}
.lineView .info {width: 260px; height: 50px;   float: left;    padding: 10px 0 0 10px;}
.lineView .description {width: 268px;    padding: 7px 0 0 20px;    font-size: 14px;    line-height: 18px;}
.lineView .functions {padding: 0 0 0 10px; position: absolute; bottom: 10px; clear: right; float:left; left: 190px; width:550px;}
.lineView .functions label.price {
    margin: 10px;
}

.pictureBox {
    width: 190px;
    height:150px;
    float: left;
    text-align: center;
    line-height:150px;
    overflow: hidden;
}

.pictureBox img {
    vertical-align: middle;
}

.pictureBox {
    position: relative;
}

.pictureBox .viewAllHover {
    position: absolute;
    left: 23px;
    top: 62px;
    display: none;
}

.pictureBox:hover .viewAllHover {
    display: block;
}

.pictureBox .sliderHover {
    width: 100%;
    height: 150px;
}

.pictureBox:hover .sliderHover {
    display: block;
}

.pictureBox.gridPicture .sliderHover {
    margin-top: 10px;
    height: 150px;
}

.pictureBox.gridPicture .viewAllHover {
    top: 68px;
}


/* --- Modal Popup -------------------- */

.popupBox {
    position: absolute;
    border: 1px solid #c1c1c1;
    padding: 10px;
    display: none;
}

.popupBox img.closePop {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

/* --- mini basket -------------------------- */
.basketFlyout {
    display: none;
    border: 1px solid #676767;
    width: 270px;
    position: absolute;
    background: white;
    z-index: 999;
    right: 0px;
    top: 61px;
    padding: 7px 0 10px 0;
}

.basketFlyout img.basket {
    position: absolute;
    right: 4px;
    z-index: 12;
    top:26px;
}

.basketFlyout .counter {
    right: 32px;
    z-index: 13;
    top:23px;
}

.basketFlyout .title {
    padding-left: 10px;
    padding-bottom: 7px;
    display: block;
    margin: 0;
}

.basketFlyout .title .note {
    color: #EC6105;
}

.basketFlyout .functions {
    padding: 10px;
    padding-bottom: 0;
    margin: 0;
}

.basketFlyout .functions a {
    margin-right: 10px;
    line-height: 18px;
}

.basketFlyout .functions .textButton:hover {
    color: #76B52A;
}

.basketFlyout button {
    margin-right: 5px;
}

.basketFlyout ul {
    width: 270px;
    margin: 0;
    max-height: 195px;
    overflow-y: auto;
    overflow-x: hidden;
}

.basketFlyout li {
    list-style: none;
    padding: 0;
}

.basketFlyout li a{
    border-bottom: 1px solid #a2a9ab;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    display: block;
}

.basketFlyout li:first-child a {
    border-top: none;
}

.basketFlyout li a:hover {
    color: #35ADA9;
    text-decoration: none;
}

.basketFlyout button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.basketFlyout .totals {
    width: 250px;
    color: #000;
    border-bottom: 1px solid #a2a9ab;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    margin: 0;
}

.scrollable .totals {
    width: 250px;
    border-top: none;
}

.basketFlyout .price {
    float: right;
}

.basketFlyout .item {
    width:100%;
    color: #29373c;
}

.basketFlyout a:hover .item {
    color: #76B52A;
}

.basketFlyout .item .basketIMG{
    width: 70px;
    height: 80px;
    overflow: hidden;
    position: relative;
    float: left;
}

.basketFlyout .item .price{
    display: block;
    font-weight: normal;
    float: left;
    margin-top: 5px;
    font-size: 13px;
}

.basketFlyout .item .basketIMG img{
    max-width: 65px;
    max-height: 80px;
}

.basketFlyout .item .basketItemTitle{
    position: relative;
    margin-top: 5px;
}

.basketFlyout .textButton {
    text-transform: uppercase;
    font-size: 11px;
}

.basketFlyout img.closePop {
    float:right;
    cursor:pointer;
    margin: 0 15px 0 0;
}

.scrollable hr {
    width: 250px;
}

.scrollable .scrollbarBox {
    height: 200px;
    width:  265px;
    overflow: hidden;
}

.scrollable .basketItems {
    width: 250px;
    min-height:230px;
    overflow:hidden;
}



/* --- Side Bar category tree ------------------------------ */
#sidebar .tree {
    margin: 0 0 20px 0;
}

#sidebar .tree ul {
    padding-left:0;
    margin: 0;
}

#sidebar .tree li {
    list-style: none;
    padding: 0;
    background: #F4F4F4;
    color: #395562;
}

#sidebar .tree li.active li {
    list-style: none;
    padding: 0;
    background: #fff;
}

#sidebar .tree ul li a  {
    padding-left: 5px;
    color: #395562;
}

#sidebar .tree li.exp>a, #sidebar .tree li.active>a {
    position: relative;
}

#sidebar .tree ul li.active li a  {
    color: #000;
}

#sidebar .tree ul li.active li a:hover  {
    color: #fff;
}

#sidebar .tree ul li ul li a  {
    padding-left: 15px;
}

#sidebar .tree ul li ul li ul li a  {
    padding-left: 30px;
}


#sidebar .tree a  {
    display:block;
    margin: 0px;
    padding: 5px 0;
    font-size: 13px;
    line-height: 20px;
    color: #395562;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

#sidebar .tree a:first-child {
    border-top: none;
}

#sidebar .tree a>i {
    width:14px;
    height: 14px;
    background: url('../bg/categorysprite.png') left top no-repeat;
    float:left;
    padding:0;
    margin:2px 5px 2px 0;
}

#sidebar .tree li.exp>a>i span, #sidebar .tree li.active>a>i span {
    width:14px;
    height: 14px;
    position: absolute;
    bottom: -14px;
    z-index: 20;
}

#sidebar .tree li.exp>a>i span {
    background: url('../bg/arrows-cat-exp-blue.png') no-repeat;
}

#sidebar .tree li.active>a>i span {
    background: url('../bg/arrows-cat-exp-orange.png') no-repeat;
}

#sidebar .tree li.end>a>i span {
    background: none;
}

#sidebar .tree a:hover {
    color: #76B52A;
}

#sidebar .tree a:hover>i  {
    background-position: left -45px;
}

#sidebar .tree li.active>a {
    color:#395562;
    font-weight: bold;
}

#sidebar .tree li.active>a>i {
    background-position: 1px -30px;
}
/*
#sidebar .tree li.active>a, #sidebar .tree li.exp>a {
    border-top: none;
} */

#sidebar .tree li.exp>a>i {
    background-position: 1px -61px;
}

#sidebar .tree li.end>a>i {
    background-position: left 15px;
}

#sidebar .sidebarMenu {
    line-height: 20px;
}

#sidebar .sidebarMenu a:hover {
    text-decoration: none;
}

#sidebar .sidebarMenu .active {
}


.resetLink{
    position: relative;
    margin: 5px 0;
    overflow: hidden;
    margin-left: 0px ;
    width: 172px;
    top: 0px;
}

.resetLink li{
    list-style-type: none;
    margin-left: 0px
}

a.subcategoryLink{
    float: left;
    font-size: 12px;
    position: relative;
    font-style: italic;
    color:#AA0E0A;
}

.PriceSlider .sliderFilter{
    background-image: none;
    position: relative;
    margin-left: -10px;
}

.PriceSlider a{
    font-size: 15px;
    text-transform: uppercase;
    color: #3C3C3B;
    border: none;
    margin-left: -10px;
    position: relative;
}

.filterSlider .blue{
background: black;
}

.HauptKategorien {
    position: relative;
    float: left;
    margin-top: 20px;
    width: 172px;
}

/* --- Checkout - payment --------------------- */

.payment dl {
    margin-bottom: 10px;
}

.payment dt {
    margin: 0;
}

.payment dl dd {
    display: none;
    margin-left: 25px;
}

.payment dl dd.activePayment {
    display: block;
}

/* --- Trusted shops -------------------------------- */

.etrustlogocol {
    float: left;
    width: 100px;
}

.etrustlogocol img {
    border: 0;
}

.etrustTsRatingButton {
    margin: 7px 0;
}

/* --- Checkout - than kyou page --------------------- */
#thankyouPage h3.blockHead:first-child {
    color: #395562;
}

#thankyouPage .lightHead {
    margin-top: 80px;
}

#thankyouPage .link {
    font-weight: bold;
    color: #76B52A;
}

#thankyouPage .link:hover {
    color: #76B52A;
    text-decoration: none;
}




.pageHead + .listRefine,
.pageHead + css3-container +.listRefine {
    margin-top: -16px;
}

.listRefine {
    margin-bottom: 20px;
    background: white;
    border-bottom: 4px solid #f4f4f4;
    position: relative;
    z-index: 1;
    margin-top: -4px;
}

.refineParams {
    padding: 6px 10px 4px 10px;
    font-size: 11px;
}

.bottomParams,
.detailsParams {
    text-align: center;
}

.bottomParams .pager,
.detailsParams .pager {
    float: none;
}

.detailsParams .pager {
    background-image: none;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
}

.bottomParams a.prev,
.detailsParams a.prev {
    float: left;
}

.bottomParams a.next,
.detailsParams a.next {
    float: right;
}

.bottomParams {
    padding: 0;
}

.refineParams .dropDown {
    float: right;
}

/* --- dropDown ------------- */
.drop li {
    list-style: none;
    padding: 0;
}

.dropDown{
    position:relative;
    float:left;
    padding-right: 10px;
    min-width: 120px;
    cursor: pointer;
}


.dropDown ul{
    position: absolute;
    top: -4px;
    display: none;
    left: -1px;
    margin: 0;
    background: #f4f4f4;
    z-index: 20;
    border: 1px solid #a4a9aa;
}

.dropDown ul a{
    text-decoration:none;
    display:block;
    padding: 3px 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b4b8b8;
}


.dropDown li:first-child a {
    border-top: none;
}

.dropDown li:last-child a {
    border-bottom: none;
}


.dropDown ul a:hover,
.dropDown ul a.selected{
    color: #AA0E0A;
}
.dropDown p{
    color: #000000;
    margin: 0;
    background: url(../../img/dropdown.png) no-repeat 100% 2px;
    padding-right: 20px;
}

.dropDown p label {
    text-transform: uppercase;
}

.dropDown p span {
    font-weight: 700;
}

.dropDown .value {
    padding: 3px 10px 3px 0;
    border-bottom: 1px solid #b4b8b8;
}

.dropDown label {
    padding:0 3px 0 5px;
}

.dropDown li.asc span,
.dropDown li.desc span,
.dropDown p span.asc,
.dropDown p span.desc {
    padding-right: 15px;
    background: url(../../img/arrow-updown.png) no-repeat 100% -39px;
}

.dropDown li.desc span, .dropDown p span.desc {
    background-position: 100% -39px;
}

.dropDown li.asc span, .dropDown p span.asc {
    background-position: 100% 3px;
}

/* --- Pager ------------------------- */
.pager {
    float: left;
    padding-top: 1px;
    line-height: 14px;
    padding-right: 6px;
    /*background: url(../../img/dots-v.png) no-repeat 100% 2px;*/
}

.pager .page {
    padding: 5px;
}

a.page:hover {
    text-decoration: none;
    background: #AA0E0A;
    color: #fff;
}

.pager .active {
    background: #AA0E0A;
    color: #fff;
}

a.next,
a.prev {
    /*background: url(../../img/arrows.png) no-repeat 0 -17px;*/
    text-transform: uppercase;
    text-decoration: none;
}

a.next:hover,
a.prev:hover {
    color: #AA0E0A;
}

a.prev {
    padding-left: 10px;
    padding-right: 7px;

}

a.next {
    padding-right: 10px;
    padding-left: 7px;
    background-position: 100% 3px;

}

/* --- Bread crumb ------------------ */
#breadCrumb {
    padding: 0 10px 10px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    clear:both;
}

#breadCrumb span {
    color: #999;
}


#overviewLink a{
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    position:absolute;
    right:10px;
    top:115px;
}

.listFilter {
    background: #f2f4f5;
    padding: 10px 10px 0 10px;
    font-size: 11px;
    border-bottom: 1px solid #29373c;
}

.listFilter .dropDown {
    margin-bottom: 10px;
    min-width:232px;
}

/* --- Wrapping ----------------------------- */
.wrapping {
    border-color: #666;
    overflow: hidden;
}

.wrappingIntro img,
.wrappingIntro .introtext {
    float: left;
}

.wrappingIntro .introtext {
    padding:15px 0 0 20px;
    width: 290px;
}

.wrapping h3 {
    border-color: #a2a9ab;
    padding-left: 5px;
    text-transform: uppercase;
}

.wrappingData .thumbCol {
    width: 150px;
}

.wrappingData .articleCol {
    width: 170px;
}

.wrappingData .priceCol {
    width: 640px;
}

.wrappingData td {
    vertical-align: top;
    padding:10px 15px 10px 0;
    border-bottom: 5px solid #fff;
}

.wrappingData tr:last-child td {
    border-bottom: none;
}

.wrappingData span,
.wrappingData strong,
.wrappingData input,
.wrappingData label {
    float:left;
}

.wrappingData span {
    width: 95px;
    height: 55px;
    margin: 0 15px 0 0;
    overflow: hidden;
}

.wrappingData label {
    font-size: 14px;
    width: 155px;
}

.wrappingData strong {
    float: right;
}

.wrappingData li {
    padding: 5px 0;
}

.wrappingData li:first-child {
    padding-top: 0;
}

.wrapping .radiobox {
    margin: 1px 5px 0 0;
}

.wrappingCard li{
    float: left;
    min-height: 150px;
    padding-left: 20px;
}

.wrappingCard label,
.wrappingCard input {
    float: left;
}

.wrappingCard li:first-child {
    padding-left: 0;
}

.wrappingCard p{
    margin-bottom: 5px;
}

.wrapping .areabox {
    width: 646px;
    margin-bottom: 10px;
    background:#fff;
    z-index: 99999;
}

.wrappingComment label {
    display: block;
    text-transform: uppercase;
    padding: 3px 5px;
}

.wrapping .submitForm {
    padding-bottom: 15px;
}

.wrapping .submitForm button {
    float: right;
    margin-left: 10px;
}

.wrapping .textButton {
    margin-top: 2px;
}

/* --- checkout Steps ------------------ */

.checkoutSteps + .status, .checkoutSteps + css3-container + .status {
    margin-top: 20px;
}

.checkoutCollumns .row {
    margin-bottom: 20px;
}

.checkoutCollumns .collumn {
    width: 50%;
    float: left;
}

.checkoutSteps {
    margin: 0;
    overflow: hidden;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

.checkoutSteps li{
    list-style: none;
    padding: 0;
    float: left;
    height: 29px;
    text-transform: uppercase;
    line-height: 29px;
    position: relative;
    left: 0;
    margin-left: -15px;
    padding-left: 15px;
    color: #fff;
    background: url(../../img/steps.png) no-repeat 100% 0;
}

.checkoutSteps li.active {
    background-position: 100% -29px;
    color: #fff;
}

.checkoutSteps li.activeLast {
    background-position: 0 -29px;
    color: #fff;
}
.checkoutSteps li.defaultLast {
    background-position: 0 0
}

.checkoutSteps li.passed {
    background-position: 100% -58px;
    color: #fff;
}

.checkoutSteps li.active a {
    color: #fff;
}

.checkoutSteps li.passed a {
    color: #fff;
}

.checkoutSteps li a {
    color: #fff;
}

.checkoutSteps li.active a:hover {
    text-decoration: none;
}

.checkoutSteps span {
    padding-left: 10px;
}

.checkoutSteps li.step1 {
    z-index: 5;
    width: 210px;
    margin-left: 0;
    padding-left: 0;
}

.checkoutSteps li.step2 {
    z-index: 4;
    width: 210px;
}

.checkoutSteps li.step3 {
    z-index: 3;
    width: 210px;
}

.checkoutSteps li.step4 {
    z-index: 2;
    width: 210px;
}

.checkoutSteps li.step5 {
    z-index: 1;
    width: 162px;
}

.checkoutOptions .option{
    width:278px;
    float:left;
    margin-right:51px;
    padding: 11px;
    background-color:#f4f4f4;
}

.checkoutOptions .option:last-child{
    margin-right:0;
}

.lineBox {
    padding: 9px 0px 10px 0px;
    margin: 20px 0;
}

.lineBox p.errorMsg {
    color: #ff0000;
}

.couponBox {
    border-top: 2px solid #f4f4f4;
    padding: 15px 0;
    width: 545px;
    position: absolute;
    top: -70px;
}

.couponBox label{
    font-weight: bold;
}

.couponBox p.oxValidateError {
    padding-left: 135px;
    display: none;
}

.couponBox .inlineError {
    padding-bottom: 10px;
    line-height: 16px;
}

.couponBox .textbox {
    margin: 0 5px;
}

.couponData span {
    padding-right: 10px;
}

h3.section {
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 7px;
    margin-top: 15px;
    text-transform: uppercase;
}

h3.section button {
    float: right;
    position: relative;
}

#productTitle {
    position: relative;
    z-index: 18;
    width: 500px;
    font-weight: normal;
    color: #666;
}

/* --- Amount price select ---------- */
.pricePopup li {
    padding: 0 10px;
}

.pricePopup span{
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b2b6b6;
    padding: 3px 0;
}

.pricePopup label{
    width: 80px;
    float: left;
    padding: 3px 0;
}

.pricePopup li:first-child span{
    border-top: 0;
}

.pricePopup li:last-child span{
    border-bottom: 0;
}

.pricePopup h4{
    padding: 0 30px;
}

.pricePopup {
    display: none;
    position: absolute;
    z-index: 12;
    background: #D8DEE0;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #979797;
    padding: 7px 0;
}

/* --- Article action select ------ */
.actionLinks {
    display: none;
    position: absolute;
    z-index: 16;
    background: #D8DEE0;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #979797;
    padding: 7px 0;
    margin: 0;
}

.actionLinks li {
    padding: 0 10px;
    list-style: none outside none;
    position: relative;
}

.actionLinks li:hover a {
    border-color: #fb8523;
    color: #fff;
}

.actionLinks a {
    display: block;
    padding: 3px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b2b6b6;
}

.actionLinks a:hover {
    text-decoration: none;
    color: #fff;
}

.actionLinks li:first-child span{
    border-top: 1px solid #b2b6b6;
    display: block;
}

.actionLinks li:last-child a{
    border-bottom: 0;
}

/* --- Social button like FB and etc. --- */
.social{
    padding-top:10px;
    margin-bottom:0;
    height:25px;
}

.social div.socialButton {
    float: left;
}

.social label {
    display: block;
    text-transform: none;
    padding: 3px 0 5px 0;
    font-weight: 700;
    text-shadow: 0 1px 1px #fff;
}

.social a{
    display: block;
    border: 0;
    padding: 0;
}

.social .fbEnableButton a:first-child{
    padding: 0 0 0 21px;
}

.social span {
    float: left;
    z-index: 66;
}

.fb_share_count_hidden {
    margin: 3px 7px 0 0;
    display:inline-block;
}

a.fb_button_simple {
    width: 14px;
    height: 14px;
    overflow: hidden;
    display:inline-block;
}

.social:hover {
    background: none;
}

/* --- Article Details ----------- */


.detailsRelated {
    clear:both;
    position: relative;
    margin-top: 30px;
}

.detailsInfoImg{
    width: 340px;
    height: 375px;
    position: relative;
 }

.detailsInfoImg .picture {
    text-align: center;
    width: 340px;
    height: 375px;
    border: 1px solid #ccc;
}

.detailsInfoImg .picture #wrap {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 340px;
    height: 375px;
}

.detailsInfoImg .picture .mousetrap {
    width: 340px;
    height: 375px;
    z-index: 100 !important;
}

.detailsInfoImg .picture #wrap a {
    line-height: 0;
}

.detailsInfoImg .picture img {
    max-height: 360px;
    max-width: 325px;
}

.hasBrand {
    float:left;
    width:258px;
}

.topDetails .information {
    width: 550px;
    position: relative;
    float: right;
    color: #666;
}

.topDetails #zoomContainer {
    width: 530px;
    height: 375px;
    -webkit-box-shadow: 0px 0px 10px white;
    -moz-box-shadow: 0px 0px 10px white;
    box-shadow: 0px 0px 10px white;
    background-color: white;
    display: none;
    position: absolute;
    right: 2px;
    top: 0px;
    z-index: 200;
}

.tabContainer {
    margin-top: 20px;
    overflow: hidden;
    width: 1004px;
}

/* --- persistent params ---------------- */
.persparamBox {
    padding-bottom: 7px;
}

.basketitems .persparamBox {
    padding-top:5px;
    font-size: 12px;
}

.persparamBox label,
.persparamBox input {
    float: left;
}

.persparamBox input {
    width: 150px;
}

.persparamBox label {
    margin: 2px 5px 0 0;
}

/* --- articles details attributes ------------ */
.attributes {
    width: 100%;
}

.attributes th,
.attributes td {
    padding:4px 10px;
    border-top: 1px solid #ddd;
}

.attributes th {
    text-align: left;
    width: 35%;
    background: #f5f5f5;
}

.attributes tr:first-child th,
.attributes tr:first-child td {
    border: none;
}

.information h1 {
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.shortDescription {
    clear:both;
    font-size: 14px;
    margin-bottom: 10px;
}

.tobasketFunction .selector {
    position: relative;
    z-index:14;
}

.selector {
    padding: 2px 6px 3px 6px;
    line-height: 16px;
    position: absolute;
    z-index: 18;
}

.selector img {
    vertical-align: middle;
}

.otherPictures {
    position: relative;
    z-index: 4;
}

.otherPictures ul {
    margin: 0 0 20px 0;
    padding: 0;
    overflow:hidden;
}

.otherPictures li,
.otherPictures a {
    list-style: none;
    padding: 0;
    float: left;
}

.otherPictures a {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    line-height: 100px;
    position: relative;
}

.artIcon {
    display: block;
    width: 98px;
    height: 98px;
    overflow: hidden;

}

.otherPictures a:hover {
    cursor: pointer;
}

.otherPictures a:hover .marker,
#zoomModal a:hover .marker {
    display:block;
}

.MorePictureMain{
    position: relative;
    width: 110px;
    height: 300px;
}

.MorePictureMain .morePics{
    position: absolute;
    height: 355px;
    cursor: pointer;
    width: 100px;
}

.MorePictureMain .morePicsContainer{
    width: 110px;
    height: 335px;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.MorePictureMain .morePicsContainer ul{
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    padding-top: 5px;
}

.MorePictureMain .morePicsContainer li{
    list-style-type: none;
    position: relative;
    height: 70px;
    width: 100px;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.MorePictureMain .morePicsContainer li a{
    display: table-cell;
    height: 70px;
    width: 100px;
    vertical-align: middle;
    text-align: center;
}

.MorePictureMain .morePicsContainer li img{
    max-height: 70px;
    max-width: 100px;
}

.MorePictureMain .down2{
    position: absolute;
    bottom: -20px;
}

.MorePictureMain .up2{
    position: absolute;
    top: 0px;
}

.relatedInfo {
    float: left;
    width: 561px;
    padding-right: 15px;
}

.relatedProducts {
    float: right;
    width: 172px;
}

.relatedInfoFull {
    float: none;
    width: auto;
    padding-right: 0;
}


/* --- produktansicht ----------------- */

.topDetails {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.morePicturesContainer {
    width: 120px;
    float: left;
}

.pictureContainer {
    width: 350px;
    float: left;
}

.detailsContainer{
    float: right;
}

.topDetails .information {
    width: 500px;
    position: relative;
    padding: 0px;
    margin-left: 0px;
}

#productMainInfo {
    position: relative;
    float: left;
    width: 500px;
}

/* --- Stock flags ----------------- */
.stockFlag {
    background: url(../../img/stockstatus.png) no-repeat 6px -44px;
    color: #76B52A;
}

.lowStock {
    background-position: 6px 2px;
    color: #ED7A10;
}

.notOnStock {
    background-position: 6px -22px;
    color: red;
}

.information h1 span{
    font-size: 17px;
    font-weight: 700;
}

.firstTop {
    position: relative;
    margin-top: 20px;
    margin-bottom: 5px;
    height: 25px;
    width: 500px;
    overflow: hidden  ;
}

.information .firstTop .oldPrice {
    font-size: 15px;
    position: relative;
    color: #999999;
    font-weight: normal;
    float: left;
    margin-right: 25px;
    margin-top: 6px;
}

.information .firstTop .price {
    font-size: 17px;
    position: absolute;
    color: #AA0E0A;
    margin-left: 130px;
}

.information .firstTop .price2 {
    font-size: 17px;
    position: relative;
    color: #76B52A;
}

.information .firstTop .sparprozent2{
    font-size: 12px;
    position: realtive;
    color: #76B52A;
}

.information .ManufactureImg{
    position: absolute;
    right: 0;
    z-index: 100;
    height: 90px;
    width: 100px;
    padding: 0px;
    top: 20px;
}

.information .ManufactureImg img{
    position: relative;
    max-height: 90px;
    max-width: 100px;
    margin: 0px;
}

.borderClass{
    position: relative;
    overflow: hidden;
    border: 1px dashed #ccc;
    padding: 10px;
    margin-top: 20px;
    color: #515353;
}

.information #productEannum{
    color: #515353;
    position: relative;
    float: left;
    width: 140px;
}

.itemCode {
    color: #515353;
}

.color{
    position: relative;
    width: 450px;
    overflow: hidden;
}

.color span{
    position: relative;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.color .colorContainer{
    position: relative;
    overflow: hidden;
}

.color .colorContainer li{
    padding: 0px;
    float: left;
    width: 75px;
    height: 80px;
    margin-right: 5px;
    margin-top: 5px;
    border: 2px solid #cdcdcd;
    cursor: pointer;
    text-align: center;
}

.color .colorContainer li.activeLi{
    border: 2px solid #76B52A;
}

.color .colorContainer div a{
    height: 80px;
    width: 75px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.color .colorContainer li:hover{
    border: 2px solid #76B52A;
}

.sizeContainer{
    position: relative;
    width: 480px;
    overflow: hidden;
    margin: 10px 0px;
}

.sizeContainer span{
    position: relative;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}

.sizeContainer .sizeBlock{
    position: relative;
    overflow: hidden;
}

.sizeContainer .size a{
    border: 2px solid #ccc;
    float: left;
    position: relative;
    margin-right: 5px;
    cursor: pointer;
    padding: 2px 5px;
    width: 75px;
    margin-bottom: 5px;
    text-decoration: none;
    text-align: center;
}

.sizeContainer .size:hover a{
    color: #76B52A;
    border: 2px solid #76B52A;
}

.sizeContainer .size.active a{
    color: #76B52A;
    border: 2px solid #76B52A;
    overflow: hidden;
}

.productInfoDetails{
    position: relative;
    overflow: hidden;
}

.information .mengenWahl {
    position: relative;
    overflow: hidden;
    width: 550px;
    display: none;
}

.information .MengenwahlKlein{
    position: relative;
    height: 50px;
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;
}

.information .MengenwahlKlein button{
    position: relative;
    margin-left: 180px;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: normal;
    font-size: 15px;
    background: #395562;
}

.information .MengenwahlKlein button:hover{
    background: #76B52A;
}

.information .MengenwahlKlein .quantity {
    position: absolute;
    left: 103px ;
    height: 26px;
    width: 20px;
    top: 10px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #3C3C3B;
}

.information .MengenwahlKlein .lasty {
    position: absolute;
    left: 74px ;
    top: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.information .MengenwahlKlein .nexty {
    position: absolute;
    left: 134px ;
    top: 10px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.information .MengenwahlKlein .quanti{
    position: absolute;
    color: #3C3C3B;
    left: 0px ;
    top: 16px;
    font-weight: bold;
    font-size: 15px;
}

.information .additionalInfo {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-left: 0px;
}

.information.additionalInfo span{
    padding: 0 10px;
    font-size: 14px;
    line-height: 12px;
    color: #98B91B;
}

.information .additionalInfo span:first-child {
    padding-left: 20px;
    border: none;
}

.information .additionalInfo .stockFlag {
    padding-left: 30px;
}

.shortDesc{
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

#productPriceUnit{
    color: #515353;
    font-size: 12px;
    position: relative;
}

#productWeight{
    color: #515353;
    font-size: 12px   ;
    position: relative;
}



/* --- Ratings ---------------------------- */
div.rating {
    margin-bottom: 10px;
}

ul.rating {
    width: 89px;
    height: 16px;
    margin: 5px 0;
    padding: 0;
    list-style: none;
    clear: both;
    float: left;
    position: relative;
    background: url(../../img/stars.jpg) no-repeat left top;
}

a.rates {
    float: left;
    color: #515353;
    padding: 6px 0 0 7px;
}

ul.rating li {
    cursor: pointer;
    float: left;
    padding: 0;
    list-style: none;
}

ul.rating li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 16px;
    text-decoration: none;
    z-index: 10;
}

ul.rating li a b {
    display: none;
}

ul.rating li.s1 a {
    left: 0;
}

ul.rating li.s2 a {
    left: 17px;
}

ul.rating li.s3 a {
    left: 34px;
}

ul.rating li.s4 a {
    left: 51px;
}

ul.rating li.s5 a {
    left: 68px;
}

ul.rating li a:hover {
    z-index: 2;
    width: 89px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background: url(../../img/stars.jpg) no-repeat 0 -18px;
}

ul.rating li.s1 a:hover {
    background-position: -72px -18px;
}

ul.rating li.s2 a:hover {
    background-position: -54px -18px;
}

ul.rating li.s3 a:hover {
    background-position: -36px -18px;
}

ul.rating li.s4 a:hover {
    background-position: -18px -18px;
}

ul.rating li.s5 a:hover {
    background-position: 0 -18px;
}


.rating li.currentRate {
    background: url(../../img/stars.jpg) left bottom;
    position: absolute;
    height: 16px;
    z-index: 1;
}

.rating li.ratingValue a,
.rating li.ratingValue a:hover {
    width: auto;
    height: auto;
    left: 90px;
    white-space: nowrap;
    padding-top: 3px;
    background: none;
}

/* ---- Reviews ------------------------ */
dl.review {
    margin: 5px 0;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

dl.review dt {
    margin-bottom: 7px;
    height: 1em;
}

dl.review dd.item {
    display: none;
}

dl.review dd {
    clear: both;
    margin: 0;
}

dl.review .param {
    margin-left: 20px;
    color: #757C83;
}
/* --- Account billing / shipping addresses ------ */
.addressCollumns .collumn {
    float: left;
    width: 50%;
}
/* --- Account Downloads ------------------------ */
.downloadList {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.downloadList li {
    padding: 15px 10px;
    list-style: none;
    border-top: 5px solid #eceff0;
}

.downloadList li:first-child {
    border: 0;
    padding-top: 0;
}

.downloadList dd {
    padding: 3px 0;
}

.downloadList dt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    display: block;
    font-weight: 400;
    margin-bottom: 7px;
}

.downloadList dt strong {
    font-size: 18px;
    display: block;
}

/* --- Account Order List ----------------------- */
.orderList {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.orderList li {
    padding: 15px 10px;
    list-style: none;
    border: 1px solid #999;
    margin-top: 20px;
}

.orderList li:first-child {
}

.orderList dl{
    width: 300px;
}

.orderList dd {
    padding: 3px 0;
    color: #395562;
    font-size: 14px;
}

.orderList dt {
    border-bottom: 1px solid #999;
    padding-bottom: 3px;
    display: block;
    font-weight: 400;
    margin-bottom: 7px;
}

.orderList dt strong {
    font-size: 16px;
    display: block;
}

.orderList dt span {
    font-size: 10px;
    color: #999;
}

.orderList dt label {
    color: #666;
}

.orderList td {
    vertical-align: top;
    width: 50%;
}

.orderList td table {
    text-align: left;
}

.orderList td table th {
    font-size: 15px;
    padding-bottom: 14px;
}

.orderList .orderitems, .orderList .orderhistory {
    width: 100%;
}

.orderList .orderitems td {
    vertical-align: top;
}

.orderhistory td {
    border-top: 1px solid #999;
    padding: 2px 0;
    vertical-align: top;
    width:99%;
}

.orderhistory td.small {
    width:1%;
}

.orderhistory td .amount {
    display: block;
    font-size: 11px;
    color: #666;
}

.orderhistory td a {
    color: #395562;
    display:block;
    height: 100%;
    line-height: 100%;
    font-size: 14px;
}

.orderhistory td a:hover {
    color: #76B52A;
    text-decoration: none;
}

.orderhistory td .orderImg {
    width: 115px;
    height: 115px;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.orderhistory td img {
    max-width: 115px;
    max-height: 115px;
}

.orderList h3 {
    padding-top: 0;
    padding-bottom: 4px;
    font-size: 16px;
    margin: 0px;
}
/*----- contact ----*/

.contact{
    color: #666;
    font-size: 13px;
    margin: 0 15px;
}

.contact ul.firmAddress li{
    list-style-type: none;
    margin-left: -30px;
}


/*----- login Container ----*/

.loginContainer{
    color: #666;
    font-size: 13px;
    margin: 0 15px;
}

/*----- register Container ----*/

.registerContainer{
    color: #666;
    font-size: 13px;
    margin: 0 15px;
}

/* --- Forms, Validation ---------------------------- */
.form {
    width: 354px;
}

.form li {
    padding: 5px 0;
    width: 350px;
}

.form li.formSubmit {
    padding-top: 10px;
    padding-left: 150px;
}

.form li.formNote {
    padding-bottom: 0;
    width: 500px;
    font-size: 11px;
    color: #666;
    line-height: 14px;
}

.form label,
.form input {
    float: left;
}

.form .oxDate select {
    float:left;
    width:90px;
}

.form .oxDate .innerLabel {
    margin-top: 1px;
    text-transform: none;
}

.form input[type="password"],
.form input[type="text"] {
    width: 165px;
}

.form select[data-fieldsize="normal"] {
    width: 175px;
}

.form input[data-fieldsize="xsmall"] {
    width: 20px;
}

.form input[data-fieldsize="small"] {
    width: 45px;
}

.form input[data-fieldsize="small"] {
    width: 40px;
}

.form input[data-fieldsize="medium"] {
    width: 70px;
}

.form input[data-fieldsize="xsmall"] + input[data-fieldsize="pair-xsmall"],
.form input[data-fieldsize="xsmall"] + css3-container + input[data-fieldsize="pair-xsmall"],

.form input[data-fieldsize="pair-xsmall"] + input[data-fieldsize="xsmall"],
.form input[data-fieldsize="pair-xsmall"] + css3-container + input[data-fieldsize="xsmall"],

.form input[data-fieldsize="small"] + input[data-fieldsize="pair-small"],
.form input[data-fieldsize="small"] + css3-container + input[data-fieldsize="pair-small"],

.form input[data-fieldsize="small"] + input[data-fieldsize="small"],
.form input[data-fieldsize="small"] + css3-container + input[data-fieldsize="small"],

.form input[data-fieldsize="medium"] + input[data-fieldsize="medium"],
.form input[data-fieldsize="medium"] + css3-container + input[data-fieldsize="medium"] {
    margin-left: 5px;
}

.form input[data-fieldsize="xsmall"] + .form input,
.form input[data-fieldsize="xsmall"] + css3-container + .form input {
    margin-left: 10px;
    margin-right: 0;
}

.form input[data-fieldsize="pair-xsmall"] {
    width: 128px;
}

.form input[data-fieldsize="pair-small"] {
    width: 103px;
}

.form input[data-fieldsize="verify"] {
    width: 103px;
}

.verificationCode {
    margin: 0 7px 0 0;
    float: left;
}

span.verificationCode {
    margin-top: 2px;
}

.form li.stateBox {
    padding-left: 150px;
}

.form label {
    width: 140px;
    padding-right: 10px;
    line-height: 18px;
}

.form label.req{
    font-weight:700;
}

.form label.req span{
    color: #76B52A;

}

.form label.short {
    width: 90px;
    padding-right: 5px;
    line-height: 18px;
}

.form .underInput {
    padding: 5px 0;
    margin-left:140px;
}

.form .underInput.short {
    margin-left:90px;
}

.form label.tooltip{
    background:url(../../img/help-icon.png) 95% center no-repeat;
}

.form li.checkFields {
    padding-left: 150px;
}

.form li.checkFields label {
    width: auto;
    margin-right: 10px;
}

.form li.checkFields input {
    margin: 2px 5px 0 0;
}

.form textarea {
    float: left;
    width: 245px;
}

.inputNote {
    display: block;
    clear: both;
    font-size: 11px;
    line-height: 14px;
    padding: 2px 0 0 0;
    color: #666;
}

.form .note {
    padding-left: 150px;
    font-size: 11px;
    color: #666;
    line-height: 14px;
    font-style: italic;
    padding-top: 7px;
}

.payment .form {
    margin: 15px 0 5px 0;
}

.payment .desc {
    margin-bottom: 15px;
}

#shipSetCost {
    padding-top: 5px;
}

.inlineForm button {
    margin-left: 5px;
}

.verify img {
    float: left;
    margin: 1px 5px 0 0;
}

.notice {
    font-size: 11px;
    font-style: italic;
    border-top: 1px solid #eceff0;
    margin-top: 10px;
    padding: 5px 0;
}

.inlineForm .notice {
    display: block;
    clear: both;
}

label.innerLabel{
    display:block;
    position:absolute;
    color:#B4B8B8;
    margin: 3px 0 0 5px;
    font-weight: normal;
    text-transform: uppercase;
}

label.innerLabel.textArea{
    text-transform: none;
}

.oxValidateError {
    display: none;
    clear: both;
    font-size: 11px;
    line-height: 14px;
    color: #ff0000;
    margin: 0;
    padding: 5px 0 5px 150px;
}

.oxValidateError span {
    display: none;
}

.oxValidateError span.req {
    float: none;
    display: inline;
}
.oxInValid label,
.oxInValid p {
    color: #ff0000;
}

.oxInValid input,
.oxInValid select,
.oxInValid input:focus {
    border-color: #e40000;
    background: #fff8f8;
}

.oxInValid select {
    border-style: solid;
    border-width: 1px;
}

.oxInValid .oxValidateError,
.oxInValid .oxValidateError .js-oxError_postError {
    display:block;
}
/* --- Promotions Slider ------------------------ */
.promoShadow {
    position: absolute;
    top: 0;
}

.oxSlider {
    position: relative;
    width: 1004px;
    height: 457px;
    margin-top: 5px;
    overflow: hidden;
}

.oxSlider li {
    position: relative;
}

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

.oxSlider ul, .oxSlider li {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    list-style: none;
}

#promotionSlider {
    width: 1004px;
    z-index: 1;
    height: 457px;
}

#promotionSlider img {
    width: 1004px;
    height: 457px;
}

#promotionSlider li {
    position: relative;
}

.nav{
    background: black;
    width: 100%;
    position: absolute;
    height: 25px;
    opacity: 0.7;
    bottom: 0px;
    z-index: 100;
}

.oxSlider .owl-controls .owl-dot{
  position: relative;
  float: left;
  height: 10px;
  width: 10px;
  top: -17px;
  left: 5px;
  background: #555555;
  margin-right: 5px;
  border-radius: 10px;
  z-index: 1000;
}

.owl-controls .owl-dot.active{
  background: #76B52A;
}

.owl-controls .owl-dot:hover{
  background: #76B52A;
}


/* --- Promotions Slider ------------------------ */

.sportbags, .sportshoes{
    height: 295px;
    width: 100%;
    position: relative;
    padding-top: 10px;
    overflow: hidden;
    margin-top: 15px;
}

.sportbags h2, .sportshoes h2{
    text-transform: uppercase;
    color: #666666;
    font-weight: normal;
    padding-bottom: 10px;
    background: url(../../img/headerbg.png) no-repeat bottom left;
}

.bagImg{
    position: relative;
    float: left;
}

.bagImg img{
    max-width: 250px;
    max-height: 250px;
}

.sliderContainerSportbags {
    width: 75% !important;
    float: right;
}

.sliderContainerShoes {
    width: 100%;
    float: right
}

.bagInfo {
    text-align: center;
    color: #7a7a7a;
    margin: 10px 5px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.bagInfo a{
    text-decoration: none;
}

.items{
    position: relative;
    margin: 3px;
    padding-bottom: 3px;
    max-width: 200px;
    float: left;
}

.items a{
    text-decoration: none;
}

.items .itemsImg {
    height: 150px;
}

.items .itemsImg a{
    width: 190px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.items .itemsImg img{
    max-width: auto;
    margin: 0 auto;
    max-height: 150px;
}

.items:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
}

.heading2 {
    font-size: 14px;
    text-decoration: none;
    color: #7a7a7a;
    text-align: center;
}

.price {
    margin-top: 5px
}

.price .old{
    font-weight: normal;
    color: #7a7a7a;
    font-size: 13px;
    text-decoration: none;
    text-decoration: line-through;
    margin-left: 10px;
}

.price{
    font-weight: bold;
    color: #76B52A;
    font-size: 16px;
    text-decoration: none;
}

.addToCartButton{
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    padding-left: 20px;
    background: url(../../img/korb.png) no-repeat left 3px;
    font-weight: bold;
    color: #7a7a7a;
    margin: 5px auto;
    width: 70px;
}

.addToCartButton:hover,
.gridView .productData:hover .addToCartButton,
.gridView .buttonBox:hover .addToCartButton{
    color: #76B52A;
    background: url(../../img/korb2.png) no-repeat left 3px;
}

.owlnav{
    position: absolute;
    right: 0px;
    top: 0px;
}

.itemBrand{
    position: relative;
    height:75px;
    width: 75px;
    margin: 0 auto;
}

.itemBrand a{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height:75px;
    width: 75px;
    margin: 0 auto;
}

.itemBrand img{
    max-height: 75px;
    max-width: 75px;
}

/*---------------info Crossselling----------------*/

.lazyCross{
    position: relative;
    float: right;
    overflow: hidden;
    width: 380px;
    height: 285px;
    margin-top: -5px;
}

.lazyCross h2{
    text-transform: uppercase;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-top: 10px;
    background: url(../../img/headerbg.png) no-repeat bottom left;
}

.crossselling{
    width: 380px;
    float: left;
}

.crossInfo{
    width: 100%;
    text-align: center;
    color: #7a7a7a;
}

.crossInfo a{
    text-decoration: none;
}

.crossItem a{
    text-decoration: none;
}

.crossItem{
    position: relative;
    margin: 3px;
    width: 180px;
    float: left;
}

.crossItem .itemsImg {
    width: 180px;
    height: 145px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.crossItem .itemsImg img{
    width: auto !important;
    max-height: 140px !important;
    margin: 0 auto;
    position: relative;
}

.crossItem:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
    box-shadow: 0px 0px 5px 0px rgba(163,163,163,1);
}

.navCross{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 20px;
    margin: 3px 0px;
}

.bannersContainer {
    width: 330px;
    position: relative;
    height: 261px;
    overflow: hidden;
    padding: 0 30px 0;
    border: 1px solid #EDEDED;
    display: table-cell;
    vertical-align: middle;
    margin-left: 10px;
}

.bannersContainer .bannersContent{
    width: 300px;
    position: relative;
    margin-top: 10px;
}

.bannersContainer .bannersContent .bannersImg{
    position: relative;
    width: 60px;
    display: table-cell;
    vertical-align: middle;
}

.bannersContainer .bannersContent .bannersImg img{
    position: relative;
    display: block;
    float: left;
}

.bannersContainer .bannersContent .bannersText{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.bannersContainer .bannersContent .bannersText .heading{
    padding: 0px;
    margin: 0px;
}

/* --- Bilder Blöcke ------------------------ */

.bildBlockContainer{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 160px;
    margin-top: 20px;
}

.bildBlock{
    position: relative;
    float: left;
    width: 245px;
    height: 145px;
    margin-right: 8px;
    cursor: pointer;
}

.Last{
    margin-right: 0px;
}

.bildBlock img{
    max-width: 245px;
    max-height: 145px;
}

.bildBlockHover{
    display: none;
    position: absolute;
    height: 129px;
    width: 245px;
    top: 0px;
    left: 0px;
    background: #395562;
    opacity: 0.8;
    text-align: center;
}

.bildBlock:hover .bildBlockHover{
    display: block;
}

.hoverText{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding:20px 0;
    text-transform: uppercase;
    clear: both;
}


/* --- Collection Block ---------------------------- */
.collection{
    position: relative;
    overflow: hidden;
    height: 380px;
    margin: 0px 0;
    float: left;
}

.collectionImg{
    position: relative;
    width: 482px;
    height: 154px;
}

.collectionImg a{
    text-decoration: none;
}

.collectionImg:last-child{
    margin-top: 40px
}

.collectionImg img{
    max-width: 500px;
}

.collectionHover{
    max-width: 482px;
    height: 154x;
    margin-top: -134px;
    left: 0px;
    background: transparent;
    text-align: center;
}

.collectionHeader{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    position: relative;
    width: 205px;
    margin: 30px auto 10px;
}

.collectionText {
    color: #fff;
    font-size: 13px;
    border-top: 1px solid red;
}

.lazyowlslide {
    height: 170px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 20px;
}

.lazyowlslide h2{
    text-transform: uppercase;
    color: #666666;
    font-weight: normal;
    padding-bottom: 10px;
    background: url(../../img/headerbg.png) no-repeat bottom left;
}

.lazyowlslide .owl-item a:hover .brandHover{
    display: none;
}

.lazyowlslide .brandHover{
    position: absolute;
    height: 75px;
    width: 75px;
    background: white;
    opacity: 0.5;
    z-index: 10;
    top: 0px;
    right: 0px;
}

.lazyowlslide .navowl{
    position: absolute;
    right: 0px;
    top: 0px;
}


/*------------------sale----------*/

.bigImg {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.bigImg img{
    position:relative;
    max-width: 495px;
    max-height: 495px;
}

.bigImg .posBigImg{
    margin-right: 54px;
    margin-bottom: 40px;
    display: block;
    width: 475px;
    float: left;
    overflow: hidden;
}

.bigImg div.last{
    margin-right: 0px;
}

.slideshow{
    position: relative;
    height: 360px;
    width: 220px;
    float: left;
    color: #7a7a7a;
}

.heading3{
    font-size: 16px;
    position: relative;
    background:url(../../img/sale.png) no-repeat bottom left;
    padding-bottom: 10px;
}

.heading4{
    font-size: 16px;
    position: relative;
    background:url(../../img/bseller.png) no-repeat bottom left;
    padding-bottom: 10px;
}

.slideshow .vertical{
    width: 220px;
    height: 350px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-top: 5px;
}

.slideshow .vertical ul{
    width: 210px;
    margin: 0;
    margin-left: 0px;
}

.slideshow .vertical ul li{
    list-style-type: none;
    width: 200px;
    height: 95px;
    float: none;
    margin-top: 5px;
    vertical-align: middle;
    background: #f4f4f4;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
}

.slideshow .vertical ul li .bigLink{
    display: block;
    height: 95px;
    width: 200px;
    overflow: hidden;
    position: absolute;
}

.slideshow .vertical li .slideshowImg{
    width: 90px;
    height: 90px;
    vertical-align: middle;
    float: left;
    text-align: center;
    display: table-cell;

}

.slideshow .vertical li .slideshowImg img{
    max-width: 90px;
    max-height: 90px;
    position: relative;
    margin: 0 auto;
}

.slideshow .vertical li div{
    position: relative;
    float: right;
    width: 110px;
    text-align: left;
}

.slideshow .down{
    position: relative;
    float: right;
    cursor: pointer;
    margin-left: 5px;
}

.slideshow .up{
    position: relative;
    float: right;
    cursor: pointer;
}

.slideshowSmall {
    position: relative;
    height: 380px;
    overflow: hidden;
    margin-top: 20px;
    float: rigth;

}

/* --- Recommendations ---------------------------- */
.recommendations .title {
    font-size:12px;
    padding:2px 0 6px;
}

.recommendations .title a {
    float: left;
    font-weight: bold;
}

.recommendations .title .editButtons {
    float: right;
}

.recommendations .title .textButton {
    color: #1d7e96;
    padding: 0;
    height: 14px;
    line-height: 14px;
}

.recommendations .description {
    font-size:11px;
    padding:0 0 8px;
}

.recommendationsSearchForm {
    padding: 15px 10px;
}

.recommendationsSearchForm label {
    font-size: 11px;
}

.recommendationsSearchForm .searchInput {
    width: 85px;
}


/* --- Manufacturer Item slider ------------------------- */
.itemSlider {
    width:744px;
    height: 148px;
    margin: 0 1px 20px 1px;
    border: 1px solid #76c9dd;
    position: relative;
}

.itemSlider ul {
    height: 148px;
}

.itemSlider li {
    width: 124px;
    height: 148px;
    line-height: 148px;
    padding: 0;
    text-align: center;
    list-style: none;
}

.itemSlider li img {
    vertical-align: middle;
}

.itemSlider .slideNav {
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    z-index: 4;
    bottom: -1px;
    opacity: 0.9;
    filter: alpha(opacity =90);
    height: 150px;
    display: block;
    text-shadow: 0 -1px 0 #486066;
}
.itemSlider .leftHolder {
    position:absolute;
    left:-1px;
    bottom:-1px;
    height:150px;
    z-index:3;
    width:179px;
}

.itemSlider .slideNav:hover {
    text-shadow: 0 -1px 0 #ac8a6b;
    opacity: 1;
    filter: alpha(opacity =100);

}
.itemSlider .titleBlock {
    left: -1px;
    bottom:0;
    width: 130px;
    padding-left: 10px;
    text-transform: uppercase;
}
.itemSlider .titleBlock:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-shadow: 0 -1px 0 #486066;
}

.itemSlider .titleBlock strong {
    float: left;
    margin: 50px 0 0 0;
    width: 130px;
}
.itemSlider span.slideBg {
    display: block;
    height:100%;
    width:100%;
    top: 0;
    position: absolute;
}
.itemSlider .prevItem {
    left:139px;
    bottom:0;
    width:40px;
}
.itemSlider .nextItem {
    right: -1px;
    width: 40px;
}
.itemSlider .prevItem:hover span.slideBg,
.itemSlider .nextItem:hover span.slideBg {
    filter: alpha(opacity =90);
    opacity:0.9;
}

.itemSlider .prevItem span.slidePointer,
.itemSlider .nextItem span.slidePointer {
    position:relative;
    z-index: 5;
    float: right;
    text-indent: -9999px;
    width: 30px;
    height: 32px;
    margin: 58px 5px 0 0;
    background:url(../../img/promo-arrows.png) no-repeat -98px -162px;
}

.itemSlider .prevItem span.slidePointer {
    background-position: -26px -162px;
}

.itemSlider .prevItem:hover span.slidePointer {
    background-position: -26px -86px;
}

.itemSlider .nextItem:hover span.slidePointer {
    background-position: -98px -86px;
}

.itemSlider li {
    position: relative;
}

.itemSlider li a.viewAllHover {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    z-index: 5;
    opacity: 1;
    padding-right: 5px;
    padding-top:25px;
    filter: alpha(opacity =100);
    background:transparent url(../bg/fx-grad-orange-spiked.png) -30px 0 no-repeat;
}


.itemSlider li a span {
    text-align: left;
    line-height: 12px;
    padding-top: 4px;
    background-position: 0 50%;
    font-size: 10px;
}

.itemSlider a.sliderHover,
a.sliderHover {
    background: #fd8304;
    opacity: 0.7;
    filter: alpha(opacity =70);
    width: 124px;
    height: 148px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.itemSlider li:hover a.viewAllHover,
.itemSlider li:hover a.sliderHover {
    display: block;
}
/* ??? */
/*.gridView li:hover a.sliderHover {
    display: block;
    width: 187px;
    height: 150px;
    z-index: 1;
}*/

/* --- Category lists ----------------------- */
.subcatList,
.subcatList ul {
    margin: 0;
    display: none;
}

.subcatList li{
    padding: 0;
    list-style: none;
}

.subcatList .box {
    float: left;
    margin-left: 20px;
}

.subcatList li .box:first-child {
    margin-left: 0;
}

.subcatList h3 a {
    color: #fff;
    font-size: 14px;
}

.subcatList .box li {
    text-transform: uppercase;
    padding: 3px 0;
}

.categoryDescription {
    background: #f2f4f5;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    border-bottom: 1px solid #B4B8B8;
}

.categoryTopDescription,
.categoryTopLongDescription {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    display: none;
}
.categoryTopLongDescription p {
    margin-bottom: 10px;
}
.categoryPicture {
}

/* --- Trusted shop logo --------------- */
.box #tsSeal {
    text-align: center;
    margin-bottom: 7px;
}


/* --- Layout helpers ---------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000; opacity: .50;filter:Alpha(Opacity=50); }


.ui-dialog { position: absolute; padding: .2em; width: 300px;}
.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; 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; }


/* --- ZOOM CLOUD ----------------------------- */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 1px solid #ccc;
    margin:-2px;    /* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:1px solid #ccc;
    overflow:hidden;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color: #000;
    background: #fff;
    padding: 0;
}

#zoomTrigger {
    width: 35px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    float: left;
    z-index: 125;
    background: url(../../img/zoom.png) no-repeat 0 0;
}

.zoomed {
    width: 663px;
    height: 665px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 2;
}

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

.zoomPager li {
    list-style: none;
    float: left;
    padding: 0;
}

.zoomHead {
    font-weight: 700;
    text-transform: uppercase;
}


#zoomModal .otherPictures {
    margin: 0;
    padding: 0;
    width: 663px;

    z-index: 9;
}

#zoomModal .otherPictures a{
    width: 30px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;
}

#zoomModal .shadowLine {
    width: 663px;
    clear: both;
}

#zoomModal .otherPictures ul{
    margin: 0;
}

#zoomModal .marker {
    border: 2px solid #EB6005;
    display: none;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0;
    width: 26px;
    z-index: 99;
}

#zoomModal .marker img {
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -6px;
    z-index: 6;
}

/* --- Services ---------------------- */
#services {
    width: 175px;
}

#services a {
    text-decoration: none;
    text-transform: uppercase;
}

#services li {
    position: relative;
    background: white;
    padding: 5px 0;
    z-index: 1000;
}

#services li:first-child {
    background: white;
    opacity: 0.4;
    padding: 0px;
    cursor: default !important;
}

#services li a:first-child {
    cursor: default;
}

#services li a:first-child span {
    cursor: pointer;
}

#services li:last-child {
    border-bottom: 1px solid #CDCDCD;
}

#services .counter {
    right: 5px;
    top: 1px;
}

#servicesTrigger {
    position: relative;
    margin-bottom: 0px;
}

#servicesTrigger .counter {
    right: 0;
    top: 0;
    z-index: 11;
}

.hasNotifications {
    padding-right: 25px;
}

#services a:hover .counter {
    border: 1px solid orange;
    background: #fff;
    color: orange;
}

/* --- WishList ------------------------------ */
.wishlistPublish {
    float: right;
    width: 360px;
}

.wishlistSearch {
    float:left;
}

.wishlistSearch .form {
    width: 100%;
}

.wishlistSearch .form li {
    width: 100%;
}

.wishlistSearch .form label {
    width: auto;
}

.wishlistPublish .form label {
    width: 280px;
}

.wishlistView a {
    text-decoration: underline;
}

.wishlistView,
.listmaniaView {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.formTitle,
.wishlistResults dt{
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #eceff0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.wishlistSuggest {
    clear: both;
    padding: 20px 0 0 388px;
}

.wishlistResults{
    padding-top: 20px;
}

.wishlistResults dt {
    padding-bottom: 5px;
    background: url("../../img/search-icon.png") no-repeat 0 3px;
    padding-left: 20px;
}

.wishlistUser {
    float: right;
    width: 360px;
    padding: 40px 0 0 0;}


/* --- Account Dashboard ----------------- */

.accountDashboardView .col {
    float: left;
    width: 374px;
    /*  height: 250px;*/
    /* padding-right: 20px; */
}

.accountDashboardView dl {
    margin-bottom: 15px;
}

.accountDashboardView dd {
    margin-top: 2px;
}

/* --- Compare List ----------------------- */
#compareList {
    width: 100%;
}

#compareList td {
    border-collapse: collapse;
    vertical-align:top;
}

#compareList table{
    width:200px;
    border-collapse:collapse;
}

#compareList table td {
    border-top: 5px solid #ECEFF0;
    padding: 5px;
}

#compareList table #firstTr td,
#compareList table #firstDataTr td {
    border: 0;
}

#compareList table tr:last-child td {
    padding-bottom: 20px;
}

#compareDataDiv {
    overflow:hidden;
}

#compareFirstCol {
    overflow: hidden;
}

.compareItem {
    width: 190px;
    height: 380px;
    position: relative;
}

.compareNarrow {
    width:596px;
    position:relative;
}

#compareFirstCol.compareNarrowFirstCol table{
    width: 152px;
}

.compareWide {
    width:740px;
    position:relative;
}

.compareWide .compareItem {
    width: 238px;
}

.compareItem .tobasket {
    position: absolute;
    bottom: 10px;
}

.compareItem .oldPrice {
    font-size: 11px;
    line-height: 14px;
}

.compareItem .variants{
    padding-top:15px;
}

.compareItem .variants select{
    margin:5px 0 10px 0;
    display: block;
}

.compareItem .picture {
    text-align: center;
    display:block;
    width:190px;
    height:150px;
    overflow:hidden;
    margin-bottom:7px;
}

.compareItem .title {
    display: block;
    font-size: 18px;
    line-height:18px;
    font-weight: 400;
    padding-bottom: 3px;
}

.compareItem .identifier {
    color: #515353;
    display: block;
}

.compareItem .fn {
    padding-top: 5px;
    margin: 0;
    clear: both;
}

#compareList .lineBox {
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
}

#compareList a.navigation {
    background: url(../../img/prevnext.png) no-repeat 0 0;
    height: 7px;
    width: 4px;
    text-indent: -9999px;
    margin-top: 4px;
}

#compareList .lineBox a.movePrev {
    float: left;
    background-position: 0 -7px;
}

#compareList .lineBox a.moveNext {
    float: right;
}

td.centered {
    text-align:center;
}
td.alignTop{
    vertical-align:top;
}

/* --- Login form ------------------------ */
.accountLoginView .col {
    float: left;
    width: 50%;
}

/* --- right corner message ---------------- */
#incVatMessage{
    position:fixed;
    bottom:-3px;
    right:-5px;
    font-size:11px;
    padding:4px 20px 6px 17px;
    background:url(../../img/vatmsg-bg.png) no-repeat 0 0;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:9999;
}

#incVatMessageTsBadge{
    position:fixed;
    bottom:-3px;
    right:100px;
    font-size:11px;
    padding:4px 20px 6px 17px;
    background:url(../../img/vatmsg-bg.png) no-repeat 0 0;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:9999;
}

/* --- Plain errors ------------------------ */
.errorBox {font-size:12px; font-weight:bold; color:#D81F01; margin: 20px; padding: 0; border: none; width: 500px;}
.errorBox a {color:#D81F01; text-decoration: underline;}
.errorBox a:hover {color:#666;}
.errorBox .errHead {background: #D81F01; color: #fff; padding: 5px 15px;}
.errorBox .errBody {border: 1px solid #D81F01; padding: 15px;}
.errorBox .stackTrace { font-size: 11px; color: #000; font-weight: normal; margin: 10px 0; padding: 10px 0; border-top: 2px solid #EED8D2}


/* --- article box ------------------------ */
li.articleImage{
    height: 110px;
}

.featuredList a.articleBoxImage {
    height: 97px;
    line-height:97px;
    width:148px;
    background: #fff;
    text-align: center;
    display: block;
}

.featuredList a.articleBoxImage img{
    vertical-align:middle;
}

/* --- MD Variant Selects in details ----------- */
.selectorsBox {
    clear:both;
    background: none;
    padding: 10px 10px 0 0;
    font-size: 11px;
}

div.information .selectorsBox {
    margin-bottom: 55px;
}

.selectorsBox .dropDown {
    margin-bottom: 10px;
    min-width: 200px;
}

.selectorsBox .dropDown li.disabled a {
    color: #b4b8b8;
}

.selectorsBox p.underlined {
    border-bottom: 1px solid #29373c;
}

.selectorLabel label {
    min-width: 60px;
    display: inline-block;
}

.variantReset {
    padding-bottom: 10px;
    font-size: 11px;
    margin-top: -55px;
}

.variantReset label {
    text-transform: uppercase;
}

.variantReset  a.reset {
    color: #1d7e96;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

.variantReset  a.reset:hover {
    text-decoration:none;
    color: #EB6005;
}

/* --- MD Variant Selects in infoGrid ----------------- */
.listDetails .selectorsBox {
    background: none;
    padding: 10px 10px 0 5px;
    font-size: 11px;
}

.listDetails .selectorsBox .dropDown {
    margin-bottom: 10px;
    min-width: 150px;
}

.listDetails .selectorsBox .dropDown li.disabled a {
    color: #b4b8b8;
}

.listDetails .selectorsBox p.underlined {
    border-bottom: 1px solid #29373c;
}

.listDetails .selectorLabel label {
    min-width: 45px;
    display: inline-block;
}

/* --- MD Variant Selects for line -------------------- */
.infoBox .selectorsBox {
    background: none;
    padding: 10px 10px 0 0;
    font-size: 11px;
}

.infoBox .selectorsBox .dropDown {
    margin-bottom: 10px;
    min-width: 200px;
}

.infoBox .selectorsBox .dropDown li.disabled a {
    color: #b4b8b8;
}

.infoBox .selectorsBox p.underlined {
    border-bottom: 1px solid #29373c;
}

.infoBox .selectorLabel label {
    min-width: 50px;
    display: inline-block;
}

/* ------- Checkout AGB conditions links --------------- */
div.agbInner {
    width:500px;
    float:left;
}

div.agbButton  {
    float:right;
}

.cmsContent {
    margin: 0 15px 0 15px;
}

.cmsContent h1, h2, h3, h4, h5, h6 {
    color: #395562;
}


.cmsContent a {
    color: #76B52A;
    font-weight: bold;
}

.AGB-Content h2 span{
    margin: 500px 0 0 0;
}


.AGBcms ul li{
    color: #76B52A;
    height: 12px;
    margin: 0 0 0 20px;
}

.AGBcms ul li a {
    color: #395562;
}


.AGBcms ul li a {
    color: #395562;
}

.agb a, .cmsContent p a {
    color: #AA0E0A;
}

.agb a:hover {
    color: #F36B6C;
    text-decoration:none;
}

.agb p.errorMsg, .agbInner p.errorMsg  {
    color: #ff0000;
    display: none;
    margin: 0;
}

/* ---- ajax loading icon -----------------------------*/

.loadingfade {
    background: #fff;
    z-index : 5000;
}
.loadingiconbg {
    background: url(../../img/loading_bg.png) no-repeat center center;
    z-index : 5001;
}
.loadingicon {
    background: url(../../img/loading.gif) no-repeat center center;
    z-index : 5002;
}

/* --- shop lupe ------------------------------ */
p.shoplupe {
    padding-top:15px;
    text-align: center;
}

/* --- category tree ----------------------------- */
.categoryBox {
    margin: 0 0 20px;
    background: #f4f4f4;
}

.mainCategoryHeader{
    position: relative;
    color: #f4f4f4;
    padding: 10px;
    padding-left: 40px;
    font-size: 17px;
    background: #395562 url(../../img/caticon.png)no-repeat 10px center;
}

div.heading{
    font-weight: bold;
    font-size: 15px;
    color: #666666;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.categoryTagsBox {
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
}

.categoryTagsBox h3 {
    text-transform: uppercase;
    padding: 5px 0 0 10px;
    font-size: 12px;
}

.categoryTags {
    padding: 5px 5px 5px 5px;
}

.catTree{
    font-size: 14px;
    color: #ccc;
    margin-top: 15px;
    margin-left: 5px
}

.catTree li {
    color: #395562;
    list-style-type: none;
    padding: 5px 0px;
    width: 170px;
    border-bottom: 1px solid white;
    border-top: 1px solid  #dddddd;
}

.catTree li a{
    text-decoration: none;
    color: #395562;
    display: block;
    width: 170px;
}

.catTree li:hover a {
    color: #76B52A;
    text-decoration: none;
}

.catTree li.noFilter a {
    color: #9CAAB0;

}

.catTree li.active a{
    color: #76B52A;
    text-decoration: none;
}

.catTree .level1{
    font-weight: bold;
}

.catTree .level2{
    padding-left: 10px;
    width: 160px;
}

.catTree .level3{
    padding-left: 25px;
    width: 145px;
    font-size: 12px;
}

.catTree .level3 a{
    width: 145px;
}

.sizeContent{
    position: relative;
    top: 0px;
    height: 123px;
    overflow: hidden;
    display: block;
}

#lowerSizeCategory{
    display: none;
    text-decoration: none;
    color: #76B52A;
    top: 0px;
    position: relative;
}

#moreSizeCategory{
    text-decoration: none;
    top: 0px;
    position: relative;
    color: #76B52A;
}

.groessen {
    position: relative;
    margin-top: 20px;
}

.groessen .sizes2{
    width: 180px;
    margin-left: 20px;
    top: 0px;
    position: relative;
    margin-top: 0px;
}

.groessen .sizes2 li{
    list-style-type: none;
    border: 2px solid #cdcdcd;
    font-size: 11px;
    float: left;
    height: 18px;
    width: 60px;
    text-align: center;
    margin: 0px 10px 3px 0;
    background: white;
}

.groessen .sizes2 li.active{
     border: 2px solid  #AA0E0A;
}

.groessen .sizes2 li:hover{
     border: 2px solid  #AA0E0A;
}

.groessen .sizes2 li a{
    position: absolute;
    width: 60px;
    display: block;
    text-align: center;
    text-decoration: none;
    height: 22px;
}

.groessen .sizes2 li:hover a, .groessen .sizes2 li.active a{
}

.colorContent{
    position: relative;
    top: 0px;
    overflow: hidden;
    display: block;
    padding: 0px;
    padding-bottom: 10px;
}

.colors{
    position: relative;
    overflow: hidden;
    margin-left: 13px;
    margin-right: 7px;
    margin-top: 0px;
}

.colorContent .colors li{
    position: relative;
    list-style-type: none;
    float: left;
    width: 30px;
    margin-right: 5px;
    height: 15px;
    margin-bottom: 5px;
    border: 2px solid #CDCDCD;
    padding: 0px;
}

.colorContent .colors li.active{
    border: 2px solid #76B52A;
}

.colorContent .colors li:hover{
    border: 2px solid #76B52A;
}

.colorContent .colors li a{
    display: block;
    width: 30px;
    height: 15px;
}

.colorContent .colors li a.braun{
    background: #996633;
}

.colorContent .colors li a.bunt{
    background: url(../../img/bunt.jpg);
}

.colorContent .colors li a.dunkelblau{
    background: #000066;
}

.colorContent .colors li a.dunkelgrau{
    background: #666666;
}

.colorContent .colors li a.gelb{
    background: #ffff66;
}

.colorContent .colors li a.hellblau{
    background: #94D2F7;
}

.colorContent .colors li a.hellgrau{
    background: #CCCCCC;
}

.colorContent .colors li a.hellgruen{
    background: #32cd32;
}

.colorContent .colors li a.lachs{
    background: #FA8072;
}

.colorContent .colors li a.lila{
    background: #800080;
}

.colorContent .colors li a.olive{
    background: #5F6B3D;
}

.colorContent .colors li a.orange{
    background: #EB5E02;
}

.colorContent .colors li a.pink{
    background: #FF69B4;
}

.colorContent .colors li a.rot{
    background: #C20E0D;
}

.colorContent .colors li a.sand{
    background: #EDE8C0;
}

.colorContent .colors li a.schwarz{
    background: black;
}

.colorContent .colors li a.tuerkis{
    background: #0EA4B3;
}

.colorContent .colors li a.weiss{
    background: white;
}

.colorContent .colors li a.neonpink{
    background: #FF1595;
}

.colorContent .colors li a.neongelb{
    background: #C9F912;
}

.colorContent .colors li a.dunkelgruen{
    background: #006400;
}

.colorContent .colors li a.neongruen{
    background: #00FE00;
}

a.fbEnableLink {
    display: inline-block;
    text-transform: uppercase;
    padding: 30px 0 15px 0;
    font-size: 12px;
    font-weight: bold;
    color: #2c5e97;
}

.fbEnableDesc {
    margin-bottom: 35px;
    font-size: 11px;
    color: #555;
}

.fbEnableDesc a {
    line-height: 25px;
    color: #2c5e97;
}

a.fbEnableLink, .fbEnableDesc {
    margin-left: 20px;
}

a.downloadableFile {
    color: #1d7e96;
    text-decoration: underline;
    background: url(../bg/download.png) left center no-repeat;
    padding:5px 0 5px 25px;
}

a.downloadableFile:hover {
    color: #ec6105;
    text-decoration: none;
}

a.downloadableFile.pending {
    color: #909090;
    text-decoration: none;
    background: url(../bg/download-pending.png) left center no-repeat;
    padding:5px 0 5px 25px;
}
.variantMessage{
    color: #e70404;
    display: block;
    padding-bottom: 5px;
}
.selectMessage{
    color: #e70404;
}


#cookieNote {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:105;
    font-weight:normal;
    font-size:16px;
    color: #fff;
    background-color:#f77704;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    padding:8px 0 8px 0;
    text-align: center;
    border-bottom: 1px solid #d36706;
    display: none;
}

#cookieNote span.dismiss {
    cursor:pointer;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 18px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background: url(../../img/close.png) no-repeat 0 0;
}

#cookieNote a {
    color: #fff;
    text-decoration:underline;
    font-weight:bold
}

#cookieNote+#page {
    padding-top: 35px;
}

#cookieNote .notify{
    padding: 0 35px;
}

#basketVoucher {
    position: relative;
    padding-bottom: 30px;
}

.smallFont {
    font-size: 12px;
    word-wrap: break-word;
    overflow: hidden;
    width: 350px;
}

#betaNote {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:105;
    font-weight:normal;
    font-size:16px;
    color: #fff;
    background-color:#f77704;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    padding:8px 0 8px 0;
    text-align: center;
    border-bottom: 1px solid #d36706;
    display:none;
}

#betaNote span.dismiss {
    cursor:pointer;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 18px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    background: url(../../img/close.png) no-repeat 0 0;
}

#betaNote a {
    color: #fff;
    text-decoration:underline;
    font-weight:bold
}

#betaNote+#page {
    padding-top: 35px;
}
.hidden {
    display: none;
}
#orderConfirmAgbBottom hr {
    border: none;
    background-color: #f4f4f4;
    height: 2px;
    margin: 10px 0;
}
.agbConfirmation {
    margin-bottom: 5px;
}
.agbConfirmation .checkbox{
    vertical-align: text-bottom;
}