.shop-order-list .header-tabs{
	margin: 30px 0;
}
.shop-order-list .header-tabs  a {
	text-decoration: none;
}
.shop-order-list .header-tabs .current-tab {
	background: #03478e;
}
.shop-order-list .header-tabs .current-tab a {
	color: #fff;
}
.shop-order-list .header-tabs .tab{
	display: inline-block;
	padding: 10px;
	border :  1px solid #ccc;
	font-weight: bold;
}

.shop-order-list-table {
	border-collapse: collapse;
}
.shop-order-list-table th {
	background: #47477E;
	color: white;
}
.shop-order-list-table th,
.shop-order-list-table td{
	border: 1px solid #ccc;
	padding: 10px;
	
}
.shop-order-list-table td.don-hang-moi{
	color: #15AA15;
}
.shop-order-list-table td.dang-xu-ly{
	color: orange;
}
.shop-order-list-table td.da-hoan-tat {
	color: #8c8c8c;
}	
.hl-shop-main-content {
	padding: 10px;
	background: white;
	font-size: 14px;
	
}
.hl-shop-main-content p{
	font-size: 16px;
}
.hl-shop-main-content .update-status a{
	display: inline-block;
	padding: 10px;
	background: #ccc;	
	text-decoration: none;
	
}
.hl-shop-main-content .update-status .dang-xu-ly{
	background: #7E8000;
	color: white;
}
.hl-shop-main-content .update-status .da-hoan-tat {
	background: green;
	color: white;
}
.hl-shop-main-content .empty-cart {
	color: red;
	font-style: italic;
}
.hl_shop_page_navi {
	margin: 20px 0;
}
.hl_shop_page_navi span,
.hl_shop_page_navi a{
	display: inline-block;
	padding: 6px 10px;
	font-weight: bold;
	background: #707E70;
	color: white;
	margin: 0 5px;
	text-decoration: none;
}
.hl_shop_page_navi a.current-page{
	background: #409940;
}