.checkout {
	margin-bottom: -10px!important;
	margin-top: 25px;
}

#checkoutbody {
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	text-align: left;
	min-height: 340px;
}

#checkout_path {
	color: #4599b8;
	margin-top: 40px;
	border-bottom: 1px solid #002339;
	padding-bottom: 6px;
	font-size: 90%;
}

.checkout_arrow {
	background: url(../images/checkout_arrow.gif) no-repeat;
	width: 5px;
	height: 9px;
	margin-left: 2px;
}

.checkouttext {
	font-size: 120%;
	color: #4599b8;
	margin-bottom: 20px;
}

.checkouttext span {
	color: #FF0000;
}

.margincheckout {
	margin-left: 20px;
}

.tab_off {
	padding-left: 30px;
}

h3 {
	font-size: 2em;
}

/******** CHECKOUT PROCESS TABS *********/

#checkout_status {
	width: 100%;
	background-color:#001B2F;
	font-size: 120%;
	color: #7d8c95;
	line-height: 40px;
	clear: both;
	margin:0;
}

#checkout_status ul {
	padding: 5px 0px 0px 0px;
	margin: 0;
	color: #7d8c95;
	width: 100%;
	margin-left: 25px;
}
 
#checkout_status ul li {
	display: inline;
	list-style-type: none;
	height: 45px;
	margin-left: 30px;
}

.selected {
	display: inline;
	list-style-type: none;
	height: 45px;
	color: #FFF;
	width: 140px;
	background:url(../images/checkout_tab_select.jpg) no-repeat center;
	padding: 5px 18px 14px 18px;
}

ul.shippingaddress li {
	font-size: 12px;
	padding-top: 4px;
}

/**********************************
********** FORM STYLES ************
**********************************/

.textbox, .listbox, textarea {
	/*background-color: #2c5b6e;*/
	background-color: #fff;
	border: 1px solid #FFF;
	/*color: #fff;*/
	color: #000;
	padding: 3px 2px;
	margin-bottom: 2px;
}

.formstyle {
	font-size: 120%;
}
