﻿body
{
}
/* Kundecenter - Start */

a
{
    color:#323232;    
}
a:hover
{
    color:#323232;
    text-decoration:underline;    
}

/* Login */
.LoginContainer
{
    background-color:#DCE5DF;
    width:100%;    
}
.LoginTextBox {
	width: 127px;
	height: 20px;
    border-top:1px solid #C6CFC9;
    border-bottom:1px solid #DFEAE3;
    border-left:1px solid #CED9D2;
    border-right:1px solid #DFEAE3;
    background-color: #DFEAE3;
    
    vertical-align:middle;
    text-align:left;
    line-height:15pt;
	color: #323232;
	font-size: 9px;
}
.LogOutContainer
{
    width:100%;
    background-color:#DCE5DF;
    font-family:Arial;
    font-size:11px;
    color:#323232;
    padding-left:20px;
}
.LogOutContainer .Text
{
}
.LogOutContainer .TextLink
{
    text-decoration:none; 
    color:#323232;  
}
.LogOutContainer .TextLink:hover
{
    text-decoration:underline;    
}
.LogOutContainer .Button
{
    
}
/* Basket Summary*/
.BasketSummary
{
    width:100%;
    font-family:Arial;
    font-size:11px;
    font-weight:normal;
    color:#323232;    
    background-color:#dcE5E0;    
    padding-left:20px;    
    line-height:15pt;
}
.BasketSummary .basketLink
{
    font-weight:bold;
    text-decoration:none;    
}
.BasketSummary .basketLink:hover
{
    font-weight:bold;
    color:#323232;
    text-decoration:none;    
}

/* Kundecenter - Slut */

/* Calendar - Start*/
.calendar
{
    width:100px;    
}

.calendar_button
{
    border:none;
    cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.calendar td
{
  font-size:11px;
}

.title
{
  font-weight:bold;
  background-color:#D4CDBD;
  color:White;
}

.day
{
  width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
  width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
  width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
  width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
  background-color:#FFFFFF;
}
/* Calendar - End*/

/* CatalogBrowser - Start */
.CatalogBrowser
{
    width:180px;
    font-family:Arial;
    font-size:11px;
}
.CatalogBrowser .ProductMenuCell
{
    line-height:15pt;
    width:100%;
}

.CatalogBrowser .ProductMenuCell UL
{
    width:100%;    
}

.CatalogBrowser .ProductMenuCell .ItemStyle0
{
    border-bottom: 1px solid White; 
    padding-left:20px;
    cursor:pointer;
    cursor:hand;
}
.CatalogBrowser .ProductMenuCell .ItemStyle0:hover
{
    background-color:#EAF0EC;   
    color:#323232;
}
.CatalogBrowser .ProductMenuCell .ItemStyleLink0
{
    border-bottom: 1px solid White; 
    padding-left:20px;
    cursor:pointer;
    cursor:hand;   
}
.CatalogBrowser .ProductMenuCell .ItemStyleLink0:hover
{
    background-color:#EAF0EC;   
    color:#323232;
}
.CatalogBrowser .ProductMenuCell .rmLevel1
{
    border:1px solid #D2DBD5;    
    background-color:#E9F0EC;
    width:210px;
}
.CatalogBrowser .ProductMenuCell .ItemStyle1
{
    
    border-bottom: 1px solid White; 
    padding-left:10px; 
    width:200px;        
}
.CatalogBrowser .ProductMenuCell .ItemStyle1:hover
{
    color:#323232;   
    cursor:pointer;
    cursor:hand;
}
.CatalogBrowser .ProductMenuCell .ItemStyleLink1
{
    background-color:#E9F0EC;
    border-bottom: 1px solid White; 
    padding-left:10px; 
    width:200px;    
}
.CatalogBrowser .ProductMenuCell .ItemStyleLink1:hover
{
    color:#323232;
    cursor:pointer;
    cursor:hand;
}
.CatalogBrowser .ProductMenuCell .rmLevel2
{
    border:1px solid #D2DBD5;    
    background-color:#E9F0EC;
    width:210px;
}
.CatalogBrowser .ProductMenuCell .ItemStyle2
{
    
    border-bottom: 1px solid White; 
    padding-left:10px; 
    width:200px;        
}
.CatalogBrowser .ProductMenuCell .ItemStyle2:hover
{
    color:#323232;   
    cursor:pointer;
    cursor:hand;
}
.CatalogBrowser .ProductMenuCell .ItemStyleLink2
{
    background-color:#E9F0EC;
    border-bottom: 1px solid White; 
    padding-left:10px; 
    width:200px;    
}
.CatalogBrowser .ProductMenuCell .ItemStyleLink2:hover
{
    color:#323232;
    cursor:pointer;
    cursor:hand;
}

.ChangePasswordTable
{
    font-family:Arial;    
    font-size:11px;
    color:#323232;
}

.ChangePasswordTable .Header
{
    background-image:url(webresources/images/layout/Header.gif);
    background-repeat:no-repeat;    
    font-weight:bold;
    color:#008F8A;   
    padding-left:10px;    
    width:756px;
    height:26px;
}

.ChangePasswordTable .Textboxes
{
    background-color:White;
    color:#323232;
    font-family:Arial;
    font-size:11px;
    font-weight:normal; 
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;      
    border-left: 1px solid #CBD5CF; 
    width:240px;
    height:18px;       
}

.FavoritesTable
{
    width:100%;   
    font-family:Arial;    
    font-size:11px;
    color:#323232; 
}

.FavoritesTable .Header
{
    background-image:url(webresources/images/layout/Header.gif);
    background-repeat:no-repeat;    
    font-weight:bold;
    color:#008F8A;   
    padding-left:10px;    
    width:756px;
    height:26px;
}
.FavoritesTable .FavoritesDetails
{
    
}
.FavoritesTable .FavoritesDetails .head
{
    font-weight:bold;
    color:#008F8A;     
}
.FavoritesTable .FavoritesDetails .ItemRow
{
    background-color:#F2F8F4;
}
.FavoritesTable .FavoritesDetails .ItemRow .TextBox
{
    border-left: 1px solid #CBD5CF;
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;
    background-color:White;
    color:Black;
    font-family:Arial;
    font-size:11px;   
    margin-left:1px;    
}
.InvoiceDetailsTable
{
    font-family:Arial;
    font-size:11px;
    color:#323232;    
}
.InvoiceDetailsTable .Header
{
    width:756px;
    height:26px;
    background-image:url(Webresources/images/layout/Header.gif);
    background-repeat:no-repeat;    
    font-weight:bold;
    color:#008F8A;   
    padding-left:10px;     
}
.InvoiceSearchTable
{
    font-family:Arial;
    font-size:11px;
    color:#323232;    
}
.InvoiceSearchTable .Header
{
    width:756px;
    height:26px;
    background-image:url(Webresources/images/layout/Header.gif);
    background-repeat:no-repeat;    
    font-weight:bold;
    color:#008F8A;   
    padding-left:10px;      
}
.InvoiceSearchTable .dateTextBox
{
    height:14px;
    border:1px solid black;    
    vertical-align:middle;
    width:90px;
    font-size:11px;
}
.InvoiceSearchTable .numberTextBox
{   
    height:14px;
    border:1px solid black;    
    vertical-align:middle;
    width:113px;
    font-size:11px;    
}
.InvoicesFoundTable
{
    width:100%;
    font-family:Arial;
    font-size:11px;
    color:#323232;    
}
.InvoicesFoundTable .VerticalLine
{
    background-color:#D4DCD6;
    height:1px;    
}
.InvoicesFoundTable .InvoiceLink
{
    text-decoration:underline;
    color:#323232;    
}

.orderLink
{
    text-decoration:underline;
    color:#323232;    
}

.OpenOrdersTable
{
    font-family:Arial;
    font-size:11px;
    color:#323232;  
    line-height:18px;     
}
.OpenOrdersTable .Header
{
    width:756px;
    height:26px;
    background-image:url(Webresources/images/layout/Header.gif);
    background-repeat:no-repeat;    
    font-weight:bold;
    color:#008F8A;   
    padding-left:10px;  
}
.OpenOrderTable
{
    font-family:Arial;
    font-size:11px;
    color:#323232;  
}
.OpenOrderTable .Header
{
    width:756px;
    height:26px;
    background-image:url(Webresources/images/layout/Header.gif);
    background-repeat:no-repeat;    
    font-weight:bold;
    color:#008F8A;   
    padding-left:10px;     
}

/* CatalogBrowser - End */
.OrderReviewTable
{
    font-family:Arial;
    font-size:11px;
    color:#323232;  
    line-height:18px;  
}
.OrderReviewTable .TextBoxes
{
    background-color:White;
    color:#323232;
    font-family:Arial;
    font-size:11px;
    font-weight:normal; 
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;      
    border-left: 1px solid #CBD5CF; 
    width:240px;
    height:18px;   
}
.OrderReviewTable .HeaderRow
{
    height:26px;  
    font-weight:bold;
    color:#008F8A;     
}

.OrderReviewTable .InlineLink
{
	text-decoration: underline;
	color: #323232;
}

/* CatalogProductList - Start */
.ProductList
{
    width:100%;
    background-image:url(WebResources/images/layout/Header.gif);
    background-repeat:no-repeat;  
    font-family:Arial;
    font-size:11px;
}
.ProductList .HeaderRow
{
    height:26px;  
    font-weight:bold;
    color:#008F8A;  
}
.ProductList .ItemRow
{
    background-color:#F2F8F4;        
}
.ProductList .ItemRow .TextBox
{
    border-left: 1px solid #CBD5CF;
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;
    background-color:White;
    color:Black;
    font-family:Arial;
    font-size:11px;    
}

.ProductList .Button
{
    background-image:url(webresources/images/layout/Header.gif);
    background-repeat:no-repeat;
    width:80px;        
}

/* CatalogProductList - End */
/* CatalogProductDetails - Start */
.ProductDetails
{
    width:100%    
}
.ProductDetails .Wrapper
{
    border:1px solid #D0D9D3;
    font-family:Arial;
    font-size:11px;
}
.ProductDetails .Wrapper .Header
{
    width:100%;
    height:20px;
    background-image:url(webresources/images/layout/Header_Details.gif);
    background-repeat:no-repeat;
}
.ProductDetails .Wrapper .Detail_info
{
    padding-top:22px;
    padding-left:27px;
    width:50%;
    vertical-align:top;
}
.ProductDetails .Wrapper .Detail_info .Product_name
{
    Font-size:16px;
    font-weight:bold;    
}
.ProductDetails .Wrapper .Detail_info .Inner_productDetails
{
    font-weight:bold;
    padding-top:10px;  
    vertical-align:bottom;  
}
.ProductDetails .Wrapper .Detail_info .Inner_productDetails .TextBox
{
    background-color:White;
    color:Black;
    font-family:Arial;
    font-size:11px;
    font-weight:normal;  
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;      
    border-left: 1px solid #CBD5CF;
}
.ProductDetails .Wrapper .Detail_image
{
    padding-top:22px;
    padding-left:27px;
    width:50%;
    vertical-align:top;
}
.ProductDetails .Wrapper .Detail_image .FavoritesIcon
{ 
    vertical-align:top;
    text-align:right;
    padding-right:10px;    
}
.ProductDetails .Wrapper .Detail_image .ProductImage
{
    vertical-align:middle;
    text-align:center;    
    height:295px;
}
.PaymentMethod
{
    font-family:Arial;
    font-size:11px;    
}

.radioButton
{
    font-family:Arial;
    font-size:11px;    
}

.goBackButton
{
    font-family:Arial;
    font-size:11px;
    text-decoration:none; 
    color:#323232;   
}
.goBackButton:hover
{
    font-family:Arial;
    font-size:11px;
    text-decoration:none;    
    color:#323232;
}
/* CatalogProductDetails - End */
/* Basket - Start */
.Basket
{
    width:100%;
    background-image:url(WebResources/images/layout/Header.gif);
    background-repeat:no-repeat;  
    font-family:Arial;
    font-size:11px;    
}
.Basket .HeaderRow
{
    height:26px;  
    font-weight:bold;
    color:#008F8A;  
}
.Basket .ItemRow
{
    background-color:#F2F8F4;       
}
.Basket .ItemRow .TextBox
{
    background-color:White;
    color:Black;
    font-family:Arial;
    font-size:11px;
    font-weight:normal;  
    text-align:center;
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;      
    border-left: 1px solid #CBD5CF;
}
/* OrderAddress - Start*/
.Address
{
    width:100%;
    font-family:Arial;
    font-size:11px;    
}

.DDL
{
    font-size:11px;
    font-weight:normal;
    font-family:Arial;
    color:#323232;
    width:240px;
    height:22px;
}
.AddressTemplate
{
    width:100%;
    font-family:Arial;
    font-size:11px;    
}
.AddressTemplate .firstColumn
{
    width:30%;
}
.AddressTemplate .secondColumn
{
    width:70%;
    padding-left:2px;    
}
.AddressTemplate .TextBox
{
    background-color:White;
    color:#323232;
    font-family:Arial;
    font-size:11px;
    font-weight:normal; 
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;      
    border-left: 1px solid #CBD5CF; 
    width:240px;
    height:18px;   
}

.ProductRelatedFiles
{
    color:#323232;
    font-family:Arial;
    font-size:11px;
    font-weight:normal;         
}
.ProductRelatedFiles .Link
{
    text-decoration:none;    
}
.ProductRelatedFiles .Link:hover
{
    color:#323232;    
}

.ShippingAddress
{
    width:100%;   
    font-family:Arial;
    font-size:11px;
    color:#323232; 
}
.ShippingAddress .Header
{
    width:100%;
    height:26px;
    background-image:url(webresources/images/layout/Header.gif);
    background-repeat:no-repeat; 
}
.ShippingAddress .Header .HeaderText
{
    font-weight:bold;
    color:#008F8A;   
    padding-left:10px;     
}

.ShippingAddress .DropDownList
{
    height:20px;
    font-size:10px;    
}
.ShippingAddress .TextBox
{
    margin-left:1px;
    background-color:White;
    color:#323232;
    font-family:Arial;
    font-size:11px;
    font-weight:normal; 
    border-bottom: 1px solid #E1EBE5;
    border-right: 1px  solid #E1EBE5;
    border-top: 1px solid #C3CCC6;      
    border-left: 1px solid #CBD5CF; 
    width:200px;
    height:18px;   
}

.TableGrid
{
    font-family:Arial;
    font-size:11px;
    color:#323232;    
    padding:0px;
    margin:0px;
}
.TableGrid .SectionHeader
{
    background-image:url(webresources/images/layout/Header.gif);
    background-repeat:no-repeat;
    height:26px;
    padding-left:10px;
    font-weight:bold;
    color:#008F8A;
}
.TableGrid .TextBox
{
    margin-left:1px;
    background-color:#0E8E8A;
}


/* CampaignProducts - START */
.CampaignProducts
{
    width:100%;
}
.CampaignProducts .CampaignProduct
{
    width:244px;
}
.CampaignProducts .CampaignProduct .Header
{
    height:46px;
    background-image:url(Webresources/images/layout/campaignHeader.gif);
    background-repeat:no-repeat;
    border:1px solid #D0D9D3;
    text-align:center;
    color:#008F8A;
    font-family:Arial;
    font-size:12px;
}
.CampaignProducts .CampaignProduct .Image
{
    border-left:1px solid #D0D9D3;
    border-right:1px solid #D0D9D3;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 15px;
        
}
.CampaignProducts .CampaignProduct .Footer
{
    height:69px;
    background-image:url(Webresources/images/layout/campaignFooter.gif);
    background-repeat:no-repeat;
    border:1px solid #D0D9D3;  
    text-align:center;
    color:#008F8A;
    font-family:Arial;
    font-size:12px;  
}
.CampaignProducts .CampaignProduct .Footer .Price
{
    font-size:24px;    
}

.XslGrid
{
    font-family:Arial;
    font-size:11px;
    color:#323232;  
}
.XslGrid .Head
{
    font-weight:bold;
    color:#008F8A;      
}
/* CampaignProducts - END */

/* PRODUCT SEARCH  */
.productSearch .TextBox
{
	width: 127px;
	height: 20px;
    border-top:1px solid #C6CFC9;
    border-bottom:1px solid #DFEAE3;
    border-left:1px solid #CED9D2;
    border-right:1px solid #DFEAE3;
    background-color: #DFEAE3;
    
    vertical-align:middle;
    text-align:left;
    line-height:15pt;
	color: #323232;
	font-size: 9px;
}
