@charset "UTF-8";

#print_order {
 width: 690px;
}

#od_table ul.order_head {
 list-style: none;
 margin: 0;
 padding: 5px;
 color: #fff;
 font-weight: bold;
 font-size: 15px;
 text-align: center;
}



/* ----- table works ------ */

#od_table table {
 border-collapse: collapse;
}

	
#od_table table thead tr th {
	height: 30px;
	_height: 30px;
	text-align: center;
	white-space: nowrap;
	background-color: #B1B498;
}



#od_table table tbody tr.spacer td {
 height: 5px;
 padding: 0;
 text-align: center;
}

#od_table table tbody tr.spacer td small{
 color: #777;
}
#od_table table tbody td, #od_table table thead th {
	margin: 0;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #42231C;
}

#od_table div.colv_wrap {
 margin: 0;
 padding: 0;
 width: 280px;
}

#od_table p {
 font-size: 0.9em;
}

#od_table div.colv_wrap p.co_label {
	width: 110px;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	font-weight: bold;
}

#od_table div.colv_wrap p.co_value {
 width: 160px;
 float: right;
 text-align: left;
 margin: 0;
 padding: 0;
}

#content p.clear {
    clear: both;
    height: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    width: 0 !important;
}
#od_table div.sz_wrap {
	margin: 0;
	padding: 0;
	width: 110px;
}
#od_table div.sz_wrap p.sz_label {
	width: 75px;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: right;
	font-weight: bold;
}
#od_table div.sz_wrap p.sz_value {
	width: 30px;
	float: right;
	text-align: left;
	margin: 0;
	padding: 0;
}
