/* -- GENERAL DEFINITIONS ----------------------------------------------- */
h1, h2, h3, h4{margin:0px; padding:0px;}


body
{
    margin: 0px;
    padding: 0px;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/body-bg.gif) repeat-x;
    color: #000;
    font-family: Arial;
    font-size: 12px;    
}

a, a:visited
{
    color: #1d5ead;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    
}

/* CSS FOR BUG WHERE THE POPUP CONTAINERS OCCUPY SPACE AT THE BOTTOM OF THE PAGE */
#ctl00_cip
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}


a > img
{
   border: 0px;
}

h1
{
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #e4ebf4;
}

.WaterMark
{
    color: #999;
}

table
{
    border-collapse: collapse;
    margin: 0px;
    border: 0px;
}

td
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/* -- SURROUNDING FRAMEWORK ----------------------------------------------- */

div.OuterWrapper
{}

div.TopSpacer
{
    display:none;
}

div.TopSpacerInner1, div.TopSpacerInner2
{}

table.SitePositioner
{
    width: 100%;
}

table.SitePositioner td.LeftSpacer, table.SitePositioner td.SiteWrapper, table.SitePositioner td.RightSpacer
{
    vertical-align: top;
}

div.BottomSpacer
{
    display: none;
    background: #fff;
    height: 15px;
    padding-bottom: 20px;
    margin-top: 20px;
}

div.BottomSpacerInner1, div.BottomSpacerInner2
{
    
}


div.FooterArea
{
    padding: 15px 0;
    font-size: 0px;
    clear: both;
}


/* -- Left & right areas -- */

td.LeftSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-bg.gif) top right repeat-y;
      font-size:0px;
}

div.LeftSpacerInner1
{
      background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-inner-1-bg.gif) top right no-repeat;
      height: 850px;    
}

div.LeftSpacerInner2, div.LeftSpacerInner3
{}


td.RightSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/right-spacer-bg.gif) top left repeat-y;
      font-size:0px;
}

div.RightSpacerInner1
{
      background: url(/App_Themes/FrameworkBasic/images/custom/right-spacer-inner-1-bg.gif) top left no-repeat;
      height: 850px;    
}

div.RightSpacerInner2, div.RightSpacerInner3
{}


/* -- Site content containers -- */

td.SiteWrapper
{
    width: 984px;
    background: #fff;       
}

div.SiteWrapper
{
    width: 984px;
    position: relative;
}



/* -- TOP AREA ----------------------------------------------- */

div.TopArea
{
    background: #fff;
    height: 158px;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/top-area-bg.gif) no-repeat; 
    margin-bottom: 17px;   
}


/* -- LOGO AREA ----------------------------------------------- */
div.LogoWrapper
{
    float: left;
    padding-top: 20px;
    height: 101px;
}

div.LogoHeader
{
    display:none; 
}

div.LogoBody a, div.LogoBody img
{
    display: block;
} 

div.LogoFooter
{
    position: absolute;
    top: 20px;
    left: 260px;
    height: 113px;
    width: 520px; 
    background: url(/App_Themes/FrameworkBasic/images/custom/top-area.gif) no-repeat; 
}



/* -- CART AREA ----------------------------------------------- */


div.CartArea
{
    position: absolute;
    width: 192px;
    height: 90px;
    overflow: hidden;
    top: 40px;
    right: 0px;
    padding:0;
    
}

div.CultureSelectorWrapper
{
    display: none;
}

div.SmallCartWrapper
{
}

span.SmallCartItemsLabel, span.SmallCartSumLabel
{
    font-weight:bold;
}

.VatSelectorInput input
{
    padding: 0;
    margin: 0;
}

span.VatSelectorLabel label
{
    position: relative;
    top: -1px;
    left: 4px;
}

div.SmallCartHeader
{
    padding: 0px 0px 0px 0px;
    text-align: left;
    color: #333;
    margin-bottom:4px;

}

div.SmallCartHeader h2
{
    font-size: 18px;
    font-weight: bold;
    margin:0px; padding:0px; 
}

div.SmallCartBody
{
    padding: 0px 0px 0px px;
    text-align: left;
}

span.SmallCartItemsValue
{
    margin: 0px 3px 0px 3px;
}

div.SmallCartSum
{
    margin-top: 2px;
}

span.SmallCartSumLabel
{
    margin-right: 5px;
}

div.CurrencySelectorWrapper
{
    display:none;
}


div.VatSelector
{
    clear: both;
    margin-top: 4px;
    font-size: 11px;
}


div.SmallCartButtons
{
    position: absolute;
    top: 0px;
    right: 0px;
}

div.SmallCartButtons div
{
    margin-bottom: 6px;
}

div.ViewCartButton
{
    position:absolute;
    right: 0px;
    top:0;
    display:none; /* not needed */
}

div.CheckoutButton
{

}

div.MyPagesButton
{

}

div.LogInOutButton
{

}

div.SmallCartButtons a, div.SmallCartButtons img
{
    display: block;
}




div.SmallCartButtons a:active
{
    background-position: 0px -29px;
}


div.ViewCartButtonEnabled a:hover img, 
div.ViewCartButtonEnabled a:active img,
div.CheckoutButtonEnabled a:hover img, 
div.CheckoutButtonEnabled a:active img, 
div.MyPagesButtonEnabled a:hover img, 
div.MyPagesButtonEnabled a:active img, 
div.LogInOutButton a:hover img, 
div.LogInOutButton a:active img
{
    opacity: 0; 
    filter: alpha(opacity=0);
    
}






/* -- PAGE MENU ----------------------------------------------- */

div.PageMenuWrapper
{
    padding-top: 17px;
    clear: both;
}

div.PageMenuHeader
{
    display:none;
}

div.PageMenuBody 
{
    text-align: center; 
}

div.PageMenuBody *
{
    display:inline;
}

div.PageLinkWrapper
{
    padding-left:14px;
    padding-right:14px;
}

div.PageLinkWrapper a, div.PageLinkWrapper a:visited
{
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

div.PageLinkWrapper a:hover
{
    /*opacity: 0; 
    filter: alpha(opacity=0);*/
}

div.PageLinkFirst
{}

div.PageLinkFirst, div.PageLinkLast
{}



a.PageLink,a:visited.PageLink
{ color:White;}

a.PageLink span.LinkSpacerLeft
{
    display:none
}

a.PageLink span.LinkText
{
       
}

a.PageLink span.LinkSpacerRight
{
    display:none;
}


div.PageLinkDivider
{
    display:none;
}

div.PageMenuFooter
{

    display:none;
}



/* -- LEFT AREA ----------------------------------------------- */

div.LeftArea
{
    float: left;
    width: 180px;

}

/* -- SEARCH BOX ----------------------------------------------- */
div.SearchBoxWrapper
{
    height: 33px;
    overflow: hidden;
    padding-top: 15px;
    margin-bottom:0px; 
    background: url(/App_Themes/FrameworkBasic/images/custom/right-column-item-bg.gif) no-repeat;  
              
}

div.SearchBoxHeader
{ display:none;}

div.SearchBoxBody
{
    padding-left: 10px;
}

div.SearchBoxInput
{
    float:left;
    margin-right: 0px;
    padding: 0px;
}
div.SearchBoxInput input
{
    width: 116px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #bbb;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat;    
    margin: 0px;
    padding: 2px 2px 2px 2px;
    font-size: 12px;
}

div.SearchBoxButton
{
    float:right;
    margin: 0 10px 0 0;
    _margin-top: 1px;    /* IE6 workaround */
     
}

div.SearchBoxButton a
{
    display: block;
}

div.SearchBoxButton img
{
    display: block;
}

div.SearchBoxButton a:hover img, div.SearchBoxButton a:active img
{
    opacity: 0; 
    filter: alpha(opacity=0);
}

div.SearchBoxButton a:active
{
    background-position: 0px -50px;
}
 

div.SearchBoxFooter
{
    clear:both;
    height: 0px;
}



/* -- PRODUCT CATEGORY MENU ----------------------------------------------- */
div.ProductMenuWrapper
{
    padding-top:0px;
    background: #ccc url(/App_Themes/FrameworkBasic/images/custom/right-column-item-bg.gif) left bottom no-repeat;
}

div.ProductMenuWrapper a, div.ProductMenuWrapper a:visited
{
    color: #000;
}

div.ProductMenuHeader
{
    display:none;
}

div.ProductMenuBody
{
    padding:0px 5px 12px 10px;
}



td.NodeControl
{
    padding-bottom: 0px;
    vertical-align: middle;
    padding-right: 4px;
    font-size: 0px;
}

td.NodeControl img
{
    padding-bottom: 1px;
    width: 7px;
    height: 7px;
    
}
div.ProductCategoryLevel1
{
    padding-top: 5px;
}    

div.ProductCategoryLevel1 a span.ProductCategoryName
{
    font-size: 12px;
    color: #000;
    text-transform: none;
    font-weight: bold;
}

div.ProductCategoryLevel2 a span.ProductCategoryName
{
    font-size: 12px;
    color: #333;
}

div.ProductCategoryLevel2
{
    padding-left: 11px;
    padding-top: 2px;
}    

div.ProductCategoryLevel3
{
    padding-left: 22px;
    padding-top: 1px;
}

div.ProductCategoryLevel3 a span.ProductCategoryName
{
    font-size: 11px;
    color: #333;
}

div.ProductCategoryLevel4
{
    padding-left: 33px;
    padding-top: 1px;
}      
div.ProductCategoryLevel4 a span.ProductCategoryName
{
    font-size: 11px;
    color: #333;
}

div.ProductMenuFooter
{
    clear:both;
    height: 0px;
}



/* -- INFO AREA ----------------------------------------------- */

div.InfoTextWrapper
{
    margin-top: 25px;
}

/* -- MAIN AREA ----------------------------------------------- */

div.MainArea
{
    float: left;
    width: 584px;
    margin: 0 0 0 20px;

    display: inline; /* IE6-fix */
}

div.MainAreaCheckout
{
	background:#FFFFFF none repeat scroll 0 0;
	display:inline; /* IE6-fix */
	float:left;
	margin:0 0 0 18px;
	width:770px;
}

/* -- BREADCRUMBS ----------------------------------------------- */
#ctl00_smp
{
    padding-bottom: 5px;
    display: none;
}

#ctl00_smp a, #ctl00_smp span
{
    color: #708fb8;
}


/* -- INFORMATION PAGE  ----------------------------------------------- */
div.PageDetailsPageWrapper
{
}

div.PageDetailsHeader
{
    /*background: url(/App_Themes/FrameworkBasic/images/custom/category-page-header-bg.gif) repeat-y;*/
    padding: 0px 0px 0px 0px;
    height: 48px;    
}

div.PageDetailsHeader h1
{

}

div.PageDetailsBody
{
    padding-top: 20px;
}

div.PageDetailsImage
{
    float: left;
    margin-right: 16px;
}
    
div.PageDetailsText
{
    float: left;

}
    

div.PageDetailsFooter
{
    clear:both;
    height: 20px;
}



/* -- CATEGORY PAGE  ----------------------------------------------- */
div.CategoryPageWrapper
{
}

div.CategoryPageHeader
{
    /*background: url(/App_Themes/FrameworkBasic/images/custom/category-page-header-bg.gif) repeat-y;*/
    padding: 0px 0px 0px 0px;
    height: 48px;    
}

div.CategoryPageHeader h1
{

}

div.CategoryPageBody
{
    padding-top: 20px;
}

div.CategoryPageImage
{
    float: left;
    margin-right: 16px;
}
    
div.CategoryPageText
{
    float: left;

}
    

div.CategoryPageFooter
{
    clear:both;
    height: 20px;
}





/* -- PRODUCT LIST NEW ----------------------------------------------- */
div.ProductListWrapper
{
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #e4ebf4;
}


div.ProductListHeader
{ display:none;}

div.ProductListBody
{
    padding-bottom: 15px;
}

table.ProductListColumns
{
    margin-top: 15px;
}

td.ProductListColumn1, td.ProductListColumn2, td.ProductListColumn3, td.ProductListColumn4
{
    background:  #ccc url(/App_Themes/FrameworkBasic/images/custom/product-list-column-bg.gif) no-repeat;  
    width: 138px;
    padding-bottom: 10px;
    vertical-align: top;     
}

table.ProductListColumns td.ColumnSpacer
{
    width: 10px;
}

table.ProductListColumns td.RowSpacer
{
    height: 15px;
}


div.StartPageProductListWrapper
{
    margin-top: 20px; 
    clear: both;
}

div.StartPageProductListWrapper td.ProductListColumn1, div.StartPageProductListWrapper td.ProductListColumn2, div.StartPageProductListWrapper td.ProductListColumn3
{
    width: 181px;
    background:  url(/App_Themes/FrameworkBasic/images/custom/startpage-product-list-content-cell-bg.gif) no-repeat; 
    padding-top: 10px;     
}

div.StartPageProductListWrapper table.ProductListColumns td.ColumnSpacer
{
    width: 15px;
}

div.StartPageProductListWrapper table.ProductListColumns td.RowSpacer
{
    height: 15px;
}

div.StartPageProductListWrapper div.ProductButtons
{
    display:none;
}



table.ProductListColumns div.ProductImage
{

    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    overflow: hidden;
    border: 1px solid #bbb;
    height: 150px;
    line-height: 150px;
    background: #fff;
    position: relative;
    border-bottom:1px solid #BBBBBB;
}

table.ProductListColumns div.ProductImage a
{
    bottom:0;
    display:block;
    line-height:150px;
    overflow:hidden;
    position:absolute;
    text-align: center;
}

table.ProductListColumns div.ProductImage img
{
    vertical-align: middle;
}

table.ProductListColumns div.ProductPrice
{
    text-align: center;
    margin-top: 3px;
    padding-bottom: 2px;
}

table.ProductListColumns div.ProductPrice span
{
    font-weight: bold;
    font-size: 14px;
}

table.ProductListColumns div.ProductPrice span.PricePrevious
{
    display: inline;
}

table.ProductListColumns div.ProductPrice span.PricePrevious span
{
    font-weight: normal;
    font-size: 12px;
    text-decoration: line-through;
}

table.ProductListColumns div.ProductButtons
{
    margin-top: 4px;
    text-align: center;
    padding-left: 2px;
}

table.ProductListColumns div.ProductButtons, table.ProductListColumns div.ProductButtons span, table.ProductListColumns div.ProductButtons a
{
 font-size: 18px;
}

table.ProductListColumns div.ProductButtons img
{
    vertical-align: text-top
}

table.ProductListColumns a.ButtonInfo
{
    padding-right: 2px;
}

table.ProductListColumns a.ButtonInfo:active, table.ProductListColumns a.ButtonBuy:active
{
    background-position: 0px -50px;
}

table.ProductListColumns a.ButtonInfo:hover img, table.ProductListColumns a.ButtonInfo:active img,
table.ProductListColumns a.ButtonBuy:hover img, table.ProductListColumns a.ButtonBuy:active img
{
    opacity: 0; 
    filter: alpha(opacity=0);
}


table.ProductListColumns div.ProductName
{
    margin: 0px auto;
    padding: 4px 0px 0px 0px;
    text-align: center;
    width: 126px;
    overflow: hidden;
    
    
}

table.ProductListColumns div.ProductName h3
{
    margin: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
}


div.ProductListFooter
{
    clear:both;
    display: none;
}


/* -- PRODUCT DETAILS ----------------------------------------------- */
div.ProductPageWrapper
{
    position: relative;
}

div.ProductPageHeader h1
{

}

div.ProductImagesWrapper
{
    float: right;
    width: 230px;
    margin-left: 18px;
    margin-top: 20px;
}

div.ProductDescriptionWrapper
{
    float: left;
    width: 332px;
    overflow: hidden;
    margin-top: 20px;
}

div.ProductDescriptionHeader h2
{
    font-weight: normal;
    font-size: 15px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-style: italic;
}    

div.ProductArticleNumber
{

}

span.ProductArticleNumberLabel
{
    margin-right: 5px;
}

div.ProductDescription
{
    margin-top: 0px;
}

div.ProductDescriptionLabel
{
    display: none;
}

div.ProductDescriptionText
{
    font-size: 13px;
}

div.ProductAttributesWrapper
{
    margin-top: 15px;
}

td.ProductQuantity
{
    display: none;
}

div.PurchaseBlockWrapper
{
    margin-top: 20px;
    padding: 10px 5px;
    margin-bottom: 10px;
    background: url("/App_Themes/FrameworkBasic/images/custom/purchase-block-wrapper-bg.gif") no-repeat #ccc;
    border-bottom: 1px solid #bbb;
}


div.PurchaseBlockHeader,div.PurchaseBlockFooter
{
    display:none;
}

table.PurchaseBlock
{
    width: 100%;
}

table.PurchaseBlock td
{
    vertical-align: middle;
}


/* -- PRICES --*/

span.PriceAmount{}

span.PricePromotion span
{
    font-size: 18px;
    color: #d91034;
    font-weight: normal;
}

span.PricePromotion span.PriceAmount
{
    font-size: 24px;
    font-weight: bold;
}

span.PriceStandard span
{
    font-size: 18px;
    font-weight: normal;
}

span.PriceStandard span.PriceAmount
{
    font-size: 20px;
    font-weight: bold;
}

span.PricePrevious span
{
    text-decoration: line-through;
    padding-left:4px;
}

span.PriceEarlier 
{
    margin-left: 5px;
}

span.PriceEarlier span
{
    font-size: 13px;
    text-decoration: line-through;
}

span.PriceEarlier span.PriceAmount
{
    font-size: 13px;
    
}


td.PurchaseBlockStock span
{
    display:block;
    color: #333;
    font-size: 11px;
}

td.PurchaseBlockStock span.StockStatusLabel
{
    color: #666;
}
        

td.ProductQuantity input
{
    text-align: center;
    width: 20px;
    margin-left: 4px;
}

td.PurchaseBlockBuy
{
    padding-top: 4px;
}

td.PurchaseBlockBuy a, td.PurchaseBlockBuy img
{
    display: block;
    width: 75px;
    height: 32px;
}


td.PurchaseBlockBuy a:active
{
    background-position: 0px 0px; /* -50 */
}

td.PurchaseBlockBuy a:hover img, td.PurchaseBlockBuy a:active img
{
    opacity: 0; 
    filter: alpha(opacity=0);
}

td.PurchaseBlockPrice span.PriceEarlier{display:block;}

/* -- PRODUCT IMAGE --*/

div.ProductImagesWrapper a:hover, div.ProductImage a:hover, div.OffersListItemImage a:hover
{
    opacity: 0.7; 
    filter: alpha(opacity=70);
}

div.BigProductImage
{
    text-align: center;
}

div.ProductImageClickMessage
{
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
}

div.ProductThumbnailsBody
{
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
}

/* -- TOOLBAR -- */

div.ToolbarWrapper
{
    margin-bottom: 15px;
    text-align: right;
}

div.ToolbarWrapper div
{
    display:inline;
}

div.ToolbarWrapper br
{
    display:none;
}


/* -- TIP A FRIEND -- */


div.SendTipMain
{
    background: #fff; /*url(/App_Themes/FrameworkBasic/images/custom/send-tip-main-bg.jpg) center center no-repeat*/
    padding: 20px;
    border: 1px solid #666;
    display:block;
    width: 285px;
    position: absolute;
}

div.SendTipMain div
{
    display:block;
}


div.SendTipHeader
{
    text-align: left;
    padding-bottom: 10px;
}

span.SendTipHeaderText
{
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

div.SendTipMain td
{
    padding: 2px;
    vertical-align: middle;
}

div.SendTipMain a, div.SendTipMain a:visited
{
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding: 3px 8px;
    border: 1px solid #666;
    font-weight: bold;
    color: #666;
    background: #fff;
    text-decoration: none;
    float: right;
}


div.SendTipMain a:hover
{
    background: #eee;
    text-decoration: none;
}

div.SendTipModalPopupBackground
{
    background: #fff;
    opacity: 0.8; 
    filter: alpha(opacity=80);
}
    


/* -- RELATED PRODUCTS -- */

table.relatedTable
{
    margin-right: 15px;
}


table.relatedTable td
{
    vertical-align: middle;
}

td.RelatedProductArticleNumber
{
    display:none;
}

td.RelatedProductButtons
{
    white-space: nowrap;

}

td.RelatedProductButtons br
{
    display:none;
}

td.RelatedProductButtons *
{
    display:block;
}

td.RelatedProductButtons span
{
    float:left;
    margin-right: 5px;
}

td.RelatedProductButtons a.RelatedProductMoreInfoButton
{
    float:left;
}

td.RelatedProductButtons a
{

}

td.RelatedProductButtons a:hover img
{
    opacity: 0; 
    filter: alpha(opacity=0);
}

td.RelatedProductButtons a:active
{
    background-position: 0px -50px;
}




/* -- RIGHT AREA ----------------------------------------------- */

div.RightArea
{
    float: right;
    width: 180px;
}





/* -- NEWS LIST BOX ----------------------------------------------- */
div.NewsListWrapper
{
    background:  #ccc url(/App_Themes/FrameworkBasic/images/custom/right-column-item-bg.gif) no-repeat;    
    padding: 11px 10px 15px;   
    margin-bottom: 17px;  
    border-bottom: 1px solid #bbb;           
}

div.NewsListHeader h2
{
    font-size: 15px;
    font-weight: bold;
}

div.NewsListBody
{
    padding: 5px 0 0;
}

div.NewsListItem
{
}

div.NewsListItem h3
{
    font-weight: normal;
    font-size: 12px;
}

div.NewsListItemDate
{
    padding: 2px 0px 2px 0px;
    color: #666;
    font-weight: bold;
    font-size: 12px;
}



div.NewsListItemText
{
}

div.NewsListItemLink
{
    margin: 5px 0px 0px 0px; 
    text-align: right;
}

div.NewsListItemSeparator
{
    clear:both;
    display: none;
}

div.NewsListItemSeparator + div.NewsListItem
{
    padding-top: 10px;
}

div.NewsListFooter
{
    clear:both;
    display: none;
}


/* -- OFFERS LIST BOX ----------------------------------------------- */
div.OffersListWrapper
{
}

div.OffersListHeader
{display:none;}


div.OffersListBody
{
}

div.OffersListItemWrapper
{
    background:  #ccc url(/App_Themes/FrameworkBasic/images/custom/right-column-item-bg.gif) no-repeat;    
    padding: 11px 10px 15px;   
    margin-bottom: 17px;  
    border-bottom: 1px solid #bbb;                 
}

div.OffersListItemHeader h3
{
    font-size: 15px;
    font-weight: bold;
}

div.OffersListItemBody
{
    padding: 5px 0 0;
}

div.OffersListItemWrapper
{
    padding-bottom: 5px;
}

div.OffersListItemBody div.ProductPrice span span
{
    padding-left:0px;
}

div.OffersListItemImage
{
    text-align: center;
    padding: 5px 0px 5px 0px;
}


div.OffersListItemText
{
    margin-bottom: 10px;
    padding-top:2px;
}

div.OffersListBody .ProductPrice
{
    float: left;
    padding-top: 1px;
}


div.OffersListBody span.PriceStandard span, div.OffersListBody span.PricePromotion span
{
    font-size: 15px;
}

div.OffersListItemMoreInfo
{
    float: right;
}

div.OffersListItemMoreInfo img 
{
    vertical-align: text-top;
}

div.OffersListItemMoreInfo a
{
    font-size: 19px;
}

div.OffersListItemMoreInfo a:hover img, div.OffersListItemMoreInfo a:active img  
{
    opacity: 0; 
    filter: alpha(opacity=0);
}

div.OffersListItemMoreInfo a:active
{
    background-position: 0px 0px; /* 0px -50px */
}


div.OffersListItemFooter
{
    clear:both;
}

div.OffersListItemSeparator
{
    clear:both;
    margin-bottom: 17px;
}

div.OffersListFooter
{
    clear:both;
    display: block;
    height: 0px;
}



/* -- PRODUCT LIST BOX ----------------------------------------------- */
div.SimpleProductListWrapper
{
    display: none;
    padding-top: 0px;              
}



/* -- NEWLSETTER BOX ----------------------------------------------- */

div.NewsletterBoxWrapper
{
    background:  #ccc url(/App_Themes/FrameworkBasic/images/custom/right-column-item-bg.gif) no-repeat;    
    padding: 11px 10px 15px;   
    margin-bottom: 17px;  
    border-bottom: 1px solid #bbb;                 
}

div.NewsletterBoxHeader h2
{
    font-size: 15px;
    font-weight: bold;
}

div.NewsletterBoxBody
{
    padding: 5px 0 0;
}


div.NewsletterBoxText
{
    padding-top:4px;
}

div.NewsletterBoxRadio
{
        margin-top: 4px;
        color: #666;
}

div.NewsletterBoxRadioSubscribe
{
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
}

div.NewsletterBoxRadioUnsubscribe
{
    float: left;
}

div.NewsletterBoxRadio label
{
        font-size: 11px;
        position: relative;
        top: -2px;
        _top: -1px; /* IE6 workaround */
}
   
div.NewsletterBoxInput
{
    float:left;
    margin-right: 0px;
    padding: 0px;
}
div.NewsletterBoxInput input
{
    width: 116px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #bbb;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat;    
    margin: 0px;
    padding: 2px 2px 2px 2px;
    font-size: 12px;    
}

div.NewsletterBoxButton
{
    float:right;
    margin: 0 0px 0 0;
    _margin-top: 1px;    /* IE6 workaround */
    
}

div.NewsletterBoxButton a
{
    display: block;
}

div.NewsletterBoxButton
{
    display: block;
}

div.NewsletterBoxButton:hover input, div.NewsletterBoxButton:active input
{
    opacity: 0; 
    filter: alpha(opacity=0);
}

   

div.NewsletterBoxFooter
{
    clear:both;
}

/* ---------------- SEARCH RESULT -------------------------- */

div.SearchResultHeader h1
{
    margin: 0px 0px 10px 0px;

}


div.SearchResultNavigation table
{ 
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

div.SearchResultNavigation td.PreviousPage span, div.SearchResultNavigation td.NextPage span
{
    color: #ccc;
}

div.SearchResultNavigation td.SearchResultInfo
{
    padding: 0px 20px 0px 20px;
}


div.SearchResultBody table
{
    margin: 12px 0px;
    width: 100%;
}

div.SearchResultBody table td
{
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    padding: 2px 6px;
    border-bottom: 1px solid #e4ebf4;    
}

#ctl00_main_psl_ctl02_pagingTop td, #ctl00_main_psl_ctl02_pagingBottom td
{
    border: 0;
}


div.SearchResultBody table td.ProductImageHeader, 
div.SearchResultBody table td.ProductArticleNameHeader, 
div.SearchResultBody table td.ProductArticleNumberHeader, 
div.SearchResultBody table td.ProductPriceHeader, 
div.SearchResultBody table td.ProductQuantityHeader, 
div.SearchResultBody table td.ButtonHeader
{
    background: #1d5ead;
    border-left: 1px solid white;
    font-weight: bold;
    border-bottom: 0px solid #eee;
    color: #fff;
}

div.SearchResultBody td.ProductArticleNumberHeader, div.SearchResultBody td.ProductArticleNumber
{
    display: none;
}

div.SearchResultBody table td.ProductArticleNameHeader,
div.SearchResultBody table td.ProductArticleName
{
    text-align: left;
}

div.SearchResultBody table td.ProductPrice 
{
    white-space: nowrap;
}

div.SearchResultBody table td.ProductPrice span
{
    font-size: 12px;
}

div.SearchResultBody table td.ProductQuantityHeader, div.SearchResultBody table td.ProductQuantity
{
    display:none;
}


tr.SearchResultAlternateRow
{
}


div.SearchResultBody table td.ButtonContainer
{
    text-align: left;
    padding: 4px 5px 0px 7px;
}

div.SearchResultBody table td.ButtonContainer img 
{
    vertical-align: text-top;
}

div.SearchResultBody table td.ButtonContainer a
{
    font-size: 19px;
}

div.SearchResultBody table td.ButtonContainer a:hover img, div.SearchResultBody table td.ButtonContainer a:active img  
{
    visibility: hidden;
    _visibility: visible; /* IE6-FIX */    
}

div.SearchResultBody table td.ButtonContainer a:active
{
    background-position: 0px -50px;
}




/* NEWS PAGE */

div.NewsDetailsHeader
{
    padding-bottom:15px;
}

div.NewsDetailsHeader h1
{

}

/* STARTPAGE TEMPLATE */
div.ProductPageFooter{padding-bottom:30px;}
                  table.ProductListHorizontalAdvanced span.PricePromotion span,
                  table.ProductListHorizontalAdvanced span.PriceStandard span
                
{
	font-weight: bold;
	font-size: 13px;
}
                  table.ProductListHorizontalAdvanced table.ButtonBuyContainer td *,
                  table.ProductListHorizontalAdvanced div.ButtonInfo *
                  table.ProductListHorizontalAdvanced td.ProductImage *
                
{
	display: block;
	
}div.ProductAttributesWrapper div 
{
	padding-bottom: 4px;
	clear: both;
}div.ProductAttributesWrapper select
{
	display: block;
	clear: both;
}span.ProductCommentLabel
{
	padding-top: 4px;
	display: block;
}table.ProductListHorizontalAdvanced
{
	width: 100%;
	margin: 15px 0px;
	border-bottom: 1px solid #eee;
}table.ProductListHorizontalAdvanced  span.StockStatusValue
{
	margin-left: 5px;
	font-weight: bold;
}table.ProductListHorizontalAdvanced div.ArticleNumber
{
	display: block;
	padding-top: 2px;
}table.ProductListHorizontalAdvanced div.ButtonContainer
{
	padding: 3px 0px 0px 0px;
}table.ProductListHorizontalAdvanced div.ButtonInfo
{
	float: right;
	padding-top: 2px;
}table.ProductListHorizontalAdvanced div.NameMain
{
	font-weight: bold;
}table.ProductListHorizontalAdvanced div.NameSub
{
	font-style: italic;
	padding-top: 2px;
}table.ProductListHorizontalAdvanced div.Price
{
	clear: both;
	padding-top: 2px;
	white-space: nowrap;
}table.ProductListHorizontalAdvanced div.StockStatus
{
	display: block;
	padding-top: 3px;
	clear: both;
}table.ProductListHorizontalAdvanced span.PricePrevious span
{
	padding-left: 10px;
	text-decoration: line-through;
}table.ProductListHorizontalAdvanced table.ButtonBuyContainer
{
	float: right;
}table.ProductListHorizontalAdvanced table.ButtonBuyContainer td
{
	border: 0px;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
}table.ProductListHorizontalAdvanced table.ButtonBuyContainer td.ButtonBuy
{
	padding-top: 1px;
}table.ProductListHorizontalAdvanced td
{
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 5px 0px;
}table.ProductListHorizontalAdvanced td.ProductName
{
	padding-left: 5px;
	padding-right: 5px;
}table.ProductListHorizontalAdvanced td.ProductOrderInfo
{
	text-align: right;
}table.ProductListHorizontalAdvanced td.Quantity input
{
	width: 22px;
	text-align: center;
	margin-right: 10px;
	display: inline;
}
.AlternateRow
{
	border-bottom: 1px solid Gray;
	padding: 10px;
}

.AttributeValidator
{
	clear: both;
}

.ItemData
{
	width: 150px;
	vertical-align: top;
	display: inline-block;
}

.ItemTitle
{
	font-weight: bold;
	width: 150px;
	vertical-align: top;
	display: inline-block;
}

.ListPagingControlPagerPrevious, .ListPagingControlPagerNext
{
	font-weight: bold;
}

.ListPagingControlSeparatorSelected, .ListPagingControlSeparator
{
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
}

.ManufacturerSelectorHeader h2
{
	font-size: 10px;
	margin-bottom: 3px;
}

.ManufacturerSelectorWrapper
{
	padding: 5px;
}

.ProductDescription
{
	padding-top: 10px;
}

.ProductImage
{

}

.ProductInformation, .ProductSpecifications
{
	padding-top: 15px;
	font-size: 16px;
	border-bottom: 1px dotted black;
}

.ProductName
{

}

.ProductPriceLabel, .ProductArticleNumberLabel, .ProductQuantityLabel, .ProductStockstatusLabel, .ProductManufacturerLabel, .ProductManufacturerArtNrLabel, .ProductManufacturerModelLabel
{
	font-weight: bold;
}

.ProductPriceValue
{
	font-size: 16px;
	font-weight: bold;
}

.ProductSubName
{
	font-size: 16px;
	color: Gray;
}

.ProductTable
{
	width: 600px;
}

.ProductToolbarShowImage
{
	*margin-left: -3px;
}

.Row
{
	border-bottom: 1px solid Gray;
	background-color: #efefef;
	padding: 10px;
}

.showProductPrintBody
{
	font-family: Verdana;
	font-size: 12px;
}

div.ManufacturerContentBody
{
	padding-top: 20px;
}

div.ManufacturerContentBodyText
{
	float: left;

}

div.ManufacturerContentFooter
{
	clear: both;
	height: 20px;
}

div.ManufacturerContentHeader
{
	padding: 0px 0px 0px 0px;
	height: 48px;
}

div.ManufacturerContentHeader h1
{

}

div.ManufacturerContentImage
{
	float: left;
	margin-right: 16px;
}

div.ManufacturerContentWrapper
{

}

div.NewsArchiveButton
{
	margin-top: 10px;
}

div.NewsListArchiveItem
{
	margin-top: 20px;
}

div.NewsListArchiveItem h3
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div.NewsListArchiveWrapper
{
	margin-top: 30px;
	border-top: 1px solid black;
}

div.ProductUnitWrapper
{
	padding-top: 5px;
	display: none;
}

span.ProductUnitLabel
{
	padding-right: 3px;
	font-weight: bold;
}


/* ---------------- START PAGE SLIDER -------------------------- */

#StartPageDefinitions
{
    display: none;
}


div#StartPageSliderContainer
{

    overflow: hidden; 
    position: relative;  
    margin: 0px auto 17px;    
}

div#StartPageSliderViewPort
{
    overflow: hidden; 
    position: absolute;
    background: #fff;    
}

div#StartPageSlider
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
}    

div#StartPageSlider div.StartPageSliderItem
{
    float: left;
    background: #fff;    
    position: relative;
    overflow: hidden;
}  

div#StartPageSlider div.StartPageSliderItem a
{
    text-align: center;
    display:block;
    overflow:hidden;
    margin: 0 auto;
}  


div#StartPageSlider div.SliderItemText
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px 10px;
    background: url(/App_Themes/FrameworkBasic/images/custom/start-page-slider/slider-item-text-bg-black.png);   
    margin-right: 20px;    
    color: #fff;
    text-align: left;  
    font-size: 12px;
    font-weight: bold; 
    width: 564px;
    cursor: pointer;
}  


div#StartPageSlider div.SliderItemText span
{
    display:block;
    font-size: 11px;
    padding-top: 2px;
    font-weight: normal; 
}  


#StartPageSliderLeftButtonBg
{
    display: block;    
    width: 35px;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
       
}

#StartPageSliderLeftButton
{
    display: block;      
    width: 35px;
    height: 250px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;    
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#StartPageSliderRightButtonBg
{
    display: block;      
    width: 35px;
    height: 250px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 549px;    
    
}

#StartPageSliderRightButton
{
    display: block;      
    width: 35px;
    height: 250px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 549px;   
    opacity: 0.5;
    filter: alpha(opacity=50);       
}



/* ---------------- TOP LIST SLIDER -------------------------- */

div#TopListSliderContainer
{
    width: 584px;
    height: 244px;
    background: url(/App_Themes/FrameworkBasic/images/custom/top-list-slider/top-list-slider-bg.png) 35px 0px no-repeat;    
    overflow: hidden; 
    position: relative;  
    margin: 5px auto;    
}

div#TopListSliderViewPort
{
    width: 513px;
    height: 210px;
    overflow: hidden; 
    position: absolute;
    top: 27px;
    left: 35px;      
}

div#TopListSlider
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
}    

div#TopListSlider div.TopListItem
{
    width: 171px;
    text-align: center;
    float: left;
    background: url(/App_Themes/FrameworkBasic/images/custom/top-list-slider/top-list-item-bg.png) center top no-repeat;    
}  

div#TopListSlider div.TopListItem div
{
    text-align: center;
    width: 161px;
    margin: 3px auto 2px;
    font-weight: bold;
    color: #fff;
}  

div#TopListSlider div.TopListItem span
{
    font-size: 14px;
    font-weight: bold;
    color: #bbb;
}  


div#TopListSlider div.TopListItem a
{
    text-align: center;
    display:block;
    width: 104px;
    height: 150px;
    overflow:hidden;
    margin: 10px auto 5px;
    border: 1px solid #000;
}  

div#TopListSlider div.TopListItem a:hover
{
    opacity: 0.8;
    filter: alpha(opacity=80);    
}  


#TopListSliderLeftButton, #TopListSliderLeftButtonBg
{
    width: 35px;
    height: 210px;
    position: absolute;
    top: 27px;
    left: 0px;     
}


#TopListSliderRightButton, #TopListSliderRightButtonBg
{
    width: 35px;
    height: 210px;
    position: absolute;
    top: 27px;
    left: 549px;      
}

#TopListSliderLeftButton, #TopListSliderRightButton
{
    opacity: 0.5;
    filter: alpha(opacity=50);    
    cursor: pointer;    
}