#order_detail{
	font-size: 13px;
}
#order_detail .grid{
	height: 100%;
	width: 100%;
}
#order_detail input{
	border-style: solid;
	border-color: #c8c8c8;
	border-width: 1px;
	border-radius: 4px;	
	padding: 2px;
}
#order_detail .color_panel_gray_bkg{
	width: 120px;
	background: #e1e4e9;
	position: absolute;	
	top: 0px;
	bottom: 25px;
	z-index: -1;
}
#order_detail .first_col{
	left: 66px;
}
#order_detail .thrid_col{
	left: 310px;
}
#order_detail .fifth_col{
	left: 554px;
}
#order_detail .seven_col{
	left: 798px;
}
#order_detail .color_panel table{
	table-layout:fixed;
	width: 100%;
	height: 450px;	
	border-spacing: 10px 0px;	
	margin: 15px 0px;
	font-size: 12px;
}
#order_detail .color_panel tr{	
	background: transparent;
	width: 100%;
	height: 25px;	
}
#order_detail .color_panel td{	
	width: 110px; /*total width is 112px because border width 1px*/
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	border-style: hidden;
	border-color: #787878;
	border-width: 1px;
	border-radius: 8px 8px 0px 0px;			
}
#order_detail .color_panel td input{
	width: 45%;
}
#order_detail .color_panel td label{
	width: 45%;
	display: inline-block;
	text-align: center;
}
#order_detail .color_panel .title{	
	text-align: center;		
}
#order_detail .color_panel .upper{	
	border-style: solid;
	border-radius: 8px 8px 0px 0px;	
	background: white;
}
#order_detail .color_panel .normal{	
	border-style: solid;
	border-radius: 0px 0px 0px 0px;	
	background: white;
}
#order_detail .color_panel .lower{	
	border-style: solid;
	border-radius: 0px 0px 8px 8px;	
	background: white;
}
#order_detail .color_panel .top_zero{
	border-top-width: 0px !important;
}
#order_detail .color_panel .close_btn{
	background: url('../../assets/images/close1.png') no-repeat;
	background-size: contain;
	width: 18px;
	height:18px;
	cursor: pointer; cursor: hand;
	left: auto;
	right: 60px;
	top: 0px;	
	position: absolute;
	display: none;
}
#order_detail .sku_group{
	overflow: auto;
}
#order_detail .sku_group .sku_group_photo{	
	width: 680px;
	height: 320px;
}
#order_detail .sku_group .sku_group_photo .loader_lp{	
	top: -120px;
	z-index: -1;
}
#order_detail .sku_group .sku_group_photo img,
#order_detail .sku_group .sku_group_item,
#order_detail .bundlebundle_table .bb_item .sku_group_photo img,
#order_detail .bundlebundle_table .bb_item .sku_group_item {
	/*
	border-style: solid;
	border-color: #787878;
	border-width: 1px;
	border-radius: 8px;	
	*/
	width: auto;
   	height: 100%;
}
#order_detail .sku_group .sku_group_photo img{
	width: 100%;
}
#order_detail .sku_group_item,
#order_detail .single_item,
#order_detail .bbi_color_panel_btn{
	margin-top: 4px;	
	padding-top: 4px;
}
#order_detail .sku_group .sku_group_item{	
	width: 680px;
	height: 155px;
	overflow: auto;	
}
#order_detail .bundlebundle_table .bb_item .sku_group_item{
	overflow: auto;	
}
#order_detail .sku_item {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	border-style: solid;
	border-color: #787878;
	border-width: 0px 0px 1px 0px;	
}
#order_detail .sku_item label{
	float: left;
	margin-left: 15px;	
	width: 600px;
	overflow: hidden;
	text-align: left;
}
#order_detail .sku_item input{
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	width: 25px;
}
#order_detail .single_item input{
	width: 25px;
}
#order_detail .bbi_color_panel_btn button{
	width: 97.08px;
	height: 30px;
	cursor: pointer; cursor: hand;	
}
#order_detail .bundlebundle_table,
#order_detail .fixed_foc_sku_table {    
    width: 100%;
    height: 100%;
    table-layout: fixed;    
}
#order_detail .bundlebundle_table td,
#order_detail .fixed_foc_sku_table td {
    overflow: hidden;
}
#order_detail .bundlebundle_table .bb_item_content,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_content {    
    position: relative;
    width: 100%;
    height: 95%;
}
#order_detail .bundlebundle_table .bb_item,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item{
    position: absolute;
    top: 0px;left: 0px;right: 0px;bottom: 0px;
    margin: auto auto;
    text-align : center;         
}

#order_detail .bundlebundle_table .bb_item .sku_group_photo img,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo img {    
    left: 0px; right: 0px; top: 0px; bottom: 0px;
    margin: auto auto;   
  	width:  100%  !important;
   	height: auto !important;
   	max-width:  640px;
   	max-height: 350px;  
}
#order_detail .bundlebundle_table .bb_item .sku_group_photo_oneitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo_oneitem {
	height: 70%; 
}
#order_detail .bundlebundle_table .bb_item .sku_group_photo .img_oneitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo .img_oneitem {	
	//width: auto   !important;
   	//height:100%  !important;
   	width: 680px !important;
  	height: 320px !important;
}
#order_detail .bundlebundle_table .bb_item_twoitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item_twoitem {
	height: 70%; 
}
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item_manyitem{
	height: 50%; 
}
#order_detail .bundlebundle_table .bb_item .sku_group_photo .img_twoitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo .img_twoitem {	
	width: 100%   !important;
   	height:auto  !important;
}
#order_detail .bundlebundle_table .bb_item .sku_group_photo_threeitem,
#order_detail .bundlebundle_table .bb_item .sku_group_photo_fouritem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo_threeitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo_fouritem{
	  width: 80%;
	  margin-left: auto;
	  margin-right: auto;
}
#order_detail .bundlebundle_table .bb_item .sku_group_photo .img_threeitem,
#order_detail .bundlebundle_table .bb_item .sku_group_photo .img_fouritem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo .img_threeitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo .img_fouritem{
	  width:  100%  !important;
   	  height: auto !important;
}
#order_detail .bundlebundle_table .bb_item .sku_group_photo_manyitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo_manyitem {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
}
#order_detail .bundlebundle_table .bb_item .sku_group_photo .img_manyitem,
#order_detail .fixed_foc_sku_table .fixed_foc_sku_item .sku_group_photo .img_manyitem{
	  width:  100%  !important;
   	  height: auto !important;
}
#order_detail .bundlebundle_table .bb_item .sku_group_item_oneitem {
	height: 25%;
	width: 642px;
}
#order_detail .bundlebundle_table .bb_item .sku_group_item_twoitem{
	height: 45%;
	width: 480px;
}
#order_detail .bundlebundle_table .bb_item .sku_group_group_photo_threeitem,
#order_detail .bundlebundle_table .bb_item .sku_group_group_photo_fouritem{
	  width: 50%;	  
}
#order_detail .bundlebundle_table .bb_item .sku_group_item_threeitem,
#order_detail .bundlebundle_table .bb_item .sku_group_item_fouritem{
	height: 220px;
	width: 230px;	
	float: right;
	right: 0px;
	top:0px;
	margin-top: 0px;
	position: absolute;
}
#order_detail .bundlebundle_table .bb_item .sku_group_item label{
	width: 565px;
}
#order_detail .bundlebundle_table .bb_item .sku_group_item_twoitem label{
	width: 403px;
}
#order_detail .bundlebundle_table .bb_item .sku_group_item_threeitem label,
#order_detail .bundlebundle_table .bb_item .sku_group_item_fouritem label{
	margin-left: 3px;
	width: 165px;
}
#order_detail .bundlebundle_table .bb_item .sku_group_item_manyitem{
	height: 45%;	
	width: 235px;
}
#order_detail .bundlebundle_table .bb_item .sku_group_item_manyitem label,
#order_detail .bundlebundle_table .bb_item .sku_group_item_manyitem label{
	margin-left: 3px;
	width: 167px;
}

#order_content .order_total_box{
	display: block;
	position: absolute;
	/*width: 150px;*/
	width: auto;
	height: 26px;
	background: white;	
	text-align: center;
	line-height: 26px;
	font-size: 12px;
	left: auto;
	right: 5px;	
	top: 0px;
	bottom: 0px;	
	margin: 0 0;
	z-index: 100;
	color: black;	
	font-weight: bold;
	/*
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
	border-color: #f15a22;
	*/
}
#order_tools .order_total_box{
	display: block;
	top: auto;
	bottom: 0px;
	right: 112px;
}
#order_detail .order_total_box{
	display: none;
}
#order_detail .bbi_order_total_box{
	display: none;
	width: 200px;
	border-color: blue;
}

