/*************** Cart ***********/
table#cart {
	margin: 1em auto 0;
	border: none;
	padding: 10px;
}
table#cart thead th {
	padding: 1px .5em;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
table#cart td {
	padding: .4em .6em;
}
table#cart tr#totalrow td,
table#cart tr#totalrow th {
	padding: .5em 0 0;
	border-top: 1px solid #333;
	font-weight: bold;
	background: transparent;
}
tr#totalrow th {
	text-align: right;
}
ul.cartbuttons {
width: 600px;
margin: 1em auto;
}

ul.cartbuttons li {
width: 200px;
float: left;
text-align: center;
}
/* Coupon */
div#couponcustominfo {
	border: 1px solid orange;
	background: #ffa;
	width: 70%;
	margin: 1em auto;
}
div#couponcustominfo p {
	margin: 2px;
}
div#coupon {
clear: both;
margin: 1.5em auto;
width: 80%;
}
div#coupon form {
width: 30em;
margin: 0 auto;
padding: 1em 0;
border: 1px solid #eee;
}
div#coupon p {
    margin: 1em;
    text-align: center;
}
div#coupon label {
    display: block;
    float: left;
    width: 6em;
    margin: 0 .5em 0 1.5em;
}
div#coupon input {
    float: left;
    width: 14em;
}

div#coupon input.button-tiny {
    float: left;
    width: 5em;
    clear: none;
}


/***** Payment Form ********/

select#expyear {
	width: 120px;
}
select#expmonth {
	width: 120px;
    margin-right: 10px;
}
#expmonth_chzn {margin-right: 10px;}
select#cardtype {
    width: 240px;
}

/***************** Payment Response ******************/

div#response-text {
	margin: 1em auto;
	padding: .5em 2em;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background: #FFFFAA;
}

table.receipt {
	border: none;
	width: 80%;
}
table.receipt caption {
	padding: .5em;
	background: white;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	border: 2px solid #999;
	border-width: 0 0 2px;
	text-align: center;
}
table.receipt th,
table.receipt td {
	border-bottom: 1px dashed #ccc;
	padding: .3em;
	width: 50%;
}
table.receipt th.subhead {
	background: #fff;
}
table.embedded {
	font-size: .7em;
	margin: 0 auto;
}
table.embedded th,
table.embedded td {
	background: transparent;
	border: none;
	font-size: .7em;
}
table.embedded caption {
	text-align: left;
	font-weight: normal;
	border: none; 
}


div.AuthorizeNetSeal {
	float: right;
}

