/*--- TOOLTIP --------------------------------------------------------------------------------------------------------*/
.top-tt,
.right-tt,
.left-tt,
.bottom-tt,
.rightTop-tt,
.leftTop-tt{
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
    overflow: hidden;
    height: 19px;
}

.ttLeft,
.ttRight,
.ttMiddle{
    overflow: hidden;
    float: left;
    display:inline;
    height: 19px;
}
.ttLeft{
    width: 3px;
    background:url('../images/bg_tooltip_left.gif') no-repeat;
}
.ttRight{
    width: 3px;
    background:url('../images/bg_tooltip_right.gif')  no-repeat;;
}
.ttMiddle{
    padding: 2px 6px 0 6px;
    height: 17px;
}

.top-tt{
    height: 27px;
    background:url('../images/bg_tooltip_middle_top.gif') no-repeat center bottom transparent;
}

.rightTop-tt{
    height: 27px;
    background:url('../images/bg_tooltip_middle_right_top.gif') no-repeat right bottom transparent;
}
.leftTop-tt{
    height: 27px;
    background:url('../images/bg_tooltip_middle_left_top.gif') no-repeat left bottom transparent;
}

.bottom-tt{
    padding-top: 8px;
    height:19px;
    background:url('../images/bg_tooltip_middle_bottom.gif') no-repeat center top transparent;
}

.left-tt .ttMiddle,
.right-tt .ttMiddle{
    background:url('../images/bg_tooltip_middle.gif');
}
.left-tt .ttRight{
    padding-right: 8px;
    background:url('../images/bg_tooltip_arrow_left.gif') no-repeat left 2px;
}
.right-tt .ttLeft{
    padding-left: 8px;
    background:url('../images/bg_tooltip_arrow_right.gif') no-repeat right 2px;
}

.rightTop-tt .ttMiddle{
    min-width:36px;
    text-align:center;
}

/*--- BREADCRUMB -----------------------------------------------------------------------------------------------------*/
ul.breadcrumb{
    clear:both;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style:none;
    font-family:geneva,arial,sans-serif;
    /*color: #24509C;*/
}

ul.breadcrumb li{
    float:left;
    display:inline;
    padding: 0 10px 0 10px;
    margin: 0;
    background:url(../images/default_arrow.gif) no-repeat center left;
}
ul.breadcrumb li.first{
    border-right: none;
    padding-left: 0;
    background:none;
}
ul.breadcrumb li.hidden{
    display: none;
}

/*--- CAROUSEL -------------------------------------------------------------------------------------------------------*/
.CarouselDataList_prev,
.CarouselDataList_next{
    float:left;
    cursor:pointer;
}
.CarouselDataList_up,
.CarouselDataList_down{
    cursor:pointer;
    width:28px;
    height:19px;
    display: block;
}
.CarouselDataList_up{
    background:url(../images/bt_up_arrow_large.gif) no-repeat;
}
.CarouselDataList_down{
    background:url(../images/bt_down_arrow_large.gif) no-repeat;
}
.CarouselDataList_prev,
.CarouselDataList_next{
    float:left;
    cursor:pointer;
    margin-top:2px;
    /*width:15px;*/
    /*height: 19px;*/
    width:19px;
    height: 28px;
}
.CarouselDataList_prev{
    background:url(../images/bt_prev_arrow_large.gif) no-repeat;
    margin-right:5px;
}
.CarouselDataList_next{
    background:url(../images/bt_next_arrow_large.gif) no-repeat;
}

.CarouselDataList_content{
    float:left;
    display:inline;
    margin-right: 1px;
}
ul.CarouselDataList_list{
    list-style-type:none;
    list-style-position:inside;
    padding:0;
    margin:0;
    width: auto;
    overflow:hidden;
}
ul.CarouselDataList_list li{
    float:left;
    display:inline;
    padding:0;
}

 /*--- Suche ----------------------------------------------------------------------------------------------------------*/
#searchResult .filterHead{
    height:  24px;
    padding: 8px 0 12px 0;
}

#searchResult .filterHead .label,
#searchResult .filterHead .fashionFilter{
    float:left;
    display: inline;
    margin-right:20px;
}
#searchResult .filterHead .resetLink{
    float:right;
    display: inline;
}

#searchResult label{
    vertical-align:middle;;
}
#searchResult input{
    border:none;
    background: none;
}
#searchResult{
    line-height: 1.5em;
}
#searchResult input,
#searchResult select,
#searchResult label{
    vertical-align:middle;
}
#searchResult h2{
    width: 75%;
    line-height:110%;
    color: #000000;
    padding:0;
    margin-top: 24px; margin-bottom: 24px;
}
#searchResult h2{
    color: #000000;
}
.productList hr,
#searchResult hr {
    clear:both;
    height: 4px;
    border:none;
    background:url(../images/bg_hr.gif) repeat-x;
    padding: 0;
    line-height:4px;

}
#searchResult .filters{
    padding-bottom: 30px;
}
#searchResult .filterLinks{
    padding: 7px 0 17px 0;
}
#searchResult .filterLinks .label{
    padding-right: 10px;
}
#searchResult .filters select,
#searchResult .filters .arrowLeft{
    margin-bottom: 5px;
}
#searchResult .perPage select,
#searchResult .orderBy select,
#searchResult .filters select{
    display: none;
}
/*#searchResult .filters .linkDefault{*/
    /*float:right;*/
    /*display: inline;*/
/*}*/
#searchResult .linkDefault{
    line-height:1.2em;
}
#searchResult .perPageSelect .jqTransformSelectWrapper{
    width:50px !important;
}
#searchResult .orderBy,
#searchResult .perPage,
#searchResult .orderSelect,
#searchResult .perPageSelect,
#searchResult .pagination{
    float: left;
    display:inline;
}
#searchResult .paging{
    float:right;
    display:inline;
}
#searchResult .orderBy,
#searchResult .perPage,
#searchResult .pagination{
    padding:0 0 2px 0;
}

#searchResult .orderBy label,
#searchResult .perPage label{
    padding-right: 10px;
    line-height:16px;
}
#searchResult .label,
#searchResult label{
    font-weight: bold;
}
#searchResult .pagination .label,
#searchResult .pagination a,
.productList .pagination .label,
.productList .pagination a{
    margin:0 0 0 8px;
    padding:0;
    line-height:16px;
    vertical-align:top;
}
.productList .pagination table{
    border-collapse:collapse;

}
.productList .pagination table td{
    padding:0;
    border-spacing:0;
}

.noClear{
    clear:none !important;
}
.noWrap{
    white-space:nowrap !important;
}
/*--- REMAINDER ------------------------------------------------------------------------------------------------------*/
.remainder{
   padding: 3px 5px 4px 5px;
    background-color: #eaeaea;
    color: #9d011b;
    font-weight: bold;
    line-height:1.5em;
    margin-right:-2px;
    cursor:pointer;
}
.remainder img{
    margin-right: 7px;
    vertical-align:middle;
}
.remainder .info{
    background-color: #E5E5E5;
    font-family: Arial, Helvetica, sans-serif;
    width:180px;
    font-size: 11px;
    z-index:5;
    cursor:default;
}
 .remainder .head {
    background-color: #9d9d9d;
    padding: 3px 8px;
    color: #ffffff;
    font-size:12px;
     font-weight: bold;
    border-bottom:2px solid #FFFFFF;
 }
 .remainder p {
     background-color: #eaeaea;
     padding: 5px 8px;
     color: black;
     margin:0;
     font-size:11px;
     font-weight: normal;
}

span.hidden{ display:none;}

/*--- PRODUCT LIST ----------------------------------------*/
/*#productList .top td{
    padding-top: 30px;
    vertical-align:top;
}
#productList .first td{
    padding-top: 15px;
}
#productList .bottom td{
    vertical-align:bottom;
}
#productList .column1,
#productList .column2,
#productList .column3{
    width: 197px;
    float:none;
    display: table-cell;
    padding-right: 97px;
}
#productList .column3{
    padding-right: 0;
}*/
/*#productList .top{
    padding-top: 30px;
}*/
#productList .productTile{
    width: 197px;
    float:left;
    display: inline;
    padding-top: 18px;
    padding-top: 25px;
    padding-right: 97px;
}

#productList .productTile .linkDefault{
    float:right;
    display:inline;
    font-weight: bold;
}
#productList img.normal{
    display:block;
    background-color:#EEEEEE;
}
#productList .text,
#productList .textShort{
    height: 147px;
    height: 130px;
    line-height:1.5em;
    margin-top: 10px;
    overflow: visible;
    clear:left;
}
#productList .textShort{
    height: 129px;
    height: 112px;
}
#productList .title{
    display:block;
    font-weight:bold;
    margin-bottom: 2px;
}
#productList h2{
    font-weight:bold;
    padding:0;
    margin-top:0;
    margin-bottom: 2px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    line-height:1.5em;
}
#productList .productTile h2 {
    width: 210px;
}

#productList .priceRow{
    display:block;
    font-weight: bold;
    line-height:1.5em;
}
#productList .oldPrice{
    display:block;
    text-decoration: line-through;
    font-weight: bold;
    line-height:1.5em;
}
#productList .sale{
    color:red;
}
#productList .price{
    float:left;
    clear:both;
    font-weight: bold;
    line-height:1.5em;
}
#productList .arrowRight{
    font-weight: bold;
}
#productList .divider{
    clear:both;
    height: 1px;
    width: 100%;
}
#productList .visibleDivider{
    clear:both;
    height: 30px;
    width: 100%;
    background: url("../images/tr_shadow.gif") no-repeat scroll center bottom transparent;
}
/*--- COLOR LIST AND CAROUSEL -------------------*/
#productList .colors{
    height: 24px;
}
#productList .colors .prev,
#productList .colors .next{
    width:15px;
    height: 19px;
    margin-top: 5px;
}
#productList .colors .next {
    margin-left:2px;
    margin-right:-2px;
}
#productList .colors .prev{
    margin-right: 4px;
    background-image:url(../images/bt_prev_arrow.gif);
}
#productList .colors .next{
    background:url(../images/bt_next_arrow.gif) no-repeat;
}
#productList .colors li.colorPreview{
    margin-top:5px;
    margin-right:2px;
    padding:0;
    line-height:17px;
}
#productList .colors li.colorPreview div,
#productList .colors li.colorPreview img{
    width:23px;
    height:17px;
    border:1px solid #b7b7b7;
}

.imageCarousel  .prev,
.imageCarousel .next{
    margin-top: 8px;
    width:14px;
    height: 44px;
}
.imageCarousel   .prev{
    background:url(../images/arrow_prev.gif);
}
.imageCarousel  .next{
    background:url(../images/arrow_next.gif);
}
.imageCarousel ul li {
	margin: 4px;
	width: 54px;
	height: 54px;
}
.imageCarousel ul li img {
	width: 50px;
	height: 50px;
}
.imageCarousel ul li div{
    border:1px solid #D1D1D1;
    padding: 1px;
}
.imageCarousel ul li div.active{
    border:1px solid #8D1032;
}

.pointer{
    cursor:pointer;
}

.pfrot{
	color: #343434;
	font-size: 12px;
	background: url(../images/default_arrow_link.gif) 0% 50% no-repeat;
	padding: 0 0 0 10px;
	text-decoration: underline;
    display:block;
    clear:both;
    margin:.35em 0;
}

/*--- ORDER SAMPLES FORM ---------------------------------------*/
.headCatalotItem{
    margin: 1em 0 1em 0;
    
}

.catalogItem{
    width: 50%;
    float:left;
    display: inline;
    margin: 1em 0;
}

.catCol1, .catCol2, .catCol3{
    vertical-align: top;
}
.catCol1{
    padding-right: 10px;
    padding-bottom: 10px;
}
.catCol2{
    padding-right: 5px;
    height: 160px;
    height: 135px;
    width: 200px;
    /*background-color:red;*/
}
.samplesItems .checkbox,
.headCatalotItem .checkbox,
.catalogItem .checkbox{
    margin-left: 0;
    margin-right: 5px;
    vertical-align: middle;
}



/*--- OUTFITS --------------------------------------------------------------------------------------------------------*/
/*--- OUTFIT DETAIL PAGE ----------------------*/
.outfit h2{
    margin-bottom: 0;
}
#outfit{
    /*margin-top: 10px;*/
    margin:0;
}

#outfit .offer{
    /*min-height:536px;*/
    margin-bottom: 5px;
}
#outfit .leftCol{
    float:left;
    display:inline;
    width: 262px;
    padding: 0 15px 0 0;
    margin:0;
    overflow: hidden;
}

#outfit .middleCol{
    float:left;
    display:inline;
    width: 184px;
    padding: 0 8px 0 0;
    margin:0;
    overflow: hidden;
    position: relative;
    margin-right: -100%
}
#outfit .rightCol{
    float:right;
    display:inline;
    margin:22px 15px 0 0;
    overflow: hidden;
    border-right: none;
    border-bottom: none;
    width:348px;
}

#outfit .withSavings{
    margin: 15px 15px 0 0;
}


/*#outfit .rightColWide{
    float:left;
    display:inline;
    width:615px;
    padding: 0;
    margin:0;
    overflow: hidden;
}*/

#outfit .middleCol h2{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1em;
    color:black;
    font-size: 18px;
}
#outfit .middleCol .smallImage{
    margin-top: .5em;
    margin-left:-4px;
}
#outfit .rightCol input.activated{
     float:left;
    display:inline;
   margin-left: 0;
   vertical-align:middle;
}
#outfit .rightCol img.thumbnail{
    margin:4px;
    border:none;
}
#outfit .rightCol select{
     float:left;
    display:inline;
    /*width:118px;*/
    width:143px;
    margin-bottom:2px;
}
#outfit .rightCol label{
    float:left;
    display:inline;
    font-weight: bold;
    width: 78px;
    margin-top:2px;
}
#outfit .rightCol label.componentLabel{
    width: 200px;
}
#outfit .rightCol .productHeader {
    font-weight: bold;
}
#outfit .rightCol .rightArrow{
        float:left;
    display: inline;
}
#outfit .rightCol .product .price,
#outfit .rightCol .product .seriesPrice{
    float:right;
    display: inline;
    font-weight: bold;
    text-align:right;
    padding-top: 0;
    line-height:1.25em;
    vertical-align:top;
}
#outfit .rightCol .product .seriesDetailsLink{
    float:left;
    display: inline;
    font-weight: normal;
    text-align:right;
    padding-top: 0;
    line-height:1.25em;
    vertical-align:top;
}
#outfit .rightCol .cartBtn{
    background: transparent;
    float:left;
    display:inline
}
#outfit .rightCol .withSavings .cartBtn{
    padding-top:59px;
}
#outfit .rightCol .withoutSavings .cartBtn{
    padding-top:8px;
}
#outfit .rightCol .withSavings{
    height: 88px;
}
#outfit .rightCol .withoutSavings{
    height: 45px;
    padding-top:5px;
}
#outfit .rightCol .overallPrice{
    float:right;
    display: inline;
    font-weight: bold;
    text-align:right;
    padding-top: 0;
    line-height:1.5em;
    min-width:100px;
}
#outfit .rightCol .withSavings .overallPrice .smallPrice{
    line-height:18px;
    height:18px;
}
#outfit .rightCol .withSavings .overallPrice div{
    line-height:35px;
    padding:0;
    margin:0;
    height:35px;
}
#outfit .rightCol .withoutSavings .overallPrice div{
    line-height:1.5em;
    padding:0;
    margin:0;
}
#outfit .rightCol .overallPrice .oldPrice{
    text-decoration:line-through;
}
#outfit .rightCol .submit{
    float:left;
    display:inline;
    margin-top:3px;
}
#outfit .rightCol .overallPrice .price{
    font-size: 18px;
}
#outfit .rightCol .withoutSavings .overallPrice .price{
    display:block;
}
#outfit .productPreview{
    width:340px;
}
#outfit .rightCol .overallPrice .topLine{
    border-top-width:1px;
    border-top-style:solid;
    border-color: #000000;
}
#outfit .offer .product{
    background-color:#FFFFFF;
    min-height:135px;
    margin-bottom:8px;
    padding:5px 0 0;
}
#outfit .offer .withSavings .product{
    min-height:120px;
}
#outfit .offer .withSavings .product{
    padding:0;
}
#outfit .chooser .imageCol{
    margin:0;
    padding:0;
    vertical-align:top;
}
#outfit .chooser .chooserCol{
    vertical-align:top;
}
/*--- OUTFIT DETAIL INFO LAYER ----------------------*/
#outfitDetail{
    padding:0;
    margin:0;
    padding: 0 0 15px 0;
}
#outfitDetail h2{
    clear:right;
    margin-top: 30px;
    margin-top: 0;
}
#outfitDetail .spacer{
   height: 30px;
}
#outfitDetail img.detail{
   padding:0;
}
/*#outfitDetail .leftCol{
   float:left;
   display:inline;
   padding:0 16px 0 0;
}*/
#outfitDetail .leftCol{
    float:left;
    display:inline;
    padding:0 16px 0 0;
    border: none;
    width: 394px;
}
#outfitDetail .rightCol{
    border: none;
    float: left;
    width: 270px;
}
#outfitDetail .rightCol h3{
    font-weight:bold;
    font-size:12px;
    float:left;
    display: inline;
    margin: 0;
}
#outfitDetail .rightCol .text{
    margin-bottom: 15px;
}
#outfitDetail .rightCol .text p{
    float:left;
    display: inline;
}
#outfitDetail .buttons{
    padding-top: 15px;
}
.hidden{
    display:none !important;
}
/*--- OUTFIT ADDED TO BASKET ----------------------*/
#outfitProductsAdded{
    padding: 0 0 0 0;
    margin-bottom: 0;
}
#outfitProductsAdded .entries{
    width: 540px;
    margin-left:-80px;
    margin-bottom: -10px;
}
#outfitProductsAdded .productEntry{
    float:left;
    display:inline;
    width: 100px;
    margin:15px 0 0 80px;
}
#outfitProductsAdded .variant{
    display:block;
    width: 120px;
}
#outfitProductsAdded .buttons{
    float:left;
    clear:both;
    display:inline;
    /*width:503px;*/
    margin-top:20px;
    padding-right:37px;
}
#outfitProductsAdded h2,
#layerContent #outfitProductsAdded h2{
    font-weight: bold;
    font-size:12px;
    margin:5px 0 0 0;
}
#outfitProductsAdded form.productAddedForm{
    padding-top: 20px;
}

/*--- OUTFIT GALLERY ----------------------*/
#outfitGallery .largeImage{
    margin-bottom: 20px;
    height: 375px;
}
#outfitGallery .largeImage div{
    display:none;
}
#outfitGallery .largeImage div.active{
    display:block;
}
#outfitGallery .items li{
    margin-right: 24px;
}
#outfitGallery .items .item{
    border: 2px solid #c2c2c2;
    margin-right: 24px;
}
#outfitGallery .items img{
    border: 2px solid #FFFFFF;
    width: 154px;
    height:71px;
}

#outfitGallery .items .active{
    border: 2px solid #781233;
}
#outfitGallery .items .prev,
#outfitGallery .items .next{
    margin-top: 10px;
}
#outfitGallery .items .prev{
    margin-right: 15px;
}
/*--- OUTFIT OVERVIEW ----------------------*/
#outfitOverview .item{
    float:left;
    display:inline;
    margin:0 3px 3px 0;
}

.aufzaehlung{
    float:left;
    width: 20px;
    margin-top:10px;
}

