#wrapper {
    width: 100%;
    min-width: 100px;
    max-width: '';
    margin: 0 auto;
}

#shoppingbox
{
	float: left;
    width: 100%;
}

.header  {
	height: auto;
}

.header .mobilelogo {
	height: 50px;
	margin-left: 5px;
	margin-top: 5px;
}
.header .tools {
	width: 160px;
	height: 26px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}
.header .tools .type {
	width: 120px;
}
.header .tools .caption {
    width: 90px;
}
.header .logout{
	margin:0px 0px 0px 5px;
	float:left;
}
#navigation{min-width:320px;}
.mobilelogout {
	width:26px;
	height:26px;

}
.footer {
    /*position:absolute;*/
    bottom:0;
    height: 40px;
    width: 100%;
    background: #333333;
    clear: both;
	text-align:center;
}

.login-form{
	width: 300px;
	margin: 0 auto;
}

.loginbox .ubox
{
	width:100%;height:250px;
	
}
.loginbox .ubox #usermenu
{
	/* width:170px;height:124px; */
	margin-left:10px;margin-right:10px;margin-top:0px;font-size:13px;
	padding:20px;
	background-color: #F7F7F7;
	/* border-bottom:1px solid #e6e6e6; */
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);	
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.loginbox .ubox #usermenu .welcome
{
	float:left;width:165px;height:18px;overflow:hidden;margin-top:6px
}
.loginbox .ubox #usermenu .actions
{
	float:left;margin-top:20px;padding-left:35px
}
.loginbox .ubox #usermenu .actions li
{
	margin-bottom:10px;
	list-style-type: none;
}
/* .loginbox .ubox input
{
	width:148px;height:22px;order-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:inset -1px 1px 3px -1px #000;-moz-box-shadow:inset -1px 1px 3px -1px #000;-webkit-box-shadow:inset -1px 1px 3px -1px #000;border:1px solid #fff;border-right:1px solid #dedede;border-top:1px solid #dedede;margin-top:2px;margin-bottom:11px;margin-left:7px;padding-top:1px
} */
.loginbox .register
{
	color: #625446;
	float: left;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 0px;
	width: 50px;
	text-decoration: underline;
}
.loginbox .recover
{
	color: #625446;
	float: left;
	font-size: 13px;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 140px;
	text-decoration: underline;
}
.loginbox .buttonbox {
    float: left;
    height: 60px;
    width: 230px;
}
/* .loginbox .buttonbox .buttoninner
{
	width:100%;height:100%;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;box-shadow:inset -8px 8px 15px -11px #0d0d0d;-moz-box-shadow:inset -8px 8px 15px -14px #0d0d0d;-webkit-box-shadow:inset -8px 8px 15px -11px #0d0d0d;border-top:1px solid #2a2a2a;border-right:1px solid #2a2a2a;background:#848484;background:-moz-linear-gradient(top,rgba(132,132,132,1) 0,rgba(99,99,99,1) 38%,rgba(62,62,62,1) 73%,rgba(32,32,32,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(132,132,132,1)),color-stop(38%,rgba(99,99,99,1)),color-stop(73%,rgba(62,62,62,1)),color-stop(100%,rgba(32,32,32,1)));background:-webkit-linear-gradient(top,rgba(132,132,132,1) 0,rgba(99,99,99,1) 38%,rgba(62,62,62,1) 73%,rgba(32,32,32,1) 100%);background:-o-linear-gradient(top,rgba(132,132,132,1) 0,rgba(99,99,99,1) 38%,rgba(62,62,62,1) 73%,rgba(32,32,32,1) 100%);background:-ms-linear-gradient(top,rgba(132,132,132,1) 0,rgba(99,99,99,1) 38%,rgba(62,62,62,1) 73%,rgba(32,32,32,1) 100%);background:linear-gradient(top,rgba(132,132,132,1) 0,rgba(99,99,99,1) 38%,rgba(62,62,62,1) 73%,rgba(32,32,32,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#848484',endColorstr='#202020',GradientType=0);text-align:center
} */
.loginbox .buttoninner {
    float: left;
    width: 250px;
}
.loginbox .buttonbox .buttoninner .caption
{
	color:#fff;font-size:9px;font-weight:bold;margin-top:5px;margin-left:7px;float:left
}
.loginbox .error_msg
{
	font-family: Arial,'Open Sans', sans-serif; font-size: 10px;color:#7F0000;
}
.pop_text {
    border: 1px solid #ADAEAD;
    float: left;
    padding: 4px 2px;
    width: 230px;
	margin-bottom: 15px;
}
.default-btn a._btn {
	font-size: 20px;color:#fff;background-color:#fc9603;padding: 5px 95px;text-decoration:none;
}
.default-btn a:hover._btn {
	background-color:#E1AC00;color:#fff;
}

#content {
margin-left:0px;
}

.contentbox {
	margin: 0px;
	min-width:320px;
	width:95%;
	/*min-height: 500px;*/
}
.contentbox h1{
	font-size:16px;
	margin: 3px 0 0 15px;
}

div.pagination{
	float:left;
}

#searchbox  label{
	min-width: 65px;
}
#searchbox div {
	float: left;
}
.search-bar{
	overflow: auto;
	min-width: 260px;
}
.search-table
{
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.search-table::-webkit-scrollbar
{
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.search-table::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.search-table-outer { position: relative; }

.search-table-fade
{
	position: absolute;
	right: 0;
	width: 30px;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
	background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
	background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
	background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
	background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);
}

.search-table table{
	width: 100%;
	margin:15px;
}

.search-table td{
	white-space:nowrap;
}

#menu .neworder {
	color: #0061de;
}
／＊
.neworder_row  tr.grey{
	background-color: #D1D0D0;
}
＊／
.neworder_row  tr.green{
	background-color: #EAF2D3;
}
/*
.order-detail{
	width:480px;
}
*/
.main-order-table{
	width:480px;
}

.tab_div{
	width:90%;
}
.tab-content-box {
	width:100%;
}
.tab-box{
	width:60px;
}