select {
	height:20px;
}

.order_bottom_container{
	text-align:center;
	padding-top:10px;
}

.subtitle_1{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	padding-top:10px;
}
.review_label{
	color:#BABABA;
	padding-left:20px;
}


.order_step_header_1, .order_step_header_2, .order_step_header_3, .order_step_header_4, .order_step_header_5{
	padding-top:10px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
}


.tr-cart-first{
/*	background-color:#FFFFFF;*/
}

.tr-cart-second{
/*	background-color:#E2E2E2;*/
}

.tr-cart-first:hover, .tr-cart-second:hover{
/*	background-color:#F2DDBD;*/
	cursor:pointer;
}

.form_field_text, select{
	border:1px solid #CCCCCC;
}



.cbox{
	height:20px;
	width:48px;
	color:#D4C7AE;
	text-align:center;
	font-weight:bold;
	border-right:2px solid #000000;
	background-color:#413D35;
}

.cname, .cname_order{
	height:20px;
	width:340px;
	color:#D4C7AE;
	font-weight:bold;
	padding-left:20px;
	border-right:2px solid #000000;
	background-color:#413D35;

}
.cquantity{
	height:20px;
	width:116px;
	color:#D4C7AE;
	font-weight:bold;
	text-align:center;
	border-right:2px solid #000000;
	background-color:#413D35;
}

.cprice{
	height:20px;
	width:113px;
	color:#D4C7AE;
	font-weight:bold;
	text-align:center;
	border-right:2px solid #000000;
	background-color:#413D35;
}
.cdiscount{
	height:20px;
	width:119px;
	color:#D4C7AE;
	font-weight:bold;
	text-align:center;
	border-right:2px solid #000000;
	background-color:#413D35;
}
.redlabel{
	height:20px;
	width:135px;
	color:#867E6E;
	font-weight:bold;
	text-align:center;
	background-color:#D4C7AE;

}

.cbox_d{
	color:#D4C7AE;
	padding-top:5px;
	text-align:center;
}

.cname_d{
	color:#D4C7AE;
	padding-top:5px;
	text-align:left;
	padding-left:10px;
}

.cname_d a:link{
	color:#D4C7AE;
	text-decoration:underline;
}

.cquantity_d{
	color:#D4C7AE;
	padding-top:5px;
	text-align:center;
}

.cprice_d{
	color:#D4C7AE;
	padding-top:5px;
	text-align:center;
}

.cdiscount_d{
	color:#D4C7AE;
	padding-top:5px;
	text-align:center;
}

.ctotal{
	color:#D4C7AE;
	padding-top:5px;
	text-align:center;
}

.redlabel_d{
	color:#D4C7AE;
	padding-top:5px;
	text-align:center;
}

.quantitybox{
	width:72px;
	height:20px;
	padding-left:3px;
}


.total{
	height:25px;
	color:#3C3932;
	background-color:#D4C7AE;
	border-top:5px solid #000000;
}

.cname_t{
	padding-left:10px;
	text-align:left;
}


.order_step_header_1{
	background:url('../images/progress_1.png') no-repeat left center;
	height:80px;
}

.order_step_header_2{
	background:url('../images/progress_2.png') no-repeat left center;
	height:80px;
}

.order_step_header_3{
	background:url('../images/progress_3.png') no-repeat left center;
	height:80px;
}

.order_step_header_4{
	background:url('../images/progress_4.png') no-repeat left center;
	height:80px;
}

.order_step_header_5{
	background:url('../images/progress_5.png') no-repeat left center;
	height:80px;
}
