body {
	font-size: 14px;
	font-family: Arial, Helvetica;

	-webkit-text-size-adjust: none;
}

.clear {
	clear: both;
}

.main_container {

}

.order_date {
	text-align: right;
	font-style: italic;
	font-size: 12px;
}

.order_main_title {
	text-align: center;
	font-size: 16px;
}

.main_container fieldset {
	border: 1px solid #444;
}

.main_container fieldset legend {
	font-weight: bold;
}

.div_phone,
.div_postcode {
	width: 300px;
	float: left;
}

.main_container table {
	width: 100%;
	text-align: center;
	font-size: 12px;
	/*border: 1px solid #444;*/
}

.main_container table th,
.main_container table td {
	height: 40px;
	line-height: 20px;
}

.main_container table th {
	background-color: #444;
	color: #FFF;
}

.main_container table th.tab_recap_1 {
	width: 20%;
}
.main_container table th.tab_recap_2 {
	width: 25%;
}
.main_container table th.tab_recap_3 {
	width: 10%;
}
.main_container table th.tab_recap_4 {
	width: 5%;
}
.main_container table th.tab_recap_5 {
	width: 20%;
}
.main_container table th.tab_recap_6 {
	width: 20%;
}

.main_container table tbody tr:nth-child(odd) {
	background-color: #CACACA;
}

.header_left { float: left; width: 500px; } 
.header_right { float: right; text-align: right; }