#checkoutProcessTitle {
	color: #bcbdc0;
	font-weight: normal;
	font-size: 13px;	
	padding: 14px 0 0 16px;
}

#statusBar{
	line-height: 1.6em;
	height: 22px;
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0px 0px;
}

#statusBar a{
text-decoration: none;
color: #666;
}

#statusBar li{
	float: left;
	background: url('../images/checkout/status_blank.gif') repeat-x ;
	height: 22px;
	width: 130px;
	text-align: center;
}

#statusArrowBar{
	line-height: 1.6em;
	height: 4px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 12px 0px;
}

#statusArrowBar li{
	float: left;
	height: 22px;
	width: 130px;
	text-align: center;
}

#statusArrowBar #emptyStartCap{
	background: none no-repeat ;
	width: 10px;
}

#statusArrowBar #emptyEndCap{
	background: none no-repeat ;
	width: 10px;
}

#statusBar #startCap{
	background: url('../images/checkout/left_status_endcap.gif') no-repeat ;
	width: 10px;
}

#statusBar #endCap{
	background: url('../images/checkout/right_status_endcap.gif') no-repeat ;
	width: 10px;
}


/* Status Bar - Start */
.start #start_indicator{
}

/* Status Bar - Billing Address */
.billingAddress #start_indicator{
	background: url('../images/checkout/status_fill.gif') repeat-x ;
}

/* Status Bar - Shipping Address */
.shippingAddress #start_indicator, .shippingAddress #billing_address_indicator{
	background: url('../images/checkout/status_fill.gif') repeat-x ;
}

/* Status Bar - Subscriptions */
.subscriptions #start_indicator, .subscriptions #billing_address_indicator, .subscriptions #shipping_address_indicator{
	background: url('../images/checkout/status_fill.gif') repeat-x ;
}

/* Status Bar - Shipping Method */
.shippingMethod #start_indicator, .shippingMethod #billing_address_indicator, .shippingMethod #shipping_address_indicator, .shippingMethod #subscriptions_indicator{
	background: url('../images/checkout/status_fill.gif') repeat-x ;
}

/* Status Bar - Payment */
.payment #start_indicator, .payment #billing_address_indicator, .payment #shipping_address_indicator, .payment #subscriptions_indicator, .payment #shipping_method_indicator{
	background: url('../images/checkout/status_fill.gif') repeat-x ;
}

/* Status Bar - Review */
.review #start_indicator, .review #billing_address_indicator, .review #shipping_address_indicator, .review #subscriptions_indicator, .review #shipping_method_indicator, .review #payment_indicator{
	background: url('../images/checkout/status_fill.gif') repeat-x ;
}

/* Status Bar - Done */
.done #start_indicator, .done #billing_address_indicator, .done #shipping_address_indicator, .done #subscriptions_indicator, .done #shipping_method_indicator, .done #payment_indicator, .done #review_indicator, .done #done_indicator{
	background: url('../images/checkout/status_fill.gif') repeat-x ;
}

.start #startArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.billingAddress #billingAddressArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.shippingAddress #shippingAddressArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.shippingMethod #shippingMethodArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.subscriptions #subscriptionsArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.payment #paymentArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.review #reviewArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.done #doneArrow {
	background: url('../images/checkout/status_down_arrow.gif') no-repeat top center ;
}

.done #done_indicator a{
	padding: 0 0 0 20px;
	background: url('../images/checkout/checkMark.gif') no-repeat left center ;
}

#mainContentColumn .done #endCap{
	background: url('../images/checkout/right_status_endcap_closed.gif') no-repeat ;
	width: 10px;
}

/* Order table - used on shipping method, cart, and review pages */

#orderList {
	border: 1px solid #b9df43;
	margin: 10px 0;
	width: 100%;	
}

#orderList img{
	border: 1px solid #d5d5d4;
}

#orderList th{
	font: bold 12px Helvetica, Arial,"Trebuchet MS", Verdana;
	color: #333;
	text-align: left;
	padding: 10px 6px 0px 12px;
	background: url(../images/flat_green_bar_noarrow.gif) no-repeat;
	width: 100%;
}

#orderList #headerRow {
	border: 1px solid #b9df43;
	height: 33px;
}

#orderList tr.even td{
	border-top: 1px dotted #b9df43;
	border-bottom: 1px dotted #b9df43;
	background-color: #fbfff1;
	height: 33px;
}

#orderList tr{
	border: 0px;
	background-color: #fff;
	height: 33px;
}

#orderList td{
	background-color: #fff;
	height: 33px;
}

#orderList .headerRow {
	border: 1px solid #b9df43;
	height: 33px;
}

#orderList .right {
	text-align: right;
}


#orderList td{
	font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #333;
	text-align: left;
	padding: 8px 6px 8px 12px;
	vertical-align: middle;
}

#orderList td a{
color: #5d902a;
}

#orderList #deleteHeaderCell{
width: 30px;
}

#orderList #imageHeaderCell{
width: 40px;
}

#orderList #nameHeaderCell{
width: 400px;
}

#orderList #optionsHeaderCell{
width: 160px;
}

#orderList #categoryHeaderCell{
width: 100px;
}

#orderList #quantityHeaderCell{
width: 40px;
}

#orderList #priceHeaderCell{
width: 60px;
text-align: right;
}

#orderList #totalPriceHeaderCell{
width: 145px;
text-align: right;
}


/* Shipping table */

#shipSelect {
}

 #shipSelect th{
text-align: left;
font-size: .8em;
}

 #shipSelect tr{
height: 12px;
}

#shipSelect .right {
	text-align: right;
}

#shipSelect #serviceHeader{
	width: 248px;
}

#shipSelect #costHeader{
	width: 80px;
}

#shipSelect #newTotalHeader{
	width: 110px;
}

#shipSelect h4{
display: inline;	
font-weight: normal;
line-height: 2em;
height: 12px;
}

#shipSelect .ups{
padding: 3px 3px 3px 33px;
background: url('../images/checkout/ups_logo.gif') no-repeat scroll top left;
}

#shipSelect .dhl{
padding: 3px 3px 3px 33px;
background: url('../images/checkout/dhl_logo.gif') no-repeat scroll top left;
}

#shipSelect .usps{
padding: 3px 3px 3px 33px;
background: url('../images/checkout/usps_logo.gif') no-repeat scroll top left;
}

#shipSelect .ims{
padding: 3px 3px 3px 33px;
background: url('../images/checkout/ims_logo.png') no-repeat scroll top left;
}

#shipSelect td{
	font-size: 12px;
	height: 12px;
	padding: 2px;	
}

#shipSelect .selected{
background-color: #ddf39a;
}


/* Bottom Nav Bar */

.bottomNavBar{
margin: 60px 0 100px 0;
float: right;
clear: both;
background-color: #a9cf38;
width: 940px;
height: 48px;
font-size: 12px;
font-weight: bold;
}

.yourAccountOrder .bottomNavBar{
margin: 20px 0 40px 0;
width: 600px;
}

.bottomNavBar .continue {
	margin: 0 0 0 575px;
	padding: 19px 0 0 0;
	float: left;
	display: inline;
	height: 48px;
	width: 200px;
	text-align: right;	
}

#cartBar .continue{
	margin: 0 5px 0 463px;
	padding: 19px 0 0 0;
	float: left;
	display: inline;
	height: 48px;
	width: 200px;
	text-align: right;	
}


.bottomNavBar #placeOrderButton {
	margin: 0 0 0 720px;
	padding: 9px 0 0 0;

}

.bottomNavBar #placeOrderButtonCart {
	margin: 10px 0 0 0px;
}

.donePage .bottomNavBar img{
	margin: 13px 0 0 4px;
	float: left;
	display: inline;	
}

#cartAd{
    width: 285px;
}

#cartCalc dd, #cartCalc ul{
    width: 430px;       
}

#cartCalc{
    float: right;
    width: 650px;
}

