/* -- GENERAL DEFINITIONS ----------------------------------------------- */

* 
{

}

body
{
    margin: 0px;
    padding: 0px;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/body-bg.gif) top center repeat-y;
    color: #444;
    font-family: Arial;
    font-size: 12px;
}

h1
{
    font-weight: normal;
    font-size: 25px;
    margin: 0px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    color: #008fd5;
}

a, a:visited
{
    color: #c1282e;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a:active
{
    color: #000;
}

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
{
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/outer-wrapper-bg.gif) top center repeat-y;    
}

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
{
    text-align:center;
    background: transparent;
    height: 0px;
    margin-top: 50px;
}

div.FooterBox
{
	background: url("/App_Themes/FrameworkBasic/images/footer/tillverkarebg.png") center top repeat-x;
	float: left;
	width: 184px;
	height: 200px;
	margin: 0px 16px 16px 0px;
}

div.FooterBoxLast
{
	margin: 0px 0px 16px 0px;
}

div.FooterBox span
{
	color: #333333;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 10px 6px;
	text-align: left;
}

div.FooterBoxBody
{
	padding: 10px;
}

div.FooterBoxBody p
{
	text-align: left;
	margin: 0px 0px 5px 0px;
}


/* -- Left & right areas -- */

td.LeftSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-bg.gif) top right repeat-y;
}

div.LeftSpacerInner1
{
    position: relative;
    background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-inner-1-bg.gif) top right repeat-x;
    height: 584px;    
}

div.LeftSpacerInner2
{
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-inner-2-bg.gif) top right no-repeat;
    height: 600px;
    width: 35px;    
}

div.LeftSpacerInner2, div.LeftSpacerInner3
{}


td.RightSpacer
{
      background: url(/App_Themes/FrameworkBasic/images/custom/right-spacer-bg.gif) top left repeat-y;
}

div.RightSpacerInner1
{
    position: relative;
      background: url(/App_Themes/FrameworkBasic/images/custom/left-spacer-inner-1-bg.gif) 2px 0px repeat-x;
      height: 584px;    
}

div.RightSpacerInner2
{
    position: absolute;
    top: 0px;
    left: 0px;    
    background: url(/App_Themes/FrameworkBasic/images/custom/right-spacer-inner-2-bg.gif) top left no-repeat;
    height: 600px;
    width: 35px;           
}

div.RightSpacerInner2, div.RightSpacerInner3
{}


/* -- Site content containers -- */

td.SiteWrapper
{
    width: 984px;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/site-wrapper-bg.gif) 188px 0px repeat-y;          
}

div.SiteWrapper
{
    width: 984px;
    position: relative;
}



/* -- TOP AREA ----------------------------------------------- */

div.TopArea
{
    background: #fff;
    height: 168px;
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/top-area-bg.gif) no-repeat;
    margin-bottom: 15px;     
}


/* -- LOGO AREA ----------------------------------------------- */
div.LogoWrapper
{
    float: left;
    width: 400px;
}

div.LogoHeader
{
    height: 29px; 
}

div.LogoBody a, div.LogoBody img
{
    display: block;
} 

div.LogoFooter
{
    display: none;
}



/* -- CART AREA ----------------------------------------------- */


div.CartArea
{
    float: right;
    width: 170px;
    height: 168px;
    position: relative;
}

div.CultureSelectorWrapper
{
    position: absolute;
    top: 140px;
    left: -125px;
}

div.CultureSelectorHeader
{
    display: none;
}

div.CultureSelectorBody
{
    padding-top: 0px;
    font-size: 18px;
    
}

a.CultureSelectorItem, a.CultureSelectorItem span
{
    font-size: 14px;

}

a.CultureSelectorItem
{
    margin-left: 5px;
}

a.CultureSelectorItem img
{
    padding: 2px 2px 1px 3px;
}

a.CultureSelectorItemSelected
{
    text-decoration: underline;
}

a.CultureSelectorItemSelected img
{
    border: 1px solid #fff;
    padding: 1px 1px 0px 2px;

}


div.SmallCartHeader
{
    display: block;
    padding-top: 31px;
}

div.SmallCartHeader h2
{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-align: center;
}

div.SmallCartBody
{
    padding: 13px 0px 0px 0px;
    text-align: center;
    color: #fff;
}

span.SmallCartItemsValue
{
    margin: 0px 3px 0px 3px;
}

div.SmallCartSum
{
    margin-top: 4px;
}

span.SmallCartSumLabel
{
    margin-right: 5px;
}

div.CurrencySelectorWrapper
{
    position: absolute;
    top: 140px;
	right: 240px;
	width: 175px;
    height: 21px;
}

div.CurrencySelectorHeader
{
    float: left;
    padding-left: 17px;
    padding-top: 2px;
}

div.CurrencySelectorHeader h3
{
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    font-size: 12px;
}

div.CurrencySelectorBody
{
    float: left;
    padding-right: 15px;
    margin-top: -1px;
    /* width:260px; */
}

span.CurrencySelectorInput input
{
    position: relative;
    top: 1px;

}

span.CurrencySelectorLabel
{
}

div.CurrencySelectorBody label
{
    font-size: 11px;
}

div.CurrencySelectorBody div.Spacer
{
    display: none;
}

div.CurrencySelectorFooter
{

    height: 0px;
    font-size: 0px;
    display: none;
}
    

div.VatSelector
{
    clear: both;
    margin-top: 8px;
}

div.SmallCartButtons
{
    margin-top: 6px;
}

div.ViewCartButton
{
    padding-right: 1px;
    position: absolute;
    bottom: 7px;
    right: 70px;
}

div.CheckoutButton
{
    position: absolute;
    top: 52px;
    left: -70px;
}

div.MyPagesButton
{
    position: absolute;
    top: 77px;
    left: -74px;
}

div.LogInOutButton
{
    position: absolute;
    top: 102px;
    left: -70px;
}

div.SmallCartButtons a, div.SmallCartButtons img
{
    display: block;
}




div.SmallCartButtons a:active
{
    background-position: 0px -50px;
}

div.ViewCartButton a
{
    display: inline;
    font-size: 20px; 
    background: #fff url(/App_Themes/FrameworkBasic/images/custom/view-cart-bg.gif) no-repeat;            
}

div.ViewCartButton img
{
    display: inline;
    vertical-align: text-top;
}

div.ViewCartButton a:active
{
    background-position: 0px 0px;       
}

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;
    _visibility: visible; /* IE6-FIX */
}

div.CheckoutButton a, div.CheckoutButton img, div.MyPagesButton a, 
div.MyPagesButton img, div.LogInOutButton a, div.LogInOutButton img 
{ 
    display: block; 
    width: 69px; 
    height: 22px; 
}




/* -- PAGE MENU ----------------------------------------------- */

div.PageMenuWrapper
{
    margin-top: 15px;
    float:left;
    width: 710px;
    height: 29px;
    overflow: hidden;
}

div.PageMenuHeader
{
    display:none;
}

div.PageMenuBody
{}

div.PageLinkWrapper
{
    float: left;
    padding-top: 8px;
}

div.PageLinkWrapper a
{
    display: block;
    margin-right: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;       
}

div.PageLinkWrapper a:hover
{
    color: #c1282e;
    text-decoration: none;
}


div.PageLinkFirst, div.PageLinkLast
{}




a.PageLink
{}

a.PageLink span.LinkSpacerLeft
{
    display:none
}

a.PageLink span.LinkText
{

}

a.PageLink span.LinkSpacerRight
{
    display:none
}


div.PageLinkDivider
{
    float: left;
}

div.PageMenuFooter
{
    clear: both;
    height: 34px;
}



/* -- LEFT AREA ----------------------------------------------- */

div.LeftArea
{
    float: left;
    width: 180px;
    margin-right: 20px;
    overflow: hidden;
    
}

/* -- SEARCH BOX ----------------------------------------------- */
div.SearchBoxWrapper
{
	position: absolute;
	top: 138px;
	left: 245px;
    padding: 0px 0px 0px 0px;
	width: 261px;
	height: 21px;
}

div.SearchBoxHeader
{
    display:block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10px 6px 10px;    
    color: #333;
	display: none;
}

div.SearchBoxBody
{
    padding: 0px 0px 0px 0px;  
}

div.SearchBoxInput
{
    float:left;
    margin-right: 0px;
    padding: 0px;
}
div.SearchBoxInput input
{
    width: 210px;
	height: 21px;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.png) no-repeat;    
    margin-right: 4px;
    padding: 0px 5px;
	border: 0;
	line-height: 21px;
}



div.SearchBoxButton
{
    float:right;
    margin: 0px;
    _margin-top: 1px;    /* IE6 workaround */
     
}

div.SearchBoxButton a
{
    display: block;
    background: url(/App_Themes/FrameworkBasic/images/btn/sv-SE/search-hover.png) 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: 8px;
    font-size: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-footer-bg.gif) left bottom no-repeat;
	display: none;
}



/* -- PRODUCT CATEGORY MENU ----------------------------------------------- */
div.ProductMenuWrapper
{
    padding: 0px;
    margin-top: 15px;
}

div.ProductMenuWrapper a:hover
{
    color: #c1282e;
    text-decoration: none;
}


div.ProductMenuHeader
{
    display:block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10px 6px 10px;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-wrapper-bg.gif) no-repeat;        
}

div.ProductMenuHeader h3
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}


div.ProductMenuBody
{
    background: url(/App_Themes/FrameworkBasic/images/custom/product-category-level-footer-1-bg.gif) no-repeat;    
    padding-top: 1px;
}


td.NodeControl
{
    padding-bottom: 0px;
    vertical-align: middle;
    padding-right: 4px;
    font-size: 0px;
}

td.NodeControl img
{
    margin-left: 10px;
    padding-bottom: 0px;
    width: 9px;
    height: 9px;
}

div.ProductTreeLevelWrapper1 
{
    background: #e4f2fa url(/App_Themes/FrameworkBasic/images/custom/product-tree-level-wrapper-2-bg.gif) 0px 22px no-repeat;
}

div.ProductTreeLevelHeader1
{
    background: url(/App_Themes/FrameworkBasic/images/custom/product-category-level-header-1-bg.gif) no-repeat;
    height: 1px;
    font-size: 0px;
}


div.ProductCategoryLevel1
{
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-footer-bg.gif) left bottom no-repeat;
}

div.ProductTreeLevelBody1
{
}    

div.ProductTreeLevelFooter1
{
    display: none;
    background: url(/App_Themes/FrameworkBasic/images/custom/product-category-level-footer-1-bg.gif) no-repeat;
    height: 1px;
    font-size: 0px;
}

div.ProductTreeLevelBody1 td.ProductCategoryNameWrapper a
{
    display: block;
    padding: 3px 0px
}

div.ProductCategoryLevel1 a
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}


div.ProductTreeLevelWrapper2
{

}



div.ProductCategoryLevel2 a, div.ProductCategoryLevel3 a, div.ProductCategoryLevel4 a
{
    font-size: 12px;
    color: #444;
}

div.ProductCategoryLevel2
{
    padding-left: 11px
}    

div.ProductCategoryLevel3
{
    padding-left: 22px
}    

div.ProductCategoryLevel4
{
    padding-left: 33px
}      

div.ProductMenuFooter
{
    clear:both;
}



/* -- INFO AREA ----------------------------------------------- */

div.InfoTextWrapper
{
    margin-top: 25px;
}

/* -- MAIN AREA ----------------------------------------------- */

div.MainArea
{
    float: left;
    width: 584px;
    margin: 0px 20px 0px 0px;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    display: inline; /* IE6-fix */
    overflow: hidden;
    position: relative; 
}

div.MainAreaCheckout
{
    float: left;
    width: 770px;
    margin: 0px 0px 0px 0px;
    border-left: 0px solid #eee;
    border-right: 0px solid #eee;
    display: inline; /* IE6-fix */
    background: #fff;
    overflow: hidden;
}


/* -- INFORMATION PAGE  ----------------------------------------------- */
div.PageDetailsPageWrapper
{
}

div.PageDetailsHeader
{
  
}

div.PageDetailsHeader h1
{

}

div.PageDetailsBody
{
    padding-top: 20px;
}

div.PageDetailsImage
{
    float: left;
    margin: 0px 16px 10px 0px;
}
    
div.PageDetailsText, div.PageDetailsText *
{

}
    

div.PageDetailsFooter
{
    clear:both;
    height: 20px;
}



/* -- CATEGORY PAGE  ----------------------------------------------- */
div.CategoryPageWrapper
{
}

div.CategoryPageHeader
{
 
}

div.CategoryPageHeader h1
{

}

div.CategoryPageBody
{
    padding-top: 20px;
}

div.CategoryPageImage
{
    float: right;
    margin-left: 16px;
}
    
div.CategoryPageText
{
    font-size: 13px;
}
    

div.CategoryPageFooter
{
    clear:both;
    height: 20px;
}



/* -- PRODUCT LIST NEW ----------------------------------------------- */
div.ProductListWrapper
{
    clear: both;
    padding-top: 20px;
    border-top: 0px solid #eee;
}


div.ProductListHeader
{ display:none;}

div.ProductListBody
{
    padding-bottom: 15px;
}

table.ProductListColumns
{
}

td.ProductListColumn1, td.ProductListColumn2, td.ProductListColumn3, td.ProductListColumn4
{
    background: #e4f2fa url(/App_Themes/FrameworkBasic/images/custom/product-list-content-cell-bg.gifX) repeat-x;  
    width: 132px;
    padding-bottom: 10px;
    vertical-align: top;
    border: 0px solid #ccc;    
}

div.StartPageProductListWrapper
{
    margin-top: 20px; 
}

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: 150px;
    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 -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;
    _visibility: visible; /* IE6-FIX */
}


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
{

}

div.ProductPageHeader h1
{

}

div.ProductImagesWrapper
{
    float: right;
    width: 230px;
    margin-left: 18px;
    margin-top: 15px;
}

div.ProductDescriptionWrapper
{
    float: left;
    width: 332px;
    overflow: hidden;
    margin-top: 12px;
}

div.ProductDescriptionHeader h2
{
    font-weight: normal;
    font-size: 15px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-style: italic;
    font-weight: bold;
}    

div.ProductArticleNumber
{

}

span.ProductArticleNumberLabel
{
    margin-right: 5px;
}

div.ProductDescription
{
    margin-top: 10px;
}

div.ProductDescriptionLabel
{
    display: none;
}

div.ProductDescriptionText
{
}

div.ProductAttributesWrapper
{
    margin-top: 15px;
}

div.ProductQuantity
{
    display: none;
}

div.PurchaseBlockWrapper
{
    margin-top: 20px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 10px 5px;
    margin-bottom: 10px;
}



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: normal;
}

span.PriceStandard span.PriceAmount span
{
    font-size: 20px;
    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
{
    color: #333;
    font-size: 12px;
}













td.PurchaseBlockStock .ProductToOrderCssClass, td.PurchaseBlockStock .MaskedNotInStockCssClass {
	padding-left: 20px;
	height: 13px;
    background: transparent url(/App_Themes/FrameworkBasic/images/custom/nostock.png) no-repeat;
}


td.PurchaseBlockStock .InStockCssClass, td.PurchaseBlockStock .MaskedInStockCssClass {
	padding-left: 20px;
	height: 13px;
    background: transparent url(/App_Themes/FrameworkBasic/images/custom/yesstock.png) no-repeat;
}












td.PurchaseBlockStock span.StockStatusLabel
{
    color: #666;
    font-size: 11px;
    display: block;
    padding: 0 0 5px;
}
        

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;
    _visibility: visible; /* IE6-FIX */
}



/* -- 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;
}

div.ProductThumbnailsBody
{
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
}

/* -- TOOLBAR -- */

div.ToolbarWrapper
{
    margin-bottom: 15px;
    text-align: center;
}

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;
}



/* -- RIGHT AREA ----------------------------------------------- */

div.RightArea
{
    float: right;
    width: 180px;
    overflow: hidden;
    margin-left: 0px;

}



/* -- NEWS LIST BOX ----------------------------------------------- */
div.NewsListWrapper
{
            
}

div.NewsListHeader
{
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10px 6px 10px;
    background: #bbb url(/App_Themes/FrameworkBasic/images/custom/search-box-wrapper-bg.gif) no-repeat;        
}

div.NewsListHeader h2
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}


div.NewsListBody
{
    background: #e4f2fa url(/App_Themes/FrameworkBasic/images/custom/news-list-body-bg.gif) no-repeat;    
    padding: 2px 10px 5px 10px;
}



div.NewsListItem
{
}

div.NewsListItemDate
{
    background: url(/App_Themes/FrameworkBasic/images/custom/news-list-item-date-bg.gifX) repeat-y;
    padding: 5px 0px 2px 0px;
    color: #999;
    font-weight: bold;
    font-size: 12px;
}

div.NewsListItem h3
{
    font-weight: bold;
    font-size: 12px;
    margin: 1px 0px 3px 0px;
}

div.NewsListItemText
{
    font-weight: normal;
    font-size: 12px;
}

div.NewsListItemLink
{
    margin: 1px 0px 5px 0px; 
    text-align: right;
}

div.NewsListItemSeparator
{
    clear:both;
    display: block;
    height: 1px;
    font-size: 0px;
    background: #fff;
}

div.NewsListFooter
{
    clear:both;
    display: block;
    margin-bottom: 25px;
}



/* -- OFFERS LIST BOX ----------------------------------------------- */
div.OffersListWrapper
{
    margin-top: 15px;
}

div.OffersListHeader
{
    display: none;
}

div.OffersListItemHeader
{
    display:block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10px 6px 10px;
    background: #bbb url(/App_Themes/FrameworkBasic/images/custom/search-box-wrapper-bg.gif) no-repeat;        
}

div.OffersListItemHeader h3
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}


div.OffersListItemBody
{
    background: #e4f2fa url(/App_Themes/FrameworkBasic/images/custom/news-list-body-bg.gif) no-repeat;    
    padding: 
    5px 10px 5px 10px;
}

div.OffersListItemWrapper
{
    padding-bottom: 5px;
}




div.OffersListItemImage
{
    text-align: center;
    padding: 5px 0px 5px 0px;
}

div.OffersListItemImage img
{
    background: #ccc;
    padding: 1px;
}

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
{
    text-align: 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;
    _visibility: visible; /* IE6-FIX */
}

div.OffersListItemMoreInfo a:active
{
    background-position: 0px -50px;
}


div.OffersListItemFooter
{
    clear:both;
}

div.OffersListItemSeparator
{
    clear:both;
    margin-bottom: 15px;
}

div.OffersListFooter
{
    clear:both;
    display: block;
    margin-bottom: 20px;
}



/* -- PRODUCT LIST BOX ----------------------------------------------- */
div.SimpleProductListWrapper
{
}

div.SimpleProductListWrapper .Spacer
{
    clear: both;
    font-size: 0px;
    height: 6px;
}

div.SimpleProductListHeader
{
    display:block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10px 6px 10px;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-wrapper-bg.gif) no-repeat;
    min-height: 15px;        
}

div.SimpleProductListHeader h2
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}


div.SimpleProductListBody
{
    background: #e4f2fa url(/App_Themes/FrameworkBasic/images/custom/news-list-body-bg.gif) no-repeat;    
    padding: 10px 10px 5px 10px;
}

div.SimpleProductListItem
{
    clear: both; 
}

div.SimpleProductListItemText a
{
    color: #444;
    font-weight: bold;
    font-size: 12px;
    display: block;
}
div.SimpleProductListItemText a span
{
    float: left;
}
div.SimpleProductListItemText a span.SimpleProductListItemCounter
{
    padding: 0px 0px 0px 0px;

}

div.SimpleProductListItemText a span.SimpleProductListItemName
{
    padding: 0px 0px 0px 4px; 
    width: 145px;
    font-weight: bold;
}


div.SimpleProductListItemText a .SimpleProductListItemCounter, div.SimpleProductListItemText a .SimpleProductListItemCounterSuffix
{
    color: #c1282e;
}



div.SimpleProductListItemSeparator
{
    clear:both;
    display: none;
}

div.SimpleProductListFooter
{
    clear:both;
    margin-bottom: 25px;
}



/* -- NEWLSETTER BOX ----------------------------------------------- */

div.NewsletterBoxWrapper
{
    background: url(/App_Themes/FrameworkBasic/images/custom/newsletter-box-wrapper-bg.gif) no-repeat;
    margin-top: 20px;              
}

div.NewsletterBoxHeader
{
    display:block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 10px 6px 10px;
    background: #bbb url(/App_Themes/FrameworkBasic/images/custom/search-box-wrapper-bg.gif) no-repeat;           
    }

div.NewsletterBoxHeader h3
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

div.NewsletterBoxBody
{
    background: #e4f2fa url(/App_Themes/FrameworkBasic/images/custom/news-list-body-bg.gif) no-repeat;    
    padding:5px 10px 5px 10px;
}

div.NewsletterBoxText
{
    font-size: 12px;

}

div.NewsletterBoxRadio
{
        margin-top: 4px;
}

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;
}

div.NewsletterBoxInput input
{
    width: 108px;
    border-top: 1px solid #7d7d7d;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #7d7d7d;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-input-bg.gif) no-repeat;    
    margin: 0px;
    padding: 2px 2px 2px 2px;
    font-size: 11px;
}



div.NewsletterBoxButton
{
    float:right;
    margin: 0px;
    _margin-top: 1px;    /* IE6 workaround */
     
}

div.NewsletterBoxButton a
{
    display: block;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-button-hover.gif) top left no-repeat;   
}

div.NewsletterBoxButton img
{
    display: block;
}

div.NewsletterBoxButton a:hover img, div.NewsletterBoxButton a:active img
{
    visibility: hidden;
    _visibility: visible; /* IE6-FIX */
}

div.NewsletterBoxButton a:active
{
    background-position: 0px -50px;
}
   

div.NewsletterBoxFooter
{
    clear:both;
}

/* ---------------- 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;
}


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 #ccc;    
}

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: #999;
    border-left: 1px solid white;
    font-weight: bold;
    border-bottom: 0px solid #eee;
    color: #fff;
}

table.SearchResult td.ProductArticleNameHeader,
table.SearchResult td.ProductArticleName
{
    text-align: left;
}

table.SearchResult td.ProductPrice span
{
    font-size: 12px;
}

table.SearchResult td.ProductQuantityHeader, table.SearchResult td.ProductQuantity
{
    display:none;
}


tr.SearchResultAlternateRow
{
}


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;
    _visibility: visible; /* IE6-FIX */
}

table.SearchResult td.ButtonContainer a:active
{
    background-position: 0px -50px;
}





/* ---------------- TILLF LLIGT FULHACK F R F RSTASIDAN -------------------------- */

#ctl00_main_showpage_sfp_sp .ProductPageHeader, #ctl00_main_showpage_sfp_sp .PurchaseBlockWrapper,
#ctl00_main_showpage1_sfp_sp .ProductPageHeader, #ctl00_main_showpage1_sfp_sp .PurchaseBlockWrapper
{
    display:none;
}

/* ---------------- ANIMERAD K PINFO I V NSTERSPALT -------------------------- */

div.AnimatedInfoWrapper
{
}

div.AnimatedInfoHeader
{
    display:block;
    font-size: 14px;
    font-weight: bold;
    color: #333;    
    padding: 9px 10px 6px 10px;
    background: url(/App_Themes/FrameworkBasic/images/custom/search-box-wrapper-bg.gif) no-repeat;        
}


div.AnimatedInfoBody
{
    background: #e4f2fa url(/App_Themes/FrameworkBasic/images/custom/news-list-body-bg.gif) no-repeat;    
    padding: 3px 10px 5px 10px;
}

div.AnimatedInfoItemSeparator
{
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
    height: 0px;
    font-size: 0px;
}

div.AnimatedInfoItemHeader
{
    font-weight: bold;
    cursor: pointer;
    padding: 5px 7px 5px 20px;
    background: url(/App_Themes/FrameworkBasic/images/custom/animated-info-item-header-closed-bg.gif) right center no-repeat;        
}

div.AnimatedInfoItemHeaderOpen
{
    background: url(/App_Themes/FrameworkBasic/images/custom/animated-info-item-header-open-bg.gif) right center no-repeat;
}

div.AnimatedInfoItemHeader:hover
{
    color: #c1282e;
}

div.AnimatedInfoItemBody
{
    display: none;
}

div.AnimatedInfoItemBody p
{
    background: url(/App_Themes/FrameworkBasic/images/custom/animated-info-item-paragraph-bg.gif) 3px 9px no-repeat;    
    padding: 4px 5px 4px 15px;
    margin: 0px;
    font-size: 11px;
}

div.AnimatedInfoWrapper #AnimatedInfo_OppetKop div.AnimatedInfoItemHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/icons/hand_money.png) left center no-repeat;    
}

div.AnimatedInfoWrapper #AnimatedInfo_Kontakt div.AnimatedInfoItemHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/icons/mail.png) left center no-repeat;    
}

div.AnimatedInfoWrapper #AnimatedInfo_Besok div.AnimatedInfoItemHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/icons/office-building.png) left center no-repeat;    
}

div.AnimatedInfoWrapper #AnimatedInfo_Betalning div.AnimatedInfoItemHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/icons/creditcards.png) left center no-repeat;    
}

div.AnimatedInfoWrapper #AnimatedInfo_Erfarenhet div.AnimatedInfoItemHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/icons/doctor.png) left center no-repeat;    
}

div.AnimatedInfoWrapper #AnimatedInfo_Oppettider div.AnimatedInfoItemHeader
{
    background: url(/App_Themes/FrameworkBasic/images/custom/icons/clock.png) left center no-repeat;
}


/* ---------------- KUNDTJ NSTSIDA -------------------------- */

a.CustomerServiceNavigationItem
{
    display:block;
    margin: 0px 15px 15px 0px;
    float: left;
    font-weight: bold;
    width: 184px;
}

a.CustomerServiceNavigationItem + .Column3
{
    margin: 0px 0px 15px 0px;

}
    

a.CustomerServiceNavigationItem img
{
    display:block;
    margin-bottom: 5px;
}


                  table.ProductListHorizontalAdvanced span.PricePromotion span,
                  table.ProductListHorizontalAdvanced span.PriceStandard span
                
{
	font-weight: bold;
	font-size: 13px;
}
                  table.ProductListHorizontalAdvanced table.ButtonBuyContainer td *,
                  table.ProductListHorizontalAdvanced div.ButtonInfo *
                  table.ProductListHorizontalAdvanced td.ProductImage *
                
{
	display: block;
}div.ProductAttributesWrapper div 
{
	padding-bottom: 4px;
	clear: both;
}div.ProductAttributesWrapper select
{
	display: block;
	clear: both;
}span.ProductCommentLabelCssClass
{
	padding-top: 4px;
	display: block;
}table.ProductListHorizontalAdvanced
{
	width: 100%;
	margin: 15px 0px;
	border-bottom: 1px solid #eee;
}table.ProductListHorizontalAdvanced  span.StockStatusValue
{
	margin-left: 5px;
	font-weight: bold;
}table.ProductListHorizontalAdvanced div.ArticleNumber
{
	display: block;
	padding-top: 2px;
}table.ProductListHorizontalAdvanced div.ButtonContainer
{
	padding: 3px 0px 0px 0px;
}table.ProductListHorizontalAdvanced div.ButtonInfo
{
	float: right;
	padding-top: 2px;
}table.ProductListHorizontalAdvanced div.NameMain
{
	font-weight: bold;
}table.ProductListHorizontalAdvanced div.NameSub
{
	font-style: italic;
	padding-top: 2px;
}table.ProductListHorizontalAdvanced div.Price
{
	clear: both;
	padding-top: 2px;
	white-space: nowrap;
}table.ProductListHorizontalAdvanced div.StockStatus
{
	display: block;
	padding-top: 3px;
	clear: both;
}table.ProductListHorizontalAdvanced span.PricePrevious span
{
	padding-left: 10px;
	text-decoration: line-through;
}table.ProductListHorizontalAdvanced table.ButtonBuyContainer
{
	float: right;
}table.ProductListHorizontalAdvanced table.ButtonBuyContainer td
{
	border: 0px;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
}table.ProductListHorizontalAdvanced table.ButtonBuyContainer td.ButtonBuy
{
	padding-top: 1px;
}table.ProductListHorizontalAdvanced td
{
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 5px 0px;
}table.ProductListHorizontalAdvanced td.ProductName
{
	padding-left: 5px;
	padding-right: 5px;
}table.ProductListHorizontalAdvanced td.ProductOrderInfo
{
	text-align: right;
}table.ProductListHorizontalAdvanced td.Quantity input
{
	width: 22px;
	text-align: center;
	margin-right: 10px;
	display: inline;
}


.AttributeValidatorCssClass
{
	clear: both;
}





.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;
}

















.ProductToolbarShowImageCssClass
{
	*margin-left: -3px;
}





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;
}

span.ProductUnitLabelCssClass
{
	padding-right: 3px;
	font-weight: bold;
}


.popupInfoBox
{
	border: 2px solid #333333;
	width: 620px;
	height: 435px;
	background: url(../images/pop-up-bg.gif) no-repeat scroll 0 0 #FFFFFF;
	padding: 8px 0 0 6px;
	display: none;
	position: absolute;
	margin: 0 0 0 532px;
}

.popupInfoBoxLink
{
	display: inline;
	text-decoration: underline;
	cursor: pointer;
	padding-left: 4px;
	color: #d91034;
}


.popupInfoBoxLinkClose
{
	text-decoration:  underline;
	cursor:  pointer;
	background: url(../images/fancybox/fancy_closebox.png) no-repeat;
	height:  30px;
	width:  30px;
	float:  right;
}

.ProductFileIconCssClass
{
	background-image: url("/App_Themes/FrameworkBasic/images/node-closed.gif");
	background-position: center;
	background-repeat: no-repeat;
	width: 7px;
	height: 15px;
	float: left;
}

.ProductFileLinkWrapperCssClass
{
	float: left;
}

.ProductFileListCloseWrapperCssClass
{
	float: right;
}

.ProductFileListHeaderTextCssClass
{
	margin-bottom: 20px;
}

.ProductFileListMainCssClass
{
	text-align: left;
	width: 300px;
	border: 1px solid #D8D8D8;
	background: #FFFFFF;
	padding: 5px;
}

.ProductFileListModalPopupBackgroundCssClass
{
	background: none repeat scroll 0 0 #FFFFFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.ProductFileWrapperCssClass a
{
	margin-left: 10px;
}

div.MonthlyCostWrapperCssClass
{
	padding: 6px 5px 5px 5px;
}


div.popupInfoBoxContent
{
	width: 620px;
	height: 405px;
	overflow:  auto;
}

div.ProductFileListFilesWrapperCssClass div
{
	display: block;
}

div.ProductFileWrapperCssClass
{
	clear: both;
	height: 20px;
	vertical-align: middle;
}

td.PurchaseBlockPrice span.PricePrevious
{
	display: block;
}

.CartPaymentAndFreightSelectorDeliveryDateInfoTextCssClass
{
	display: block;
}

.CartPaymentAndFreightSelectorDeliveryDateOutOfRangeDayCssClass
{
	background-color: Red;
}

.CartPaymentAndFreightSelectorDeliveryDateOutOfRangeDayCssClass a
{
	cursor: default;
}

.CartPaymentAndFreightSelectorDeliveryDateWeekendDayCssClass
{
	background-color: Blue;
}

.CartPaymentAndFreightSelectorDeliveryDateWeekendDayCssClass a
{
	cursor: default;
}

.OrderDetailsPlacedOrderDetailsMoreInfoRowCssClass td
{
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ProductTicketEventBookingWrapper
{
	display: block;
	margin-top: 10px;
}

.ProductTypeTicketAddonInfoBoxWrapper
{
	clear: both;
}

.ticketEventsListItem
{
	display: block;
}

.VoucherControlButtonAreaCssClass
{
	display: inline;
}

.VoucherControlContentCssClass
{
	margin-bottom: 25px;
}

.VoucherControlErrorCssClass
{
	display: block;
	color: Red;
}

.VoucherControlInputAreaCssClass span
{
	font-weight: bold;
	margin-right: 10px;
}

.VoucherControlWrapperCssClass
{
	border: 1px solid black;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding: 10px;
}

.voucherPageCssClass
{
	background: none;
}
.FooterContentBodyCssClass {
    margin-left: auto;
    margin-right: auto;
    width: 1001px;
}











/* ---------------- START PAGE SLIDER -------------------------- */

#StartPageDefinitions
{
    display: none;
}

#ctl00_main_showpage_sfp_sp, #ctl00_main_showpage1_sfp_sp
{
    overflow:hidden;
}

#ctl00_main_showpage_sfp_sp div.ProductPageHeader, #ctl00_main_showpage1_sfp_sp div.ProductPageHeader,
#ctl00_main_showpage_sfp_sp div.ProductPageBody, #ctl00_main_showpage1_sfp_sp div.ProductPageBody,
#ctl00_main_showpage_sfp_sp div.ProductPageFooter, #ctl00_main_showpage1_sfp_sp div.ProductPageFooter
{
    display:none;
}

div#StartPageSliderContainer
{
    background: #ddd;    
    overflow: hidden; 
    position: relative;  
    margin: 0px auto;
}

div#StartPageSliderViewPort
{
    overflow: hidden; 
    position: absolute;
    background: #fff;    
}

div#StartPageSlider
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
}    

div#StartPageSlider div.StartPageSliderItem
{
    text-align: center;
    float: left;
    background: #fff;    
    position: relative;
    overflow: hidden;
}  

div#StartPageSlider div.StartPageSliderItem a
{
    text-align: center;
    display:block;
    overflow:hidden;
    margin: 0 auto;
}  

div#StartPageSlider div.StartPageSliderItem a img
{
    border:none;
}

div#StartPageSlider div.SliderItemText
{
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    background: url(/App_Themes/FrameworkBasic/start-page-slider/slider-item-text-bg-white.png);   
    margin-right: 20px;    
    color: #000;
    text-align: left;  
    font-size: 20px;
    font-weight: bold;
}  



#StartPageSliderLeftButtonBg
{
    display: block;    
    width: 31px;
    height: 31px;
    position: absolute;
    top: 180px;
    left: 10px;
       
}

#StartPageSliderLeftButton
{
    display: block;      
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 180px;
    left: 10px;    
}

#StartPageSliderRightButtonBg
{
    display: block;        
    width: 31px;
    height: 31px;
    position: absolute;
    top: 180px;
    right: 10px;
    
}

#StartPageSliderRightButton
{
    display: block;    
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 180px;
    right: 10px;    
}


#tillverkare {
	width: 584px; 
}

	#tillverkare2 {
		clear: left;
    	background: url(/App_Themes/FrameworkBasic/images/footer/tillverkarebg.png) repeat-x top;
	}

	#tillverkare span {
		font-size: 14px;
		font-weight: bold;
		color: #333;
		display: block;padding: 9px 10px 6px;
	}

div.FooterArea {
    margin-left: 200px;
}




/* -- MAIN CATEGORY LINKS ----------------------------------------------- */

#MainCatListContainer
{
    padding: 10px 0;
    clear: both;
}

a.MainCatLink
{
    float: left;
    margin: 0 12px 10px 0;
    padding: 0px 0px 0px;
    width: 137px;
    background: url(/App_Themes/FrameworkBasic/images/custom/main-cat-link-bg.png) left bottom no-repeat;   
}

a.MainCatLink:hover
{

}

a.MainCatLink span.Wrapper
{
    display: block;
    padding: 0px;
    background: url(/App_Themes/FrameworkBasic/images/custom/main-cat-link-bg.png) left top no-repeat;  
}

a.MainCatLink span.ImgWrapper
{
    display: block;

    height: 114px;
    overflow: hidden;
    text-align: center;
    background: url(/pub_docs/files/category-images/noimage.jpg) center center no-repeat;
    border: 1px solid #999;    
}

a.MainCatLink img
{
    display: block;
    height: 114px;   
    width: 135px; 
}

a.MainCatLink span.CatName
{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    border: 1px solid #999;      
    border-top: 0;
    border-top: 0;
    background: url(/App_Themes/FrameworkBasic/images/custom/start-link-box-text-bg.png) left top repeat-x;     
    padding: 7px 5px 8px;
    text-align: center;
}

a.MainCatLink:hover,
a.MainCatLink:hover span.ImgWrapper,
a.MainCatLink:hover span.CatName
{
    border-color: #000;
    color: #000;
    text-decoration: none;
}

a.MainCatLink:hover span.CatName
{
    background-position: 0 -200px;
}


.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_FastCustomerInfo_lbToggleAlternativeDeliveryAddress
{
	color: #000;
	font-weight: bold;
}
.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.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;
}



#itemadded {
	width:400px;
	height:50px;
	background:#000;
	opacity: 0.7;
	color:#81b7ed;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	line-height:50px;
}

div.flagContainer{
position: absolute;
left: -55px;
bottom: 6px;
}

a.optionbox-item5{
margin-bottom: 0px !important;
}
