#sidebar {
	display: none;
}

#copy_body {
	margin: 0;
	padding: 0;
}

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

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

.haserror{
background-color:#ffc9c9;
}

.noerror{
background-color:none;
}

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

#cart td{
vertical-align:top;
border:1px solid #D2CDAD;
line-height:1.2em;
padding: 3px 5px;
}

#cart th{
background-color:#232d50;
color:#fff;
border:1px solid #D2CDAD;
padding-top:2px;
padding-bottom:2px;
padding-right: 2px;
line-height:18px;
}

#cart th a{
color:#fff;
}

.sbtn_smd {
	padding-right: 6px;
}

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

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

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

#cart .sep{
line-height:3px;
}

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

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

#btn_update{
margin:-2px;
}

#shop input{
font-family:tahoma;
font-size:12px;
text-align:right;
}

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

.checkout {
}

.checkout td{
padding:0px;
padding-right:8px;
font-size: 12px;
}

.checkout table{
margin-bottom:10px;
}

.checkout h3{
margin-bottom:10px;
margin-top:12px;
}

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

.checkout{
border:1px solid #D2CDAD;
padding: 0px 12px 12px;
margin: 0px 0em 12px;
}

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

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

#billto{
	float:left;
	margin-top: 12px;
	display: inline;
}

#shipto{
	float:left;
	margin-top: 12px;
	display: inline;
	position: relative;
}

#shipto .small{
	position: absolute;
	top: 6px;
	right: 18px;
}

#payment {
	clear: both;
}

#cartbuttons{
	clear: both;
	margin: 2em 0 0;
	position: relative;
}

#cartbuttons a {
	background-color:#232d50;
	border: none;
	font-size: 11px;
	font-family: "Lucida Grande";
	color:#fff;
	margin-top:0;
	padding:3px 8px;
	text-decoration: none;
	/*position: absolute;*/
	top: 0;
	left: 0;
}

#cartbuttons div{
	position: absolute;
	top: 0;
	right: 0;
}

#cartbuttons div#wait{
	position: relative;
	float: right;
	line-height: 32px;
	padding-right: 140px;
	visibility: hidden;
}

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


#cartbuttons a:hover {
	background-color:#404866;
}

#cartbuttons button {
	margin-top: 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;
	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;
}

#copy_body p.item_no_thanks_button {
	margin-top: 15px;
}

form button.sbtn {
	margin-top: 3px;
}

#amt_prompt {
	float:left;
	margin-right:1em;
	margin-top:3px;
	font-weight:bold;
	
}

#copy p.complete {
	background: url(../images/store/sbtn-complete.jpg) no-repeat center center;
	height:30px;
	width:133px;
}

.complete a {
	display:block;
	height:30px;
	text-indent:-3000px;
}

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

#gift_address_container {
	display: none;
}

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

