/* checkorder.css*/

#check-order-form {
	position: relative;
	padding:20px;
	margin: 10px 0;
	background: #F2F2F2;
	clear: left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

#check-order-form input { 
	margin:0 15px 0 0;
}


#btn-order-receipt,
#btn-packing-slip,
#btn-card-receipt,
#btn-resume-new  {
	padding:10px;
	margin:20px 10px 0px 0px;
}

#check-order-form button.form-button{
	position: absolute;
	top: 5px;
	right: 20px;
}

#product-checkout-form {
	
	width: 305px;
}

#order_shipping_form {
	
	padding: 20px 0 0 20px;
}

#order_billing_form {	
	clear:left;
	padding: 0 0 20px 20px;
}
	
.sidebar {
	padding:30px 0px 0px 25px;
	float:left;
	width:615px;
}
	
.item-status {
	display:block;
	padding:0px 0px 0px 5px;
}
	
td.status {	
	width: 340px;
	pading: 10px 0;
}

td.image {
	width: 30px;
}

#in-transit, #inspected, #approved, #paid, #received  {
	height:20px;
	display:block;
	float: left;
	margin-left: -7px;
	overflow: hidden;
	padding: 0px;
	text-indent: -9999px;
	background-position:100% 0px;
}

#in-transit {
	background:url("/images/public/item_status_in_transit_btn.gif");
	width:74px;	
}
#received {
	background:url("/images/public/item_status_received_btn.gif");
	width:78px;
}
#inspected {
	background:url("/images/public/item_status_inspected_btn.gif");
	width:79px;
	margin-left: -6px;
}	
#approved {
	background:url("/images/public/item_status_approved_btn.gif");
	width:79px;
}	
#paid {
	background:url("/images/public/item_status_paid_btn.gif");
	width:56px;
}
#in-transit.completed, #inspected.completed, #approved.completed, #paid.completed, #received.completed {
	background-position:100% 20px;
}

#not-received, #returned, #void {
	width:102px;
	height: 20px;
	display:block;
	text-indent: -9999px;
	background-position: 100% 0px;
	margin-left: -5px;
}

#not-received {
	background:url("/images/public/item_status_not_received_bt.gif");
}

#returned {
	background:url("/images/public/item_status_returned_btn.gif");
}

#void {
	background:url("/images/public/item_status_void_btn.gif");
}


