div.FooterContentWrapperCssClass {
    margin-left:auto;
    margin-right:auto;
    width:972px;
}

div.FooterContentBodyCssClass {
	padding:0px 0 0px;
	text-align:center;
}


/* -- TOP AREA ----------------------------------------------- */

div.TopArea
{background: url(/App_Themes/FrameworkBasic/images/custom/toparea_bg.jpg) no-repeat; height: 136px;}


/* -- PAGE MENU ----------------------------------------------- */

div.PageMenuWrapper
{
    float:left;
    width: 984px;
    height: 40px;
    overflow: hidden;
    background: url(/App_Themes/FrameworkBasic/images/custom/page-menu-wrapper-bg.gif) no-repeat;
    padding-top: 0px;
}

a.PageLink,a:visited.PageLink
{ color:#fff; font-weight: normal;}


/* -- CART AREA ----------------------------------------------- */
div.CartArea
{/*
    float: left;
    width: 170px;
    height: 152px;
    overflow: hidden;
    margin:0px;
    padding-top: 0px;
    padding-left: 76px;
    
*/}

div.SmallCartWrapper
{position: absolute; top: -6px; right: 0px; width: 140px;}

div.SmallCartButtons
{position: absolute; top:14px; right: 227px;}

div.SmallCartItems
{}

/* --Kundvagn tekst-------*/
div.SmallCartHeader h2
{margin:0px; padding:0px; text-transform:uppercase; font-size: 14px; color: #000; display:none;}


/* --Moms-------*/
div.VatSelector
{clear: both; margin-top: 34px; margin-left: -4px;}


/* --Handlekurv tekst-------*/
div.SmallCartBody
{/*padding: 0px 0px 0px 122px;*/text-align: left;color: #000;}


/* --Knapper-------*/
div.ViewCartButton
{
    position:absolute;
    left: 15px;
    top:95px;
    display:none; /* not needed */
}

div.CheckoutButton
{
    position: absolute;
    top: 29px;
    left: 73px;
}

div.MyPagesButton
{
    position: absolute;
    top: 94px;
    left: 57px;
}

div.LogInOutButton
{
    position: absolute;
    top: 94px;
    left: 142px;
}


/* -- PRODUCT CATEGORY MENU ----------------------------------------------- */
div.ProductCategoryLevel1
{
	background:url("/App_Themes/FrameworkBasic/images/custom/menulevel.gif") no-repeat scroll 0 0 transparent;
	margin-bottom:0;
	padding-bottom:1px;
	padding-left:14px;
	padding-top:0;
} 

/*div.ProductCategoryLevel1:hover
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/menulevel_hover.gif) no-repeat scroll 0 0;
    height:14px;
    margin-bottom:0px;
    padding-bottom:8px;
    padding-left:14px;
    padding-top:8px;
}*/

div.ProductMenuHeader
{
	background:url("/App_Themes/FrameworkBasic/images/custom/Menutop.gif") no-repeat scroll 0 0 transparent;
	height:31px;
	margin:0;
	width:191px;
}

div.ProductMenuHeader h3
{
    padding:0px;
    margin:0px;
    color:white;
    font-style: normal;
	display:none;
}

div.ProductCategoryLevel1 a span.ProductCategoryName
{
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

/* -- SEARCHBOX ----------------------------------------------------------- */
div.SearchBoxWrapper
{
    background: url(/App_Themes/FrameworkBasic/images/custom/search_bg.gif) no-repeat scroll 4px 0;
    left:813px;
    position:absolute;
    top:102px;
    width:162px;   
}

div.SearchBoxInput input
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat scroll 0 0;
    border-color:#7D7D7D #BDBDBD #BDBDBD #7D7D7D;
    border-style:solid;
    border-width:1px;
    height:12px;
    margin:0;
    padding:4px 3px 4px 4px;
    width:127px;
}


/* -- NEWSLIST BOX ----------------------------------------------------------- */
div.NewsListHeader
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/newsHead.gif) no-repeat scroll 0 0;
    height:37px;
    padding-left:0;
}

div.NewsListHeader h2{margin:0px; padding:13px 0 0 64px; color:#FFF;}

div.NewsListWrapper
{
    background:url("/App_Themes/FrameworkBasic/images/custom/offerlist-bg.gif") repeat-y scroll 0 0 transparent;
    padding-bottom:0;
}

div.NewsListItemDate
{
    /*background: url(/App_Themes/FrameworkBasic/images/custom/news-list-item-date-bg.gif) repeat-y;*/
    padding: 2px 0px 2px 6px;
    color: #999;
    font-weight: normal;
    font-size: 10px;
}

div.NewsListItemImage{margin-left: 6px;}


/* -- OFFERS LIST BOX ----------------------------------------------- */
div.OffersListHeader
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/offerHead.gif) no-repeat scroll 0 0;
    height:37px;
    padding-left:0;
}

div.OffersListHeader h2{margin:0px; padding:13px 0 0  54px; color:#FFF;}

div.OffersListWrapper
{
    padding-top: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/newsHead.gif) no-repeat;
}

div.OffersListItemHeader h3
{
    color: #444;
    font-weight: bold;
    padding: 2px 0px 2px 6px;
    font-size: 10px;
    /*background: url(/App_Themes/FrameworkBasic/images/custom/news-list-item-date-bg.gif) repeat-y;*/
}













/* -- PRODUKTLISTER ----------------------------------------------------- */

div#ctl00_main_customProductList_pagingTop element.style
{
    width: 80px;
}

div#ctl00_main_customProductList_pagingTop
{
    margin-bottom: 10px;
}

div#ctl00_main_customProductList_pagingTop span
{
    margin-left:6px;
    margin-right:6px;
    font-weight: bold;
    color: gray;
}

div#ctl00_main_customProductList_pagingTop a
{
    color: black;
    border-bottom: solid 1px gray;
    font-weight: bold;
}

div#ctl00_main_customProductList_pagingTop a:hover
{
    color: red;
    border-bottom: solid 1px red;
    font-weight: bold;
}






div#ctl00_main_customProductList_pagingBottom element.style
{
    width: 80px;
}

div#ctl00_main_customProductList_pagingBottom
{
    margin-bottom: 10px;
}

div#ctl00_main_customProductList_pagingBottom span
{
    margin-left:6px;
    margin-right:6px;
    font-weight: bold;
    color: gray;
}

div#ctl00_main_customProductList_pagingBottom a
{
    color: black;
    border-bottom: solid 1px gray;
    font-weight: bold;
}

div#ctl00_main_customProductList_pagingBottom a:hover
{
    color: red;
    border-bottom: solid 1px red;
    font-weight: bold;
}




/* -- GENERAL DEFINITIONS ----------------------------------------------- */
h1, h2, h3, h4{margin:0px; padding:0px;}
* 
{
    font-family: Trebuchet,Arial;
    font-size: 12px;
}

body
{
    margin: 0px;
    padding: 0px;
    /*background: #fff url(/App_Themes/FrameworkBasic/images/custom/bg.jpg);*/
    color: #666666;
    background-color: #A1A1A1;
}

a, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
    color: #000;
}

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;
}

div.BottomSpacer
{
    /*background: #fff;*/
   height: 0px;
    padding-bottom: 16px;
    margin-top: 0px;
    /*margin-left: 12px;*/
    background: url(/App_Themes/FrameworkBasic/images/custom/bottomBg.gif) no-repeat center top;
    
}

div.BottomSpacerInner1, div.BottomSpacerInner2
{
    
}


/* -- Left & right areas -- */

td.LeftSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/left.gif) top right repeat-y;
      /*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.jpg) top right no-repeat;
      height: 800px;
      background-color: #FFF;   
}

div.LeftSpacerInner2, div.LeftSpacerInner3
{}


td.RightSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/right.gif) top left repeat-y;
      /*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.jpg) top left no-repeat;
      height: 800px; 
      background-color: #FFF;   
}

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) 0px 0px repeat-y;*/
}

div.SiteWrapper
{
    width: 984px;
    position: relative;
}




/* -- 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 ----------------------------------------------- */

span.SmallCartItemsLabel, span.SmallCartSumLabel
{
    font-weight:bold;
}

span.VatSelectorLabel label
{
    font-size: 0.8em;
}

div.CultureSelectorWrapper
{
    height: 25px;
    position:absolute;
    top:0px;
    left:530px;
}

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 0px;
    text-align: left;
    color: #666;
    margin-bottom:8px;
}


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.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.PageMenuHeader
{
    display:none;
}

div.PageMenuBody
{}

div.PageLinkWrapper
{
    /*border-right:1px solid #FFFFFF;*/
    float:left;
    height:27px;
    padding-left:20px;
    padding-right:20px;
    /*background: url(/App_Themes/FrameworkBasic/images/custom/pagelink-divider.gif); background-position:right; background-repeat:no-repeat;*/
}

/*div.PageLinkWrapper:hover {
     background-color: #444;
}*/

div.PageLinkWrapper a:hover {
    color:#fff;
}

div.PageLinkWrapper a
{
    display: block;
    margin-top:7px;
}

div.PageLinkWrapper a:hover
{
    /*opacity: 0; 
    filter: alpha(opacity=0);*/
}

div.PageLinkFirst
{padding-left:23px; margin-left: 23px;}

div.PageLinkFirst, div.PageLinkLast
{}

a.PageLink span.LinkSpacerLeft
{
    display:none
}

a.PageLink span.LinkText
{
   text-transform: uppercase;
   font-size: 11px;
   font-weight: bold;    
}

a.PageLink span.LinkSpacerRight
{
    display:none
}


div.PageLinkDivider
{
    float: left;
}

div.PageMenuFooter
{
    clear: both;
    height: 34px;
    display:none;
}



/* -- LEFT AREA ----------------------------------------------- */

div.LeftArea
{
    float:left;
    margin-left:2px;
    margin-right:16px;
    margin-top:0;
    width:170px;
}

/* -- SEARCH BOX ----------------------------------------------- */

div.SearchBoxHeader
{ display:none;}

div.SearchBoxBody
{
	background:url("/App_Themes/FrameworkBasic/images/custom/searchBg.gif") no-repeat scroll 0 0 transparent;
	height:43px;
	left:-811px;
	position:absolute;
	top:34px;
	width:191px;
}

div.SearchBoxInput
{
    float:left;
    margin-right:0;
    padding-left:11px;
    padding-top:9px;
}

div.SearchBoxButton
{
    float:right;
    padding-right:10px;
    padding-top:10px;
    _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:50px;
}

div.ProductMenuBody
{
    /*border-left:1px solid #d9824a; border-right:1px solid #d9824a;*/
    width: 191px;
}


div.ProductTreeRoot1
{
}

div.ProductTreeLevelFooter1
{

}

div.ProductTreeRoot16
{
}

div.ProductTreeRoot7
{
    /*padding-top: 30px;*/
}

td.NodeControl
{
    padding-bottom: 0px;
    vertical-align: middle;
    padding-right: 4px;
    font-size: 0px;
    display: none;
}

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.ProductCategoryLevel2 a span.ProductCategoryName
{
    font-size: 11px;
    color: #fff;
}

div.ProductCategoryLevel2
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/menulevel.gif) no-repeat scroll 0 0;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 1px;
} 

   

div.ProductCategoryLevel3
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/menulevel.gif) no-repeat scroll 0 0;
    padding-left: 40px;
    padding-top: 0px;
    padding-bottom: 1px;
}


div.ProductCategoryLevel3 a span.ProductCategoryName
{
    font-size: 11px;
    color: #fff;
}

div.ProductCategoryLevel4
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/menulevel.gif) no-repeat scroll 0 0;
    padding-left: 50px;
    padding-top: 0px;
    padding-bottom: 1px;
}
 

div.ProductCategoryLevel4 a span.ProductCategoryName
{
    font-size: 11px;
    color: #fff;
}    

div.ProductMenuFooter
{
    clear:both;
    background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-footer-bg.gif) no-repeat;
    padding:11px 0px;
    width: 191px;
}



/* -- INFO AREA ----------------------------------------------- */

div.InfoTextWrapper
{
    margin-top: 25px;
    margin-left: 6px;
    width: 180px;
}

/* -- MAIN AREA ----------------------------------------------- */

div.MainArea
{
    float: left;
    width: 580px;
    margin: 6px 18px 0;
    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: 5px; */
}

div.PageDetailsImage
{
    float: left;
    margin-right: 16px;
}
    
div.PageDetailsText
{
    float: left;
    font-family: Georgia, Sans-Serif;
    font-size: 13px;
	width: 373px;
}
    

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: #000;
    font-size: 30px;
    font-weight: normal;
    padding-top: 5px;
}

div.CategoryPageBody
{
    padding-top: 20px;
}

div.CategoryPageImage
{
    float: left;
    margin-right: 16px;
}
    
div.CategoryPageText
{
    float: left;
    font-family: Arial;
    font-size: 13px;
}
    

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: 140px;
    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;
}

div.ProductPageHeader h1
{
    color: #000;
    font-weight: normal;
    font-size: 18px;
    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;
}

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.PriceStandard span.PriceAmount
{
    font-size: 24px;
    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: 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;
    margin-left:3px;
    margin-right:2px;
    margin-top:4px;
    width:174px;
}





/* -- NEWS LIST BOX ----------------------------------------------- */

div.NewsListBody
{
}

div.NewsListItem
{
}

div.NewsListItem h3
{
    padding-left:6px;
}

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
{
    background:url("/App_Themes/FrameworkBasic/images/custom/offerlist-bottom.gif") no-repeat scroll 0 0 transparent;
    clear:both;
    display:block;
    height:8px;
    margin-bottom:20px;
}



/* -- OFFERS LIST BOX ----------------------------------------------- */

div.OffersListBody
{
    /*border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;*/
    background-color: #ffffff;
}

div.OffersListItemWrapper
{
    background: url(/App_Themes/FrameworkBasic/images/custom/offerlist-bg.gif) repeat-y;
    padding-bottom: 5px;
}

div.OffersListItemHeader
{
  /*  background: url(/App_Themes/FrameworkBasic/images/custom/news-list-item-date-bg.gif) repeat-y;*/
}

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:4px;
    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: 15px;
}

div.OffersListFooter
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/offerlist-bottom.gif) no-repeat scroll 0 0;
    clear:both;
    display:block;
    height:8px;
    margin-bottom:20px;
}



/* -- PRODUCT LIST BOX ----------------------------------------------- */
div.SimpleProductListWrapper
{
    padding-top: 0px;
	display:none;
}

div.SimpleProductListWrapper .Spacer
{
    font-size: 0px;
    height: 6px;
}

div.SimpleProductListHeader
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/top5.gif) no-repeat scroll 0 0;
    height:32px;
    padding-left:0;
}

div.SimpleProductListHeader h3
{
    margin:0px; padding:4px 4px 4px 4px; color:White; display: none;
}

div.SimpleProductListBody
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/offerlist-bg.gif) repeat-y scroll 0 0;
    padding-bottom:5px;
}

div.SimpleProductListItem
{
 
}

div.SimpleProductListItemText
{padding-left:4px;}

div.SimpleProductListItemText a
{
    padding-left: 0px;     
    color: #666;
    font-weight: normal;
    font-size: 12px;
}

div.SimpleProductListItemText a .SimpleProductListItemCounter, div.SimpleProductListItemText a .SimpleProductListItemCounterSuffix
{
    color: #000000;
}



div.SimpleProductListItemSeparator
{
    clear:both;
    display: none;
}

div.SimpleProductListFooter
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/offerlist-bottom.gif) no-repeat scroll 0 0;
    clear:both;
    display:block;
    height:8px;
    margin-bottom:20px;
}



/* -- NEWLSETTER BOX ----------------------------------------------- */

div.NewsletterBoxWrapper
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/offerlist-bg.gif) repeat-y scroll 0 0;
    padding-bottom:0px;      
}

div.NewsletterBoxHeader
{
    padding-left:0px; 
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/newshead.gif) no-repeat scroll 0 0; 
    height: 37px;
}

div.NewsletterBoxHeader h3
{
	color:#FFFFFF;
	margin:0;
	padding:13px 0 0 55px;
}

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;
    padding-right: 10px;
    _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
{
    background:transparent url(/App_Themes/FrameworkBasic/images/custom/offerlist-bottom.gif) no-repeat scroll 0 0;
    clear:both;
    display:block;
    height:8px;
    margin-bottom:20px;
}

/* ---------------- 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;}


.loginSubmitWrapper
{
float:left;
padding-left:150px;
}

.loginWrapper
{
padding-left:15px;
}

div.CultureSelectorWrapper {
height:25px;
left:22px;
position:absolute;
top:65px;}
div.SimpleProductListItem
{
    clear:both;
    margin-bottom:0;
    padding-top:7px;
}

div.SimpleProductListItemImage
{
    float: left;
    padding-right: 2px;
    padding-left: 4px;
}

div.SimpleProductListItemSeparator
{
    clear:both;
}
#ctl00_smp{display:none;}