p.card_message_characters {
	font-size:.9em;
	margin:0 0 -.25em;
	text-align:right;
}

body.shop #nav_main,
body.checkout #nav_main {
	background:#ffc url(../images/id_gift_store.jpg) no-repeat right -10px;
}

/* Checkout page */
body.checkout .column_left,
body.checkout .column_right {
	width:300px;
	padding:0 25px 0 50px;
}

body.checkout .column_right {
	float:right;
	padding:0 50px 0 25px;
}

body.checkout .column_main {
	float:none;
	clear:both;

	width:500px;
	margin:0 auto;
	padding:1em 0 1em;
	background:none;
}

body.checkout fieldset {
	border:none;
	margin:.5em 0 0;
	padding:0 0 1em;
	
	border-bottom:1px dotted #a37d31;
}

label {
	clear:both;
	display:block;
	margin:.5em 0 -.25em;
}

input,
select,
textarea {
	display:block;
	width:100%;
	margin-bottom:.25em;	
}

textarea {padding:.25em;}

input.gift_cert {width:auto}
label.error {margin:-.25em 0 .75em;}

body.checkout .type_container,
body.checkout .expiration_container,
body.checkout .state_container,
body.checkout .zip_container {
	float:left;
	width:45%;
}

body.checkout .expiration_container,
body.checkout .zip_container { float:right }

body.checkout select.expmonth,
body.checkout select.expyear {
	display:inline;
	width:4em;
}

body.checkout label.expyear { display:none; }

body.checkout select.expyear {width:6em}

body.checkout input.cvv {
	width:4em;
	display:inline;
	margin:0;
}

body.checkout label.shipping_dont {
	position:relative;
	text-indent:2em;
}

body.checkout input#shipping_dont {
	height:1.5em;
	width:1.2em;
	
	position:absolute;
	top:0px;
	left:0px;
}

body.checkout input.submit {
	width:auto;
	padding:.5em;
	margin:0 auto;
}

body.checkout .cvv_examples {
	padding-left:50px;
}

body.checkout .coupon {
	display:inline;
	width:auto;
}

#billing_to_shipping, 
#shipping_to_billing {
	display:block;
	border-bottom:1px dotted #900;
	font-size:.9em;
}

#billing_to_shipping:hover, 
#shipping_to_billing:hover {
	text-decoration: none;
	border-bottom-style:solid;
}

body.checkout label.coupon {text-align: center;}

body.checkout #coupon {
	display:inline;
	width:auto;
}

body.checkout #shipping_dont {
	float:left;
	display:inline;
}


/* Products tables */
table.items { border-bottom:1px solid #a37d31; }

table td.price { color:#900; }

table.items tr.odd td { background:#fdf0b1 }

table.total tr.subtotal td,
table.total tr.tax td {
	background:#fee39f;
	border-top:none;
	border-bottom:1px dotted #a37d31;
}

table.total tr.total td {
	font-weight:bold;
	border-top:none;
}

table.total {
	background:#ffd085;
	border-top:1px solid #a37d31;
	border-bottom:1px solid #a37d31;
}

table.products td img {padding-right:.5em;}

table.items td,
table.total td,
table.products td,
table.address td {
	padding:.5em;
	border-top:1px dotted #a37d31
}

table.address td {
	padding:.25em .5em;
	background:#fdf0b1;
}

table.address td.description {font-weight:bold}

table.address {border-bottom:1px dotted #a37d31;}

table.products td h3 {margin:0 0 -.5em}

table.products .options td {
	padding:.115em;
	border:none;
}

table.items blockquote {
	margin:-.25em 0 0;
	padding:0;
	line-height:1.3em;
	
	font-style:italic;
	color:#655c44;
}


/* Shopping Cart */
#shopping_cart ul,
#shopping_cart ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#shopping_cart ul li {
	position:relative;
	margin:.2em 15px .2em 30px;
	padding-right:3em;
}

#shopping_cart ul li .price {
	position:absolute;
	text-align:center;
	width:3em;
	
	right:0;
	top:0;
	color:#900;
	font-style:italic;
}

#total span,
#shopping_cart ul li .price {
	position:absolute;
	text-align:center;
	width:3em;
	
	right:0;
	top:0;
	color:#900;
	font-style:italic;
}

.remove {
	display:block;
	width:12px;
	height:12px;
	
	text-indent:-5000em;
	background:transparent url(../images/remove.gif) no-repeat 0 0;
	
	position:absolute;
	top:4px;
	left:-18px;
}

#total span {
	top:.5em;
	right:.75em;
}

#total {
	font-weight:bold;
	font-size:1.2em;
	
	border-top:1px dotted #a37d31;
	
	padding:.5em 15px .5em 37px;
	position:relative;
}

#submit_button input {
	display:block;
	width: 117px;
	margin: -.5em auto 0;
}


/* Gift Certificates */
.error {color: #900;}

.products .options input,
.products .options textarea {
	width:100%
}

.products .options input.gift_cert {width:118px;}
