body {
	margin: 0px 0px 0px 0px;
	background-color: #fcee19;
	background: #fcee19 url(/globalimages/aaaballoons/aaaballoons_bg_image.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
}

p, h1, h2, h3, h4, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	line-height: 1.10em;
}

h1.prod_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e50083;
	margin: 0px;
	line-height: 1.10em;
	font-weight: bold;
}

p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	margin: 0px;
	line-height: 1.10em;
}

p.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	line-height: 1.30em;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
	text-align: left;
}

td.small {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin: 0px;
	line-height: 1.10em;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 2px;
}

td.error {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #c00;
	margin: 0px;
	line-height: 1.10em;
	padding-top: 7px;
}

td.instructions {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	line-height: 1.10em;
}

/* Address Book Login */
#my_address_book_login {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #c00;
	margin: 0px 0px 0px 5px;
}

/* 
	thanks be to dan cedarholm of 
	simplebits.com for these very
	nice css tabs.
*/

#checkout-tabs {
	height: 20px;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	width: 700px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	background: url(/globalimages/aaaballoons/cart.nav.line.gif) repeat-x bottom;
}

#checkout-tabs-image {
	height: 26px;
	margin: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	width: 700px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	background: url(/globalimages/aaaballoons/cart.nav.line.gif) repeat-x bottom;
}

#checkout-tabs-image img {
	vertical-align: middle;
}

#checkout-tabs       li,
#checkout-tabs-image li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#checkout-tabs       a:link, #checkout-tabs       a:visited
{
	float: left;
	background: #bce1f9;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 8px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #e50083;
}


#checkout-tabs-image a:link, #checkout-tabs-image a:visited
{
	float: left;
	background: #bce1f9;
		height: 20px;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 8px;
	border: 1px solid #ccc;
	text-decoration: none;
		vertical-align: text-top;
	color: #e50083;
}

#checkout-tabs       a:link.active, #checkout-tabs       a:visited.active,
#checkout-tabs-image a:link.active, #checkout-tabs-image a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #e50083;
}

#checkout-tabs       a:hover.active, 
#checkout-tabs-image a:hover.active {
	background: #fff;
	color: #f78b05;
}

#checkout-tabs       a:hover,
#checkout-tabs-image a:hover {
	background: #bfd458;
	color: #fff;
}

/* end simplebits css tabs */

/* checkout main outer table */

#outer_table {
	background: #ffffff;
	border-top: 0px solid #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 720px;
	margin-left: 15px;
}

#outer_left_cell {
	width: 140px;
	padding: 12px 12px 0px 12px;
	text-align: top;
	background: #fff;
}

#outer_right_cell {
	width: 564px;
	padding: 20px 20px 0px 20px;
	background: #fff;
	vertical-align: top;
}

/* checkout item summary left bar */
#left_bar_table {
	padding: 0;
	border-width: 0px;
	margin: 0px;
}

#left_bar_image_cell {

}

#left_bar_image {
	border: 1px solid #bbb;
}

#left_bar_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: normal;
	text-align: left;
}

#left_bar_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	padding-top: 10px;
	text-align: left;
}

#left_bar_discount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #C03;
	border-width: 0px;
	padding: 0px;
	text-align: left;
}

#left_bar_destination {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: normal;
	padding-top: 10px;
	text-align: left;
	padding-bottom: 15px;
}

/* checkout main body */

#main_body_table {

}

#main_body_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e50083;
	font-weight: normal;
	padding: 0 0 10px 0;
	text-align: left;
}

#main_body_subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f78b05;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

#main_body_list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	margin: 0 0 5px 0;
	vertical-align: middle;
}

#main_body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	font-weight: normal;
	margin-bottom: 10px;
}

#main_vert_spacer {
	width: 1px;
	padding: 0px;
	background-image: url(/globalimages/aaaballoons/cart.nav.line.gif);
}

#additional_item_image {
	padding: 0px 15px 0px 0px;
}

/* Muliptle Quantity Page */
#multiple_quantity_left {
	width: 50%;
	vertical-align: baseline;
	text-align: center;
}

#multiple_quantity_right {
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

/* Delivery Page */

#delivery_options {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	font-weight: normal;
	margin: 10px 5px 0 0px;
	line-height: 15px;
}

#address_fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	font-weight: normal;
	margin: 10px 5px 0 0px;
	line-height: 15px;
	padding: 4px;
}

#address_fields_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c00;
	font-weight: bold;
	margin: 10px 5px 0 0px;
	line-height: 15px;
	padding: 4px;
}


#checkout_message { color: #C00; }

/* Checkout Review Page */

 

#checkout_warning_box {
	font-family: verdana, sans-serif;
	font-size: 14px;
	color: #e50083;
	font-weight: normal;
	margin: 15px 15px 15px 15px;
	background-color: #feed00;
	border-color: #e50083;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	padding: 10px 10px 10px 10px;
	vertical-align: text-top;
}

#checkout_item_text {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #303030;
	font-weight: normal;
	margin: 10px 5px 0 0px;
	line-height: 15px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

#checkout_total_text {
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #505050;
	width: 100%;
	vertical-align: top;
	padding: 15px 0px 15px 0px;
	text-align: left;
}

#checkout_link {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #CC0000;
	padding: 10px 0px 0px 0px;
	text-align: left;
}

div#checkout_container { }

div#checkout_container strong { color: #E50083; }

table#billing_table { margin-left: 30px; margin-top: 10px; }

table#sender_table { margin-left: 30px; border: }

table#additional_items { margin-top: 10px; }

table#billing_table tr td, table#sender_table tr td { font-size: 12px; }

h6.billing_cart_total { position: relative; top: 12px; }

td#main_body_title h6 { font-size: 13px; margin: 0; padding: 0; }

/* discount code */

div.v3_discount_1,
div.v3_discount_2,
div.v3_discount_3,
div.v3_discount_4,
table#prod_list tr td.p3_discount
{
Ê	padding: 0px 0px 8px 7px;Ê
	vertical-align: top;
	font-size: 11px;
	font-style: italic;
	text-align: left;
	color: #C00;
}

table#prod_list tr td.p3_discount { padding-bottom: 8px; }

div.v3_discount_1
{
	font-size: 10px;
	padding: 0px;
	text-align: center;
}

div.v3_discount_2
{
	font-size: 11px;
	padding: 0px;
	text-align: center;
}

div.v3_discount_3
{
	font-size: 12px;
	padding: 0px;
	text-align: center;
}

div.v3_discount_4
{
	font-size: 14px;
	padding: 0px;
	text-align: center;
}

/* end discount code */

p.promo_code
{
	cursor: pointer;
	text-decoration: underline;
	width: 155px;
	margin-top: 10px;
	font-size: 11px;
}

p.promo_code:hover, p.promo_code:focus { color: #75A48D; }

/*  modals */
.modal_header
{
	float: left;
	width: 96%;
	padding: 0 0 8px 4%;
	height: 15px;
}

.modal_header h2
{
	float: left;
	font-size: 16px;
	color: white;
}

.modal_header img
{
	float: right;
	cursor: pointer;
}

#modal_enter_promo .modal_body
{
	float: left;
	padding: 10px 5px 10px 5px;
	width: 365px;
}

#modal_enter_promo
{
	width: 375px;
	height: 350px;
}

.modal_body p
{
	font-size: 12px;
	margin-top: 5px;
	line-height: 20px;
	float: left;
	width: 175px;
}

.modal_body .extra { padding-top: 20px; }
.modal_body .small
{
	font-size: 10px;
	color: #666;
	line-height: 14px;
}

.modal_body p.left
{
	text-align: right;
	clear: left;
	margin-right: 5px;
}

.modal_body p.right
{
	text-align: left;
	margin-left: 5px;
}

.modal_body p.full
{
	width: 350px;
	text-align: left;
	clear: left;
	margin-right: 5px;
	margin-left: 5px; 
}



.modal_body input { width: 135px; }
.green_gradient { background: url('/global/geo/images/widgets/nav_greenbg.gif') repeat-x; }
.head_copy { font-family: Helvetica, sans-serif; }

#modal_epc_success
{
	color: #466F57;
	font-weight: bold;
	font-size: 12px;
	display: none;
	margin-top: 20px;
}

#modal_epc_failure
{
	text-align: center;
	color: #466F57;
	font-weight: bold;
	font-size: 12px;
	display: none;
	margin-top: 125px;
}
 
