﻿/*------------------------------------------------------------------------------------
COLORS
*/

/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnStandard1of2
{
	width:140px;
}

.columnStandard2of2
{
	width:auto;
}

.textboxStandard
{
	width:250px;
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
    text-decoration:none;
}

/*------------------------------------------------------------------------------------
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:Red;
    background-position: center bottom;
    background-image: url('../images/design/SelectedMenuItem.png'); 
    background-repeat: no-repeat;
}

/*------------------------------------------------------------------------------------
BreadCrumb UserControl
*/

.BreadCrumb, .BreadCrumb A:link, .BreadCrumb A:visited
{
    width:600px;
    font-weight:bold;
    color:Black;
    
    position:absolute;
    top:60px;
    z-index:99;
}

/*------------------------------------------------------------------------------------
BuyCompleteControl
*/
.BuyCompleteHeader
{
    width:680px; 
    height:20px; 
    line-height:20px; 
    background-color:Black; 
    color:White; 
    font-weight:bold; 
    font-size:12px;
    text-transform:uppercase;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:10px;
}

.BuyCompleteContent
{
}

/*------------------------------------------------------------------------------------
CheckoutControl
*/

.CheckoutHeader
{
    width:680px; 
    height:20px; 
    line-height:20px; 
    background-color:Black; 
    color:White; 
    font-weight:bold; 
    font-size:12px;
    text-transform:uppercase;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:10px;
}

.CheckoutAddressContainer
{
    background-image:url('../images/design/ProductDetailBackgroundShadow.png');
	background-repeat:repeat-x;    
	background-position:bottom;
	padding-bottom:10px;
}

.CheckoutSelectPaymentTypeContainer
{
    background-image:url('../images/design/ProductDetailBackgroundShadow.png');
	background-repeat:repeat-x;    
	background-position:bottom;
}

.CheckoutPaymentTypeContainerDetail
{
    background-image:url('../images/design/ProductDetailBackgroundShadow.png');
	background-repeat:repeat-x;    
	background-position:bottom;
}

.CheckoutCheckoutPaymentTypeContainer
{
}

.CheckoutCheckoutPaymentTypeContainerPaymentTypeLabel
{
    font-weight:bold;
    margin-bottom:10px;
}

.CheckoutCheckoutPaymentTypeContainerStepBackContainer
{
    position:relative;
    top:-5px;
}

.CheckoutCheckoutPaymentTypeContainerStepBackContainer a
{
    font-weight:normal;
    text-decoration:underline;
}

.CheckoutCheckoutPaymentTypeContainerPaymentTypes
{
    margin-top:15px;
    position:relative;
    left:-5px;
    clear:both;
}

.CheckoutCheckoutPaymentTypeDetailContainer
{
    margin-top:15px;
}

.CheckoutCheckoutPaymentTypeSeparator, .CheckoutCheckoutUserInfoSeparator, .CheckoutCheckoutSelectedPaymentTypeSeparator
{
    height:14px;
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    
    background-image:url('../images/design/ShoppingCartItemSeparator.png');
	background-repeat:repeat-x;    
	background-position:middle;
}

.CheckoutCheckoutDeliveryMethodsContainer
{
    margin-top:5px;
}

.CheckoutCheckoutUserInfo
{
    margin-top:10px;
    font-weight:bold;
}

.CheckoutCheckoutUserInfo input[type='text']
{
    width:200px;
}

.CheckoutCheckoutUserInfo select
{
    width:205px;
}

.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;
    background-image:url('../images/design/ShoppingCartItemSeparator.png');
	background-repeat:repeat-x;    
	background-position:middle;
}

.CheckoutShoppingCartContinueContainer
{
    background-color:#e8e8e8;
    width:100%;
    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:10px;
}

.CheckoutShoppingCartRelatedProductsContainer
{
    width:100%;
    padding-top:40px;
}

.CheckoutShoppingCartRelatedProductsListContainer
{
    width:100%;
    margin-top:15px;
}

.CheckoutShoppingCartRebateCodeContainer
{
	margin-top:10px;
}

/*------------------------------------------------------------------------------------
ProductDetailControl
*/

.ProductDetailColumn1
{
    width:400px;
    
    background-image:url('../images/design/ProductDetailBackgroundShadow.png');
	background-repeat:repeat-x;    
	background-position:bottom;
	padding-bottom:10px;
}

.ProductDetailColumn2
{
    padding-left:15px;
    width:auto;
}

.ProductDetailName H1
{
   	font-family: Arial;
	font-size:18px;
	font-weight:bold; 
}

.ProductDetailPrice
{
   	font-family: Arial;
	font-size:18px;
	font-weight:bold; 
	padding-top:5px;
}

.ProductDetailCategory
{
    display:none;
}

.ProductDetailDescriptionShort
{
    margin-top:7px;
    
    font-family: Arial;
	font-weight:normal;
    font-size:12px;
    color:Black;
}

.ProductDetailKlarnaInfoConatiner
{
    margin-top:5px;
    font-size:11px;
}

.ProductDetailRelatedProductsContainer
{
    margin-top:10px;
}

.ProductDetailRelatedProductsHeader
{
}

.ProductDetailRelatedProductsProductList
{
    margin-top:5px;
}

/*------------------------------------------------------------------------------------
ProductCategoryDetailControl
*/

.ProductCategoryDetailHeader H1
{
	padding-left:20px;
	line-height:80px;
	font-family: Arial;
	font-size:30px;
	font-weight:bold;
	color:White;
	text-transform: uppercase;
}

/*------------------------------------------------------------------------------------
ListView, DataList
*/

.GroupHeaderTemplate
{
}

.GroupItemTemplate, .GroupItemTemplate A:link
{
}

.GroupAlternatingItemTemplate, .GroupAlternatingItemTemplate A:link
{
}

.GroupItemSeparatorTemplate, .GroupItemSeparatorTemplate A:link
{
}

.GroupSeparatorTemplate, .GroupSeparatorTemplate A:link
{
    height:20px;
}

.GroupFooterTemplate, .GroupFooterTemplate A:link
{
}

.HeaderTemplate, .HeaderTemplate A:link
{
}

.ItemTemplate
{
/*
    border-color:#abaaaa;
    border-width:1px;
    border-style:solid;
*/
    color:#000000;
    margin-bottom:10px;
    width:157px;
/*    width:156px;*/
    height:245px;
    
}

.ItemSeparatorTemplate
{
    width:24px;
}

.AlternatingItemTemplate, .AlternatingItemTemplate A:link
{
}

/*------------------------------------------------------------------------------------
TEXT
*/

.textHeadlineLarge
{
	font-family: Arial;
	font-size:24px;
	font-weight:bold;
}

.textHeadline
{
	font-family: Arial;
	font-size:16px;
	font-weight:bold;
}

.textHeadlineSmall, .textHeadlineSmall A:link
{
	font-family: Arial;
	font-size:12px;
	font-weight:bold;
	color:Black;
	text-transform: uppercase;
}

.textStandard
{
	font-family: Arial;
	font-weight:normal;
    font-size:10px;
    color:Black;
}

.textSmall
{
	font-family: Arial;
    font-size:9px;
    color:Black;
}

.textLarge
{
	font-family: Arial;
	font-size:12px;
	color:Black;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}

/*
COLORS
*/

.textColor, .textColor A:link
{
	color:#ffffff;
}

.textColorAlt, .textColorAlt A:link
{
	color:#e6e6e6;
}
 