.nothing{}

/* -- GENERAL DEFINITIONS ----------------------------------------------- */

* 
{

}

body
{
    margin: 0px;
    padding: 0px;
    color: #333;
	font-family:Georgia,Serif, Arial, sans-serif;
    font-size: 12px;
    background: #ededed url(/App_Themes/FrameworkBasic/images/custom/body-bg.gif) center top repeat-x;
}


body.popupBackground, body.popupBackground td
{
        background: #fff;
        text-align: center;
}

body.popupBackground table
{
        width: 100%;
}


a, a:visited
{
    color: #d41d0f;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: #f00;
}

a img
{
   border: 0px;
}

h1
{
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    border-bottom: 0px solid #cbcbcb;    
}

h2.ContentPage
{
    font-size: 14px;
    font-weight:bold;
    margin:10px 0;
}


.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: url(/App_Themes/FrameworkBasic/images/custom/bottom-spacer-bg.gif) top center;
    display: none;
}

div.BottomSpacerInner1, div.BottomSpacerInner2
{
    display:none;
}

div.FooterContentWrapper
{
    background: url(/App_Themes/FrameworkBasic/images/custom/footer-content-wrapper-bg.gif) top right no-repeat;
    margin: 0px;
    margin-left: auto;
    margin-right: auto; 
    padding: 0px;
    width: 984px;

}

div.FooterContentBody
{

}


div.FooterContentFooter
{
    background: url(/App_Themes/FrameworkBasic/images/custom/footer-content-footer-bg.gif) top right no-repeat;

}



/* -- Left & right areas -- */

td.LeftSpacer
{
      background:  url(/App_Themes/FrameworkBasic/images/custom/left-spacer-bg.gif) top right no-repeat;

}

div.LeftSpacerInner1
{
      background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-inner-1-bg.gif) top right no-repeat;
      display:none;
      height: 594px;
}

div.LeftSpacerInner2, div.LeftSpacerInner3
{}


td.RightSpacer
{
      background:  url(/App_Themes/FrameworkBasic/images/custom/right-spacer-bg.gif) no-repeat;
}

div.RightSpacerInner1
{
      background: url(/App_Themes/FrameworkBasic/images/custom/right-spacer-inner-1-bg.gif) top left no-repeat;
      display:none;
      height: 594px;
}

div.RightSpacerInner2, div.RightSpacerInner3
{}


/* -- Site content containers -- */

td.SiteWrapper
{
    width: 984px;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/site-wrapper-bg.gif) top right repeat-y;        
    padding-bottom: 20px;
           
}

div.SiteWrapper
{
    width: 984px;
    position: relative;
}

div.FooterArea
{
    border-top: 0px solid #cbcbcb;
    border-bottom: 0px solid #cbcbcb;
	width: 576px;
    clear: both;
    margin-left: 208px;
}

#footerruta {
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/footer.png) no-repeat; 
	width: 558px;
	padding: 9px 9px 0; 
	/* 576px */
}


/* -- TOP AREA ----------------------------------------------- */

div.TopArea
{
    padding: 0px 0px 0px 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/top-area-bg.jpg) no-repeat;
    border-bottom: 0px dotted #666;
    margin: 0px 0px 0px 0px;
    height: 193px;    
}


/* -- LOGO AREA ----------------------------------------------- */
div.LogoWrapper
{
    float: left;
    background: url(/App_Themes/FrameworkBasic/images/custom/logo-header-bg.jpg) no-repeat;
    padding: 13px 0px 0px 0px;
    height: 150px;
}

div.LogoHeader
{
    display:none; 
}

div.LogoBody a, div.LogoBody img
{
    display: block;
} 

div.LogoFooter
{
    display:none
}



/* -- CART AREA ----------------------------------------------- */


div.CartArea
{
    right: 0px;
    top: 0px;
    width: 170px;
    height: 193px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    position: absolute;
    background: #900 url(/App_Themes/FrameworkBasic/images/custom/cart-area-bg.gif) no-repeat;
  
}


/* -- CULTURE SELECTOR ----------------------- */

div.CultureSelectorWrapper
{
    position: absolute;
    width: 144px;
    height: 61px;
    top: 107px;
    left: -846px;
    display: none;
    background: url(/App_Themes/FrameworkBasic/images/custom/culture-selector-wrapper-bg.gif) no-repeat;    
    
}

div.CultureSelectorHeader
{
    display: none;
}

div.CultureSelectorBody
{
    padding-top: 0px;
    font-size: 18px;
    
}

a.CultureSelectorItem, a.CultureSelectorItem span
{
    font-size: 14px;
    
}

a.CultureSelectorItem1
{
    position: absolute;
    left: 25px;
    top: 27px;
}

a.CultureSelectorItem2
{
    position: absolute;
    left: 85px;
    top: 25px;
}

a.CultureSelectorItem
{
    margin-left: 5px;
}

a.CultureSelectorItem img
{
    padding: 5px;
    opacity: 0;
    filter: alpha(opacity=0);    
}

a.CultureSelectorItemSelected
{
    text-decoration: underline;
}

a.CultureSelectorItemSelected img
{
    border: 1px solid #ccc;
}


/* -- THE CART ----------------------- */

div.SmallCartWrapper
{
    margin: 0px 0px 0px 0px;
    border: 0px solid #fff;
    padding: 90px 0px 0px 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/small-cart-wrapper-bg.gif) no-repeat;    
    
}

div.SmallCartHeader
{
    display: none;
}

div.SmallCartHeader h2
{
    display: block;
    margin: 0px 0px 7px 0px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;

}

div.SmallCartBody
{
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    font-family: Arial;
}

div.SmallCartItems
{
    padding-bottom: 3px;
    text-align: center;    
}

span.SmallCartItemsValue
{
    margin: 0px 3px 0px 3px;
    font-weight: bold;    
}

span.SmallCartItemsSuffix
{
    font-weight: normal;    
}


div.SmallCartSum
{
    text-align: center;

}

span.SmallCartSumLabel
{
    margin-right: 3px;
}

span.SmallCartSumValue
{
    font-weight: bold; 
}

div.SmallCartFooter
{
    background: url(/App_Themes/FrameworkBasic/images/custom/small-cart-footer-bg.gif) left bottom no-repeat;    
    height: 10px;    
}

/* -- CURRENCY SELECTOR ----------------------- */

div.CurrencySelectorWrapper
{
    height: 20px;
    display: none;
    position: absolute;
    top: 68px;
    left: 0px;
}

div.CurrencySelectorHeader
{
    float: left;
    padding-left: 0px;
    padding-top: 2px;
    display: none;    
}

div.CurrencySelectorHeader h3
{

    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

div.CurrencySelectorBody
{
    padding-left: 0px;
    margin-top: 0px;
}

span.CurrencySelectorInput input
{
    position: relative;
    top: 1px;
}

span.CurrencySelectorLabel
{
    margin-right: 2px;
}

div.CurrencySelectorBody label
{
    font-size: 11px;
}

div.CurrencySelectorBody div.Spacer
{
    display: none;
}

div.CurrencySelectorFooter
{

    height: 0px;
    font-size: 0px;
    display: none;
}
    
/* -- VAT SELECTOR ----------------------- */

div.VatSelector
{
    clear: both;
    margin-top: 22px;
    font-size: 11px;
    display:block;
}

div.VatSelector input
{
    margin: 0px 5px 0px -1px;
    padding: 0px;

}

div.VatSelector label
{
    position: relative;
    top: -1px;
}


/* -- CART BUTTONS ----------------------- */

div.SmallCartButtons
{
    position: absolute;
    top: 75px;
    left: -85px;
}

div.SmallCartButtons div
{
    margin-bottom: 2px;
}

div.ViewCartButton
{
    display:none;
}

div.CheckoutButton
{

}

div.MyPagesButton
{

}

div.LogInOutButton
{

}



div.SmallCartButtons a, div.SmallCartButtons img
{
    display:block;
}



div.ViewCartButtonDisabled
{
    display: none;
}

div.CheckoutButtonDisabled, div.MyPagesButtonDisabled
{
  display:block;
}

div.CheckoutButtonDisabled, div.MyPagesButtonDisabled
{
  display:block;
}


div.ViewCartButton img
{
}

div.SmallCartButtons a:active
{
    background-position: 0px -50px;
}

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.LogInButton a:hover img, 
div.LogInButton a:active img,
div.LogOutButton a:hover img, 
div.LogOutButton a:active img
{
    visibility: hidden;
    _visibility: visible; /* IE6-FIX */    
}








/* -- PAGE MENU ----------------------------------------------- */

div.PageMenuWrapper
{
    height: 27px;
    clear: both;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #000; 
    padding-top: 3px;
}


div.PageMenuHeader
{
    display:none;
}

div.PageMenuBody
{}

div.PageLinkWrapper
{
    float: left;
    padding-top: 0px;
    margin: 0 18px 0 0;
}

div.PageLinkWrapper a
{
    display: block;
    padding: 1px 0 0;
    color: #fff;
}

div.PageLinkWrapper a:hover
{
    text-decoration: none;
    text-shadow: 0 0 10px #FFFFFF;
    color: #fff;
}


div.PageLinkFirst, div.PageLinkLast
{}




a.PageLink
{}

a.PageLink span.LinkSpacerLeft
{
    display:none
}

a.PageLink span.LinkText
{
    font-family: Impact, Tahoma, Arial;
    font-size: 18px;
    font-weight: normal;    
}

a.PageLink span.LinkSpacerRight
{
    display:none
}


div.PageLinkDivider
{
    display:none;
    float: left;
}

div.PageMenuFooter
{
    clear: both;
    height: 2px;
    font-size: 0px;
}






/* -- LEFT AREA ----------------------------------------------- */

div.LeftArea
{
    clear: both;
    float: left;
    width: 180px;
    margin-top: 20px;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/left-area-bg.jpg) 0px 0px no-repeat; 
    position: relative;       
}


/* -- SEARCH BOX ----------------------------------------------- */
div.SearchBoxWrapper
{
    padding: 0px 0px 0px 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-wrapper-bg.gif) no-repeat; 
}

div.SearchBoxHeader
{
    display: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-transform: none;
    background: url(/App_Themes/FrameworkBasic/images/custom/section-header-autumn-bg.gif) no-repeat;  
    color: #000;
}

div.SearchBoxBody
{
    padding: 0px 0px 0px 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/section-body-autumn-bg.gif) no-repeat;
}

div.SearchBoxInput
{
    float:left;

    padding: 0px;
}
div.SearchBoxInput input
{
    width: 138px;
    border-top: 1px solid #000;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #000;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat;    
    margin: 0px;
    font-size: 12px;
    padding: 1px 2px 2px 2px;
}



div.SearchBoxButton
{
    float:right;
    margin: 0px 0px 0px 0px;
    _margin-top: -1px;    /* IE6 workaround */
     
}

div.SearchBoxButton a
{
    display: block;
    background: url(/App_Themes/FrameworkBasic/images/btn/sv-SE/search-hover.gif) top left no-repeat;     
}

div.SearchBoxButton img
{
    display: block;
}

div.SearchBoxButton a:hover img, div.SearchBoxButton a:active img
{
    visibility:hidden;
    _visibility: visible; /* IE6-FIX */    
}

div.SearchBoxButton a:active
{
    background-position: 0px -50px;
}
 

div.SearchBoxFooter
{
    clear:both;
    height: 10px;
    font-size: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-footer-bg.gif) bottom left no-repeat;      
    display:block;
}

/* -- MANUFACTURER SELECTOR ----------------------------------------------- */

div.ManufacturerSelectorWrapper
{
    margin-top: 15px;
    background: #000 url(/App_Themes/FrameworkBasic/images/custom/manufacturer-selector-wrapper-bg.gif) no-repeat;
    padding: 36px 0px 0px 0px;
    display: none;
}

div.ManufacturerSelectorHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/manufacturer-selector-header-bg.gif) no-repeat;  
    display: none;
}

div.ManufacturerSelectorHeader h2
{
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 6px 0px 5px 10px;
}

div.ManufacturerSelectorBody
{
    background: url(/App_Themes/FrameworkBasic/images/custom/manufacturer-selector-body-bg.gif-bg.gif) no-repeat;
    font-family: Arial;
    padding: 0px 0px 0px 12px;
}

div.ManufacturerSelectorWrapper select
{
    width: 150px;
}

div.ManufacturerSelectorFooter
{
    display:block;
    background: url(/App_Themes/FrameworkBasic/images/custom/manufacturer-selector-footer-bg.gif) left bottom no-repeat;
    height: 10px;
}




/* -- PRODUCT CATEGORY MENU ----------------------------------------------- */
div.ProductMenuWrapper
{
    margin-top: 8px;
    background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-wrapper-bg.gif) no-repeat;
    padding: 0px 0px 0px 0px;
    border-top: 0px solid #1c449c;
    border-bottom: 0px solid #1c449c;    
}

div.ProductMenuHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-header-bg.gif) no-repeat;  
    display: none;
}

div.ProductMenuHeader h3
{
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 6px 0px 5px 10px;
}

div.ProductMenuBody
{
    background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-body-bg.gif) no-repeat;
    font-family: Arial;
    padding: 0px 0px 0px 0px;
}

div.ProductMenuBody a
{
    color: #333;
}

td.NodeControl
{
    padding: 0px 3px 0px 5px;
    vertical-align: middle;
    font-size: 0px;
    width: 7px;
}

td.NodeControl img
{
    padding-bottom: 1px;
    width: 7px;
    height: 7px;
}


div.ProductCategoryLevel1
{
    padding: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/product-category-level-1-bg.gif) repeat-y;
    margin-top: 2px;
}   

div.ProductCategoryLevel1:hover
{
    background: #666;
}   

div.ProductCategoryLevel1:hover a
{
    text-decoration: none;
}   

div.ProductCategoryLevel1 table.NodeClosed,
div.ProductCategoryLevel1 table.NodeOpen
{
    width: 180px;
}   
 



div.ProductCategoryLevel1 td.ProductCategoryNameWrapper a
{
    font-size: 14px;
    text-transform: none;
    font-weight: bold;
    color: #fff;
    padding: 2px 2px 2px 0px;
    display: block;
}


div.ProductTreeLevelWrapper2
{
    padding-top: 2px;
}

div.ProductCategoryLevel2
{
    padding-bottom: 1px;
}    

div.ProductCategoryLevel2 .ProductCategoryNameWrapper a
{
    font-size: 12px;
    width: 157px;
    padding-left: 5px;
    display: block;
}

div.ProductCategoryLevel2 a:hover
{
    text-decoration: underline;
}

div.ProductCategoryLevel2
{
    padding-left: 3px
}    

div.ProductCategoryLevel3
{
    padding-left: 11px
}    

div.ProductCategoryLevel3 a
{
    font-size: 11px;
}

div.ProductCategoryLevel4
{
    padding-left: 22x
}
      
div.ProductCategoryLevel4 a
{
    font-size: 11px;
}

div.ProductMenuFooter
{
    clear:both;
    height: 10px;
    font-size: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-footer-bg.gif) bottom left no-repeat;   
}

/* -- INFO AREA ----------------------------------------------- */

div.InfoTextWrapper
{
    margin: 15px 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/info-text-wrapper-bg.gif) no-repeat;
    padding: 0px;
}

div.InfoTextBody
{
    padding: 5px 15px 10px 22px;
    background: url(/App_Themes/FrameworkBasic/images/custom/product-menu-body-bg.jpg) repeat-y;  
    font-size: 12px;
    color: #033;
    font-weight: bold;
    font-family: Arial;          
}

div.InfoTextLinks
{
    padding: 0px 0px 0px 10px;
}

div.InfoTextLinks a
{
    display: block;
    font-weight: bold;
}


div.InfoTextFooter
{
    clear:both;
    height: 15px;
    background:  url(/App_Themes/FrameworkBasic/images/custom/product-menu-footer-bg.gif) no-repeat;
    margin-top: 0px;    
}

div.InfoTextLogo
{
    margin-top: 20px;
    background:  url(/App_Themes/FrameworkBasic/images/custom/powered-by-jetshop.gif) center center no-repeat;
    margin-right: 11px;
}

div.InfoTextLogo *
{
    opacity: 0; 
    filter: alpha(opacity=0);
}

/* -- MAIN AREA ----------------------------------------------- */

div.MainArea
{
    float: left;
    width: 576px;
    margin: 20px 0px 0px 0px;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    background:  #fff url(/App_Themes/FrameworkBasic/images/custom/main-area-bg.gif) no-repeat;
    padding: 0px 0px 20px 28px;
}

div.MainAreaCheckout
{
    float: left;    
    margin: 0px 0px 0px 0px;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    background:  #fff url(/App_Themes/FrameworkBasic/images/custom/main-area-bg.gif) no-repeat;
    padding: 0px 0px 0px 28px;
}


/* -- INFORMATION PAGE  ----------------------------------------------- */
div.PageDetailsPageWrapper
{
}

div.PageDetailsHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/category-page-header-bg.gif) repeat-y;
 
}

div.PageDetailsHeader h1
{

}

div.PageDetailsBody
{
    padding: 0px 0px 10px 0px;
    
}

div.PageDetailsImage
{
    float: left;
    margin: 0px 16px 10px 0px;
}
    
div.PageDetailsText
{
    font-size: 13px;
}
    

div.PageDetailsFooter
{
    clear:both;
    height: 20px;
}



/* -- CATEGORY PAGE  ----------------------------------------------- */
div.CategoryPageWrapper
{
    padding-left: 0px;
}

div.CategoryPageHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/category-page-header-bg.gif) repeat-y;
    padding: 0px 0px 0px 0px;
}

div.CategoryPageHeader h1
{

}

div.CategoryPageBody
{
    padding: 0px;
}

div.CategoryPageImage
{
    float: left;
    margin-right: 20px;
}
    
div.CategoryPageText
{
    float: left;
    font-size: 13px;
}

div.CategoryPageText p
{
    margin-top: 5px;
}    

div.CategoryPageFooter
{
    clear:both;
    height: 1px;
    font-size: 0px;
}



/* -- PRODUCT LIST NEW ----------------------------------------------- */
div.ProductListWrapper
{
    clear: both;
    padding-top: 20px;
    border-top: 0px solid #cbcbcb;
}


div.ProductListHeader
{ display:none;}

div.ProductListBody
{
    padding-bottom: 15px;
}

table.ProductListColumns
{
}

td.ProductListColumn1, td.ProductListColumn2, td.ProductListColumn3, td.ProductListColumn4
{
    background: url(/App_Themes/FrameworkBasic/images/custom/productimagebackground_large.png) no-repeat;  /*url(/App_Themes/FrameworkBasic/images/custom/product-list-content-cell-bg.gif) repeat-x;  */
    width: 182px;
    padding-bottom: 10px;
    vertical-align: top;
    border: 0px solid #cbcbcb;
    font-family: Arial;
    height: 180px;
}

div.StartPageProductListWrapper
{
    margin-top: 20px; 
}

div.StartPageProductListWrapper td.ProductListColumn1, div.StartPageProductListWrapper td.ProductListColumn2, div.StartPageProductListWrapper td.ProductListColumn3
{
    width: 183px;
}




table.ProductListColumns td.ColumnSpacer
{
    width: 15px;
}

table.ProductListColumns td.RowSpacer
{
    height: 20px;
}

table.ProductListColumns div.ProductImage
{

    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    height: 114px;
    overflow: hidden;
    background: #fff;
    line-height: 110px;
}

table.ProductListColumns div.ProductImage img
{
    vertical-align: middle;
	width: 164px;
}

table.ProductListColumns div.ProductPrice
{
    text-align: center;
    padding: 10px 0 0 0;
    margin-bottom: 2px;
}

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 -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
{
    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;
    padding: 0px 0px;
}

div.ProductPageHeader h1
{

}

div.ProductPageBody
{
    border-top: 0px solid #eedfec;    
    background: url(/App_Themes/FrameworkBasic/images/custom/product-page-body-bg.gif) repeat-y;
    _background: none;     
    margin-top: 10px;
}


div.ProductImagesWrapper
{
    float: right;
    width: 230px;
    margin: 0px 0px 0px 0px;
    border-top: 0px solid #eedfec; 
}

div.ProductDescriptionWrapper
{
    width: 331px;
    float: left;
    margin-top:0px;
    border-top: 0px solid #eedfec; 
    border-left: 0;   

}

div.ProductTabsWrapper
{
    border-top: 0px solid #eedfec;
    background: #fff;
    padding-top: 15px;
}
    
div.ProductDescriptionHeader
{
}

div.ProductDescriptionHeader h2
{
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-style: italic;
}  

div.ProductArticleNumber
{
    font-weight: normal;
    display: none;
}

span.ProductArticleNumberLabel
{
    margin-right: 5px;
}

div.ProductDescription
{
    margin-top: 15px;
    padding: 0px;
}

span.ProductDescriptionLabel
{
    display: none;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

div.ProductDescriptionText
{
    padding: 0px 0px 10px 0px;
    border-bottom: 0px solid #b88dd7; 
    margin: 0px 0px 0px 0px;
}

div.ProductAttributesWrapper
{
    border-left: 0px solid #b88dd7; 
    border-right: 0px solid #b88dd7; 
    padding: 5px 0px 5px 0px;  
    margin: 0px 0px 0px 0px;     
}

div.ProductAttributesWrapper div
{
    margin-top: 1px;
    clear: both;
}

div.ProductAttributesWrapper span
{
    margin-top: 2px;
}

div.ProductAttributesWrapper select, div.ProductAttributesWrapper input
{
    margin-left: 10px;
    margin-bottom: 2px;
    font-size: 11px;

}

div.ProductQuantity
{
    clear: left;
}

div.PurchaseBlockWrapper
{
    margin-top: 20px;
    border: 1px solid #cbcbcb;
    padding: 10px 5px;
    margin-bottom: 10px;
    font-family: Arial;
    background: #eee url(/App_Themes/FrameworkBasic/images/custom/purchase-block-wrapper-bg.gif) repeat-x;    
}



div.PurchaseBlockHeader, div.PurchaseBlockFooter
{
    display:none;
}

table.PurchaseBlock
{
    width: 100%;
}

table.PurchaseBlock td
{
    vertical-align: middle;
}


/* -- PRICES --*/

span.PricePromotion span
{
    font-size: 18px;
    color: #d91034;
    font-weight: normal;
}

span.PricePromotion span.PriceAmount
{
    font-size: 20px;
    font-weight: bold;
}


span.PriceStandard span
{
	font-size: 18px;
	font-weight: bold;
}





span.PricePrevious 
{
    margin-left: 5px;
    white-space: nowrap;
}



table.PurchaseBlock span.PricePrevious
{
    margin: 0px;
    display: block;
}

span.PricePrevious span
{
    font-size: 13px;
    text-decoration: line-through;
}

span.PricePrevious span.PriceAmount
{
    font-size: 13px;
    
}


td.PurchaseBlockStock span
{
    display:block;
    color: #333;
    font-size: 11px;
}

td.PurchaseBlockStock span.StockStatusLabel
{
    color: #666;
}
        

table.PurchaseBlock td.ProductQuantity
{
    display: none;
}

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 -50px;
}

td.PurchaseBlockBuy a:hover img, td.PurchaseBlockBuy a:active img
{
    visibility: hidden;
}



/* -- PRODUCT IMAGE --*/

div.ProductImagesWrapper 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;
    padding-bottom: 10px;
}

div.ProductThumbnailsWrapper
{
    display: block;
}

div.ProductThumbnailsBody
{
    text-align: center;
}


div.ProductThumbnailsBody a
{
    background: #fff;
    overflow:hidden;
}

div.ProductThumbnailsBody img
{
    vertical-align: middle;
    
}

div.ProductThumbnailsFooter
{
    clear:both;
    display:none;
}


a.ProductThumbnail
{
    margin: 5px;
}



/* -- TOOLBAR -- */

div.ToolbarWrapper
{
	margin:  15px 0px;
	text-align:  left;
	margin-top:  4px;
	margin-bottom:  15px;
}

div.ToolbarWrapper div
{
    display:inline;
}

div.ToolbarWrapper br
{
    display:none;
}


/* -- TIP A FRIEND -- */


div.SendTipMain
{
    background: #eee 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
{
    visibility: hidden;
    _visibility: visible; /* IE6-FIX */    
}

td.RelatedProductButtons a:active
{
    background-position: 0px -50px;
}



/* -- RIGHT AREA ----------------------------------------------- */

div.RightArea
{
    float: right;
    width: 160px;
    margin-top: 20px;
    padding: 0px 0px 0px 20px;
    background: url(/App_Themes/FrameworkBasic/images/custom/right-area-bg.gif) no-repeat;    
    border-left: 1px solid #cbcbcb;
}



/* -- NEWS LIST BOX ----------------------------------------------- */
div.NewsListWrapper
{
    background: url(/App_Themes/FrameworkBasic/images/custom/news-list-wrapper-bg.gif) no-repeat;
    padding-top: 30px;
    margin-bottom: 20px;
}

div.NewsListHeader
{
    display:none;
    background: #ed2028 url(/App_Themes/FrameworkBasic/images/custom/news-list-header-bg.gif) no-repeat;
    border-bottom: 1px solid #fff;
}

div.NewsListHeader h2
{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 6px 0px 6px 10px;
    margin: 0px;
}

div.NewsListBody
{
    background: url(/App_Themes/FrameworkBasic/images/custom/news-list-body-bg.gif) left bottom no-repeat;
    padding: 5px 0px 1px 0px;
}

div.NewsListItem
{
}

div.NewsListItemDate
{
    background: url(/App_Themes/FrameworkBasic/images/custom/news-list-item-date-bg.gif) repeat-y;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    display:block;
    color: #666;
}

div.NewsListItem h3
{
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0px 3px 0px;  
}

div.NewsListItemText
{
    font-weight: normal;
    font-size: 12px;
}

div.NewsListItemLink
{
    margin: 5px 0px 15px 0px; 
    text-align: right;
    font-size: 12px;
}

div.NewsListItemSeparator
{
    clear:both;
    display: none;
}

div.NewsListFooter
{
    clear:both;
    height: 0px;
    font-size: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/news-list-footer-bg.gif) left bottom no-repeat;
}



/* -- OFFERS LIST BOX ----------------------------------------------- */
div.OffersListWrapper
{
    padding-top: 0px;
    border-bottom: 0px solid #1c449c;        
}

div.OffersListHeader
{
    display: none;
}

div.OffersListHeader h2
{

}

div.OffersListBody
{
    
}

div.OffersListItemWrapper
{
    margin-top: 0px;
}

div.OffersListItemHeader
{
    display:none;
    background: url(/App_Themes/FrameworkBasic/images/custom/offers-list-item-header-bg.gif) no-repeat;
    border-bottom: 1px solid #ac0000;  

}

div.OffersListItemHeader h3
{
    font-size: 18px;
    font-weight: normal;
    color: #ac0000;
    padding: 6px 0px 3px 0px;
    margin: 0px;
}

div.OffersListItemBody
{
    background: url(/App_Themes/FrameworkBasic/images/custom/offers-list-item-body-bg.gif) no-repeat;
    padding: 0px 0px 0px 0px;

}

div.OffersListItemImage
{
    text-align: center;
    padding: 0px 0px 0px 0px;
    width: 160px;
    overflow: hidden;
    
}

div.OffersListItemImage img
{
    margin-left: -5px;
    
}


div.OffersListItemText
{
    margin-bottom: 10px;
}

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 *
{
    display:block;
}

div.OffersListItemMoreInfo img 
{

}

div.OffersListItemMoreInfo a
{

}

div.OffersListItemMoreInfo a:hover img, div.OffersListItemMoreInfo a:active img  
{
    visibility: hidden;
    _visibility: visible; /* IE6-FIX */    
}

div.OffersListItemMoreInfo a:active
{
    background-position: 0px -50px;
}


div.OffersListItemFooter
{
    clear:both;
    height: 8px;
    font-size: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/offers-list-item-footer-bg.gif) left bottom no-repeat;
}

div.OffersListItemSeparator
{
    clear:both;
    margin-bottom: 15px;
}

div.OffersListFooter
{
    clear:both;
    display: block;
    margin-bottom: 0px;
}



/* -- PRODUCT LIST BOX ----------------------------------------------- */
div.SimpleProductListWrapper
{
    margin-top: 20px;
    padding-top: 40px;
    background: url(/App_Themes/FrameworkBasic/images/custom/simple-product-list-wrapper-bg.gif) no-repeat;          
}

div.SimpleProductListWrapper .Spacer
{
    clear: both;
    font-size: 0px;
    height: 6px;
}

div.SimpleProductListHeader
{
    display:none;
    background: #ed2028 url(/App_Themes/FrameworkBasic/images/custom/simple-product-list-header-bg.gif) no-repeat;
    border-bottom: 1px solid #fff;
}

div.SimpleProductListHeader h3
{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 6px 0px 6px 10px;
    margin: 0px;
}

div.SimpleProductListBody
{
    background: url(/App_Themes/FrameworkBasic/images/custom/simple-product-list-body-bg.gif) left bottom no-repeat;
    padding: 0px 00px 00px 00px;
}

div.SimpleProductListItem
{
    clear: both; 
    font-size: 11px;
}

div.SimpleProductListItem span
{
    font-size: 11px;
}

div.SimpleProductListItemImage
{
    float: left;
    margin: 0px 5px 5px 0px;

    
}

div.SimpleProductListItemImage *
{
    display:block;
}

div.SimpleProductListItemImage a
{
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    overflow:hidden;    
    line-height: 40px;
}

div.SimpleProductListItemImage img
{
    display: inline;
    width: 40px;
    height: auto;
    vertical-align: middle;
}


div.SimpleProductListItemText a
{
    font-weight: normal;
    display: block;

}
div.SimpleProductListItemText a span
{

}
div.SimpleProductListItemText a span.SimpleProductListItemCounter
{
    padding: 0px 0px 0px 11px;
    background: url(/App_Themes/FrameworkBasic/images/node-closed.gif) 0px 4px no-repeat;  
}

div.SimpleProductListItemText a span.SimpleProductListItemName
{
    padding: 0px 0px 0px 0px; 
    font-weight: bold;
}

div.SimpleProductListItemText a span.SimpleProductListItemSubName
{
    font-style: italic;
    display: block;
}


div.SimpleProductListItemText a .SimpleProductListItemCounter, div.SimpleProductListItemText a .SimpleProductListItemCounterSuffix
{

}



div.SimpleProductListItemSeparator
{
    clear:both;
    display: none;
}

div.SimpleProductListFooter
{
    clear:both;
    height: 8px;
    font-size: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/simple-product-list-footer-bg.gif) left bottom no-repeat;
}



/* -- NEWSLETTER BOX ----------------------------------------------- */

div.NewsletterBoxWrapper
{
    margin-top: 20px;
    padding-top: 33px;
    background: url(/App_Themes/FrameworkBasic/images/custom/newsletter-box-wrapper-bg.gif) no-repeat; 
}

div.NewsletterBoxHeader
{
    display:none;
    background: #ed2028 url(/App_Themes/FrameworkBasic/images/custom/newsletter-box-header-bg.gif) no-repeat;
    border-bottom: 1px solid #fff;
}

div.NewsletterBoxHeader h3
{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 6px 0px 6px 10px;
    margin: 0px;
}

div.NewsletterBoxBody
{
    background: url(/App_Themes/FrameworkBasic/images/custom/newsletter-box-body-bg.gif) left bottom no-repeat;
    padding: 0px 0px 0px 0px;
}

div.NewsletterBoxText
{
    border-top: 0px solid #b97db4;
    border-bottom: 0px solid #b97db4;
    padding: 3px 0px 0px 0px;
    font-size: 12px;
    font-weight: none;
}

div.NewsletterBoxRadio
{
        margin-top: 4px;
        color: #666;
        display: none;
}

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-top: 10px;
}

div.NewsletterBoxInput input
{
    width: 118px;
    border-top: 1px solid #666;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #666;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat;    
    margin: 0px;
    font-size: 12px;
    padding: 1px 2px 2px 2px;
}



div.NewsletterBoxButton
{
    float:right;
    margin: 10px 0px 0px 0px;
    
    _margin-top: 11px;    /* IE6 workaround */
    background: url(/App_Themes/FrameworkBasic/images/btn/sv-SE/ok-hover.gif) top left no-repeat;     
     
}



div.NewsletterBoxButton:hover input
{
    opacity: 0;
    filter: alpha(opacity=0);  
}

div.NewsletterBoxButton:active
{
    background-position: 0px -50px;
}
   

div.NewsletterBoxFooter
{
    clear:both;
    height: 8px;
    font-size: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/newsletter-box-footer-bg.gif) left bottom no-repeat;
}

/* ---------------- SEARCH RESULT -------------------------- */

div.SearchResultHeader h1
{
    margin: 0px 0px 10px 0px;
    font-size: 30px;
    font-weight: normal;

}


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 #ccc;    
}

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: #999;
    border-left: 1px solid white;
    font-weight: bold;
    border-bottom: 0px solid #eee;
    color: #fff;
}

div.SearchResultBody table td.ProductArticleNameHeader,
div.SearchResultBody table td.ProductArticleName
{
    text-align: left;
}

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;
}



a.PixiekidsNewsButton
{
    display:block;
    position: absolute;
    top: 134px;
    right: 173px;
}

a.PixiekidsTwitterButton
{
    display:block;
    position: absolute;
    top: 134px;
    right: 88px;
}

a.PixiekidsBlogButton
{
    display:block;
    position: absolute;
    top: 134px;
    right: 15px;
}

a.CustomerServiceLink
{
    color:#003333;
}

div.NewImageContainer
{
    text-align: left;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    background: #eedfec;
    padding: 6px 0px 6px 0px;
    height: 50px;
    clear:both;
}

div.NewImageContainer br
{
    display:none;
}

#ctl00_main_showpage_sfp_sp, #ctl00_main_showpage1_sfp_sp
{
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 10px;
    margin-bottom: 15px;
}



#ctl00_main_showpage_sfp_sp .ProductTabsWrapper, #ctl00_main_showpage1_sfp_sp .ProductTabsWrapper
{
    margin: 0px;
    padding: 0px;
    clear: both;
}





/* 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;
}


                  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
{
	
	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;
}
div.AddThisScript
{
    display:none;
}
 
#atff
{
    display: none;
}
 
div.ToolbarWrapper
{
	margin:  15px 0px;
	text-align:  left;
	margin-top:  4px;
	margin-bottom:  15px;
	display: none;
}.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: Georgia, Sans-Serif;
	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;
	display:none;
}span.ProductUnitLabelCssClass
{
	padding-right: 3px;
	font-weight: bold;
}

.addthis_toolbox_addthis_default_style
{
text-align:center;
}


.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;
}

div.confirmUserInfoBox
{
	width: 500px;
}




/* Kategorisida-fixar */



.ProductButtons { display: none; }

.PagingContainerCssClass {
	margin: 10px 0;
}

.ProductListColumn1_RWItemTemplate
{

}



/* -- TAB FUNCTIONALITY ------------------------------------------------ */

#TabWrapper
{
    padding-top: 15px;
}

#TabWrapper br
{
    display:none;
}

#TabWrapper br.break
{
    display:block;
}


div.TabFooter
{
    background: url(/App_Themes/FrameworkBasic/images/custom/tab-wrapper-bg.gif) top left no-repeat;
}

div.TabFooter div
{
    height: 5px;
    margin-left: 5px;
    background: url(/App_Themes/FrameworkBasic/images/custom/tab-wrapper-bg.gif) top right no-repeat;
}
    
.TabName
{
    color: #000;
    float: left;
    margin: 0px -10px 0px 15px;
    cursor: pointer;
    position: relative;
    z-index: 5;
}

.TabName:hover
{
    text-decoration: underline;
}

.TabName div
{
    height: 18px;
}

.TabStart
{
    float: left;
    padding: 4px 0px 0px 5px;
    background: #ddd url(/App_Themes/FrameworkBasic/images/custom/tab-name-bg.gif) no-repeat;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;    
}

.TabEnd
{
    float: left;
    padding: 4px 0px 0px 5px;
    background: #ddd url(/App_Themes/FrameworkBasic/images/custom/tab-name-bg.gif) top right no-repeat;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


div.SelectedTab
{
    font-weight: bold;
    cursor: default;
}

div.SelectedTab:hover
{
    text-decoration: none;
}

div.SelectedTab .TabStart
{
    background: #f4f4f4 url(/App_Themes/FrameworkBasic/images/custom/tab-name-selected-bg.gif) top left repeat-x;
    height: 19px;
}

div.SelectedTab .TabEnd
{
    background: #f4f4f4 url(/App_Themes/FrameworkBasic/images/custom/tab-name-selected-bg.gif) top right repeat-x;
    height: 19px;
}
   



.TabContent
{
    display: none;
    clear: both;
    background: #f4f4f4;
    color: #000;
    padding: 1px 15px;
    border: 1px solid #ccc;
    padding-bottom: 10px;    
    position: relative;
    z-index: 4;
    top: -1px;    
}

.TabContent h2
{
    font-size: 14px;
    margin: 15px 0px 10px 0px;
    padding: 0px 0px 4px 0px;
    border-bottom: 1px solid #ccc;
    text-transform: none;    
}

.TabContent h3
{
    font-size: 13px;
    margin: 12px 0px 0px 0px;
    padding: 0px;
}

.TabContent p
{
    margin: 2px 0px 12px 0px;
    padding: 0px;
}

.TabContent li
{
    margin: 3px 0px;
}

.TabContent li li
{
    margin: 1px 0px;
}

.TabContent br
{
    display:none;
}

.TabContent br.Break, .TabContent br.break
{
    display:block;
}


.TabContent div.ContactInfo br
{
    display: block;
}

#ContactFormFrame
{
    background: transparent;
    clear: both; 
    margin: 15px 0; 
    width: 100%; 
    height: 450px;
}

/* -- FAQ ------------------------------------------------ */


.TabContent div.FaqQuestion
{
    font-weight: bold;
    font-size: 12px;
    padding: 15px 0px 2px 12px;
    background: url(/App_Themes/FrameworkBasic/images/custom/animated-info-item-header-closed-bg.gif) 2px 18px no-repeat;
    cursor: pointer; 
 
}

.TabContent div.FaqQuestion:hover
{
    text-decoration: underline;
}

.TabContent div.FaqQuestionOpen
{
    background: url(/App_Themes/FrameworkBasic/images/custom/animated-info-item-header-open-bg.gif) 0px 18px no-repeat;           
}

.TabContent div.FaqAnswer
{
    display:none;
    margin-left: 12px;
}




/* -- END TAB FUNCTIONALITY ------------------------------------------------ */


/* ---------------- CUSTOMER SERVICE I V�NSTERSPALT -------------------------- */

div.CustomerServiceBoxWrapper
{
    width: 180px;
    margin: 0px 0 15px;
    display: none;
}

div.CustomerServiceBoxHeader
{
    display:block;
    font-size: 15px;
    font-weight: normal;
    color: #fff;    
    background: #cd0c0c;
    padding: 3px 10px 3px;
    font-family: Impact,Tahoma,Arial;
    font-size: 17px;
            
}

div.CustomerServiceBoxBody
{
    padding: 0px 0px 0px 0px;
    border: 0px solid #ccc;
    background: url(/App_Themes/FrameworkBasic/images/custom/product-category-level-1-bg.gif) repeat-y;
}


a.CustomerServiceBoxItem
{
    display:block;
    font-weight: normal;
    padding: 2px 10px 0px 10px;
    background:  url(/App_Themes/FrameworkBasic/images/custom/animated-info-item-header-closed-bg.gif) 165px center no-repeat; 
    height: 18px;
    font-size: 12px;
    color: #fff;
    border-top: 2px solid #fff;    
    border-bottom: 2px solid #fff;   
    font-size: 14px;          
    font-weight: bold;
    font-family: Arial; 
}

a.CustomerServiceBoxItem:hover
{
    background: #666 url(/App_Themes/FrameworkBasic/images/custom/animated-info-item-header-closed-bg.gif) 165px center no-repeat; 
    text-decoration: none;
}

a.CustomerServiceBoxItem + a.CustomerServiceBoxItem
{
    border-top: 0;
}

div.CustomerServiceBoxFooter
{
    height: 10px;
    font-size: 0px;
    background: #333 url(/App_Themes/FrameworkBasic/images/custom/product-menu-bg.png) left bottom no-repeat;   
    display: none;     
}

/* ---------------- SLUT CUSTOMER SERVICE I V�NSTERSPALT -------------------------- */
.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;
}

.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;
}

#ctl00_cart_fastcheckout_FastPaymentSelector_spanPaymentTypePaymentMessageValue
{width:335px;}
#ctl00_cart_fastcheckout_FastPaymentSelector_divPaymentOptionsChoices 
{width:315px;}


.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.currency span.value-title
{
	font-size: 1em;
	font-weight: inherit;
}

span.PriceAmount span.price
{
	font-size: 1em;
	font-weight: inherit;
}

span.PriceStandard span.PriceAmount span
{
	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;
}

