/* General Commerce Styles */
th
{
	font-size: 1.1em;	
}



/* Order Landing */
.orderLanding #products {
	position: relative;	
	width: 762px;
	margin: 0px auto;
}

a {
	cursor: pointer;
}

.orderLanding #products #cards, .orderLanding #products #zazzle {
	display:block;
	width:351px;
	height:476px;
	float: left;
	margin:10px;
}

.orderLanding #products #cards {
	background: url(http://media.freakatars.com/images/commerce/tradingcard_info_panel.jpg) no-repeat scroll 0 0;
	position: relative;
}

.orderLanding #products #cards img {
	background-color: #333;
	position: absolute;
	left: 109px;
	top: 78px;
	width: 131px;
	height: 179px;
}

.orderLanding #products #zazzle {
	background: url(http://media.freakatars.com/images/commerce/zazzle_info_panel.jpg) no-repeat scroll 0 0;
}

.orderLanding h3 {
	text-align: center;	
}

a.previousPage {
	background:transparent url(http://media.freakatars.com/images/commerce/back_arrow.gif) no-repeat scroll left center;
	padding-left:20px;
	position:absolute;
	top:0px;
}

a.previousPage:hover {
	color: #06F;
}

.orderLanding #headerGraphic {
	background: url(http://media.freakatars.com/images/commerce/order_landing_header.gif) no-repeat center left;	
	width: 545px;
	height: 30px;
	margin: 0px auto 25px;
}


/* Cart View */
.cartView #headerGraphic {
	background: url(http://media.freakatars.com/images/commerce/your_order_header.png) no-repeat center left;	
	width: 167px;
	height: 29px;
	margin: 0px auto 25px;
}

.cartItems 
{
	background-color: #FFF;
	border: 1px solid #000000;
	margin-bottom:20px;
	
}

.cartItemsTable
{
	width:100%;
}

.cartItemsTable thead
{
	border-bottom: 1px solid #000;	
}

.cartItemsTable th
{
	padding:15px 15px 15px 0;
	background-color:#d5eec4;
}

.cartItemsTable th.firstHeading
{
	padding-left: 55px;
}

.cartItemsTable tr
{
	margin:15px 0px;
}

.cartItemsTable .alternateItem
{
	background-color: #f0f7fd;
}

td.itemTotal
{
	text-align: right;
	padding-right: 15px;
}

td.itemImg
{
	background-color:#b2d0ea;
	border:1px solid #000000;
	height:239px;
	position:relative;
	width:157px;
	display: block;
	text-align:center;
	margin:15px;
}

td.itemImg img
{
	background-color:#B2D0EA;
	border:1px solid #000000;
	display:block;
	height:179px;
	margin:15px auto 0px;
	width:131px;
}

td.itemQty input
{
	font-weight:bold;
	height:20px;
	padding-top:5px;
	text-align:center;
	width:50px;
	
	margin-left: 10px;
}

td.itemDesc
{
	padding-left: 15px;
}

.cartSubTotalWrapper
{
	background-color:#FFFFFF;
	border:1px solid #000000;
	font-size:18px;
	height:50px;
	line-height:2.6em;
	margin-bottom:20px;
	vertical-align:middle;
	width:100%;
}

.cartSubTotalWrapper .cartSubTotal
{
	margin-right: 15px	
}

.cartSubTotalWrapper #cartTotal
{
	border-left:1px solid #000000;
	font-size:18px;
	height:100%;
	width:100px;
	text-align: center;
}

a.orderMore {
	background:transparent url(http://media.freakatars.com/images/commerce/order_more_btn.png) no-repeat scroll 0 0;
	text-indent:-9999px;
	height:34px;
	position:relative;
	width:106px;
	float: right;
	margin-right: 15px;
}
a.orderMore:hover {
	background-position:0 -34px;
}

a.checkOut {
	background:transparent url(http://media.freakatars.com/images/commerce/checkout_btn.png) no-repeat scroll 0 0;
	text-indent:-9999px;
	height:34px;
	position:relative;
	width:106px;
	float: right;
}
a.checkOut:hover {
	background-position:0 -34px;
}

a.remove {
	background:transparent url(http://media.freakatars.com/images/commerce/remove_btn.png) no-repeat;
	display:block;
	height:28px;
	margin:10px auto;
	text-indent:-9999px;
	width:74px;
}

a.remove:hover {
	background-position:0 -28px;
}

a.update {
	background:transparent url(http://media.freakatars.com/images/commerce/update_btn.png) no-repeat scroll 0 0;
	text-indent:-9999px;
	height:28px;
	width:74px;
}
a.update:hover {
	background-position:0 -28px;
}



/* Payment View */
.paymentView #headerGraphic {
	background: url(http://media.freakatars.com/images/commerce/payment_header.png) no-repeat center left;	
	width: 524px;
	height: 30px;
	margin: 0px auto 45px;
}

.paymentView .shippingHeader {
	background: url(http://media.freakatars.com/images/commerce/ship_address_header.png) no-repeat center left;	
	width: 137px;
	height: 17px;
	margin:0px 0px 5px 45px;
}

.paymentView .paymentHeader {
	background: url(http://media.freakatars.com/images/commerce/payment_options_header.png) no-repeat center left;	
	width: 133px;
	height: 17px;
	margin:0 369px 5px 0;
}


.paymentView .formWrapper
{
	border:1px solid #000000;
	padding: 15px;
	text-transform:uppercase;
}

.paymentView .formWrapper table
{
	width: 100%;
}

.paymentView .formWrapper p
{
	margin-bottom: 5px;
}

.paymentView .formWrapper input
{
	height:18px;
	padding-top:5px;
	width:250px;
}

.paymentView .formWrapper input#cardAddressSame
{
	border: none;
	width: 20px;
    height: 20px;
    padding: 0;
    margin:0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.paymentView .formWrapper .cardAddressSameLabel
{
	display:block;
	font-size:10px;
	margin-bottom:10px;
	margin-left: 5px;
}

.paymentView .formWrapper label
{
	font-size: 12px;
	font-weight: bold;
}

.paymentView  select#cardExpirationMonth, .paymentView  select#cardExpirationDay
{
	margin-right: 10px;
	width: 50px;
}

table#billingInfo
{
	margin-left: 30px;
	width:395px;
}

table#cardInfo	
{
	margin-bottom: 25px;
}

table#cardInfo tr	
{
	line-height:2.8em;
}

table#cardInfo label
{
	margin-right: 15px;
}

select#cardState
{
	margin-bottom:10px;
}

.paymentView .shippingWrapper
{
	background-color:#F0F0F0;
	height:400px;
	margin-left:40px;
	width:303px;
}

.paymentView .paymentWrapper
{
	background-color:#E0F0D4;
	height:100%; /*559px*/
	margin-right:40px;
	width:434px;
}

a.continue {
	background:transparent url(http://media.freakatars.com/images/commerce/continue_btn.png) no-repeat scroll 0 0;
	text-indent:-9999px;
	height:34px;
	position:relative;
	width:106px;
}
a.continue:hover {
	background-position:0 -34px;
}


/* Checkout View */

.checkoutView #headerGraphic {
	background: url(http://media.freakatars.com/images/commerce/your_order_header.png) no-repeat center left;	
	width: 167px;
	height: 29px;
	margin: 0px auto 45px;
}

.totalsWrapper
{
	height:240px;
	position:relative;
	width:100%;
}

.totalsWrapper h4
{
	color: #CCC;
	font-size: 10px;
	margin: 10px 0px;
}

a.order {
	background:transparent url(http://media.freakatars.com/images/commerce/order_btn.png) no-repeat scroll 0 0;
	bottom:0;
	display:block;
	height:34px;
	position:absolute;
	right:0px;
	text-indent:-9999px;
	width:106px;
}
a.order:hover {
	background-position:0 -34px;
}

.shipBillInfo 
{
	width: 423px;
	height: 179px;
	background-color: #D5EEC4;
	border: 1px solid #000;
}

.shipBillInfo span 
{
	color:#595959;
	font-size:12px;
	height:169px;
	padding:10px 10px 0;
	position:relative;
	width:45%;
}

.shipBillInfo span p
{
	text-align: left;
}

.shipBillInfo span hr
{
	background-color:#000000;
	border-style:solid;
	color:#333;
	height:1px;
	margin:8px 0;
}

.shipBillInfo span#shippingInfo 
{
	border-left: 1px solid #000;
}

.shipBillInfo span a 
{
	font-color: #458b30;
	text-decoration: underline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #333;
}

.shipBillInfo span h3 
{
	font-weight: bold;
	font-size: 14px;
	color:#000;
}

.orderTotals
{
	background-color: #FFF;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 250px;
}

.orderTotals table
{
	width: 100%;
}

.orderTotals td
{
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	padding: 10px;
}

.orderTotals tr.totalRow
{
	margin-top: 10px;
	background-color: #D5EEC4;
	font-size: 14px;
}

.changeCartLink {
	padding: 10px;
	background-color:#D5EEC4;
}	

.changeCartLink a  
{
	font-color: #458b30;
	text-decoration: underline;
	color: #333;
}



/* INVOICE */
.invoiceView #headerGraphic {
	background: url(http://media.freakatars.com/images/commerce/order_complete_header.gif) no-repeat center left;	
	width: 232px;
	height: 30px;
	margin: 0px auto 25px;
}

.invoiceView .shipBillInfo 
{
	background-color: #FFF;
}

.invoiceView .orderTotals tr.totalRow
{
	background-color: #FFF;
}

.invoiceView #invoiceHeader span
{
	font-size: 16px;
	padding-bottom: 5px;
}

.invoiceView td.itemImg
{
	background-color:#FFF;
	border: none;
}
