#footermessage {
	font-size:10px;
}

/*---------- FORMS */
fieldset h3, table#orderItemsList h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 13px;
}
fieldset {
	border: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: none;
}

fieldset legend {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
}

label {
	float: left;
	font-family: Verdana, sans-serif;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align: right;
}

input, select, textarea {
	/*font-family: Verdana, sans-serif;
	font-size: 11px;*/
	margin: 0px 0px 5px 0px;
	/*padding: 0px 2px 0px 2px;*/
}

select {
	margin-left:-1px;
}

optgroup {
	padding: 5px 0px 5px 0px;
}

.buttons {

}

.required {
	font-weight: bolder;
}
/* CHECKOUT, CHECKOUT PAYMENT */
fieldset#shippingInfo label
, fieldset#billingInfo label
, fieldset#shippingType label
, fieldset#paymentInfo label
, fieldset#deliveryMethod label {
	width: 140px;
}
fieldset#shippingInfo input
, fieldset#billingInfo input
, fieldset#shippingType input
, fieldset#paymentInfo input {
	width: 200px;
}
fieldset#shippingInfo #sameContactInfo{
margin-left:-1px;
}

/* CART ITEMS */
#orderItemsDiv
, #orderInvoiceDiv {
	margin-bottom: 10px;
}

table#orderItemsList {
	border: 1px solid black;
	padding: 5px;
	width: 100%;
}

table#orderItemsList table tr td {
	vertical-align: top;
	padding: 0px;
}

table#orderItemsList tr.alt {
	background: #EDEDED;
}

table#orderItemsList tr.subtotal td {
	vertical-align: top;
}

table#orderItemsList input.itemQuantity {
	width: 25px;
}

table#orderItemsList input.radioLeft {
	float: left;
	margin-top: -2px;
	padding: 0px;
}
table#orderItemsList label.labelRight {
	float: left;
	text-align: left;
}

table#orderItemsList tr td ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
}

table#orderItemsList tr.parent td.itemName
, table#orderItemsList tr.parent td.itemDelivery {
	vertical-align: top;
}

table#orderItemsList tr td.itemPrice
, table#orderItemsList tr td.itemQuantity
, table#orderItemsList tr td.itemPriceTotal {
	text-align: right;
	vertical-align: top;
}

table#orderItemsList tr.parent td.itemPrice
, table#orderItemsList tr.parent td.itemQuantity
, table#orderItemsList tr.parent td.itemPriceTotal {
	text-align: right;
	vertical-align: top;
}

table#orderItemsList tr.child td.itemName
, table#orderItemsList tr.child td.itemDelivery {
	vertical-align: top;
}

table#orderItemsList tr.child td.itemPrice
, table#orderItemsList tr.child td.itemQuantity
, table#orderItemsList tr.child td.itemPriceTotal {
	text-align: right;
	vertical-align: top;
}

table#orderItemsList tr.subtotal td.itemName
, table#orderItemsList tr.subtotal td.itemPrice
, table#orderItemsList tr.subtotal td.itemDelivery
, table#orderItemsList tr.subtotal td.itemQuantity
, table#orderItemsList tr.subtotal td.itemPriceTotal {
	border-top: 1px solid black;
	text-align: right;
}

table#orderItemsList tr td.itemDelivery {
	width: 145px;
}

table#orderItemsList tr td.itemPrice {
	width: 75px;
}

table#orderItemsList tr.shipping td.itemName {
	text-align: right;
}
table#orderItemsList tr.shipping td.itemPrice {
	text-align: right;
}
table#orderItemsList tr.total td.itemName
, table#orderItemsList tr.total td.itemPrice
, table#orderItemsList tr.total td.itemDelivery
, table#orderItemsList tr.total td.itemQuantity
, table#orderItemsList tr.total td.itemPriceTotal {
	border-top: 2px double black;
	text-align: right;
	font-weight: bold;
}

table#orderItemsList tr td.orderItemsColumnLabel {
	font-weight: bold;
	padding: 5px;
	vertical-align: bottom;
	border-bottom: 1px solid black;
}

table#orderItemsList tr td.updateCart {
	text-align: right;
}

#subtotalAmountDiv {
	display: inline;
}

td.subtotalText {
	text-align: right;
	padding: 5px;
	font-weight: bold;
}

td.subtotalAmt {
	background: #FFFFCC;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

img.orderItemsBoxImage {
	/*height: 50px;*/
}

/*----- PROGRESS BAR */
table#progressBarTable {
	border: 1px solid black;
	width: 100%;
	margin-bottom: 15px;
}
table#progressBarTable td {
	padding: 5px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid black;
}
table#progressBarTable td.complete {
	background: #EEEEEE;
}
table#progressBarTable td.incomplete {
	background: #FFFFFF;
}
table#progressBarTable td.current {
	background: #CCCCCC;
}
table#progressBarTable td.last {
	border-right: none;
}


/*--------Pricing----*/

.pricingDivider{
    margin-bottom:10px;
    border-bottom:1px solid black;
    height:10px;
    }  
    
.pricingTable{
	border-width:0;  /*1px 0 0 0;*/
	border-style: solid;
	border-color:#000;
	margin-top:0px;
	margin-bottom: 10px;
	}
	
#aepInformation{
	padding-bottom: 0px;
	}

#supInformation{
	padding-bottom: 0px;
	}

#licenseInformation
, #shippingInformation{
	padding-bottom: 0px;
	}
	
.currency
{
	text-align:right;
	font-weight:bold;
	padding-right: 20px;
}
.currencyHeader
{
	font-weight:bold;
	text-align: center;
	padding-right: 10px;
}
/*-------------------*/

