.order_product{
	border-top:3px dashed #B6B6B6;
	clear:left;
	float:left;
	margin-bottom:29px;
	padding-top:31px;
	width:100%;
}

.order_product_title{
	font-size:16px;
	font-weight:bold;
}

.order_product_description{	
	clear:left;
	color:#999;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:100%;
	line-height:1em;
	padding-left:33px;
	width:300px;
}

.order_units{
	width:500px;
	float:right;
	color:#555555;
	font-size:12px;
	line-height:1em;
}

.order_unit{
	width:370px;
	float:left;
	clear:left;
}

.order_unit_image{
	float:right;
	width:75px;
}

.order_unit_size{
	width:290px;
	float:left;
	clear:left;
}

.order_unit_cost{
	width:290px;
	float:left;
	clear:left;

}

.order_unit_description{
	width:290px;
	padding-bottom:5px;
	float:left;
	clear:left;
	color:#999;
}

.order_amount{
	float:right;
	width:100px;
	margin-right:10px;
}
.order_amount_input{
	width:71px;
	height:30px;
	border:#6A86CF solid 3px;
	border-style:solid;
	border-width:3px;
	font-size:25px;
	color:#686564;
	margin-bottom:4px;

}

.order_amount_up{
	background-image:url(../../img/sys/up.png);
}

.order_amount_down{
	background-image:url(../../img/sys/down.png);
}

.order_amount_adjust{
	width:17px;
	height:9px;
	float:right;
	clear:right;
	border-width: 5px 2px 5px 2px;
	border-style: solid;
	border-color: #aeaeae;
	cursor:pointer;
	margin-right:2px;
}

.order_unit_total{
	border:none;
	width:90px;
}

.total_cost{
	height:41px;
	color:#ffffff;
	font-size:24px;
	float:left;
	margin-bottom:20px;
	width:100%;
}

.total_label{
	color: #B6B6B6;
	float:right;
	padding-top:4px;
	padding-right:2px;
}

#total_cost{
	border:none;
	float:right;
	padding-right:12px;
	padding-top:4px;
}

.delivery_div{
	padding-left:33px;
}

.delivery_date{
	width:130px;
	height:29px;
	color:#686564;
	border:none;
	font-size:24px;
	margin-top:5px;
}

#delivery_date_btn{
	background-image:url('../../img/sys/calendar_button.gif');
	width:35px;
	height:35px;
	border:none !important;
	cursor:pointer;
	padding-top:5px;
	margin-left:4px;
	background-color:transparent;
}

.submit_div{
	width:100%;
	clear:both;
	text-align:center;
}

.submit_button{
	background-color:#173F9E;
	border:3px solid #6A86CF;
	color:#999;
	font-size:19px;
	height:30px;
	cursor:pointer;
}

.submit_button:hover{
	border-color:#98AED9;
	color:#D6D6D6;
}

.order_contacts_form{
	width:266px;
	float:left;
	font-size:12px;
	color:#555555;
}

.form_spacer{
	height:5px;
	width:100%;
	clear:both;
}

.order_contact_title{
	text-align:center;
	font-size:14px;
	height:20px;
}

.form_label{
	width:110px;
	float:left;
	clear:left;
	text-align:right;
	line-height:0.8em;
	margin-bottom:10px;
}

.order_form_item{
	width:156px;
  float:left;
	text-align:left;
}

.contact_form_item{
  float:left;
	text-align:left;
	width:375px;
}

.form_item{
	width:156px;
  float:left;
	text-align:left;
}


.field_count{
	font-size:8px;
}


.menuSelect, .textEntry, .textArea{
	border:#6A86CF solid 2px;
	font-size:11px;
	margin-bottom:3px;
}

.textEntry{
	width:150px;
	height:14px;
}

.menuSelect{
	font-style:italic;
	margin-top:-1px;
	width:154	px;
	height:20px;
	padding-right:15px;
}

.comment_div{
	float:left;
	clear:left;
	text-align:center;
	width:100%;
	font-size:18px;
}

.order_textarea{
	border:3px solid #6A86CF;
	color:#686564;
	height:150px;
	width:400px;
}

.message_confirmation{
	padding-left:33px;
	padding-right:33px;
	margin-bottom:25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:1.2em;
}

.contact_form{
	padding-left:33px;
	font-size:12px;
}

.contact_form .form_label, .contact_form .contact_form_item{
	position:relative;
}

.contact_form .form_label{
	margin-left:-33px;
}

.form_required_label{
	color:#FF0000;
	font-size:10px;
}
