.order_container {
	background-color: black;  
}

.order_info {
	padding: 10px 20px;
	font-family: "Arial";
}

/* ORDER HEADER */
	  .order_header {
	height: 41px;
	position: relative;
}

.order_header_tab {
	position: absolute;
	height: 41px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none !important;
	line-height: 41px;
	font-size: 17px;
}

.order_header_tab:hover {
	color: white !important;    
}

.order_header_tab:after {
	content: " ";
	position: absolute;
	width: 13px;
	height: 41px;    
	right: -13px;
}

.order_header_tab.last:after{
	display: none;        
}

.order_header_tab.passed {  
	background-color: #660000;
	color: #666666;
}

.order_header_tab.passed:after {
	background-image: url("../img/tab-sep3.png");   
}

.order_header_tab.inactive {  
	background-color: #262626;
	color: #666666;
}

.order_header_tab.inactive:after {
	background-image: url("../img/tab-sep1.png");  
}

.order_header_tab.active {  
	background-color: #FF0000;
	color: white;
}

.order_header_tab.active:after {
	background-image: url("../img/tab-sep2.png"); 
}


.order_buttons {
	padding-top: 20px;
	text-align: center;  
	padding-bottom: 20px;  
}

.order_buttons_sep {
	display: inline-block;
	width: 10px;    
}

.order_button {
	border-radius: 5px;
	display: inline-block;
	text-align: center;    
	color: white;
	text-decoration: none;
	font-size: 17px;
	padding: 10px 25px;
}

.order_button.prev {
	background-color: #660000;    
}

.order_button.next {
	background-color: red;    
}


/* ORDER CART */

.order_cart {
	border-collapse: collapse;
	width: 100%;
}

.order_cart_header > td, .order_cart_item > td, .order_cart_footer > td {
	padding: 10px; 
}

.order_cart_header > td {
	font-family: "Arial";
	border-bottom: 1px dotted #B8B8B8;                
}

.order_cart_item > td {
	color: white;
	font-size: 16px;
	border-bottom: 1px dotted #B8B8B8;                
	vertical-align: top;
}

.order_cart_quantity {
	border-left: 1px dotted #B8B8B8;        
	width: 50px;   
}

.order_cart_quantity img {
	display: none;    
}

.order_cart_quantity.updating img {
	display: block;
	margin: auto;
}

.order_cart_quantity.updating .advedit {
	display: none;
}

.order_cart_total {
	border-left: 1px dotted #B8B8B8;        
	width: 100px;    
}

.order_cart_footer > td {
	text-align: right;    
}

.order_cart_footer_title, .order_cart_footer_subtitle {
	font-size: 22px;
}

.order_cart_footer_price, .order_cart_footer_subprice {
	color: red; 
	font-size: 22px;
	border: 0;
	padding-left: 0 !important;
}

.order_cart_footer_subprice {
	color: white;    
}

.order_cart_footer_info {
}

.order_item_remove {
	font-family: "Arial";
	display: inline-block;
	line-height: 10px;
	padding-left: 14px;
	background-image: url(../img/cart-remove.png);
	background-repeat: no-repeat;
	color: #505050;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.order_cart_remove.loading {
	background-image: url(../img/loader2.gif);        
}

/* ORDER ITEM */

.order_item_image {
	float: left;
	border: 1px solid #b9b9b9;
}


.order_item_content {
	position: relative;
	margin-left: 125px; 
	padding-bottom: 30px;
	min-height: 32px;  
}

.order_item_title, .order_item_price {
	color: white;
	font-size: 19px;
	text-decoration: none; 
}

.order_item_subtitle, .order_item_subprice {
	color: #505050;
	font-size: 15px;
	text-decoration: none; 
}

/* ORDER FORM */

.order_form {
	margin-top: 10px;
	font-size: 16px; 
	font-family: "Arial";  
}

.order_form_head {
	width: 210px;
	padding: 5px;
	vertical-align: top;
	text-transform: capitalize;
}

.order_form_body {
	padding-top: 3px;   
	padding-bottom: 3px;   
	vertical-align: top;
	width: 250px;
}    

/* ORDER TABLE */

.order_table {
	width: 100%;  
	border-collapse: collapse;
	border-spacing: 0;  
}

.order_form_info {
	font-size: 13px;    
}

.order_table td {
	padding: 5px 10px; 
	text-align: left;
}

.order_info_pay {
	width: 230px;    
}

.order_table_head {
	border-bottom: 1px dotted #B8B8B8;    
}

.order_title1 {
	font-size: 16px;
	text-transform: uppercase;    
	color: #505050;
}

.order_title2 {
	font-size: 14px;    
	color: #505050;
}

.order_info_head {
	color: white;
	font-family: "Anton";    
}

.order_info_body {
	color: #505050;
}

.order_info_payment {
	display: block;
	margin-bottom: 5px;
}

.order_cart_info {
	margin-top: -50px;
	font-family: "Arial";
	font-size: 16px;    
}

.order_error {
	font-family: "Arial";
	color: darkred;
	font-weight: bold;    
}

.order_invoice {
	background-color: white;
	background-image: url(../img/back-white.jpg);  
	padding: 10px;
	font-family: "Arial"; 
	color: black;   
}

.order_main {
	min-height: 200px;  
	padding: 10px;
	color: white;  
}

.order_main .advcontrol {
	color: black;    
}

.order_main .advcheck {
	color: white !important;    
}

.order_payment_method > *, .order_payment td {
	vertical-align: middle;
}
.order_payment .advchecklist_row {
	margin-bottom: 10px;
}
.order_payment_method > * {
	display: inline-block;
	margin-right: 5px;
}

.order_main h1 {
	font-size: 15px;
	color: white;	
}

.order_main h2 {
	font-size: 13px;
	color: white;    
}