/* This is the standard layout for EonicCart V3 E-Commerce plug-in classes, id's and elements*/

#cartFull, #glFull
{
	height:1%;
	position:relative;
	margin:auto;
}
#cartFull form th, #glFull form th
{
	text-align:right;
}
#cartFull table, #glFull table
{
	width: auto;
}
#cartFull .terminus, #glFull .terminus
{
	clear:right !important;
}
#cartFull .textareaReadOnly, #glFull .textareaReadOnly
{
   border-color: #999;
   background-color: #fff;
}
.xform-radio
{
	 white-space:nowrap;
}
.xform-radio label
{
	margin-right:8px;
}
#cartLogonBox
{
	float:right;
	width:260px;
}
#cartRegisterBox
{
	margin-right:280px;
}

#cartFull .textbox, #cartFull .textarea, #cartFull .dropdown, #glFull .textbox, #glFull .textarea, #glFull .dropdown
{
	width:150px;
}

#cartLegend
{
	position:relative;
	line-height:1.5;
	margin-bottom:10px;
}

/* ======================= */

table#cartListing
{
	width:100%;
}
#cartListing .heading
{
	text-align:left;
}
#cartListing TD
{
	vertical-align:middle;
}
#cartListing .lineTotal
{
	width:70px;
}
#cartListing .price, #cartListing .lineTotal, #cartListing TD.heading, #cartListing TD.amount
{
	text-align:right;
}
#cartListing TD.dropdown
{
	white-space:nowrap;
	padding:10px 3px;
	text-align:right;
}

/* ======================= */

#cartFull h2, #cartRegisterBox, #glFull h2, table.SelectDeliveryOption, table.CreditCardPayment, .cartButtons, #cartInvoice, #cartLogonBox, #cartListing, #cartTerms, .optionButtons, #optionsForm, #PayForm
{
	margin-bottom:10px;
}
#cartNotes .textarea
{
	width:300px;
}
#cartNotes P
{
	margin:3px 0;
}

.cartAddress
{
	height:1%;
	line-height:1;
	margin-bottom:10px;
	padding-bottom: 12px;
}
#cartTerms textarea
{
	width:100%;
}
#cartTandCs
{
	border:1px solid #999;
	height:7em;
	overflow:scroll;
	padding:5px;
	margin-bottom:10px;
}
#billingAddress
{
	margin-right:300px;
}
#deliveryAddress
{
	float:right;
	width:280px;
}
.shipping .dropdown
{
	width:auto !important;
}
th.subTitle, .cartAddress P.addressTitle, form h3
{
	margin:0;
}
.alert
{
	color:#f00;
	display:block;
}
form#giftlistForm input.radiocheckbox
{
	width:40px;
}
form#giftlistForm label.singleword
{
	width:150px;
}
.day, .month
{
	width:45px!important;
}
.year
{
	width:60px!important;
}
#cartFull a.textButton, #glFull a.textButton
{
	line-height:3;
}