﻿/*------------------------------------------------------------------------------------
COLORS
*/


/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnStandard1of2
{
	width:140px;
}

.columnStandard2of2
{
	width:auto;
}

.handPointer
{
    cursor:pointer; 
}

.textboxStandard
{
	width:250px;
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
}

/*------------------------------------------------------------------------------------
AJAX
*/

.ajax__tab_header
{
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;

}
.ajax__tab_outer
{
    /*An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
}

.ajax__tab_inner
{
    /* An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
}

.ajax__tab_tab
{
     /* An element of the tab that contains the text content. Child CSS classes:none. */
	padding-bottom:10px;
	padding-right:10px;
}

.ajax__tab_body
{
    /* A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
	padding-top:15px;
}

.ajax__tab_hover
{
     /* This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
}

.ajax__tab_active
{
    /* This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */
    color:Black;
    background-position: center bottom;
    background-image: url('../images/design/SelectedMenuItem.png'); 
    background-repeat: no-repeat;    
}

/*------------------------------------------------------------------------------------
BreadCrumb UserControl
*/

.BreadCrumb, .BreadCrumb A:link, .BreadCrumb A:visited
{
    color:#333333;
}

/*------------------------------------------------------------------------------------
BuyCompleteControl
*/
.BuyCompleteHeader
{
    height:40px; 
    line-height:40px; 
    color:Black; 
    font-weight:bold; 
    font-size:12px;
    text-transform:uppercase;

    margin-bottom:10px;
    margin-top:20px;
}

.BuyCompleteContent
{
}

/*------------------------------------------------------------------------------------
CheckoutControl
*/

.CheckoutHeader
{
    height:40px; 
    line-height:40px; 
    color:Black; 
    font-weight:bold; 
    font-size:12px;
    text-transform:uppercase;

    margin-bottom:10px;
    margin-top:20px;
}

.CheckoutAddressContainer
{
	padding-bottom:10px;
}

.CheckoutSelectPaymentTypeContainer
{
}

.CheckoutPaymentTypeContainerDetail
{
}

.CheckoutCheckoutPaymentTypeContainer
{
}

.CheckoutCheckoutPaymentTypeContainerPaymentTypeLabel
{
    font-weight:bold;
    margin-bottom:10px;
}

.CheckoutCheckoutPaymentTypeContainerStepBackContainer
{
    position:relative;
    top:-5px;
}

.CheckoutCheckoutPaymentTypeContainerStepBackContainer a
{
    font-weight:normal;
    text-decoration:underline;
}

.CheckoutCheckoutPaymentTypeContainerPaymentTypes
{
    clear:both;
}

.CheckoutCheckoutPaymentTypeDetailContainer
{
    margin-top:20px;
}

.CheckoutCheckoutPaymentTypeSeparator, .CheckoutCheckoutUserInfoSeparator, .CheckoutCheckoutSelectedPaymentTypeSeparator
{
    width:100%;
}

.CheckoutCheckoutDeliveryMethodsContainer
{
    margin-top:15px;
}

.CheckoutCheckoutDeliveryMethodsContainerHeader
{
    font-weight:bold;
}

.CheckoutCheckoutDeliveryMethodsContainerInfo
{
	margin-top:15px;
}

.CheckoutCheckoutPurchaseConditionContainer
{
    margin-top:25px;
}

.CheckoutCheckoutUserInfo
{
    margin-top:20px;
    font-weight:bold;
}

.CheckoutCheckoutUserInfo input[type='text']
{
    width:200px;
}

.CheckoutCheckoutUserInfo select
{
    width:205px;
}

.CheckoutCheckoutUserInfo input[type='radio']
{
    padding-bottom:15px;
}

.CheckoutCheckoutUserInfoColumn1
{
    width:35%;
}

.CheckoutCheckoutUserInfoColumn2
{
    width:auto;
}

.CheckoutCheckoutTotalCostContainer
{
    width:170px;
    margin-left:auto;
    margin-right:10px;
}

.CheckoutCheckoutTotalCostContainerHandlingCostContainer
{
    text-align:right;
    font-size:12px;
}

.CheckoutCheckoutTotalCostContainerFreightCostContainer
{
    text-align:right;
    font-size:12px;
}

.CheckoutCheckoutTotalCostContainerTotalCost
{
    text-align:right;
    font-size:14px;
    font-weight:bold;
}

.CheckoutCheckoutTotalCostContainerTotalCostSekInfo
{
    text-align:right;
    font-size:12px;
    font-weight:bold;
}

.CheckoutCheckoutSendOrderContainer
{
    text-align:right;
    margin-left:auto;
    margin-right:0px;
    margin-top:10px;
    width:170px;
}

.CheckoutShoppingCartListColumn1
{
    border-color:#abaaaa;
    border-width:1px;
    border-style:solid;
    color:#000000;
    margin-bottom:10px;
    width:156px;
    height:200px;
}

.CheckoutShoppingCartListColumn2
{
    width:auto;
    padding-left:15px;
    padding-bottom:20px;
    vertical-align:bottom;
}

.CheckoutShoppingCartListColumn2 a
{
    text-decoration:underline;
}

.CheckoutShoppingCartListItemSeparator
{
    height:14px;
}

.CheckoutShoppingCartRebateCodeContainer
{
    margin-top:10px;
}

.CheckoutShoppingCartContinueContainer
{
    background-color:#e8e8e8;
    text-align:right;
    margin-top:10px;
}

.CheckoutShoppingCartContinueContainerKlarnaInfoContainer
{
    padding-top:15px;
    padding-left:10px;
}

.CheckoutShoppingCartContinueContainerHandlingCostCostContainer
{
    margin-top:15px;
    margin-right:10px;
}

.CheckoutShoppingCartContinueContainerFreightCostContainer
{
    padding-right:10px;
}

.CheckoutShoppingCartContinueContainerFreightCost, CheckoutShoppingCartContinueContainerFreightCostLabel
{
}

.CheckoutShoppingCartContinueContainerTotalPriceContainer
{
    padding-top:5px;
    padding-right:10px;
}

.CheckoutShoppingCartContinueContainerTotalPriceLabel
{
    font-size:14px;
    margin-top:10px;
}

.CheckoutShoppingCartContinueContainerTotalPrice
{
    font-size:18px;
    font-weight:bold;
}

.CheckoutShoppingCartContinueContainerContinueContainer
{
    padding-top:5px;
    padding-right:13px;
    padding-bottom:8px;
}

.CheckoutShoppingCartRelatedProductsContainer
{
    width:100%;
    padding-top:40px;
}

.CheckoutShoppingCartRelatedProductsContainer .CheckoutHeader
{
    height:20px;
    line-height:20px;
}

.CheckoutShoppingCartRelatedProductsListContainer
{
    width:100%;
    margin-top:15px;
}

.CheckoutValidator
{
}

/*------------------------------------------------------------------------------------
CompanyContactForm1 UserControl
*/

.CompanyContactForm1_HeaderContainer
{
    text-transform:uppercase;
}

.CompanyContactForm1_FormContainer
{
    margin-top:10px;
}

/*------------------------------------------------------------------------------------
Login UserControl
*/

.LoginHeader
{
}

.LoginContent
{
	margin-top:20px;
}

.LoginRegisterContent
{
	margin-top:20px;
}

/*------------------------------------------------------------------------------------
ProductDetail UserControl
*/

.ProductDetailBreadCrumbContainer
{
}

.ProductDetailNameContainer
{
	margin-top:10px;
}

.ProductDetailInfoContainer
{
	margin-top:10px;
}

.ProductDetailInfoContainerColumn1
{
	vertical-align:top;
	width:230px;
}

.ProductDetailInfoContainerColumn2
{
	vertical-align:top;
}

.ProductDetailVariant4_InfoContainerColumn2_LeftColumn
{
    width:150px;
}

.ProductDetailPriceContainer
{
    font-size:14px;
    font-weight:bold;
}

.ProductDetailVatMessageContainer
{
    margin-top:4px;
}

.ProductDetailVariant4_BuyButtonContainer
{
    margin-top:10px;
}

/*------------------------------------------------------------------------------------
ProductList UserControl
*/

.ProductListRowInfo, .ProductListRowInfo A:link, .ProductListRowInfo A:visited
{
    color:#333333;
}

.ProductListSortPanel, .ProductListSortPanel A:link, .ProductListSortPanel A:visited
{
    color:#333333;
}


.ProductListVariant5_ItemTemplate, .ProductListVariant5_ItemTemplate A:link, .ProductListVariant5_ItemTemplate A:visited
{
    vertical-align:top;
    background-color:#ffffff;
}

.ProductListVariant5_GroupItemSeparatorTemplate, ProductListVariant5_GroupItemSeparatorTemplate A:link
{
    width:15px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-y;
}

.ProductListVariant5_GroupHeaderTemplate
{
    height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}

.ProductListVariant5_GroupFooterTemplate
{
    height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}

.ProductListVariant5_GroupSeparatorTemplate
{
    height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}

.ProductListVariant5_EmptyItemTemplate
{
}

.ProductListVariant5_EmptyItemContainer
{
    width:310px;
    overflow:hidden;
}

.ProductListVariant5_ItemContainer
{
    width:310px;
    overflow:hidden;
}

.ProductListVariant5_TableContainer
{
    height:125px;
}

.ProductListVariant5_ItemRow1
{
}

.ProductListVariant5_NameContainer, .ProductListVariant5_NameContainer A:link
{
    font-family:Verdana;
    font-size:13px;
    color:Black;
}

.ProductListVariant5_ItemRow2
{
}

.ProductListVariant5_LeftColumnContainer
{
    width:180px;
    padding-right:5px;
}

.ProductListVariant5_PriceContainer
{
    overflow:hidden;
}

.ProductListVariant5_Price
{
    font-family:Verdana;
    font-size:13px;
    color:Black;
}

.ProductListVariant5_ComparePriceContainer
{
    font-family:Verdana;
    font-size:13px;
    color:Black;
}

.ProductListVariant5_TextShortContainer
{
    font-family:Verdana;
    font-size:11px;
}

.ProductListVariant5_SupplierContainer
{
    font-size:12px;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
}

.ProductListVariant5_MoreInfoContainer
{
}

.ProductListVariant5_RightColumnContainer
{
}

.ProductListVariant5_ImageContainer
{
    padding-top:5px;
}

.ProductListVariant5_ProductPropertiesContainer
{
}


/*------------------------------------------------------------------------------------
Search UserControl
*/

.SearchHeader
{
    color:#333333;
}

.SearchHitCount
{
    margin-top:20px;
    color:#333333;
}

.SearchProductList
{
    margin-top:15px;
}

/*------------------------------------------------------------------------------------
ShoppingCartList UserControl
*/

.ShoppingCartList_ItemTemplate
{
    vertical-align:middle;
}

.ShoppingCartList_AlternatingItemTemplate
{
    vertical-align:middle;
}

/*------------------------------------------------------------------------------------
ResetPassword UserControl
*/

.ResetPasswordHeader
{
}

.ResetPasswordContent
{
	margin-top:15px;
}

/*------------------------------------------------------------------------------------
ListView, DataList
*/

.GroupHeaderTemplate
{
	height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}

.GroupItemTemplate, .GroupItemTemplate A:link
{
}

.GroupAlternatingItemTemplate, .GroupAlternatingItemTemplate A:link
{
}

.GroupItemSeparatorTemplate, .GroupItemSeparatorTemplate A:link
{
	background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-y;
}

.GroupSeparatorTemplate, .GroupSeparatorTemplate A:link
{
	height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}

.GroupFooterTemplate, .GroupFooterTemplate A:link
{
	height:10px;
    background-position: center;
    background-image: url('../images/design/DotGray.png'); 
    background-repeat: repeat-x;
}


.HeaderTemplate, .HeaderTemplate A:link
{
}

.ItemTemplate, .ItemTemplate A:link
{
	vertical-align:top;
}

.AlternatingItemTemplate, .AlternatingItemTemplate A:link
{
}


/*------------------------------------------------------------------------------------
TEXT
*/

.textHeadlineLarge
{
	color:Black;
	font-size:13px;
}

.textHeadline
{
}

.textHeadlineSmall
{
}

.textStandard
{
}

.textSmall
{
}

.textLarge
{
}

/*
COLORS
*/

.textColor, .textColor A:link
{
    color:#333333;
}

.textColorAlt, .textColorAlt A:link
{
    color:#333333;
}
 
 
 /*
FCKEditor Layout Design
*/

#FckTemplate1_Column1
{
	float:left;
	width:307px;
}

#FckTemplate1_Column1_Top
{
	width:307px;
	height:250px;
    background-image: url('../images/design/3ColumnBackground.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}

#FckTemplate1_Column1_Bottom
{
	width:307px;
	height:9px;
    
    background-image: url('../images/design/3ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}

#FckTemplate1_Column2
{
	float:left;
	width:307px;	
	margin-left:4px;
}

#FckTemplate1_Column2_Top
{
	width:307px;
	height:250px;	
    background-image: url('../images/design/3ColumnBackground.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}


#FckTemplate1_Column2_Bottom
{
	width:307px;
	height:9px;
    
    background-image: url('../images/design/3ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}

#FckTemplate1_Column3
{
	float:left;
	width:307px;
	margin-left:4px;
}

#FckTemplate1_Column3_Top
{
	width:307px;
	height:250px;	
    background-image: url('../images/design/3ColumnBackground.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}

#FckTemplate1_Column3_Bottom
{
	width:307px;
	height:9px;
    
    background-image: url('../images/design/3ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}


#FckTemplate2_Column1
{
	width:930px;
    background-image: url('../images/design/1ColumnBackgroundMiddle.png'); 
	background-repeat: repeat-y;
	background-position: left top;		
}

#FckTemplate2_Column1_Top
{
	width:930px;
    background-image: url('../images/design/1ColumnBackgroundTop.png'); 
	background-repeat: no-repeat;
	background-position: left top;		
}

#FckTemplate2_Column1_Bottom
{
	width:930px;
	height:9px;
    
    background-image: url('../images/design/1ColumnBackgroundBottom.png'); 
	background-repeat: no-repeat;
	background-position: left top;	
}
