/* This is the standard layout for EonicCart V3 E-Commerce plug-in classes, id's and elements*/

#cartFull #threeDS
{
    width: 500px;
    height:400px;
    border:0px;
}


#cartFull form th, #glFull form th
{
	text-align:right;
}
#cartFull table, #glFull table
{
	width: 100%;
}
#cartFull .terminus, #glFull .terminus
{
	clear:right !important;
}
#cartFull .textareaReadOnly, #glFull .textareaReadOnly
{
   border-color: #999;
   background-color: #fff;
}
#cartFull td.description, 
#cartFull td.ref, 
#cartFull td.price 
{
	font-weight: bold;	
}
#cartFull .optionList
{
	font-weight: normal;
}
#cartFull span.radiocheckbox 
{
	white-space:nowrap;
	vertical-align:top;
	height:25px;
}
#cartFull div.radios
{
	width:100% !important;
}
#cartFull label.radio 
{
	margin-right:15px;
	display:inline-block;
	/*height:25px;  WHY THE HEIGHT??? Clips all descending characters and brackets !! WH 2009-01-06*/
}
#cartFull label.MC, #cartFull label.MasterCard
{
	background: transparent url(/ewcommon/images/icons/cc/mc.gif) no-repeat left top;
	padding-left:35px;
}
#cartFull label.VISA, #cartFull label.Visa
{
	background: transparent url(/ewcommon/images/icons/cc/visa.gif) no-repeat left top;
	padding-left:35px;
}
#cartFull label.UKE, #cartFull label.Uke
{
	background: transparent url(/ewcommon/images/icons/cc/electron.gif) no-repeat left top;
	padding-left:35px;
}
#cartFull label.DELTA, #cartFull label.Delta
{
	background: transparent url(/ewcommon/images/icons/cc/delta.gif) no-repeat left top;
	padding-left:35px;
}
#cartFull label.SOLO, #cartFull label.Solo
{
	background: transparent url(/ewcommon/images/icons/cc/solo.gif) no-repeat left top;
	padding-left:20px;
}
#cartFull label.SWITCH, #cartFull label.Switch, #cartFull label.Meastro, #cartFull label.MAESTRO
{
	background: transparent url(/ewcommon/images/icons/cc/maestro.gif) no-repeat left top;
	padding-left:35px;
}
#cartFull label.AMEX, #cartFull label.AMEX
{
	background: transparent url(/ewcommon/images/icons/cc/amex.gif) no-repeat left top;
	padding-left:30px;
}
#cartLogonBox
{
	float:right;
	width:260px;
}
#cartRegisterBox
{
	margin-right:280px;
}

#cartFull .textbox, #cartFull .textarea, #cartFull .dropdown, #glFull .textbox, #glFull .textarea, #glFull .dropdown
{
	width:150px;
}

#cartLegend
{
	line-height:1.5;
	margin-bottom:10px;
	margin-top: 10px;
}
/* ======================= */

table#cartListing
{
	width:100%;
}
#cartListing .heading
{
	text-align:left;
}
#cartListing TD
{
	vertical-align:top;
}
#cartListing TD .discount
{
	font-weight:normal;
}
#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;
}
/* ========== DISCOUNTS ========== */
#template_Discounts_Listings table.discountProducts td.product
{
	padding-bottom: 10px !important;
}
/* ========== ERROR MESSAGES ========== */
.errorMessage .err_sub_msg
{
	display:block;
	margin: 0.5em 0;
}
#cartFull div.billingAdd div.terminus, #cartFull div.deliveryAdd div.terminus
{
    clear:both !important;
}
#cartFull td.firstAdd
{
    border:solid 1px #aaa;
    background: #dedede;
}

#cartFull div.deliveryAdd
{
    border:solid 1px #ccc;
    margin:.5em 0 0 0;
}

#cartFull div.pickAddress
{
    text-align:left;
    width: 30%;
    float: left;
    margin: 0.5em;
}
#cartFull .pickAddButtons
{
	padding: 10px 10px 0 0;
}
#cartFull div.pickAddress input.delete
{
    margin-left: .5em;
}
#cartFull input.setAsBilling
{
	clear:right;
}
#cartFull div.pickAddress input.delete, 
#cartFull div.pickAddress input.edit
{
    margin-top: .5em;
}
#cartFull input.setAsBilling
{
    margin-top: .5em;
    float: right;
}
#cartFull #PayForm fieldset.cardDetails{width:300px;float:left}
#cartFull #PayForm th{width:155px;}
#cartFull #PayForm .cardDetails th{width:140px;}