/* new shopping cart stuff for stores */
/* checkout flow */
div.checkout { }

/* confirm shipping */
table#select_zip {
	margin: 20px 0;
}
table#select_zip td {
	padding: 2px;
	vertical-align: top;
}
table#select_zip td.left {
	text-align: right;
	font-weight: bold;
}
div.warning {
	font-weight: bold;
	color: #cc0000;
	margin: 10px 0;
}
div#where_to {
	margin: 30px 0 10px 0;
}
div#saved_cart_options {
	margin: 37px 0 10px;
}
div#fees_later {
	margin: 2px 0 10px;
	text-align: center;
}	

div#cart_buttons {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
ul#cart_errors {
	margin: 10px auto;
	text-align: center;
	color: #cc0000;
	font-size: 1.1em;
	font-weight: bold;		
}
ul#saved_cart {
	margin: 10px 0;
	font-weight: bold;
	padding: 0;
}
ul#saved_cart ul#line_items {
	margin: 5px 5px;
	font-weight: normal;
}
ul#saved_cart ul#line_items li {
	margin: 3px 0;
	list-style: disc inside none;
}

/* check out page */
div#return_to_cart {
	float: right;
}
div#checkout div.section {
	margin: 15px 0;
	line-height: 1.4em;
}
div#checkout div.section h3 {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
div#checkout td {
	vertical-align: top !important;
}
div#checkout td.left {
	text-align: left;
	width: 200px;
}
div#checkout td.mid {
	width: 250px;
}
div#checkout td.space80 {
	width: 80px;
}
div#checkout td.mid295 {
	width: 295px;
}
div#checkout textarea#customer_comment {
	width: 300px;
	margin-top: 5px;
}
div#checkout div#under_cart_messages {
	margin: 10px 0;
	text-align: center;
	color: black;
}
div#checkout div#under_cart_messages span#certify {
	vertical-align: text-bottom;
}
div#checkout div#ship_later_notice {
	margin-top: 5px;
	color: #880101;
	font-weight: bold;
}
div#checkout div#errors {
	margin: 10px 0;
	color: #cc0000;
	font-weight: bold;
}
div#checkout div#errors ul {
	margin: 10px;
	font-weight: normal;
}
div#checkout div#errors li {
	list-style: disc inside none;
}
div#empty_cart {
	margin: 15px 0;
}
div#no_carts{ 
	margin: 15px 0;
	width: 500px;
}

/* change addr page */
div#change_addr_subhead {
	margin: 15px 0;
}
div.saved_address {
	margin: 8px 0;
	line-height: 1.4em;
}
td#new_cc_form,
td#saved_cc,
td#saved_addresses, 
td#new_address_form {
	vertical-align: top;
}
td#saved_cc,
td#saved_addresses {
	border-right: 1px solid #8CA390;
	padding-right: 20px;
	width: 35%;
}
td#saved_cc {
	width: 500px;
}
td#new_cc_form,
td#new_address_form {
	border-left: 1px solid #8CA390;
	padding: 0px 20px;
}
table#change_address {
	border-collapse: collapse;
}
table#saved_cards,
table#new_card,
table#new_address {
	margin: 10px 0 0 ;
	border-collapse: collapse;
}
table#saved_cards {
	width: 100%;
}
table#saved_cards td {
	font-size: 8pt;
	padding: 5px 2px;
	border-bottom: 1px solid #ccc;
}
table#new_card td {
	font-size: 8pt;
	padding: 3px 0;
}
table#new_card td.left,
table#new_address td.left {
	text-align: right;
	padding-right: 10px;
}
table#new_card td#submit,
table#new_address td#submit {
	padding-top: 10px;
}
table#change_address ul#errors {
	margin: 0 0 10px 0;
	color: #c00;
	font-weight: bold;
}
div#thank_you_msg {
	margin: 15px 0;
}
div.checkout_wrapper h2 {
	font-size: 18px !important;
}
div.checkout_wrapper h3 {
	font-size: 15px ;
}
div.checkout_wrapper td,
div.checkout_wrapper form,
div.checkout_wrapper {
	font-size: 10pt;
	line-height: 1.3em;
}
span.bold {
	font-weight: bold;
}
div#speculation {
	text-align: center;
	margin: 10px 0 5px;
}
input#proceed {
	font-weight: bold;
}
div.checkout_wrapper h4 {
	font-size: 10pt;
}
div#warning_21 {
	font-weight: bold;
}
div.strike {
	text-decoration: line-through;
}
div.discountedprice {
	font-weight: bold;
	color: #cc0000;
}

