<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.divMiddle
{
    width:790px;
    min-height: 600px;
    float: left;
    margin:0px 0px;
    z-index:-1;
}
.divContent
{
    width:790px;    
}
.divRight
{
    width:200px;
    max-width:200px;
    min-width:00px;
    float: right;
}

/*###################################
*####       shopItem             #### 
*###################################*/
#ShopItemArea 
{
    margin-bottom: 20px;
}
#ShopItemArea .imageDiv
{
    float:left; 
    position:relative;
}
#ShopItemArea .highlightTag-wrapper
{
    float:left;
    margin-right: 10px;
}
#ShopItemArea .NewTag
{
    color: #ef037c;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    left: 10px;
    right: auto;  
    position:absolute;
    top:10px;
    background-color: #FFFFFF;
    z-index:2;
    border: 1px solid #ef037c;
    border-radius: 0px 0px 7px 0px;
    padding: 0 4px;    
}
#ShopItemArea .discountPriceTag
{
    color: #a0c500;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    left: auto;
    right: 10px; 
    position:absolute;
    top:10px;
    background-color: #fff;
    z-index:2;
    border: 1px solid #a0c500;
    border-radius: 0px 0px 0px 7px;
    padding: 0 4px;    
}
#ShopItemArea .discountMSetTag
{
    color: #a0c500;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    text-transform: uppercase;
    left: auto;
    right: 10px; 
    position:absolute;
    top:10px;
    z-index:2;
    padding: 0 4px;    
}
.wrapper-info-deliveryTime
{
    float:left;
    border:solid 1px #666;
    padding:5px;
    width:328px;
}
.wrapper-info-deliveryTime span
{
    float: left; 
    line-height: 15px;
    font-size: 12px;
}
.percentageSmallText80
{
    font-size: 0.8em;
    margin-top:5px;
    float: left;
    line-height: 11px;
}

#MainImageDiv
{
    position: relative;
}
#MainImageDiv .charValueImage
{
    
}
#MainImageDiv .bottomRightCharValueImage
{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 1;    
}

#ShopItemArea .shopItemProductImage
{
    clear:both;
    padding:10px 35px 10px 35px;
    border:solid 2px #ddd;
    display:block;
}
#magnifier
{
   /* works for IE 5+. */
    filter:alpha(opacity=30); 

    /* works for IE 8. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

    /* works for old school versions of the Mozilla browsers like Netscape Navigator. */
    -moz-opacity:0.3; 

    /* This is for old versions of Safari (1.x) with KHTML rendering engine */
    -khtml-opacity: 0.3; 

    /* This is the "most important" one because it's the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. */  
    opacity: 0.3; 
    width:138px;
    height: 172px;
    position:absolute;
    background-color: #FFFFFF;
    border: solid 2px;
    display:none;
    z-index:1;
}
#magnifierMainImage
{
    background-repeat:no-repeat;
    background-position: left;
    background-color: #fff;
    min-width:380px;
    min-height:485px;
    max-width:380px;
    max-height:485px;    
    border:solid 1px #ddd;
    position:absolute;
    left:375px;
    top:0px;
    z-index:100;
}
#ShopItemArea .selectorImagesDiv
{
    clear: left;
    width:365px;
    margin-top:5px;
}
#ShopItemArea .selectorImage
{
    margin:0px 2px;   
    float:left; 
}

#ShopItemArea  .videoThumbnail-wrapper
{
    position: relative;
    display:inline-block;
    cursor:pointer;
    
}
#ShopItemArea  .videoThumbnail-wrapper .playIcon
{
    position:absolute;
    background: url(/img/play.png) no-repeat center center;
    display:block;
    z-index:2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;    
   /* works for IE 5+. */
    filter:alpha(opacity=30); 

    /* works for IE 8. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

    /* works for old school versions of the Mozilla browsers like Netscape Navigator. */
    -moz-opacity:0.7; 

    /* This is for old versions of Safari (1.x) with KHTML rendering engine */
    -khtml-opacity: 0.7; 

    /* This is the "most important" one because it's the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. */  
    opacity: 0.7; 
}
#ShopItemArea  .videoThumbnail-wrapper:hover .playIcon
{
    opacity: 1;    
}

#ShopItemArea .shopItemProductInfo
{
    float: left;
    width:400px;
    margin-top:0px;
    margin-left:15px;
}
#ShopItemArea .shopItemTitle
{
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    float:left;
    margin-bottom: 10px;
    display:block;
    vertical-align: top;
    margin-top:-2px;
}
#ShopItemArea .shopItemExtraInfo
{
    clear:both;
    float: left;
    margin:0px 0px;
}
#ShopItemArea .shopItemExtraInfo ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 300px;
}
#ShopItemArea .shopItemExtraInfo ul li
{
    font-weight: normal !important;
}
#ShopItemArea .shopItemExtraInfo ul li label
{
    font-weight: bold;    
}
#ShopItemArea .shopItemExtraInfo .sale
{
    background-image: url('/img/snowSprite.gif');
    background-repeat: no-repeat;
    min-width:50px;
    max-width:50px;
    min-height: 19px;   
    max-height: 19px;  
    background-position: -50px -15px;
    margin-bottom:3px;   
}
#ShopItemArea .shopItemExtraInfo .hot
{
    background-image: url('/img/snowSprite.gif');
    background-repeat: no-repeat;
    min-width:50px;
    max-width:50px;
    min-height: 19px;   
    max-height: 19px;  
    background-position: 0px -15px;
    margin-bottom:3px;  
}


/* RelatedShopItems */
.relatedShopItemList
{
    float:left;
    margin-top:10px;
}
.relatedShopItemList .titleTextRelatedShopItems
{
    clear: both;
    text-align: left;
    display: block;
    width:365px;
    border-bottom: solid 1px #000;
    font-weight: bold;
    margin: 0px 0px 4px; 
    
}
.relatedShopItemList .arrowLeft
{
    clear:left;
    float:left;  
    margin: 13px 0px 0px 9px;  
    cursor: pointer;  
}
.relatedShopItemList .arrowLeftDisabled
{
    clear:left;
    float:left;  
    margin: 13px 0px 0px 9px;  
    opacity:0.1;
    filter: alpha(opacity=20); 
}
.relatedShopItemList .smallPhotosLeft
{
    float:left;
    max-width:300px;
    margin-top:5px;
    margin-bottom:5px;
}
.relatedShopItemList .smallPhotosLeft img
{
/*    margin-left: 5px;  */
}
.relatedShopItemList .arrowRight
{
    float:left;
    margin: 13px 0px 0px 9px;     
    cursor: pointer; 
}
.relatedShopItemList .arrowRightDisabled
{
    float:left;
    margin: 13px 0px 0px 9px;  
    opacity:0.1;
    filter: alpha(opacity=20);         
}

.shopItemRelatedSizes select
{  
    margin:6px 0px 10px;
    border:solid #BFC2C9;
    border-width: 1px 1px 2px 2px;
    font-weight: bold;
}
.shopItemRelatedSizes select option[disabled]
{  
    font-size: 0.9em;
    font-weight: normal;
}
.shopItemRelatedSizes label
{
    display:block;
}

.textColorsInOtherSizes
{
    font-size:11px;
    display: block;
    line-height: 10px;
}
.otherSizeOptions
{
    font-size:11px;
    cursor: pointer;
    border-left: 0px solid #666;
    display: inline-block;
    padding:0px 2px;
    text-decoration: underline;
    /*color:#000;*/
    line-height: 10px;
}

.infoOfferPrice
{
    clear: both;
    color: #999999;
    font-size: 10px;
    font-style: italic;
    width: 400px;  
    line-height: 15px;
}
#ShopItemArea div.shopItemPrice
{
    clear:both;
    float: left;
    margin:15px 0px;
    text-align: right; 
    font-size: 12px;
}
#ShopItemArea .shopItemPriceFrom
{
    text-align: left;  
    list-style-type: none; 
    margin: 0px; 
    padding: 0px;    
    font-weight: bold;
    display:block;      
    border-bottom: solid 1px #000;
    margin-bottom: 5px;
    width:365px;
}
#ShopItemArea #shopItemPriceItem
{
    list-style-type:none;
    list-style: none; 
    margin: 0px;  
    padding: 0px; 
    clear:both;
    width:400px;

}
#ShopItemArea ul.shopItemPriceFrom li
{
    display: inline; 
    padding-left:7px; 
    float:left; 
    width:30px;  
}
#ShopItemArea #shopItemPriceItem li
{
    display: inline;
    float:left;
    width: 40px;
    text-align: left;
    margin-top: 0px;
    font-weight: bold;    
}
#ShopItemArea #shopItemPriceItem li.unit
{
    width:30px !important;  
    font-weight: normal;
}
#ShopItemArea #shopItemPriceItem li.valuta
{
    min-width:15px !important;     
}
#ShopItemArea #shopItemPriceItem li.priceUnit
{
    width:40px !important;  

}
#ShopItemArea #shopItemPriceItem li.priceUnitNotValid
{
    text-decoration:line-through;
    width: 46px;
    font-weight: normal;
}
#ShopItemArea #shopItemPriceItem li.discountPriceUnit
{
    color:#A0C500;
    font-weight: bold;
    margin-left: 5px;
    text-align: left;
}
#ShopItemArea #shopItemPriceItem .savePerUnit
{
    margin-left:5px;
    color:grey;
    text-align: left;
    float: left;
    width:30px;
}
.shopItemPriceWithoutStaffel
{
    clear: both;
    float: left;
    margin:5px 0px 15px 0px;
}
.shopItemPriceWithoutStaffel  ul
{
    list-style: none;
    padding:0px;
    margin:0px;    
}
.shopItemPriceWithoutStaffel  ul li
{
    list-style: none;
    padding:0px;
    margin:0px;   
    display: inline-block;
    float: left;
    margin:5px;
    font-size: 1.8em; 
}
.shopItemPriceWithoutStaffel  .li_ShopItemPrice
{
    font-weight: bold;
}
.shopItemPriceWithoutStaffel  .li_ShopItemPriceNotValid span
{
    text-decoration:line-through;
    font-size: 20px; 
}
.shopItemPriceWithoutStaffel  .li_ShopItemPriceNotValid .asterisk
{
    font-size: 20px;    
}
.shopItemPriceWithoutStaffel  .li_ShopItemPriceDiscount
{
    color:#a0c500;
    font-weight: bold;
    margin-left: 15px;
}
.shopItemPriceWithoutStaffel  .li_ShopItemSavePerUnit
{
    margin-left:20px;
    color:grey;
    font-weight: bold;
    text-align: left;
    float: left;
    font-size: 1.3em;
}
.shopItemPriceWithoutStaffel  .li_ShopItemDiscountValidUntil
{
    clear: both;
    font-size: 1.0em;
}
.shopItemPriceWithoutStaffel  .li_ShopItemOfferPriceInfo
{
    clear: both;
    font-size: 0.8em;
}

#ShopItemArea .freeShippingText
{
    clear: both;
    float: left;
    margin:0px 0px 15px 0px;
    color:#A0C500;
    font-size: 1.3em;
    font-weight: bold;    
}

#InfoTextVATandShippingCosts
{
    display:block;
    margin-top:10px;
    font-size: 10px;
    line-height: 15px;
}
#InfoTextVATandShippingCosts *
{
    line-height: 15px;
}
#InfoTextDeliveryTime
{
    font-size: 10px;
    line-height: 15px;
    display:block;
    padding:0px;
}
#InfoTextDeliveryTime *
{
    line-height: 15px;
}
#InfoTextDispatchedAfterPayment
{
    font-size: 10px;
    line-height: 15px;
    display:block;
}
#ShopItemArea .tempNotInStock
{
    font-weight: bold;
    color: red;
    display:inline-block;
}
#ShopItemArea .alertBackInStockButton
{
    clear:both;
    text-align: left;
    display: block;
    width:100%;
    cursor:pointer;
    margin: 5px 0px;
    font-weight: bold;
}
#ShopItemArea .alertBackInStockButton img
{
    margin-right: 10px;
}
#ShopItemArea .alertBackInStockLabel
{
   text-align: left; 
   margin: 5px 0px;
}
#ShopItemArea .loginToUseAlertText
{
    text-align: left;
    margin:5px 3px;
    
}
#ShopItemArea .expectedBackInstockDate
{
    display:inline-block;
    font-size: 9px;
    letter-spacing: 0;  
    line-height: 15px;      
}
#ShopItemArea .shopItemAddToCart
{
    clear:both;
    float:left;
    margin-left:0px;
}
#ShopItemArea .addToCart
{
    margin:0px;
    padding:0px;
    min-width:350px;
}
#ShopItemArea .addToCart .AddToCartNumberOfItems
{
    width:30px;
    border:solid 1px #666;
    vertical-align: top;
    float:left;
}
#ShopItemArea .addToCart .addToCartImage
{
    margin-left:5px;
}
#ShopItemArea .addToCart
{
    clear:both;
    text-align: left;  
    width:190px;
    margin-left: 0px;
    margin-top:7px;
    display:block;
    
}
#ShopItemArea .addToCartImage
{   
    margin:0px;
    height:32px;
    padding:0px 5px;
    border:none;
    color:#fff;
    cursor:pointer;
    min-width:130px;
    font-weight: bold;
    display:block-inline;  
}
#ShopItemArea .addToCart .AddToCartNumberOfItems
{
    width:45px;
    height:28px;
    border: 1px solid #666;
    color: #666666;
    background: none;
    margin:0px;
    text-align: center;
    vertical-align: top;
    line-height: 28px;
}
#ShopItemArea .addToWishList
{
    clear: left;   
    text-align: left;
    padding-top: 0px;
    margin:5px 0px;
    
}
#ShopItemArea .addToWishListImage
{
    border:none;
    background: #fff;
    color:#666;
    font-weight: bold;
    text-align: left;
    padding:0px;
    margin-left:0px;
    cursor: pointer;    
}
#ShopItemArea div.socialMedia
{
    clear: both;
    float:left;
    margin-top:10px;
    width:365px;
}
#ShopItemArea .ifFacebook
{
    border:none;
    width:450px; 
    height:80px
}
#ShopItemArea #tell-a-friend-wrapper
{  
    float:left;   
    margin-left:5px;
}
#ShopItemArea #TellAfriendText
{
    padding-right: 5px; 
    cursor: pointer;  
    text-decoration: underline;
}
#ShopItemArea #TellAfriendOptions
{
    margin-left: -3px; 
    display:none;
    min-width:260px; 
    max-width:260px; 
    min-height:120px; 
    max-height:120px; 
    background-color:#fff;
    position:absolute;
    z-index: 1; 
}
.box-tl-corner-shadow
{
    float: left;
    background:url('/img/shadow/bg_top_left_corner.png') no-repeat ;
    min-width: 10px;
    min-height: 8px;
    position: absolute;
    top:0;
    left:0;
}
.box-t-shadow
{
    background:url('/img/shadow/bg_top.png') repeat-x;
    min-width: 250px;
    min-height: 5px; 
    position: absolute;
    top:0px;
    left:5px;        
}
.box-tr-corner-shadow
{
    float: right;
    background:url('/img/shadow/bg_top_right_corner.png') no-repeat ;
    min-width: 15px;
    min-height: 15px; 
    position: absolute;
    top:0px;
    right:0px;    
}
.box-l-shadow
{
    clear: both;
    float: left;
    background:url('/img/shadow/bg_left.png') repeat-y;
    min-width: 7px;
    min-height: 100px; 
    position: absolute;  
    top:5px;
    left:0px;       
}
#content-taf
{
    position: absolute;
    top:5px;
    left:5px;     
    float: left;
    margin:5px 10px;
}
.share-button-wrapper
{
    float: left;
    width:115px;
    margin:1px 0px;
    text-decoration: none;
}
.share-button-wrapper a
{
    font-weight: normal !important;
}
.share-button-wrapper a:hover
{
    text-decoration: underline;
}
#ShareTitle
{
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
    float: left;
}
#ShareFbA
{
    background: url('/img/social-media/fb-icon.gif') no-repeat left;
    padding-left:19px;
}
#ShareMsA
{
    background: url('/img/social-media/ms-icon.jpg') no-repeat left;
    padding-left:19px;
}
#ShareTwitterA
{
    background: url('/img/social-media/twitter-icon.gif') no-repeat left;
    padding-left:19px;
}
#ShareEmailSpan
{
    background: url('/img/social-media/email-icon.gif') no-repeat left;
    padding-left:19px;
    cursor: pointer;
}
#ShareEmailSpan:hover
{
    text-decoration: underline;
    color:#000;
}
#SharePrintA
{
    background: url('/img/social-media/print-icon.gif') no-repeat left;
    padding-left:19px;
    cursor: pointer;
}
.box-r-shadow
{
    float: right;
    background:url('/img/shadow/bg_right.png') repeat-y;
    min-width: 10px;
    min-height: 90px;
    position: absolute;  
    top:15px;
    right:0px;        
}
.box-bl-corner-shadow
{
    clear: both;
    float: left;
    background:url('/img/shadow/bg_bottom_left_corner.png') no-repeat ;
    min-width: 16px;
    min-height: 16px;
    position: absolute;
    bottom:0px;
    left:0px;     
}
.box-b-shadow
{
    background:url('/img/shadow/bg_bottom.png') repeat-x ;
    min-width: 225px;
    min-height: 10px; 
    position: absolute;   
    bottom:0px;
    left:15px;      
}
.box-br-corner-shadow
{
    float: right;
    background:url('/img/shadow/bg_bottom_right_corner.png') no-repeat ;
    min-width: 20px;
    min-height: 20px;
    position: absolute;
    bottom:0px;
    right:0px;     
}

#ShopItemArea div.shopItemDetail
{
    clear:both;    
}
#ShopItemArea div.shopItemDetail label
{
    font-size: 12px;
    font-weight: bold;
    display: block;
}
#ShopItemArea ul.shopItemDetail 
{
    list-style: none;
    list-style: disc;
    margin:0px;
    padding: 5px 0px 20px 15px;
    display: block;
}
#ShopItemArea ul.shopItemDetail li
{
    margin: 3px 0px;
}

#ShopItemArea .lastOrderedInfo
{
    clear: both;
    float:left;
    color: #999999;
    font-size: 10px;
    font-style: italic;
    width: 350px;
    line-height: 15px;
}
#ShopItemArea .existInWishList
{
    clear:both;
    display: none;
    margin:5px 0px;
}
#ShopItemArea .shoppingCartMessage
{
    clear: both;
    display: none;
    font-weight: bold;
    color:#008000;
    height: 32px;
}
#ShopItemArea .viewShoppingCart
{
    clear: both;
    padding-top: 8px;
    display: block;  

    text-decoration: underline;
    width:200px;
}
#ShopItemArea .goBack
{
    display: block;
    padding: 8px 0px;  
    text-decoration: underline;
}
/*

#ShopItemArea #shopItemProductmagnifierImage
{
    background-image: url('/img/snowSprite.gif');
    background-repeat: no-repeat;
    min-width:20px;
    max-width: 20px;
    min-height: 20px; 
    max-height: 20px;  
    background-position: -50px -50px;    
    clear:both;
    float:left;
    padding:5px 10px 10px 5px;
    display:table-cell;
  
}





#ShopItemArea #lblAddToWishList:hover
{
    color:orangered;
}
#ShopItemArea #lblAddToWishList
{
    float: left;
    cursor: pointer;
    color:#008000;
    height: 20px;
}




#ShopItemArea .ifFacebook
{
    border:none;
    width:450px; 
    height:80px
}


*/
</pre></body></html>