#order_entry_box {
	position: relative;
	margin-top: 15px;
}
#order_entry_box select {
	font-family: Tahoma;
}
#order_entry_box option {
	font-family: Tahoma;
}
#order_entry_box .heading {
	float: left;
	width: 100%;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 16px;
	color: #861923;
}
#order_entry_box .label {
	clear: both;
    float: left;
	width: 17%;
	min-height: 25px;
	margin-bottom: 12px;
}
#order_entry_box .input {
	float: left;
	width: 73%;
	min-height: 25px;
	margin-bottom: 10px;
}
#order_entry_box .label_checkbox {
    float: left;
	width: 90%;
}
#order_entry_box .input_checkbox {
	clear: both;
	float: left;
	width: 7%;
	margin-bottom: 12px;
}
#order_entry_box .error {
	float: right;
	width: 33%;
	margin-left: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: red;
}
#order_entry_box .error2 {
	float: left;
	width: 100%;
	margin-left: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	color: red;
}
#order_entry_box .content_box {
	float: left;
	width: 100%;
}
#order_entry_box #selector_box {
	float: left;
	width: 33%;
	margin-right: 10px;
	min-height: 400px;
}
#order_entry_box #selector_box .main_box {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	padding: 8px;
	border: 1px solid #EEE;
	box-shadow: 1px 2px 2px #CCC;
}
#order_entry_box #info_box {
	float: left;
	width: 65%;
}
#order_entry_box #info_box .customer_heading {
	float: left;
	width: 98%;
	height: 23px;
	margin-left: 18px;
	padding: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	background: #861923;
}
#order_entry_box #info_box .main_box {
	float: left;
	width: 100%;
	margin-left: 18px;
}
#order_entry_box #info_box .customer_table {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
#order_entry_box #info_box .customer_table td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
}
#order_entry_box #info_box .customer_table thead td {
	padding: 0px 5px;
	background-color: #EFEFEF;
}
#order_entry_box #info_box .customer_table thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
#order_entry_box #info_box .customer_table tbody td a {
	text-decoration: underline;
}
#order_entry_box #info_box .customer_table tbody td {
	padding: 0px 5px;
	vertical-align: middle;
	background: #FFFFFF;
}
#order_entry_box #info_box .customer_table .header {
	padding: 7px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-align: left;
}
#order_entry_box #info_box .customer_table .header a {
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#order_entry_box #info_box .customer_table .label-left {
	width: 25%;
	padding: 7px;
	font-weight: bold;
}
#order_entry_box #info_box .customer_table .label-right {
	width: 25%;
	padding: 7px;
	font-weight: bold;
	text-align: right;
}
#order_entry_box #info_box .customer_table .label-center {
	width: 25%;
	padding: 7px;
	font-weight: bold;
	text-align: center;
}
#order_entry_box #info_box .customer_table .data-left {
	width: 75%;
	padding: 7px;
}
#order_entry_box #info_box .customer_table .data-right {
	width: 75%;
	padding: 7px;
	text-align: right;
}
#order_entry_box #info_box .customer_table .data-center {
	width: 75%;
	padding: 7px;
	text-align: center;
}
#order_entry_box #info_box .customer_table .data-left input {
	float: left;
}
#order_entry_box #info_box .customer_table .filter td {
	padding: 5px;
	background: #E7EFEF;
}
#order_entry_box #info_box .refund_box {
	clear: both;
	float: right;
	width: 80%;
	margin-top: 15px;
	margin-bottom: 6px;
	padding: 12px;
	border: 1px solid #EEE;
	box-shadow: 1px 2px 2px #CCC;
}
#order_entry_box #info_box .refund_box .label {
	clear: both;
    float: left;
	width: 30%;
	min-height: 25px;
	margin-bottom: 12px;
}
#order_entry_box #info_box .refund_box .input {
	float: left;
	width: 70%;
	min-height: 25px;
	margin-bottom: 10px;
}
#order_entry_box #info_box .refund_box .buttons {
	text-align: center;
}
.hidden {
	display: none;
}
.popup {
	position: fixed;
	display: block;
	top: 48%;
	left: 50%;
	width: 460px;
	margin-left: -230px;
    padding: 8px;
	background-color: #FFF;
	border: 1px solid #D1D1D1;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #000;
	z-index: 1;
	color: blue;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#orders_list {
	table-layout: fixed;
}
#tablePagination { 
	background-color: #DCDCDC; 
	font-size: 12px; 
	padding: 5px 5px; 
	height: 20px;
}
#tablePagination select, #tablePagination input {
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
}
#tablePagination_paginater { 
	margin-left: auto; 
	margin-right: auto;
}
#tablePagination img { 
	padding: 0px 2px;
	cursor: pointer;
	vertical-align: middle;
	margin-right: 2px;
	margin-left: 2px;
}
#tablePagination_perPage { 
	float: left; 
}
#tablePagination_paginater { 
	float: right; 
}

#manual_order_box a.button, .list a.button {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	background: #861923;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
}
#manual_order_box a.active, .list a.active {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	background: #000;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
}
#manual_order_box a.button:hover, .list a.button:hover {
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding: 5px 15px 5px 15px;
	background: #520e15;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
}
