@charset "utf-8";
/* CSS Document */


select{
	cursor:pointer;
}
.BTBlue{
	border: 1px solid #5897C3;
	box-shadow: 0px 1px 2px 0px #84C4DD inset;
	background: rgba(108,174,238,1);
	background: -moz-linear-gradient(top, rgba(108,174,238,1) 0%, rgba(32,124,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(108,174,238,1)), color-stop(100%, rgba(32,124,229,1)));
	background: -webkit-linear-gradient(top, rgba(108,174,238,1) 0%, rgba(32,124,229,1) 100%);
	background: -o-linear-gradient(top, rgba(108,174,238,1) 0%, rgba(32,124,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(108,174,238,1) 0%, rgba(32,124,229,1) 100%);
	background: linear-gradient(to bottom, rgba(108,174,238,1) 0%, rgba(32,124,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6caeee', endColorstr='#207ce5', GradientType=0 );
	color:#FFFFFF;
	cursor:pointer;
}
.BTGreen{
	border: 1px solid #68A341;
	box-shadow: 0px 1px 2px 0px #A4CA6C inset;
	background: rgba(146,232,66,1);
	background: rgba(180,224,123,1);
	background: -moz-linear-gradient(top, rgba(180,224,123,1) 0%, rgba(96,156,61,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(180,224,123,1)), color-stop(100%, rgba(96,156,61,1)));
	background: -webkit-linear-gradient(top, rgba(180,224,123,1) 0%, rgba(96,156,61,1) 100%);
	background: -o-linear-gradient(top, rgba(180,224,123,1) 0%, rgba(96,156,61,1) 100%);
	background: -ms-linear-gradient(top, rgba(180,224,123,1) 0%, rgba(96,156,61,1) 100%);
	background: linear-gradient(to bottom, rgba(180,224,123,1) 0%, rgba(96,156,61,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e07b', endColorstr='#609c3d', GradientType=0 );
	color:#FFFFFF;
	cursor:pointer;
}
.width_100{
	width:100%!important;
}
.hide{
	display:none;
}
#select_color{
	margin:0 0 0 0;
	
}
.hand{
	cursor:pointer;
}
#select_color img{
	vertical-align:middle;
	width:7%;
	height:18px;
	margin:1px;
	cursor:pointer;
}
#select_color img.now{
	border:solid 2px #666;
}
.NonePad{
	padding-left:0px;
	padding-right:0px;
}
.PadOne{
	padding-left:1px;
	padding-right:1px;
}


/*-------- Cart ----------*/
#cart #none{
	text-align: center;
	margin:250px 0 150px 0;

}
/*------- Order View -----------*/
div.order_bar{
	background-image:url(../SysIMG/01.png);
	background-repeat:repeat-x;
	background-position:top;
	overflow:hidden;
}
div.order_bar h3{
	margin:5px 0 0 10px;
}
div.order_bar #member_menu {
	margin:10px 0 0 10px;
	height:22px;
}
div.order_bar #member_menu li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 10px 0 0;
	padding:0 10px 0 12px;
	overflow:hidden;
	float:left;
	border-right:#999999 solid 1px;
	height:15px;
}
div.order_bar #member_menu li a{
	color:#666666
}
div.order_bar #member_menu li.order_list{
	background-image:url(../SysIMG/02.png);
	background-repeat:no-repeat;
	background-position:left;
}
div.order_bar #member_menu li.profile{
	background-image:url(../SysIMG/03.png);
	background-repeat:no-repeat;
	background-position:left;
}
#left div#order_bar #title_logo{
float:left;
overflow: hidden;

}
#left div#order_bar img.logo{
max-width:250px;
max-height:50px;

}
div.order_bar #member_menu li.logout{
	background-image:url(../SysIMG/04.png);
	background-repeat:no-repeat;
	background-position:left;
}
#order_data{
	background-image:url(../SysIMG/bg-cart.png);
	overflow:hidden;
	padding:0 0 5px 0;
	margin-bottom:25px;
	clear:both;
}
#order_data #left{
	border:solid 1px #DADADA;
	width:100%;
	overflow:hidden;
}
#order_data #left #order_bar{
	background-image: -moz-linear-gradient(center top , #f8f8f8 0%, #efefef 100%);
	padding:5px 5px 0 5px;
	height:auto;
	overflow:hidden;
	border-bottom:solid 1px #CCCCCC;
	margin-bottom:5px;
}
#order_data #left #order_bar img.logo{
	max-height:70px;
}
#order_data #left #order_bar ul{
	float:right;
	overflow:hidden;
}
#order_data #left #order_bar ul li{
	list-style:none;
	text-align:right;
}
#order_data #left #order_bar ul li.order_id{
	font-size:24px;
	color:#A64949;
}
#order_data #left #order_bar ul li.date{
	font-size:18px;
}
#order_data #left #order_bar ul li.date b{
color:#A64949;
}
#order_data #left div#shop_info,
#order_data #left div#cus_info{
	float:left;
	overflow: hidden;
	width:100%;
	padding-left:10px;
}
#order_data #left div#shop_info h4,
#order_data #left div#cus_info h4{
	margin-bottom:3px;
	font-size:24px;
}
#order_data #left div#shop_info ul,
#order_data #left div#cus_info ul{
	padding:0px;
	clear:both;
}
#order_data #left div#shop_info ul li,
#order_data #left div#cus_info ul li{
	list-style:none;
	margin:0px;
	padding:0 0 0 15px;
	list-style-position:outside;
	background-image:url(../SysIMG/05.png);
	background-repeat:no-repeat;
	background-position:0% 10%;
	font-size:18px;
	color:#777;
}
table.order_history {
	border-spacing: 1px;
    border-collapse: separate;
	background-color:#DADADA;
}
table.order_history thead td{
	font-size:18px;
	text-align:center;
	background-image:-moz-linear-gradient(center top , #f8f8f8 0%, #efefef 100%);
	vertical-align:top;
}
table.order_history textarea{
	height:17px;
	max-width:85px;
}
table.order_history td{
	font-size:18px;
	padding:5px 3px 5px 3px ;
}
table.order_history tbody td{
	vertical-align:top;
}
table.order_history td.price_text{
	background-color:#E9E9EA;
}
table.order_history td hr{
	margin:5px 0;
	border-color:#ddd;
}
#order_data #left  .inFrom{
	float:left;
	width:70%;
	overflow:hidden;
	padding:5px;
}
#order_data #left .inFrom li{
	background-image:url(../SysIMG/05.png);
	background-repeat:no-repeat;
	background-position:left -2px;
	margin:5px 0 0 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 0 7px;
}
#order_data #left  .inFrom li img{
	vertical-align:middle;
}
#order_data #left .total{
	font-size:26px;
	float:right;
	text-align:right;
	padding:5px;
}
div#ticket #input_reply {
	border:solid 1px #CCCCCC;
	padding:1px 1px 1px 1px ;
	margin:1px;
	overflow:hidden;
}
div#ticket #input_reply .BTGreen{
	font-size:24px;
	height:35px;
	line-height:35px;
	padding:0px;
	text-align:center;
	cursor:pointer;
}
div#ticket #input_reply .PadLeft{
	padding-left:1px;
}
div#ticket #input_reply input{
	font-size:18px;
	color:#555;
	height:35px;
	border:solid 1px #CCCCCC;
	float:left;
}
div#ticket #input_reply span.hand{
	border: 1px solid #68A341;
	box-shadow: 0px 1px 2px 0px #A4CA6C inset;
	background: transparent -moz-linear-gradient(center top , #96C161 0%, #609C3D 100%) repeat scroll 0% 0%;
	color:#FFFFFF;
	float:right;
	margin:0 0 0 1px;
	text-align:center;
	height:35px;
	float:left;
	padding:2px 0 0 0;
	font-size:1.1em;
	cursor:pointer;
}
div#ticket #input_reply img{
	float:right;
	margin:0 0 0 0;
}
div#ticket h5{
	background-image:-moz-linear-gradient(center top , #f8f8f8 0%, #efefef 100%);
	margin:1px 1px 1px 1px;
	border:solid 1px #CCCCCC;
	padding:10px 0 10px 5px;
	font-size:18px;
}
div#ticket #message{
	background-color:#F7F7F7;
	overflow:hidden;
	padding:0 0 10px 0;
}
div#ticket #message .cus{
	margin-top:20px;
}
div#ticket #message .cus img{
	border:solid 1px #CCCCCC;
}
div#ticket #message .cus .text{
	background-color:#FAFEFF;
	border:solid 1px #B5CDD7;
	padding:8px 5px;
}
div#ticket #message .cus .text ul.by{
	margin:0 0 5px 0;
	padding:0px;
}
div#ticket #message .cus .text ul.by li:first-child{
	float:left;
	color:#2C596D;
	margin:0 0 0 10px;
	overflow:hidden;
}
div#ticket #message .cus .text ul.by li:last-child{
	float:right;
	overflow:hidden;
	color:#999999;
}
div#ticket #message .cus .text p{
	clear:both;
	margin:0 0 20px 10px;
}
div#ticket #message .admin{
	margin-top:20px;
}
div#ticket #message .admin img{
	border:solid 1px #CCCCCC;
}
div#ticket #message .admin .text{
	background-color:#FEFEFE;
	border:solid 1px #DCDCDC;
	padding:8px 5px;	
}
div#ticket #message .admin .text ul.by{
	margin:0 0 5px 0;
}
div#ticket #message .admin .text ul.by li:first-child{
	float:left;
	color:#5290BB;
	margin:0 0 0 10px;
	overflow:hidden;
}
div#ticket #message .admin .text ul.by li:last-child{
	float:right;
	overflow:hidden;
	color:#999999;
}
div#ticket #message .admin .text p{
	clear:both;
	margin:0 0 20px 10px;
}
#order_data #right{
	width:100%;
	margin:0 0 0 0;
}
#order_data #right #note{
	border:solid 1px #CDCDCD;
	margin:0 0 0 0;
}

#order_data #right #note h6{
	background-image:-moz-linear-gradient(center top , #f8f8f8 0%, #efefef 100%);
	padding:5px 0 3px 0;
	border-bottom:solid 1px #CDCDCD;
	height:25px;
	font-size:20px;
}
#order_data #right #note textarea{
	margin:3px;
	border:solid 1px #CCCCCC;
	width:96%;
	height:70px
}
#order_data #right .box{
	border:solid 1px #CDCDCD;
	border-radius: 0px;
    box-shadow: none;
	margin:2px 0 0 0;
	padding:0px;
	background-color:#F7F7F7;
}
#order_data #right .box h6{
	background-image:-moz-linear-gradient(center top , #f8f8f8 0%, #efefef 100%);
	height:30px;
	line-height:30px;
	border-bottom:solid 1px #CDCDCD;
	font-size:18px;
}
#order_data #right ul#payment_step{
	padding:0px;
	margin:0px;
	overflow:hidden;
}
#order_data #right ul#payment_step li{
	float:left;
	overflow: hidden;
	margin:3px 3px 3px 3px;
	border: solid #DADADA 1px;
	padding:3px;
	text-align:center;
	font-size:18px;
}
#order_data #right ul#payment_step li.now{
	color:#fff;
	background-color:#69A243;

}
#order_data #right .box hr{
	clear:both;
	border-top:solid 1px #DDDDDD;
	border-bottom: solid 1px #FFFFFF;
	border-left:none;
	border-right:none;
}
#order_data #right .box #payment_bank{
	margin-left:5%;
}
#order_data #right .box #payment_bank label{
	margin:0 0 10px 0;
	cursor:pointer;
	display:block;
}
#order_data #right .box #payment_bank label img{
	vertical-align: middle;
	margin:0px 0  5px 0;
	border:solid 1px #F9F9F9;
	width:inherit;
}
#order_data #right .box #payment_data input,
#order_data #right .box #payment_data textarea{
	font-size:18px;
	width:100%;
	margin:3px 0 10px 0;
	border: solid 1px #DDDDDD;
	color:#777;
	padding:5px;
}
#order_data #right .box #payment_data{
	padding:5px;
}
#order_data #right #delivery_status{
	margin-bottom:2px;
}
#order_data #right #delivery_status ul li{
	float:left;
	overflow: hidden;
	margin:3px 1px 3px 1px;
	border: solid #DADADA 1px;
	padding:2px;
	text-align:center;
	
}
#order_data #right #delivery_status .now{
	background-image:url(../SysIMG/08.gif);
	background-repeat:no-repeat;
	background-position: left 10px;
}

#order_data #right #delivery_status .status_icon{
	padding:5px 5px 5px 20px ;
	margin:0 10px 0 10px;
	border-bottom:solid 1px #EAEAEA;
	font-size:18px;
}
#order_data #right #payment_form{
	padding:5px;
}
#order_data #right #payment_form input,
#order_data #right #payment_form textarea{
	font-size:18px;
	width:100%;
	margin:3px 0 10px 0;
	padding:5px;
}

#order_data #title_menu{
	background-image:url(../SysIMG/39.png);
	background-repeat:repeat-x;
	background-position:top;
}
#order_data #title_menu h3{
	font-size:18px;
	border-top: solid #CCCCCC 1px;
	padding:0 0 0 10px;
	margin:0px;
	height:26px;
	line-height:26px;
}
#order_data #title_menu ul{
	margin:1px 0;
	padding:0px;
	height:25px;
	overflow:hidden;
}
#order_data #title_menu li{
	float:left;
	overflow:hidden;
	height:25px;
	line-height:25px;
	margin:0px;
	padding:0 10px;
	border-right: solid 1px #CCCCCC;
}
#order_data #title_menu li a{
	text-decoration:none;
	display:block;
	color:#333;
	font-size:14px;
}
div#button_page{
	border:solid 1px #CDCDCD;
	text-align:center;
	padding:5px 0;
	background-image:-moz-linear-gradient(center top , #f8f8f8 0%, #efefef 100%);
	overflow:hidden;
	text-align:center;
}

div#button_page span.BTGreen{
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:18px;
}
div#button_page span.BTBlue a,
div#button_page span.BTBlue a:visited,
div#button_page span.BTBlue a:hover{
	text-decoration:none;
	display:block;
	color:#FFFFFF;
	
}
div#button_page span.BTBlue{
	display:block;
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:18px;
}

#select_sex{


}
#select_sex label{
	cursor:pointer;
	padding:0 8px 0 0;
	background-color:#DEDEDE;
	border:solid 1px #D7D7D7;
}
#select_sex label input{
	vertical-align: text-bottom;
	width:25px;
	float:left;
	display:block;
	margin:-3px 0 0 0;
}


/*------ Member Chk  ------*/
#bt_req_pass{
	text-decoration:none;
	display:block;
	padding:0 25px 0 25px;
	background-color:#DEDEDE;
	border:solid 1px #D7D7D7;
	float:left;
	overflow:hidden;
}
#bt_req_pass:hover{
	color:#fff;
}
#bt_login{
	text-decoration:none;
	display:block;
	padding:0 25px 0 25px;
	background-color:#DEDEDE;
	border:solid 1px #D7D7D7;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
#bt_login:hover{
	color:#F4F4F4;
}
div#facebook_login{
	border-top:solid 1px #CCCCCC;
	margin-top:20px;
}
div.color img{
	width:15px;
	margin:0 2px 0 2px;
	border:solid 1px #CCCCCC;
}
#left .text-error{
	color:#F00;
}
#left .Border{
	font-size:18px;
	border-bottom:#E2E2E2 1px solid;
	margin:0 15px;
	padding:30px 0;
	overflow:hidden;
}
#left .Border .form-control{
	font-size:18px;
}
#bt_facebook{
	width:inherit;
	max-width:100%;
	display:block;
}
#left .PadRow{
	padding:20px 0 0 0;
	overflow:hidden;
}
.PadRow .btn-default-1{
	margin-bottom:20px;
}


@media (max-width: 479px) {
	
}
@media (min-width: 480px) and (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	#delivery_status hr {
		margin:29px 0 20px;
	}
	#order_data #right #delivery_status {
		padding:0 0 0 2px;
	}
	.PadRigth{
		padding:0 1px 0 0;
	}
	.PadLeft{
		padding:0 0 0 1px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.Center{
		text-align:center;
	}
}
@media (min-width: 1200px) {
	.Center{
		text-align:center;
	}
  	
}
.box8 div{
	border-bottom:solid 1px #E2E2E2;
	min-height:56px;
	padding:5px 0 0 0;
}


#order_data #title_status{
padding:15px;
background-color:#F9F9F9;
border:solid 10px #ACACAC;


}

#order_data #title_status h3{
border-bottom:solid 1px #CCCCCC;

}
span.note{
color: #FF0000;

}


