/* -- GENERAL DEFINITIONS ----------------------------------------------- */
h1, h2, h3, h4{margin:0px; padding:0px;}
* 
{

}

body
{
    margin: 0px;
    padding: 0px;
    /*background: #fff url(/App_Themes/FrameworkBasic/images/custom/bg.jpg);*/
    color: #666666;
    background: #e9e9e9 url(/App_Themes/FrameworkBasic/images/custom/background.gif) repeat-x;
    font-family: Arial;
    font-size: 12px;
}

a, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    
}

a img
{
   /* border: 0px;*/
}

.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;
    padding-bottom: 20px;
}

div.BottomSpacer
{
    /*background: #fff;*/
   height: 0px;
    padding-bottom: 16px;
    margin-top: 0px;
    /*margin-left: 12px;*/
}

div.BottomSpacerInner1, div.BottomSpacerInner2
{
    
}


/* -- Left & right areas -- */

td.LeftSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/left_bg.gif) top right no-repeat;
      /*background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-bg.gif) top right repeat-x;*/
      font-size:0px;
      width: 50%;
}

div.LeftSpacerInner1
{
      background: url(/App_Themes/FrameworkBasic/images/custom/left_bg.gif) top right no-repeat;
      height: 800px;
      background-color: transparent;   
}

div.LeftSpacerInner2, div.LeftSpacerInner3
{}


td.RightSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/right_bg.gif) top left no-repeat;
      /*background: url(/App_Themes/FrameworkBasic/images/custom/right-spacer-bg.gif) top left repeat-x;*/
      font-size:0px;
      width: 50%;
}

div.RightSpacerInner1
{
      background: url(/App_Themes/FrameworkBasic/images/custom/right_bg.gif) top left no-repeat;
      height: 800px; 
      background-color: transparent;   
}

div.RightSpacerInner2, div.RightSpacerInner3
{}


/* -- Site content containers -- */

td.SiteWrapper
{
    width: 984px;
    background-color: White;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/site-wrapper-bg.gif) 188px 0px repeat-y;
}

div.SiteWrapper
{
    width: 984px;
    position: relative;
}



/* -- TOP AREA ----------------------------------------------- */

div.TopArea
{
    background: url(/App_Themes/FrameworkBasic/images/custom/toparea_bg.gif) no-repeat; 
    height: 144px;
}


/* -- LOGO AREA ----------------------------------------------- */
div.LogoWrapper
{
    float: left;
}

div.LogoHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/logo-header-bg.jpg) no-repeat;
    width: 668px;
    height: 0px;
    display:none; 
}

div.LogoBody a, div.LogoBody img
{
    display: block;
} 

div.LogoFooter
{
    background: #fff;
    width: 668px;
    height: 15px;
    display:none; 
}



/* -- CART AREA ----------------------------------------------- */


div.CartArea
{
    height:95px;
    left:746px;
    position:absolute;
    top:25px;
    width:300px;
    
}

div.SmallCartWrapper
{

}

span.SmallCartItemsLabel, span.SmallCartSumLabel
{
    font-weight:bold;
}

span.VatSelectorLabel label
{
    font-size: 0.8em;
}

div.CultureSelectorWrapper
{
    height:25px;
    left:49px;
    position:absolute;
    top:-15px;
}

div.CultureSelectorHeader
{
    display: none;
}

div.CultureSelectorBody
{
    padding-top: 13px;
    font-size: 18px;
    color: #fff;
}

a.CultureSelectorItem, a.CultureSelectorItem span
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #000000;
}

a.CultureSelectorItem
{
    margin-right: 10px;
}

a.CultureSelectorItemSelected
{
    text-decoration: underline;
}


div.SmallCartHeader
{
    padding: 1px 0px 0px 110px;
    text-align: left;
    color: #fff;
    margin-bottom:8px;
}

div.SmallCartHeader h2
{
    margin-left:25px; padding:0px; text-transform:uppercase;
}

div.SmallCartBody
{
    padding: 5px 0px 0px 113px;
    text-align: left;
    color: #fff;
}

span.SmallCartItemsValue
{
    margin: 0px 3px 0px 3px;
}

div.SmallCartSum
{
    margin-top: 2px;
}

span.SmallCartSumLabel
{
    margin-right: 5px;
}

div.CurrencySelectorWrapper
{
    margin-top: 4px;
    height:15px;
}

div.CurrencySelectorHeader
{
    float: left;
    padding-left: 10px;
    padding-top: 2px;
    display:none;
}

div.CurrencySelectorHeader h3
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

div.CurrencySelectorBody
{
    float:left;
    padding-right: 0px;
}

div.CurrencySelectorBody label
{
    font-size: 11px;
    position: relative;
    top: -1px;
}

div.CurrencySelectorBody div.Spacer
{
    display: none;
}

div.CurrencySelectorFooter
{

    height: 0px;
    font-size: 0px;
    display: none;
}
    

div.VatSelector
{
    clear: both;
    margin-top: 9px;
    display: none;
}


div.SmallCartButtons
{
    margin-top: 8px;
}

div.ViewCartButton
{
    position:absolute;
    left: 15px;
    top:95px;
    display:none; /* not needed */
}

div.CheckoutButton
{
    position: absolute;
    top: 68px;
    left: 132px;
}

div.MyPagesButton
{
    left:-678px;
    position:absolute;
    top:126px;
}

div.LogInOutButton
{
    left:-735px;
    position:absolute;
    top:126px;
}

div.SmallCartButtons a, div.SmallCartButtons img
{
    display: block;
}

div.ViewCartButton a
{
    display: inline;
    font-size: 20px;    
}

div.ViewCartButton img
{
    display: inline;
    vertical-align: text-top;
}


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
{
    /*visibility: hidden;*/
}






/* -- PAGE MENU ----------------------------------------------- */

div.PageMenuWrapper
{
    float:left;
    width: 984px;
    height: 28px;
    overflow: hidden;
    background: url(/App_Themes/FrameworkBasic/images/custom/page-menu-wrapper-bg.gif) no-repeat;
    padding-top: 0px;
}

div.PageMenuHeader
{
    display:none;
}

div.PageMenuBody
{}

div.PageLinkWrapper
{
    float: left;
    height:26px;
    padding-left:12px;
    padding-right:12px;
    padding-top: 4px;
    /*background: url(/App_Themes/FrameworkBasic/images/custom/pagelink-divider.gif); background-position:right; background-repeat:no-repeat;*/
}

div.PageLinkWrapper a
{
    display: block;
    margin-top:2px;
}

div.PageLinkWrapper a:hover
{
    /*opacity: 0; 
    filter: alpha(opacity=0);*/
}

div.PageLinkFirst
{padding-left:240px;}

div.PageLinkFirst, div.PageLinkLast
{}




a.PageLink,a:visited.PageLink
{ color:#000; font-weight: bold;}

a.PageLink span.LinkSpacerLeft
{
    display:none
}

a.PageLink span.LinkText
{
    
       
}

a.PageLink span.LinkSpacerRight
{
    display:none
}


div.PageLinkDivider
{
    float: left;
}

div.PageMenuFooter
{
    clear: both;
    height: 34px;
    display:none;
}



/* -- LEFT AREA ----------------------------------------------- */

div.LeftArea
{
    float: left;
    width: 170px;
    margin-right: 18px;
    margin-top:9px;
}

/* -- SEARCH BOX ----------------------------------------------- */
div.SearchBoxWrapper
{
    padding-top: 17px;
    margin-bottom:0px;             
}

div.SearchBoxHeader
{ display:none;}

div.SearchBoxBody
{
}

div.SearchBoxInput
{
    float:left;
    margin-right: 0px;
    padding-left: 5px;
}
div.SearchBoxInput input
{
    width: 125px;
    border-top: 1px solid #7d7d7d;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #7d7d7d;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat;    
    margin: 0px;
    padding: 2px 2px 2px 2px;
}



div.SearchBoxButton
{
    float:right;
    margin: 0px;
    _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
{
    /*visibility: hidden;*/
}

div.SearchBoxButton a:active
{
    background-position: 0px -50px;
}
 

div.SearchBoxFooter
{
    clear:both;
}



/* -- PRODUCT CATEGORY MENU ----------------------------------------------- */
div.ProductMenuWrapper
{
    padding-top:0px;
    margin-top:5px;
}

div.ProductMenuHeader
{
   /* background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-header-bg.gif) no-repeat;*/
    padding:4px; padding-left:15px; margin:0px;
    display: none;
}

div.ProductMenuHeader h3
{
    padding:0px;
    margin:0px;
    color:Black;
    font-style: normal;
}

div.ProductMenuBody
{
    background-color: #ffffff;
    /*border-left:1px solid #d9824a; border-right:1px solid #d9824a;*/
    padding:4px 0px 4px 5px;
    width: 167px;
}


div.ProductTreeRoot1
{
         
}

div.ProductTreeLevelFooter1
{

}

div.ProductTreeRoot3
{
          
}

div.ProductTreeRoot5
{
        
}

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.ProductCategoryLevel2 .NodeControl img
{
    padding-bottom: 1px;
    width: 7px;
    height: 7px;
    background: url(/App_Themes/FrameworkBasic/images/node-open_.gif) no-repeat;
    
}*/

div.ProductCategoryLevel1
{
   /* background: url(/App_Themes/FrameworkBasic/images/custom/horsontalBtn_bg.gif) no-repeat*/
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left:6px;
    margin-bottom: 1px;
}    

div.ProductCategoryLevel1 a span.ProductCategoryName
{
    font-size: 12px;
    color: #000000;
    text-transform: none;
    font-weight: bold;
}

div.ProductCategoryLevel2 a span.ProductCategoryName
{
    font-size: 11px;
    color: #666;
}

div.ProductCategoryLevel2
{
    padding-left: 11px;
    padding-top: 1px;
    padding-bottom: 3px;
}    

div.ProductCategoryLevel3
{
    padding-left: 22px;
    padding-top: 1px;
}

div.ProductCategoryLevel3 a span.ProductCategoryName
{
    font-size: 11px;
    color: #333366;
}

div.ProductCategoryLevel4
{
    padding-left: 33px;
    padding-top: 1px;
}      

div.ProductMenuFooter
{
    clear:both;
    /*background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-footer-bg.gif) no-repeat;*/
    padding:11px 0px;
}



/* -- INFO AREA ----------------------------------------------- */

div.InfoTextWrapper
{
    margin-top: 25px;
}

/* -- MAIN AREA ----------------------------------------------- */

div.MainArea
{
    float: left;
    width: 580px;
    margin: 14px 18px 20px 18px;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    display: inline-block; /* IE6-fix */
    overflow: hidden;
}

div.MainAreaCheckout
{
	background:#FFFFFF none repeat scroll 0 0;
	border-left:0 solid #EEEEEE;
	border-right:0 solid #EEEEEE;
	display:inline;
	float:left;
	margin:0 0 0 18px;
	overflow:hidden;
	padding-bottom:250px;
	width:770px;
}

/* -- 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
{
    text-align:left;
    margin: 0px;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    padding-top: 5px;
}

div.PageDetailsBody
{
    padding-top: 20px;
}

div.PageDetailsImage
{
    float: left;
    margin-right: 16px;
}
    
div.PageDetailsText
{
    float: left;
    font-family: Arial;
    font-size: 13px;
}

    
strong
{
/* color: black; */
}    

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
{
    text-align:left;
    margin: 0px;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    padding-top: 5px;
}

div.CategoryPageBody
{
    padding-top: 20px;
}

div.CategoryPageImage
{
    float: left;
    margin-right: 6px;
}
    
div.CategoryPageText
{
    float: left;
    font-family: Arial;
    font-size: 13px;
}

div.CategoryPageText a {font-weight: bold;}    

div.CategoryPageFooter
{
    clear:both;
    height: 20px;
}





/* -- PRODUCT LIST NEW ----------------------------------------------- */
div.ProductListWrapper
{
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #eee;
    padding-left:1px; /* fix for FF not showing left border on productlistcolumn1 */
}


div.ProductListHeader
{ display:none;}

div.ProductListBody
{
}

table.ProductListColumns
{
}

td.ProductListColumn1, td.ProductListColumn2, td.ProductListColumn3, td.ProductListColumn4
{
    background: #fff /*url(/App_Themes/FrameworkBasic/images/custom/product-list-content-cell-bg.gif) repeat-x*/;  
    width: 132px;
    padding-bottom: 10px;
    vertical-align: top;
    border:1px solid #eeeeee;     
}

div.StartPageProductListWrapper
{
    padding-left:1px;
}

div.StartPageProductListWrapper td.ProductListColumn1, div.StartPageProductListWrapper td.ProductListColumn2, div.StartPageProductListWrapper td.ProductListColumn3
{
    width: 183px;
}




table.ProductListColumns td.ColumnSpacer
{
    width: 16px;
}

table.ProductListColumns td.RowSpacer
{
    height: 20px;
}

table.ProductListColumns div.ProductImage
{

    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    height: 133px;
    overflow: hidden;
    background: #fff;
    line-height: 110px;
}

table.ProductListColumns div.ProductImage img
{
    vertical-align: middle;
}

table.ProductListColumns div.ProductPrice
{
    text-align: center;
    margin-top: 3px;
}

table.ProductListColumns div.ProductPrice span
{
    font-weight: bold;
    font-size: 15px;
}

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 0px; /* 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
{
    visibility: hidden;
}


table.ProductListColumns div.ProductName
{
    margin-top: 4px;
    padding: 0px 9px 0px 9px;
    text-align: center;
}

table.ProductListColumns div.ProductName h3
{
    color: #333;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}


div.ProductListFooter
{
    clear:both;
    display: none;
}

/* -- PRODUCT DETAILS ----------------------------------------------- */
div.ProductPageWrapper
{
    position: relative;
    z-index: -100;
    visibility: hidden;
}

div.ProductPageHeader h1
{
    color: #000000;
    font-weight: normal;
    font-size: 30px;
    margin: 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

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: 18px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-style: italic;
}    

div.ProductArticleNumber
{
    position: absolute;
    top: 16px;
    right: 0px;
    font-size: 13px;
    color: #999;
}

span.ProductArticleNumberLabel
{
    margin-right: 5px;
}

div.ProductDescription
{
    margin-top: 0px;
}

div.ProductDescriptionLabel
{
    display: none;
}

div.ProductDescriptionText
{
    font-size: 13px;
}

div.ProductAttributesWrapper
{
    margin-top: 15px;
}

div.ProductQuantity
{
    display: none;
}

.ProductTabsWrapper
{
	clear: both;
}


div.PurchaseBlockWrapper
{
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 10px 5px;
    margin-bottom: 10px;
}



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.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: 69px;
    height: 22px;
}


td.PurchaseBlockBuy a:active
{
    background-position: 0px 0px; /* -50 */
}

td.PurchaseBlockBuy a:hover img, td.PurchaseBlockBuy a:active img
{
    visibility: hidden;
}

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;
}



/* -- RIGHT AREA ----------------------------------------------- */

div.RightArea
{
    float: left;
    width: 160px;
    margin-left: 11px;
    margin-top:9px;
    padding-top: 122px;
    position: relative;
}





/* -- NEWS LIST BOX ----------------------------------------------- */
div.NewsListWrapper
{
    padding-top: 0px; 
    margin: 0 0 15px;             
}

div.NewsListHeader
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/newsheader.gif) no-repeat scroll 0 0;
    height:25px;
}

div.NewsListHeader h2{margin:0px; padding:6px 6px 6px 6px; color:#fff;}

div.NewsListBody
{
    background-color: #ffffff;
}

div.NewsListItem
{
}

div.NewsListItem h3
{
    padding-left:6px;
}

div.NewsListItemDate
{
   /* background: url(/App_Themes/FrameworkBasic/images/custom/news-list-item-date-bg.gif) repeat-y;*/
    padding: 2px 0px 2px 6px;
    color: gray;
    font-weight: normal;
    font-size: 10px;
    
}

div.NewsListItem h3
{
    color: #666;
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0px 3px 0px;
}

div.NewsListItemText
{
    color: #666;
    font-weight: normal;
    font-size: 12px;
    padding-left:4px;
}

div.NewsListItemLink
{
    margin: 5px 4px 15px 0px; 
    text-align: right;
}

div.NewsListItemSeparator
{
    clear:both;
    display: none;
}

div.NewsListFooter
{
    clear:both;
    display: block;
    margin-bottom: 25px;
}



/* -- OFFERS LIST BOX ----------------------------------------------- */
div.OffersListWrapper
{
    padding-top: 0px;
                
}

div.OffersListHeader
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/newsheader.gif) no-repeat scroll 0 0;
    height:25px;
}

div.OffersListHeader h2{margin:0px; padding:6px 6px 6px 6px; color:#fff;}

div.OffersListBody
{
    /*border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;*/
    background-color: #ffffff;
}

div.OffersListItemWrapper
{
    padding-bottom: 5px;
}

div.OffersListItemHeader
{
  /*  background: url(/App_Themes/FrameworkBasic/images/custom/news-list-item-date-bg.gif) repeat-y;*/
}

div.OffersListItemHeader h3
{
    color: Gray;
    font-weight: normal;
    padding: 2px 0px 2px 6px;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
}

div.OffersListItemBody
{
    padding-top: 0px;
}

div.OffersListItemBody div.ProductPrice span span
{
    padding-left:4px;
}



div.OffersListItemImage
{
    text-align: center;
    padding: 5px 0px 5px 0px;
}


div.OffersListItemText
{
    margin-bottom: 10px;
    padding-left:0px;
    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  
{
    visibility: hidden;
}

div.OffersListItemMoreInfo a:active
{
    background-position: 0px 0px; /* 0px -50px */
}


div.OffersListItemFooter
{
    clear:both;
}

div.OffersListItemSeparator
{
    clear:both;
    margin-bottom: 0px;
}

div.OffersListFooter
{
    clear:both;
    display: block;
    margin-bottom: 0px;
}



/* -- PRODUCT LIST BOX ----------------------------------------------- */
div.SimpleProductListWrapper
{
    padding-top: 0px;              
}

div.SimpleProductListWrapper .Spacer
{
    font-size: 0px;
    height: 6px;
}

div.SimpleProductListHeader
{background: url(/App_Themes/FrameworkBasic/images/custom/newsheader.gif) no-repeat;}

div.SimpleProductListHeader h3
{
    margin:0px; padding:4px 4px 4px 4px; color:White;
}

div.SimpleProductListBody
{
    padding-top:4px;
}

div.SimpleProductListItem
{
 
}

div.SimpleProductListItemText
{padding-left:4px;}

div.SimpleProductListItemText a
{
    padding-left: 11px;
    background: url(/App_Themes/FrameworkBasic/images/node-closed.gif) 0px 4px no-repeat;        
    color: #666;
    font-weight: bold;
    font-size: 12px;
}

div.SimpleProductListItemText a .SimpleProductListItemCounter, div.SimpleProductListItemText a .SimpleProductListItemCounterSuffix
{
    color: #000000;
}



div.SimpleProductListItemSeparator
{
    clear:both;
    display: none;
}

div.SimpleProductListFooter
{
    clear:both;
    display: none;
}



/* -- NEWLSETTER BOX ----------------------------------------------- */

div.NewsletterBoxWrapper
{
    background: url(/App_Themes/FrameworkBasic/images/custom/newsletter-box-wrapper-bg.gif) no-repeat;
    padding-top: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0;              
}

div.NewsletterBoxHeader
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/newsheader.gif) no-repeat scroll 0 0;
    height:25px;
}

div.NewsletterBoxHeader h3
{margin:0px; padding:6px 6px 6px 6px; color:White; font-size:12px;}

div.NewsletterBoxBody
{
}

div.NewsletterBoxText
{
    font-size: 12px;
    color: #666;
    padding-left:4px;
    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
{
    clear: both;
    float:left;
    margin-right: 0px;
    padding: 0px;
    padding-left:4px;
}

div.NewsletterBoxInput input
{
    width: 108px;
    border-top: 1px solid #7d7d7d;
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    border-left: 1px solid #7d7d7d;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat;    
    margin: 0px;
    padding: 3px 2px 3px 2px;
}



div.NewsletterBoxButton
{
    float:right;
    margin: 0px;
    _margin-top: 1px;    /* IE6 workaround */
     
}

div.NewsletterBoxButton a
{
    display: block; 
}

div.NewsletterBoxButton img
{
    display: block;
}

div.NewsletterBoxButton a:hover img, div.NewsletterBoxButton a:active img
{
    visibility: hidden;
}

div.NewsletterBoxButton a:active
{
    background-position: 0px 0px; /* -50 */
}
   

div.NewsletterBoxFooter
{
    clear:both;
}

/* ---------------- SEARCH RESULT -------------------------- */

tr.SearchResultAlternateRow td
{
    background-color:#f4f4f4;
}

div.SearchResultHeader h1
{
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    font-weight: normal;

}

table.SearchResult
{
    margin: 12px 0px;
    width: 100%;
}

table.SearchResult td
{
    vertical-align: middle;
    padding: 0px;
    text-align: center;
    padding: 2px 6px;
    border-bottom: 1px solid #eee;    
}

table.SearchResult td.ProductImageHeader, 
table.SearchResult td.ProductArticleNameHeader, 
table.SearchResult td.ProductArticleNumberHeader, 
table.SearchResult td.ProductPriceHeader, 
table.SearchResult td.ProductQuantityHeader, 
table.SearchResult td.ButtonHeader
{
    background: #fff;
    border-left: 1px solid white;
    font-weight: bold;
    border-bottom: 0px solid #eee;
}

table.SearchResult td.ProductArticleNameHeader,
table.SearchResult td.ProductArticleName
{
    text-align: left;
}

table.SearchResult td.ProductPrice span
{
    font-size: 12px;
}


table.SearchResult td.ButtonContainer
{
    padding: 4px 5px 0px 7px;
}

table.SearchResult td.ButtonContainer img 
{
    vertical-align: text-top;
}

table.SearchResult td.ButtonContainer a
{
    font-size: 19px;
}

table.SearchResult td.ButtonContainer a:hover img, table.SearchResult td.ButtonContainer a:active img  
{
    visibility: hidden;
}

table.SearchResult td.ButtonContainer a:active
{
    background-position: 0px 0px; /* -50 */
}

/* NEWS PAGE */

div.NewsDetailsHeader
{
    padding-bottom:15px;
}

div.NewsDetailsHeader h1
{
    text-align:left;
    margin: 0px;
    color: #000000;
    font-size: 30px;
    font-weight: normal;
    padding-top: 5px;
}

/* STARTPAGE TEMPLATE */
div.ProductPageFooter{padding-bottom:30px;}
a img {border: 0px;}
#ctl00_main_showpage_sfp_sp_spnPrice {color: red;}
                  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.ProductCommentLabelCssClass
{
	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;
}.AlternateRowCssClass
{
	border-bottom: 1px solid Gray;
	padding: 10px;
}.AttributeValidatorCssClass
{
	clear: both;
}.ItemDataCssClass
{
	width: 150px;
	vertical-align: top;
	display: inline-block;
}.ItemTitleCssClass
{
	font-weight: bold;
	width: 150px;
	vertical-align: top;
	display: inline-block;
}.ListPagingControlPagerPreviousCssClass, .ListPagingControlPagerNextCssClass
{
	font-weight: bold;
}.ListPagingControlSeparatorSelectedCssClass, .ListPagingControlSeparatorCssClass
{
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
}.ManufacturerSelectorHeaderCssClass h2
{
	font-size: 10px;
	margin-bottom: 3px;
}.ManufacturerSelectorWrapperCssClass
{
	padding: 5px;
}.ProductDescriptionCssClass
{
	padding-top: 10px;
}.ProductImageCssClass
{
	border-right: 1px dotted black;
	text-align: center;
}.ProductInformationCssClass, .ProductSpecificationsCssClass
{
	padding-top: 15px;
	font-size: 16px;
	border-bottom: 1px dotted black;
}.ProductNameCssClass
{
	font-size: 20px;
}.ProductPriceLabelCssClass, .ProductArticleNumberLabelCssClass, .ProductQuantityLabelCssClass, .ProductStockstatusLabelCssClass, .ProductManufacturerLabelCssClass, .ProductManufacturerArtNrLabelCssClass, .ProductManufacturerModelLabelCssClass
{
	font-weight: bold;
}.ProductPriceValueCssClass
{
	font-size: 16px;
	font-weight: bold;
}.ProductSubNameCssClass
{
	font-size: 16px;
	color: Gray;
}.ProductTableCssClass
{
	width: 600px;
}.ProductToolbarShowImageCssClass
{
	*margin-left: -3px;
}.RowCssClass
{
	border-bottom: 1px solid Gray;
	background-color: #efefef;
	padding: 10px;
}.showProductPrintBody
{
	font-family: Verdana;
	font-size: 12px;
}div.ManufacturerContentBodyCssClass
{
	padding-top: 20px;
}div.ManufacturerContentBodyTextCssClass
{
	float: left;
	font-family: Arial;
	font-size: 13px;
}div.ManufacturerContentFooterCssClass
{
	clear: both;
	height: 20px;
}div.ManufacturerContentHeaderCssClass
{
	padding: 0px 0px 0px 0px;
	height: 48px;
}div.ManufacturerContentHeaderCssClass h1
{
	text-align: left;
	margin: 0px;
	font-size: 30px;
	font-weight: normal;
	padding-top: 5px;
}div.ManufacturerContentImageCssClass
{
	float: left;
	margin-right: 16px;
}div.ManufacturerContentWrapperCssClass
{
	: ;
}div.NewsArchiveButtonCssClass
{
	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.ProductUnitWrapperCssClass
{
	padding-top: 5px;
}span.ProductUnitLabelCssClass
{
	padding-right: 3px;
	font-weight: bold;
}
li {font-weight:bold;}
div.ProductListWrapper h2 {background:url("/App_Themes/FrameworkBasic/images/custom/newslistheader-bg.gif") no-repeat scroll 0 0 transparent;
color:white;
font-size:14px;
height:20px;
padding-left:2px;
padding-top:4px;
vertical-align:bottom;}






/* ---------------- START PAGE SLIDER -------------------------- */

#StartPageDefinitions
{
    display: none;
}

#ctl00_main_showpage_sfp_sp, #ctl00_main_showpage1_sfp_sp
{
    overflow:hidden;
}

#ctl00_main_showpage_sfp_sp div.ProductPageHeader, #ctl00_main_showpage1_sfp_sp div.ProductPageHeader,
#ctl00_main_showpage_sfp_sp div.ProductPageBody, #ctl00_main_showpage1_sfp_sp div.ProductPageBody,
#ctl00_main_showpage_sfp_sp div.ProductPageFooter, #ctl00_main_showpage1_sfp_sp div.ProductPageFooter
{
    display:none;
}

div#StartPageSliderContainer
{
    background: #ddd;    
    overflow: hidden; 
    position: relative;  
    margin: 0px auto;
}

div#StartPageSliderViewPort
{
    overflow: hidden; 
    position: absolute;
    background: #fff;    
}

div#StartPageSlider
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
}    

div#StartPageSlider div.StartPageSliderItem
{
    text-align: center;
    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.StartPageSliderItem a img
{
    border:none;
}

div#StartPageSlider div.SliderItemText
{
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    background: url(/App_Themes/FrameworkBasic/start-page-slider/slider-item-text-bg-white.png);   
    margin-right: 20px;    
    color: #000;
    text-align: left;  
    font-size: 20px;
    font-weight: bold;
    display: none;
}  



#StartPageSliderLeftButtonBg
{
    display: none;    
    width: 31px;
    height: 31px;
    position: absolute;
    top: 300px;
    left: 10px;
       
}

#StartPageSliderLeftButton
{
    display: block;      
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 86px;
    left: 10px;   
	opacity: 0.8;
	filter: alpha(opacity=80);     
}

#StartPageSliderLeftButton:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}


#StartPageSliderRightButtonBg
{
    display: none;        
    width: 31px;
    height: 31px;
    position: absolute;
    top: 300px;
    right: 10px;
    
}

#StartPageSliderRightButton
{
    display: block;    
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 86px;
    right: 10px;   
	opacity: 0.8;
	filter: alpha(opacity=80);        
}

#StartPageSliderRightButton:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
}






/* --- OFFER BANNER --- */

#OfferBanner
{
    position: relative;
    overflow: hidden;
}

#OfferBanner a
{
    position: absolute;
    top: 0px;
    left: 0px;       
    z-index: 5;
    display: none;
}

/* --- END OFFER BANNER --- */






div.SimpleProductListItemImage {float: left; padding-right:4px;}
span.SimpleProductListItemName {}
div.SimpleProductListWrapper .Spacer {clear: both;}

.popupInfoBox
{
	border: 2px solid #333333;
	width: 620px;
	height: 435px;
	background: url(../images/pop-up-bg.gif) no-repeat scroll 0 0 #FFFFFF;
	padding: 8px 0 0 6px;
	display: none;
	position: absolute;
	margin: 0 0 0 532px;
}

.popupInfoBoxLink
{
	display: inline;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 4px;
	color: #d91034;
}


.popupInfoBoxLinkClose
{
	text-decoration:  underline;
	cursor:  pointer;
	background: url(../images/fancybox/fancy_closebox.png) no-repeat;
	height:  30px;
	width:  30px;
	float:  right;
}

.ProductFileIconCssClass
{
	background-image: url("/App_Themes/FrameworkBasic/images/node-closed.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 7px;
	height: 15px;
	float: left;
}

.ProductFileLinkWrapperCssClass
{
	float: left;
}

.ProductFileListCloseWrapperCssClass
{
	float: right;
}

.ProductFileListHeaderTextCssClass
{
	margin-bottom: 20px;
}

.ProductFileListMainCssClass
{
	text-align: left;
	width: 300px;
	border: 1px solid #D8D8D8;
	background: #FFFFFF;
	padding: 5px;
}

.ProductFileListModalPopupBackgroundCssClass
{
	background: none repeat scroll 0 0 #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.ProductFileWrapperCssClass a
{
	margin-left: 10px;
}

div.MonthlyCostWrapperCssClass
{
	padding: 6px 5px 5px 5px;
}


div.popupInfoBoxContent
{
	width: 620px;
	height: 405px;
	overflow:  auto;
}

div.ProductFileListFilesWrapperCssClass div
{
	display: block;
}

div.ProductFileWrapperCssClass
{
	clear: both;
	height: 20px;
	vertical-align: middle;
}

td.PurchaseBlockPrice span.PricePrevious
{
	display: block;
}

.CartPaymentAndFreightSelectorDeliveryDateInfoTextCssClass
{
	display: block;
}

.CartPaymentAndFreightSelectorDeliveryDateOutOfRangeDayCssClass
{
	background-color: Red;
}

.CartPaymentAndFreightSelectorDeliveryDateOutOfRangeDayCssClass a
{
	cursor: default;
}

.CartPaymentAndFreightSelectorDeliveryDateWeekendDayCssClass
{
	background-color: Blue;
}

.CartPaymentAndFreightSelectorDeliveryDateWeekendDayCssClass a
{
	cursor: default;
}

.OrderDetailsPlacedOrderDetailsMoreInfoRowCssClass td
{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ProductTicketEventBookingWrapper
{
	display: block;
	margin-top: 10px;
}

.ProductTypeTicketAddonInfoBoxWrapper
{
	clear: both;
}

.ticketEventsListItem
{
	display: block;
}

.VoucherControlButtonAreaCssClass
{
	display: inline;
}

.VoucherControlContentCssClass
{
	margin-bottom: 25px;
}

.VoucherControlErrorCssClass
{
	display: block;
	color: Red;
}

.VoucherControlInputAreaCssClass span
{
	font-weight: bold;
	margin-right: 10px;
}

.VoucherControlWrapperCssClass
{
	border: 1px solid black;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 10px;
}

.voucherPageCssClass
{
	background: none;
}



/* ---------------- SLIDER SMALL FOR OFFERS -------------------------- */

#OfferSliderDefinitions
{
    display: none;
}


div#OfferSliderContainer
{

    overflow: hidden; 
    position: relative;  
    margin: 0px 0 0px;    
}

div#OfferSliderViewPort
{
    overflow: hidden; 
    position: absolute;
    background: #fff;    
}

div#OfferSlider
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
}    

div#OfferSlider div.OfferSliderItem
{
    float: left;
    background: #fff;    
    position: relative;
    overflow: hidden;
}  

div#OfferSlider div.OfferSliderItem a
{
    text-align: center;
    display:block;
    overflow:hidden;
    margin: 0 auto;
}  


div#OfferSlider div.SliderItemText
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 8px 10px;
    background: url(/App_Themes/FrameworkBasic/images/custom/offer-slider/slider-item-text-bg-black.png);    
    margin-right: 20px;    
    color: #fff;
    text-align: left;  
    font-size: 12px;
    font-weight: bold; 
    cursor: pointer;
}  


div#OfferSlider div.SliderItemText span
{
    display:block;
    font-size: 11px;
    padding-top: 2px;
    font-weight: normal; 
}  

div#OfferSlider div.SliderItemText br
{
    display:none;
}  



#OfferSliderLeftButtonBg
{
    display: none;    
    width: 35px;
    height: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
       
}

#OfferSliderLeftButton
{
    display: block;      
    width: 20px;
    height: 250px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;    
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#OfferSliderLeftButton:hover
{
    opacity: 1;
}

#OfferSliderRightButtonBg
{
    display: none;      
    width: 35px;
    height: 250px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
}

#OfferSliderRightButton
{
    display: block;      
    width: 20px;
    height: 250px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    opacity: 0.5;
    filter: alpha(opacity=50); 
    right: 0px;      
}

#OfferSliderRightButton:hover
{
    opacity: 1;
}


/* NEW PRODUCT PAGE DEFINITIONS */


.ProductPageWrapper .ProductPageHeader h1
{
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background: #eee url(/App_Themes/FrameworkBasic/images/custom/grey-fade-bg.png) repeat-x;  
    border: 1px solid #d8d8d8;  
}

.ProductPageWrapper .ProductPageHeader h1 span
{
    font-weight: normal;
    font-size: 16px;    
}

.ProductPageWrapper .ProductDescriptionHeader
{
    display: none;
}

.ProductPageWrapper .ProductArticleNumber
{
    position: static;
    color: #000;
    font-size: 12px;    
}

.ProductPageWrapper .ProductArticleNumberLabel
{
    font-weight: bold;
}


.ProductPageWrapper .ProductImagesWrapper
{
    float: left;
    width: 284px;
    margin: 0;
}

.ProductPageWrapper .ProductDescriptionWrapper
{
    float: right;
    width: 284px;
    color: #000;
    font-size: 12px;
    margin: 0;
}

.ProductPageWrapper .ProductDescriptionLabel
{
    display: none;
}

.ProductPageWrapper .BigProductImage img
{
    width: 284px;
    height: auto;
}

.ProductPageWrapper .ProductImageClickMessage
{
    display: none;
}

.ProductPageWrapper .ProductDescription
{
    overflow: hidden;
    margin-top: 10px;
}

.ProductPageWrapper .ProductDescriptionText
{
    overflow: hidden;
}

.ProductPageWrapper .ProductDescriptionText p
{
    margin: 10px 0;
}


.ProductPageWrapper .ProductPageBody
{
    margin-top: 15px;
}

.ProductPageWrapper .ProductThumbnailsBody div
{
    display: none;
}

.ProductPageWrapper .ProductThumbnailsBody img
{
    padding: 1px;
    margin: 0;
    background: #d8d8d8;
    margin: 0 1px 2px;
}


.ProductPageWrapper .PurchaseBlockWrapper
{
    background: #eee url(/App_Themes/FrameworkBasic/images/custom/grey-fade-bg.png) repeat-x; 
    padding: 7px 5px;
}

.ProductPageWrapper .PurchaseBlockStock
{
    display: none;
}

.ProductPageWrapper .ToolbarWrapper
{
    margin: 0;
}

.ProductPageWrapper .ProductToolbarShowImageCssClass, .ProductPageWrapper .ProductToolbarShowImage
{
    display: none;
}

.ProductPageWrapper .addthis_toolbox
{
    float: left;
    padding: 7px 0 0;
}

.ProductPageWrapper #ctl00_main_showproduct1_tabContent_pnlProductDescription_tab
{
    display: none;
}

.ProductPageWrapper .ProductTabsWrapper
{
    padding: 15px 0 0;
}

.ProductPageWrapper .Video
{
    display: none;
}

.ProductPageWrapper .ProductDescriptionText img
{
    max-width: 284px;
}

.ProductPageWrapper .
{
}

.ProductPageWrapper .
{
}


#DescriptionResizer
{
    background: url(/App_Themes/FrameworkBasic/images/custom/resizer-bg.png) repeat-x; 
    padding: 22px 10px 10px;
    text-align: right;
    margin-top: -12px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

#DescriptionResizer span
{
    background: url(/App_Themes/FrameworkBasic/images/custom/resizer-text-bg.png) 0 -25px no-repeat;  
    padding: 0 0 0 15px;   
}    

#DescriptionResizer span.Minimize
{
    background-position: 0 0px;     
}    

#DescriptionResizer:hover span
{
    text-decoration: underline;
    
}    

#StockStatusNew
{
    text-align: center;
    padding: 2px 0 0;
}

#StockStatusNew .StockStatusLabel
{
    font-weight: bold;
    margin-right: 5px;
}    

#VideoWrapper
{
    clear: both;
    padding: 15px 0 0;
}

#VideoWrapper .ajax__tab_body
{
    padding-right: 0;
}



#VideoContainer
{
    position: relative;
    zoom: 1;
}

#VideoContainer iframe
{
    display: block;
    margin: 10px auto 10px;
    border: 0;
}

#VideoContainer .Video
{
    display: block;
    float: left;
    margin: 0 6px 5px 0;
    position: relative;
    z-index: 2;
    height: 100px;
    width: 135px;
    border: 0px solid #fff;
}

#VideoContainer .Video:hover
{
    border: 0px solid #000;
}

#VideoContainer .VideoPositioner
{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 135px;
    height: 100px;
    z-index: 10;

}

.VideoId
{
    display: none;
}


#VideoContainer .VideoClick
{
    display: block;
    position: absolute;
    width: 135px;
    height: 100px;
    top: 0px;
    left: 0px;
    z-index: 1000;
    cursor: pointer;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
}

#VideoContainer .VideoClick:hover
{
    background-color: #333;
}

.VideoClose
{
    background: url(/FrameworkBasic/script/jQuery/fancybox/fancybox.png) -40px 0;
    cursor: pointer;
    display: none;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 30px;
    z-index: 1000;
}

.VideoClose:hover
{
    opacity: 0.7;
}

span.AltProdNoLabel
{
    font-weight: bold;
    margin: 0 0 0 15px;
}

#RecommendationSpecific h2, #RecommendationSpecific2 h2
{
    background: url("/App_Themes/FrameworkBasic/images/custom/newsheader.gif") repeat-x scroll 0 0 transparent;
    padding: 6px 0 1px 6px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
}    
.paymentErrorMessage
{
	border: 1px solid #ddd;
	margin: 10px;
	padding: 20px;
}

.paymentErrorMessage li
{
	font-weight: bold;
}

.paymenterrormessagetitle
{
	margin: 0;
	color: #000;
	font-size: 18px;
}

div.InfoTextRightWrapper
{
	margin-top: 25px;
}

div.StatusOrderBtn
{
	margin: 0 auto;
}

.bottom
{
	border-bottom: 0;
}

.odd
{
	border: 0;
}

.odd, .search-string-result, .search-previous-string, .search-prev, .search-next, .search-didyoumean-string
{
	background: #eeeeee;
	border: 1px solid #ddd;
}

.search-active-page
{
	font-weight: bold;
	color: #000;
}

.search-amount input
{
	width: 30px;
	text-align: center;
}

.search-didyoumean-label
{
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

.search-order
{
	text-align: center;
}

.search-pages
{
	width: 376px;
}

.search-paging
{
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	float: left;
	clear: both;
	width: 100%;
}

.search-prev, .search-next
{
	width: 100px;
}

.search-prev, .search-next, .search-pages
{
	display: block;
	float: left;
	text-align: center;
	padding: 3px 0;
}

.search-previous-queries, .search-didyoumean-queries
{
	width: 430px;
	float: left;
}

.search-previous-searches, .search-didyoumean
{
	border-top: 1px solid #ddd;
	padding-top: 15px;
	float: left;
	width: 100%;
	clear: both;
}

.search-previous-searches-label, .search-didyoumean-label
{
	width: 150px;
	float: left;
}

.search-previous-string, .search-didyoumean-string
{
	padding: 3px 15px;
	margin-left: 3px;
	margin-top: 3px;
	float: left;
}

.search-previous-string, .search-prev, .search-next, .search-didyoumean-string
{
	text-decoration: none;
	color: #666;
}

.search-previous-string:hover, .search-prev:hover, .search-next:hover, .search-didyoumean-string:hover
{
	color: #000;
	border-color: #999;
}

.search-productnamne a
{
	text-decoration: none;
}

.search-productnamne a:hover
{
	text-decoration: underline;
}

.search-productnamne, .search-articlenumber, .search-price
{
	font-weight: bold;
	color: #000;
}

.SearchProductPrice span
{
	display: block;
	white-space: nowrap;
}

.search-result-table
{
	clear: both;
	margin-top: 20px;
}

.search-result-table td
{
	clear: both;
	padding: 5px;
}

.search-string
{
	color: #CC0000;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}

.search-string-result
{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 10px;
}

.search-table-headers td
{
	padding-bottom: 15px;
}

.search-wrapper
{
	width: 580px;
	margin: 0 auto;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.search-wrapper h1
{
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	padding-bottom: 16px;
}

div.ManufacturerContentHeaderCssClass h2
{
	font-weight: normal;
	font-size: 18px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	font-style: italic;
}

h2.fn
{
	color: #000;
	font-size: 20px;
}

span.PriceStandard span.PriceAmount span
{
	font-size: 24px;
	font-weight: bold;
}

span.SearchPriceEarlier
{
	margin-left: 5px;
}

span.SearchPriceEarlier span
{
	font-size: 13px;
	text-decoration: line-through;
}

span.SearchPriceEarlier span.SearchPriceAmount
{
	font-size: 13px;
}

span.SearchPricePrevious span
{
	text-decoration: line-through;
	padding-left: 4px;
}

span.SearchPricePromotion span
{
	font-size: 12px;
	color: #d91034;
	font-weight: bold;
}

span.SearchPricePromotion span.SearchPriceAmount
{
	font-size: 12px;
	font-weight: bold;
}

span.SearchPriceStandard span
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

span.SearchPriceStandard span.SearchPriceAmount
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
/* -- MAIN CATEGORY LINKS ----------------------------------------------- */

#MainCatListContainer
{
    padding: 10px 0;
}

a.MainCatLink
{
    float: left;
    margin: 0 10px 10px 0;
    padding: 0px 0px 0px;
    width: 137px;
    background: #fff;   
}

a.MainCatLink:hover
{

}

a.MainCatLink span.Wrapper
{
    display: block;
    padding: 0px;
}

a.MainCatLink span.ImgWrapper
{
    display: block;

    height: 114px;
    overflow: hidden;
    text-align: center;
    background: url(/pub_docs/files/category-images/noimage.jpg) center center no-repeat;
    border: 1px solid #999;    
}

a.MainCatLink img
{
    display: block;
    height: 114px;   
    width: 135px; 
}

a.MainCatLink span.CatName
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border: 1px solid #999;      
    border-top: 0;
    border-top: 0;
    background: url(/pub_docs/files/category-images/settings/start-link-box-text-bg.png) left top repeat-x;     
    padding: 7px 5px 8px;
    text-align: center;
    overflow: hidden;
}

a.MainCatLink:hover,
a.MainCatLink:hover span.ImgWrapper,
a.MainCatLink:hover span.CatName
{
    border-color: #000;
    color: #000;
    text-decoration: none;
}

a.MainCatLink:hover span.CatName
{
    background-position: 0 -200px;
}
