/* Main containers ----------------------------*/

#right_col {
	width:545px;
	padding:15px;
	color:#fff;
}

#left_col {
	height:474px;
}

/* header and button styles ----------------------*/



h3 {
	display: block;
	text-indent: -3000px;
}

h3.your_cart {
	width: 159px; 
	height: 18px;
	background:url("../images/your_cart.png") no-repeat center top;
}

h3.my_acct {
	width: 180px; 
	height: 18px;
	background:url("../images/my_acct_header.png") no-repeat center top;
}

h3.my_downloads {
	width: 227px; 
	height: 18px;
	background:url("../images/my_downloads_header.png") no-repeat center top;
}


	
h4 {
	font-size:18px;
	padding:0 0 15px 0;
}

	
ul#cart_buttons {
	width:545px;
	height: 24px;
}

ul#cart_buttons li {
	display:inline;
	float:left;
	text-indent: -4000px;
}

ul#cart_buttons li a {
	display: block;
	text-indent: -4000px;
}
	
ul#cart_buttons .go_back {
	width: 99px; 
	height: 24px;
	float:left;
	background:url("../images/go_back.png") no-repeat center top;
	behavior:url("../taglib/css/iepngfix.htc");
}

ul#cart_buttons .continue {
	width: 107px; 
	height: 24px;
	float:right;
	background:url("../images/continue.png") no-repeat center top;
	behavior:url("../taglib/css/iepngfix.htc");
}





ul#cart_buttons .complete_order {
	width: 146px; 
	height: 24px;
	float:right;
	background:url("../images/complete_order.png") no-repeat center top;
	behavior:url("../taglib/css/iepngfix.htc");
}



.back_link {
	float:right;
	font-size:11px;
}

/* ---------------------------------------------*/


#copy_footer {
	clear: both;
}

#cart {
	margin-top: 24px;
}

form {
	margin: 0px 0 0;
	padding: 0;
	display: block;
}

h3 {
	
}

#error_message {
	margin: 12px 0em 0em;
	padding: 12px;
	border: 3px solid #f00;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	display: none;
}

#errmsg {
	float: right;
	padding-right: 8px;
	/*position: absolute;
	top: 165px;
	right: 10px;*/
	color: #f00;
	font-weight: bold;
	font-size: 15px;
}

.haserror{
	background-color:#FF9999;
}

.noerror{
	background-color:none;
}

#cart table{
	border-collapse:collapse;
	font-size:12px;
	background-color: #eeeeee;
}

#cart td{
	vertical-align:top;
	line-height:11px;
	padding: 3px 7px;
	height:33px;	
	vertical-align: middle;
	border-bottom: 1px dotted #620d12;
	border-right: 1px solid #620d12;
	color:#333;
}

#cart td.free {
	color: #0a0;
	font-weight: bold;
}


#cart th{
	line-height:18px;
	padding: 3px 7px; 
	font-size: 11px;
	text-transform: uppercase;	
	text-align: center;	
	background-color:#620d12;
	color:#ffcc66;
	font-weight:normal;
}

#cart .small{
	font-size:10px;
}

#cart .rowhead{
	text-align:right;
	font-weight:bold;
	padding:5px;
}

#cart input{
	font-size:12px;
	text-align:right;
}

#cart .sep{
	line-height:3px;
	background-color:#ccc;
	border-bottom: 1px dotted #620d12;
	border-right: 1px solid #620d12;
}

#btn_checkout{
	padding:0px;
	margin:0px;
	margin-right:-4px;
}

#btn_continue{
	margin-left:-2px;
	margin-right:-4px;
}

#btn_update {
	margin:-2px;
	display:block;
	height: 24px;
	width: 79px;
	background: url("../images/update.png") no-repeat;
	border: none;
	cursor:pointer;
	text-indent:-3000px;
	float:right;
}
	
#btn_submit {
	height: 24px;
	width: 79px;
	background: url("../images/submit_red_bg.png") no-repeat;
	border: none;
	cursor:pointer;
	text-indent:-3000px;
}

#btn_cancel {
	margin: 10px 0 20px 10px;
	height: 24px;
	width: 79px;
	background: url("../images/cancel.png") no-repeat;
	border: none;
	cursor:pointer;
	float:left;
	text-indent:-3000px;
}

#buy_album {
	background-color:#620d12;
	text-align:right;
	color:#ffcc66;
	font-size:12px;
}

#btn_buy_album {
	width: 75px;
	height: 19px;
	border: none;
	cursor:pointer;
	background: url("../images/buy_album.png") no-repeat center center;
	
}
	
#shop input{
	font-size:12px;
	text-align:right;
}

#shop .btn{
	margin-top:-3px;
}

.checkout td{
	padding:0px;
	padding-right:8px;
	color: #ccc;
}


.checkout table{
	margin-bottom:10px;
	background-color:#620d12;
}

.checkout p{
	margin-bottom:10px;
	margin-top:0px;
}

.checkout{
	padding: 0px 12px 12px;
	margin: 0px 0em 12px;
}

.checkout .small{
	font-size:10px;
}

.checkout input, .checkout select{
	font-size:12px;
}

#billto{
	margin-top: 12px;
	padding:0;
	float: left;
}

#shipto{
	visibility: hidden;
	display: none;
}

#payment {
	margin-top: 12px;
	padding:0;
	float: left;
}

#promo {
	margin-top: 12px;
	margin-bottom:30px;
	padding:0;
	float: left;
}

#billto input, #payment input {
	background-color: #ddd;
	border: none;
}

#cartbuttons{
	clear: both;
	height:36px;
	margin: 1em 0 0;
}

#cartbuttons input{
	margin: 0 -5px 0 0 !important;
	padding: 0 !important;	
}

#purpose{
	font-size:10px;
	margin-top:30px;
	color: #888;
}
/*
div.shipping_prompt{
	float:right;
	margin:2px 0 0 0;
}

div.shipping_prompt.secondary {
	margin-top: 1em;
}

div.shipping_prompt p {
	float: right;
	padding-right: 1em;
	margin-top: 2px;
}

table.shipping_choices{
	float:right;
	clear: right;
	width: 300px;
	font-size:11px !important;
}

#cart table.shipping_choices th{
	text-align:center;
	font-size: 10px;
	background-color:#591B16;
	padding:2px 4px;
	line-height:12px;
}

table.shipping_choices td{
	vertical-align:middle !important;
	text-align:left !important;
	font-weight:normal;
}

span.weight_spec {
	font-weight:normal;
	font-size:10px;
}
*/

#wait {
	float: right;
	line-height: 32px;
	margin-right: 2em;
	visibility: hidden;
}

#wait img{
	vertical-align: middle;
	margin-right: 0.5em;
}

/* Gift address page
*********************************

#gift_address_container {
	display: none;
}

#gift_address_container textarea {
	width: 315px;
	height: 100px;
	font-family: verdana;
	font-size: 12px;
} */

/* super button */

#copy_body a.sbtn {
	color: #fff;
}
.sbtn {
	line-height: 28px;
	text-decoration: none;
	font-family: 'arial', sans-serif;
	font-weight: bold;			
	color: #fff;		
	background: url("../images/buttons/sbtn_r.png") right center no-repeat;
	float:left;
	outline: none;
	cursor:default;
}

.sbtn:hover {		
	background-position: right top;
}

.sbtn:hover span {		
	background-position: left top;
}

.sbtn:active {		
	background-position: right bottom;
}

.sbtn:active span {		
	background-position: left bottom;
}

.sbtn span {
	padding: 0 1em;
	line-height: 28px;
	float: left;
	background: url("../images/buttons/sbtn_l.png") left center no-repeat;
}

/* super button button */

button.sbtn span {
	position:relative;
	top:-1px;
	top:expression('0px');
	left:-3px;
	left:expression('0px');
	height:28px;
	outline:none !important;
}


#cartbuttons a.sbtn.sbtn_back {
	display:block;
	width: 173px; 
	height: 24px;
	background:url("../images/continue_shopping.png") no-repeat center top;
	behavior:url("../taglib/css/iepngfix.htc");
}

#cartbuttons a.sbtn {
	width: 190px; 
	height: 24px;
	cursor:pointer;
	background:url("../images/proceed_to_checkout.png") no-repeat center top;
	behavior:url("../taglib/css/iepngfix.htc");
	text-indent:-3000px;
}

#cartbuttons .sbtn {
	width: 190px; 
	height: 24px;
	cursor:pointer;
	border:0;
	background:url("../images/proceed_to_checkout.png") no-repeat center top;
	behavior:url("../taglib/css/iepngfix.htc");
	text-indent:-3000px;
}

a.sbtn.btn_complete {
	display:block;
	width: 146px; 
	height: 24px;
	cursor:pointer;
	border:0;
	background:url("../images/complete_order.png") no-repeat center top;
	behavior:url("../taglib/css/iepngfix.htc");
	text-indent:-3000px;
	margin-top:10px;
}

/* Login or continue as guest
***************************************/

#login_choices {
	margin-top: 1.6em;
}

#login_choices div {
	height: 195px;
}

#login_choices form {
	margin: 1em;
}

#login_choices div#existing {
	float: left;
	width: 48%;
}

div#existing .sbtn {
	width: 70px;
	height: 24px;
	cursor:pointer;
	background: url("../images/log_in_red_bg.png") no-repeat;
	behavior:url("../taglib/css/iepngfix.htc");
	text-indent:-3000px;
	margin-top:20px;
	border:0;
}

#login_choices div#guest {
	float: right;
	width: 48%;
}

div#existing h4,
div#guest h4 {
	font-size:15px;
}

div#guest .sbtn {
	width: 160px;
	height: 24px;
	cursor:pointer;
	background: url("../images/proceed_as_guest.png") no-repeat;
	behavior:url("../taglib/css/iepngfix.htc");
	text-indent:-3000px;
	border:0;
}
