﻿/*------------------------------------------------------------------------------------
COLORS
*/
.bgAlternating
{
	
}

.bgBase
{
	
}

.bgWhite
{
	background-color:White;
}

/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnFiftyFifty1of2
{
}

.columnFiftyFifty1of2
{
}

.columnStandard1of2
{
	width:140px;
}

.columnStandard2of2
{
	width:auto;
}

.handPointer
{
    cursor:pointer; 
}

.textboxStandard
{
	width:250px;
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
    text-decoration:none;
}

/*------------------------------------------------------------------------------------
BuyComplete UserControl.
*/

.BuyCompleteHeader
{
    font-weight:bold;
}

.BuyCompleteContent
{
    margin-top:10px;
}


/*------------------------------------------------------------------------------------
CheckoutControl
*/

.CheckoutHeader
{
    
    width:700px; 
    height:20px; 
    line-height:20px; 
    color:Black; 
    font-weight:bold; 
    font-size:12px;
    margin-bottom:10px;
}

.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:15px;
}

.CheckoutCheckoutPaymentTypeSeparator, .CheckoutCheckoutUserInfoSeparator, .CheckoutCheckoutSelectedPaymentTypeSeparator
{
    width:100%;
}

.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
{
    background-color:#e8e8e8;
    
    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;
}

.CheckoutCheckoutPurchaseConditionContainer
{
    margin-top:10px;
}

.CheckoutCheckoutSendOrderContainer
{    
    background-color:#e8e8e8;
    
    text-align:right;
    margin-left:auto;
    margin-right:10px;
    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;
    width:100%;
    text-align:right;
    margin-top:10px;
}

.CheckoutShoppingCartContinueContainerKlarnaInfoContainer
{
    padding-top:15px;
    padding-left:10px;
    
    font-size:14px;
}

.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-bottom:10px;
    padding-right:10px;
}

.CheckoutShoppingCartRelatedProductsContainer
{
    width:100%;
    padding-top:40px;
}

.CheckoutShoppingCartRelatedProductsListContainer
{
    width:100%;
    margin-top:15px;
}

.CheckoutCheckoutTotalCostSendOrderContainer
{
    margin-top:15px;
    padding-bottom:10px;
    padding-top:10px;
    background-color:#e8e8e8;
}

/*------------------------------------------------------------------------------------
GETANEWSLETTER Subscribe Control
*/

.GetaNewsletterSubscribeVariant1_HeaderContainer
{
    font-family:Tahoma;
	font-size:11px; 
	font-weight:bold;
	color:Black;
}

.GetaNewsletterSubscribeVariant1_TextBeforeContainer
{
    margin-top:10px;
}

.GetaNewsletterSubscribeVariant1_FormContainer
{
    margin-top:20px;
}

.GetaNewsletterSubscribeVariant1_FormContainer input
{
    width:250px;
}

.GetaNewsletterSubscribeVariant1_TextAfterContainer
{
    margin-top:20px;
}

/*------------------------------------------------------------------------------------
ListView, DataList
*/

.HeaderTemplate, .HeaderTemplate A:link
{
    background-image:url('../images/design/ListViewHeaderBackground.png');
    background-repeat:repeat-x;
    color:#cccccc;
    height:20px;
}

.ItemTemplate, .ItemTemplate A:link, .ItemTemplate A:visited
{
    color:#333333;
}

.AlternatingItemTemplate, .AlternatingItemTemplate A:link,  .AlternatingItemTemplate A:visited
{
/*    
    background-image:url('../images/design/ListViewAlternatingItemBackground.png');
    background-repeat:repeat;
*/
    
    background-color:#cacaca;
    color:#333333;
}

/*------------------------------------------------------------------------------------
TEXT
*/

.textHeadline
{
	font-family:Tahoma;
	font-size:11px; 
	font-weight:bold;
	color:Black;
	
}

.textHeadlineSmall
{
	font-family:Tahoma;
	font-size:11px; 
	font-weight:bold;
	color:Black;
}

.textStandard
{
	font-family:Tahoma;
	font-size:11px; 
}

.textSmall
{
	font-family:Tahoma;
	font-size:10px;	
}

.textLarge
{
	font-family:Tahoma;
	font-size:12px;	
}

/*
COLORS
*/

.textColor
{
	color:#333333;
}

.textColorAlt
{
	color:#cccccc;
}
 