﻿.LineErrorLabel
{
	color: #ff0000;
	text-align: left;
}
.ShoppingCartMiniPreviewArea Table
{
	margin-left:auto;
}
/* Overall */
.ErrorLabel
{
	color: #ff0000;
	display: block;
	padding-bottom: 10px;
	text-align: left;
}
.DropDownField
{
	width: 285px;
}
.TextboxField
{
	width: 280px;
}
/* Addresses */
.BlockContent
{
	padding: 5px; color: #666666; font-family: Times New Roman;
	margin-right: 15px;
}
.BlockTitle
{
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.PreviewHeader
{
	border: solid 1px white;
	background-image: url(./Images/button.png);
}
/* Shopping cart */
.BillingAddressPreview
{
	float:left;
	padding: 0px 5px 10px 0px;	
	width:46%;	
}
.AddressPreview legend
{
	color : White;
}
.BillingAddressInnerPanel
{	
	margin: 10px;	
}

.ShippingAddressPreview
{
	float:right;
	padding: 0px 0px 10px 5px;	
	width:46%;
}

.ShippingAddressInnerPanel
{	
	margin: 10px;
}

.AddressPreviewLabel
{
	color: #000000;
	display: block;
}

.DiscountCouponPanel
{
	float:left;
}

.PricePanel
{
	float:right;
}

.CartStepInnerPanel
{
	margin: 5px;
}

.CartStepPanel
{
  /*padding-bottom:10px;*/
  overflow: hidden; overflow-y: auto; height: 300px;
  width: 100%;
}

.CartStepPanel legend
{
	color : White;
}

.AddressTitle
{
	font-size: 16px;
	font-weight: bold;
}

.SmallTextLabel
{
	font-size: 10px;
}

.ShoppingCartIcon
{
    vertical-align: middle;
}

.UnitsTextBox
{
	width: 50px;
}

.BlockStep{
	height:250px;
	overflow-y: auto;
}
.BlockContent{
	padding: 0px; color: white; font-family: Times New Roman; font-size: 12px;
}

.ContentButton, .ContentButton a{
	text-decoration: none;
	color: Orange;
	font-size: 12px;
	line-height: 20px;
	text-transform: lowercase;
}
.ContentButton a:hover{
	text-decoration: underline;
	color: Orange;
	font-size: 12px;
	line-height: 20px;
	text-transform: lowercase;
}

.LongButton{
	width: 150px;  color:  White; background-color: white; cursor: hand; border: none;
}
.AvyTotalPrice, .AvyShippingOption, .AvyPaymentMehtod{
}
.AvyShoppingCart{
}
.AvyShoppingCartTitle{
}
.AvyShoppingCartText{
}
.AvyShoppingCartIcon{
}

/*                */
/* New since v3.0 */
/*                */

.UnitsTextBox
{
	width: 50px;
}

.AddressPreview
{
	padding: 0px 5px 5px 5px;	
	height: 100%;
}

.InvoiceCompanyAddressTitle
{
	display:block;
	font-weight: bold;
}

.PaymentGatewayDataContainer
{
}

.PaymentFormSeparator
{
	height: 10px;
}


.AddressPreviewWithTwoColumns td
{
	width: 46%;
}

.AddressPreviewWithThreeColumns td
{
	width: 29%;
}

/* 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 */

.CartStepTable
{
	border: groove 2px #A4B2BC;	
}

.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: 2px groove #A4B2BC;
	background-image: url(./Images/orange-bg.png);
}

.CartStepBody
{
	/*background-color: #ffffff;*/
	/*background-color: #eeeeee;	*/
}

.CartContentTable
{
	width:100%;
	border: 2px groove #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;
	background-image: url(./Images/button.png);
}