a {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.8em;
}

.dnd{cursor: pointer;cursor: hand;}


#languages {
	float:left;
	display:inline;
	margin-bottom:20px;
	margin-top:10px;
}
#languages a {
	font-size: medium;
	display: inline;
	color: #333333;
	margin: 0 8px 0 0;
	padding: 6px 24px 6px 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	text-decoration: none;
	cursor:pointer;
}
#languages a:hover {
	cursor: pointer;
	background-color: #dedede;
}
#languages .active {
	background-color: #dedede;
}
#page {

}
#header {
	clear: both;
	position:relative;
}
#header .absolutemenu {
	position:absolute;
	top:0px;
	right:0px;
	background-color: #f3f3f3;
	float: right;
	text-align: center;
	width: 400px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
#header .absolutemenu a {
	color:#999999;
}
#header .absolutemenu a:hover {
	text-decoration:underline;
}
.password {
	width: 300px;
	position: absolute;
	top: 10px;
	right: 10px;
}
#menu {
	margin: 0px;
	clear: both;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 96%;
}
#menu li {
	font-size: 12px;
	display: inline;
	margin-right: 2px;
	float: left;
	overflow: visible;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#menu li a:hover {
	text-decoration: none;
}
.menu-text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	padding: 4px 12px 4px 12px;
	font-size: 12px;
	width:100%;
}
.menu-bar-top {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	clear: both;
}
.menu-bar-top-l {
	position: absolute;
	left: 0px;
	top: 0px;
}
.menu-bar-top-r {
	position: absolute;
	top: 0px;
	right: 0px;
}
.menu-item-active {
	position: relative;
	background-color: #3fb7c8;
	text-align: center;
	font-weight: bold;
}
.menu-item-active a {
	color: #ffffff;
}
.menu-item-active a:hover {
	text-decoration: underline;
}
.menu-item {
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	background-color: #dedede;
	clip: rect(auto,auto,2px,auto);
}
#submenu {
	background-color: #3fb7c8;
	color: #FFFFFF;
	position: relative;
	clear: both;
	margin-top: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
#submenu a {
	color: #FFFFFF;
}
.submenu-text {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
	clear: both;
	padding-left: 20px;
	float: left;
}
#submenu .search {
	float: right;
	padding-right: 20px;
}
#content {
	clear: both;
	margin-top: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.table tr:hover {
	background: #dedede;
}
/* Popup */
.popup {
	position:absolute;
	height: 350px;
	width: 600px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f3f3f3;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #f3f3f3;
	position:absolute;
	z-index:100;
	margin:0;
	padding:0;
	visibility:hidden;
}
.popup-title {
	background-color: #CCCCCC;
	width: 100%;
	z-index:101;
	height:20px;
	clear:both;
	position:relative;
	cursor: pointer;
	cursor: hand;
}
.popup-cnt {
	overflow: auto;
	background-color:#FFFFFF;
	width:100%;
	height: 330px;
	z-index:101;
}
.popup-back {
	margin-top:3px;
	float:left;
	margin-left:10px;
	cursor:pointer;
	z-index:102;
}
.popup-close {
	cursor:pointer;
	cursor:hand;
	float:right;
	margin-right:10px;
	margin-top:2px;
	font-size:15px;
	z-index:102;
}
/* Paging */
#paging {
	clear: both;
	padding: 12px 18px 12px 18px;
	background-color: #3fb7c8;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-radius-bottom-right: 5px;
	border-radius-bottom-left: 5px;
	behavior: url(border-radius.htc);
}
#paging a:link, #paging a.link {
	margin-right: 6px;
	border: 1px solid #036775;
	padding: 4px 9px;
	background-color: #fff;
	font-size: 17px;
}
#paging-active {
	font-weight: bold;
	color: #3FB7C8;
	margin-right: 6px;
}
#paging a:visited {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-right: 6px;
}
#paging a:hover {
	background-color: #f3f3f3;
}
.date {
	color: #999999;
	font-size: 11px;
	padding-bottom: 12px;
}
.divpictures {
	width:150px;
	height:160px;
	float:left;
	padding:0;
	margin:0;
	margin-left:15px;
}
.list {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.list li {
	clear: both;
	list-style-image: none;
	list-style-type: none;
}
h3 {
	font-weight: bold;
	font-size: large;
	color: #555555;
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #dedede;

}
h4 {
	font-weight: bold;
	font-size: medium;
	color: #555555;
	margin: 0 0 6px 0;
}
h5 {
	font-weight: bold;
	font-size: small;
	color: #555555;
	margin: 0 0 6px 0;
}
.green {
	color: #009900;
}
.red {
	color: red;
}
/* BEGIN Forms */
.form {
	margin: 0px;
	padding: 0px;
}
.form ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
.form ul li {
	clear: both;
	padding-bottom: 4px;
}
.form-label {
	float: left;
	width: 15em;
	font-weight: bold;
	margin-right: 20px;
	text-align: right;
}
.form-object {
	float: left;
}
.select {
	width: 400px;
}
.selectSmall {
	min-width: 160px;
	max-width: 280px;
}
.floatLeft {
	display: inline;
	float: left;
}
.input {}
.submit {
	padding: 4px 12px 4px 12px;
	font-weight: bold;
	cursor: pointer;
}
.input {
	padding: 4px 2px 4px 2px;
	font-size: medium;
	width: 550px;
}
.select {
	padding: 4px 2px 4px 2px;
	font-size: medium;
	width: 558px;
}
.textarea {
	padding: 4px 2px 4px 2px;
	font-size: medium;
	width: 550px;
}
.operate-window .input {
	padding: 4px 2px 4px 2px;
	font-size: medium;
	width: 300px;
}
.operate-window .select {
	padding: 4px 2px 4px 2px;
	font-size: medium;
	width: 308px;
}
.operate-window .textarea {
	padding: 4px 2px 4px 2px;
	font-size: medium;
	width: 300px;
}
/* END Forms */
#cntbox {
	border: 1px solid #dedede;
	float: left;
	width: 75%;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.cntbox-text {
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px 10px 12px 10px;
	clear: both;
}
#sidebar {
	font-size: 14px;
	background-color: #eaeaea;
	float: right;
	width: 22%;
	min-width: 250px;
	position: relative;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	min-height: 300px;
	max-height: 700px;
	overflow: auto;
}
#sidebar-cnt {
	padding: 8px 12px 8px 12px;
}
.operate-window {
	background-color: #eaeaea;
}
.clear {
	clear: both;
}
.pointer {
	cursor: pointer;
}
#footer {
	clear: both;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 20px;
}
.MDbuttons {
	color: black;
	background-color: white;
	font-size: 12px;
	border: 1px solid black;
	padding: 1px;
	margin-bottom: 4px;
	text-align: center;
	cursor: pointer;
}
#admin-login {
	width: 480px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #3fb7c8;
	color: #FFFFFF;
	margin-bottom: 42px;
}
#admin-login .cnt {
	padding: 22px 0 22px 0;
}
img.help {
	width: 16px;
	height: 16px;
	float: left;
	display: inline;
	cursor: pointer;
}
div#helpSuggestion {
	position: absolute;
	background-color: #ffffff;
	border: 1px solid gray;
	min-width: 200px;
	max-width: 300px;
	min-height: 100px;
	padding: 4px;
	z-index: 100;
	padding-top: 12px;
}
div#helpSuggestion h4 {
	font-size: 16px;
	text-align: center;
	width: 100%;
	border-bottom: 1px solid gray;
	padding-bottom: 4px;
}
div#helpSuggestion p {
	font-size: 12px;
}
div#helpSuggestion a.close {
	position: absolute;
	top: 0;
	right: 2px;
	font-size: 15px;
	cursor: pointer;
	font-family: "Times New Roman";
}
#filters, .filters {
	background-color: #F3F3F3;
	border: 1px solid #CECECE;
	overflow: visible;
	margin: 6px;
	padding:  6px;
}
#filters form, .filters form {
	display: inline;
	float: left;
}
.orders .moderator_status_1 td:first-child {
	border-left: 6px solid green;
}
.orders .moderator_status_2 td:first-child {
	border-left: 6px solid red;
}

.orders .moderator_status_3 td:first-child {
	border-left: 6px solid darkblue;
}

.orders .moderator_status_4 td:first-child {
	border-left: 6px solid yellow;
}

.orders .moderator_status_5 td:first-child {
	border-left: 6px solid orange;
}

.orders .moderator_status_6 td:first-child {
	border-left: 6px solid gray;
}
.orders .moderator_status_7 td:first-child {
	border-left: 6px solid pink;
}
.orders .moderator_status_8 td:first-child {
	border-left: 6px solid brown;
}
.orders .moderator_status_9 td:first-child {
	border-left: 6px solid violet;
}
.orders .moderator_status_10 td:first-child {
	border-left: 6px solid green;
}
.orders .moderator_status_11 td:first-child {
	border-left: 6px solid #15bfc7;
}

.orders .moderator_status_1 .moderator_status_name {
	color: green;
}
.orders .moderator_status_2 .moderator_status_name {
	color: red;
}
.orders .moderator_status_3 .moderator_status_name {
	color: darkblue;
}
.orders .moderator_status_4 .moderator_status_name {
	color: #CCC700;
}
.orders .moderator_status_5 .moderator_status_name {
	color: orange;
}
.orders .moderator_status_6 .moderator_status_name {
	color: gray;
}
.orders .moderator_status_7 .moderator_status_name {
	color: pink;
}
.orders .moderator_status_8 .moderator_status_name {
	color: brown;
}
.orders .moderator_status_9 .moderator_status_name {
	color: violet;
}
.orders .moderator_status_10 .moderator_status_name {
	color: green;
}
.orders .moderator_status_11 .moderator_status_name {
	color: #15bfc7;
}

.inventory .same td:first-child {
	border-left: 6px solid green;
}
.inventory .differ td:first-child {
	border-left: 6px solid orange;
}

.ininventory {
	background-color: #F3B301;
	padding: 4px;
	border-radius: 5px;
}
.ininventory h5 {

	margin: 0;

	font-size: 16px;

	font-weight: normal;

	color: #8E0404;

	text-align: center;
}
.ininventory .same {

	color: green;
}
.ininventory .different {

	color: #8E0404;
}

.ininventory span {
	font-size: 15px;
}

.button {
	background-color: #5DCC09;
	color:#fff!important;
	min-width: 120px;
	padding: 6px 12px;
	margin: 2px auto;
	border-radius: 4px;
	display: block;
	clear: both;
	cursor: pointer;
	outline: 0;
	border:0;
}
.button:hover {
	background-color: #50AD0A;
	color:#fff;
	text-decoration: inherit!important;
}
.redbutton {
	background-color: red;
}
.redbutton:hover {
	background-color: orange;
}
.button.orange {
	background-color: orange;
}
.button.orange:hover {
	background-color: darkorange;
}
.button.blue {
	background-color: #249FF7;
}
.button.blue:hover {
	background-color: #40CCFB;
}
.button.magenta {
	background-color: #CA02CA;
}
.button.magenta:hover {
	background-color: magenta;
}
.button.violet {
	background-color: #6925D6;
}
.button.violet:hover {
	background-color: #8F51F1;
}
#filters .input {
	width: 160px;
}

.speedy_status_-14 {
	border-bottom: 3px solid green;
	color: green;
}
.speedy_status_111 {
	border-bottom: 3px solid red;
	color: red;
}
.speedy_status_125 {
	border-bottom: 3px solid black;
	color: black;
}
.speedy_status_127 {
	border-bottom: 3px solid black;
	color: black;
}
.speedy_status_128 {
	border-bottom: 3px solid orange;
	color: orange;
}

.confirm_dhl .button { display: none; }
.confirm_dhl {
	background-color: rgba(255,255,255,0.8);
	overflow: auto;
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000;
}
.confirm_dhl h1 { text-align: center; }
.confirm_dhl table { cursor: pointer; }
.confirm_dhl table:hover, .confirm_dhl table:hover td {
	background-color: #31E2E2;
}
.confirm_dhl table.active, .confirm_dhl table.active td {
	background-color: #31E2E2;
}
.inlineBlock {
	display: inline-block;
}

select#mass_sms {
	width: auto;
}
#backbone_view {
	position: fixed;
	background-color:#fff;
	top: 2%;
	left: 2%;
	right: 2%;
	bottom: 2%;
	z-index: 100;
	border: 1px solid #000;
	display: none;
	overflow: auto;
}
a.button-box {
	width:20%;
	display:inline;
	float:left;
	color:#fff;
	border:1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align:center;
	padding:6px;
	border-radius: 4px;
	cursor: pointer;

}

a.button-box.normal {
	background-color:#5dcc09;
	cursor: pointer;
}
a.button-box.violet {
	background-color: #6925D6;
	cursor: pointer;
}
.button.bigger {
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

