﻿.LineErrorLabel
{
	color: #ff0000;
	text-align: left;
}

.ShoppingCartMiniPreviewArea Table
{
	margin-left:auto;
}

/* Addresses */
.BlockContent
{
	padding: 5px;
}

.BlockTitle
{
	font-size: 13px;
	font-weight: bold;
	display: block;
}


/* Shopping cart */
.UnitsTextBox
{
	width: 50px;
}

.AddressPreview
{
	padding: 0px 5px 5px 5px;	
	height: 100%;
}

.AddressPreviewLabel
{
	color: #000000;
	display: block;
}

.DiscountCouponPanel
{
	float:left;
}

.PricePanel
{
	float:right;
}

.CartStepInnerPanel
{
	margin: 10px;	
}

.CartStepPanel
{
	padding-bottom:10px;
}

.ShoppingCartIcon
{
    vertical-align: middle;
}

.ItemsNotAvailable
{
	color: Red;
}

.InvoiceCompanyAddressTitle
{
	display:block;
	font-weight: bold;
}

.PaymentGatewayDataContainer
{
}

.PaymentFormSeparator
{
	height: 10px;
}


.AddressPreviewWithTwoColumns td
{
	width: 46%;
}

.AddressPreviewWithThreeColumns td
{
	width: 29%;
}

.WishlistTable
{
	width: 100%;
}

/* Prodcut price detail */

.PriceDetailSummaryTable
{
	border: 1px solid #000000;
	border-collapse: collapse;
	color: #000000;
	width: 100%;	
}

.PriceDetailSummaryTable th
{
	border: 1px solid #000000;
	border-collapse: collapse;	
	background-color: #d8d8d8;
	font-weight: bold;		
}

.PriceDetailSummaryTable td
{
	border: 1px solid #000000;
	border-collapse: collapse;	
}

.PriceDetailSubtotalTable
{
	border: 1px solid #000000;	
	border-collapse: collapse;
	width:100%;	
	margin-bottom: 20px;	
	#margin-top: -1px; /* only in Internet Explorer */
}

.PriceDetailSubtotalTable tr
{
	border: 1px solid #000000;	
	border-collapse: collapse;
}
.PriceDetailSubtotalTable td
{
	border-top: 1px solid #000000;	
	border-collapse: collapse;
}

.PriceDetailSubtotalTable th
{
	background-color: #d8d8d8;
	font-weight: bold;	
}

.PriceDetailSubtotal
{
	background-color:#EBF4F9;
	color: #000000;
}

.PriceDetailHeader td
{
	background-color: #cccccc;
	color: #000;	
	font-weight: bold;	
}

.ProductPriceDetailTitle
{
	font-weight:bold;
	font-size: 16px;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #000000;
}

.ProductPriceDetailLink a, .ProductPriceDetailLink a selected
{
	color: #000000;
	text-decoration: underline;
}

/* Shopping cart */

.CartTable
{
	width: 100%;
}

.CartStepTable
{
	border: 1px solid #A4B2BC;	
	border-collapse: collapse;
	width: 100%;
}

.CartStepTable th
{
	/*background-color: #EBF4F9;*/
	background-color: #fff;
	color: #000000;	
	font-family:Arial;
	font-size: 12px;
}

.CartStepHeader
{
	/*background-color: #EBF4F9;*/
	background-color: #fff;
	color: #000000;	
	padding: 5px;	
	font-weight: bold;
	font-family:Arial;
	font-size: 12px;
	border-bottom: 1px solid #A4B2BC;
}

.CartStepBody
{
	/*background-color: #ffffff;*/
	background-color: #eeeeee;	
}

.CartContentTable
{
	width:100%;
	border: 1px solid #A4B2BC;
}

.CartContentTable td
{
	/*border: 1px solid #dddddd;*/
	border: 1px solid #A4B2BC;		
	background-color: #ffffff;
	padding: 4px;
}

.CartContentTable th
{
	border: 1px solid #A4B2BC;
	font-family:Arial;	
	font-size: 12px;
}


.CartProductDetailLink
{
	color: Black;
	text-decoration:underline;
}

/* Shopping cart item selector */

.CartItemSelectorContainer
{	
	padding-top:5px;
}

.CartItemSelector
{	
	overflow: auto; 
	height: 360px; 
	width: 98%; 
	padding:10px;
}

.AddToCartContainer
{	
	float:right;
	padding-top: 10px;
	padding-right: 10px;
}

.AddToCartTextBox
{
	width:25px;
}

.AddToCartLink
{
	/*
	background-image: url('Images/ShoppingCart/AddToCart.gif');
	background-position: left -2px;
	background-repeat: no-repeat;
	padding-left: 18px;	
	color: #000000;
	text-decoration: underline;
	*/
}

.AddToCartButton
{
	width: 100px;
}

.AddToCartImageButton
{	
}


.AddToWishlist
{
	background-image: url('Images/ShoppingCart/AddToWishlist.gif');
	background-position: left -2px;
	background-repeat: no-repeat;
	padding-left: 18px;	
	color: #000000;
	text-decoration: underline;
}

/* Product option selector */

.ProductOptionSelectorContainer
{	
	padding-bottom: 20px;
}

.OptionCategoryName
{
	font-weight: bold;
}

.ProductOptionSelector
{
}

.OptionCategoryDescription
{
}

.PageContent .ProductOptionSelectorContainer
{
	padding: 0px;
}