html, body {
	background-color: #fefefe;
	font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #333;
	font-size: 14px;
	padding:0px;
	margin: 0px;
}
body {
	padding-top: 50px;
}
a:link, a:active, a:visited, a:hover {
	color: #00914a;
	text-decoration: none;
}
a:hover {
	color: #1e4f7e;
}
a.color_grey, .color_grey {
	color: #666;
}
h1 {
	font-weight: normal; 
	text-transform: uppercase;
	text-shadow: 0px 3px 3px #bbb;
}
form, p, div { 
	padding: 0px; 
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type=text], input[type=password], input[type=submit], input[type=button], select, textarea {
	border: 1px solid #ccc;
	padding: 5px;
	font-family: Tahoma, Helvetica, sans-serif; 
	color: #666; 
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px 0px;
}
input[type=text], input[type=password], select, textarea {
	width: 100%;
}
input[type=text], input[type=password], textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.frm_100 input[type=text], .frm_100 input[type=password], .frm_100 textarea, .frm_100 input[type=submit] {
	width: 100%;
}
input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus, textarea:hover, textarea:focus   {
	background-color: #f4e8e8;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.50);
}
input[type=submit], a.btn_all {
	display: inline-block;
	background-color: #00914a;
	color: #fff;
	border: 1px solid #00914a;
	padding: 5px 10px;
	margin: 5px 0px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input[type=submit].btn_grey, a.btn_grey {
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #222;
}
.mess {
	background-color: #fdf0dc;
	color: #ce572e;
	padding: 5px;
	border: 1px solid #f1dfc5;
}
.ok {
	background-color: #e2ffe0;
	color: #6ca628;
	padding: 10px;
	border: 1px solid #bbffb0;
}
#home_log {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c0d0e0;
	margin-top: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}
#home_log .tit {
	text-align: center;
	font-weight: bold; 
	color: #00914a;
	font-size: 20px;
	background-color: #e6e6e6;
	padding: 0px 5px;
	margin: -10px -10px 10px -10px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#home_log .tit img {
	width: 50%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#home_log .ftr {
	font-size: 12px;
	text-align: center;
	background-color: #f0f0f0;
	padding: 5px;
	margin: 10px -10px -10px -10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	background-color: #bdbdbd;
}
#popup_message, #spopup_message {
	left: 0%;
	top: 0%;
	margin: 0px;
	overflow-x: auto ;
	overflow-y: auto ;
	overflow: auto;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9;
	display: none;
	background: url('../../img/honey.png') center center repeat;
}
#popup_message {
	top: -100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;    
	-moz-transition: all 0.3s ease-in-out;    
	transition: all 0.3s ease-in-out;
}
#popup_message.stick {
	top: 0%;
}
#popup_in, #spopup_in {	
	width: 60%;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	position: relative;	
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#header {
	background-color: #e6e6e6;
	color: #222;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	display: none;
}
#menu a:hover {
	color: #fff;
}
#logo {
	vertical-align: top;
	padding: 5px 10px;
	height: 40px;
}
#usr_bar {
	float: right;
	position: relative;
}
#usr_bar img {
	width: 35px;
	vertical-align: middle;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
#usr_bar span {
	display: inline-block;
	padding: 15px 10px 15px 5px;
}
#usr_bar ul {
	display: none;
	width: 140px;
	background-color: #e6e6e6;
	position: absolute;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	right: 0px;
}
#usr_bar ul li {
	display: block;
}
#usr_bar ul li a {
	display: block;
	text-align: right;
	padding: 3px 10px;
	color: #222;
}
#usr_bar ul li a:hover {
	background-color: #ccc;
	color: #222;
}
#usr_bar:hover ul {
	display: block;
}
#menu, #menu  ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu {
	margin-left: 20px;
}
#menu li {
	display: inline-block;
	position: relative;
}
#menu li ul {
	position: absolute;
	background-color: #393637;
	min-width: 150px;
	display: none;
}
#menu li:hover ul {
	display: block;
}
#menu li ul li {
	display: block;
}
#menu a {
	color: #222;
	display: block;
	padding: 15px 10px;
	white-space: nowrap;
}
#menu a.a_ch, #menu a:hover {
	background-color: #00914a;
	color: #fff;
}
#menu li ul li a {
	padding: 5px 10px;
}
#menu li ul li a:hover {
	background-color: #514f50;
	color: #fff;
}
#main {
	padding: 10px;
}
#menu_snd {
	background-color: #f5f5f5;
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}
#menu_snd ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu_snd ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu_snd ul li a {
	padding: 5px 5px;
}
#menu_snd a.a_ch, #menu_snd a:hover {
	color: #1e4f7e;
}
.tbl {
	width: 100%;
	margin-top: 1px;
}
.tbl td {
	padding: 5px;
	background: #fff;
	border-bottom: 1px solid #8a8a8a;
}
.tbl tr:hover td {
	background-color: #f9f9f9;
}
.tbl th {
	background-color: #ccc;
	font-weight: normal;
	padding: 10px;
}
.tbl tfoot tr td, .tbl tfoot tr:hover td {
	background-color: #f9f9f9;
}
.tbl .tr_grey td {
	background-color: #f3f3f3;
}
.tr_new {
	font-weight: bold; 
}
.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#ccc;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #ccc;
    color: white;
    width: 14%;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
	width: auto;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
    border: 1px solid #ccc;
    text-align: center;
}
.dateChooser table {
    width: 100%;
}
/* http://www.hedgerwow.com/360/bugs/css-select-free.html */
.select-free {
	 width: 220px;
	 font-size: 10px;
}
.select-free iframe {
	 position:absolute;
	 top:0;
	 left:0;
	 z-index:-1;
	 width: 100%;
}
.far {
	display: inline-block;
	width: 15px;
	height: 15px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.far_red {
	background-color: #dc0000;
}
.far_green {
	background-color: #25b604;
}
.far_blue {
	background-color: #00a7dc;
}
.far_grey {
	background-color: #8c8c8c;
}
.far_orange {
	background-color: #fa9901;
}
.far_yellow {
	background-color: #faf101;
}
.div_border {
    border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#clock_bar {
	display: inline-block;
	margin-right: 10px;
}
.label {
	color: #1e4f7e;
	font-weight: bold;
}
.label_2 {
	color: #dc0000;
	font-weight: bold;
}
.label_3 {
	color: #dc0000;
	background-color: #f9f9f9;
	font-weight: bold;
}

.error {
	color: #dc0000;
}
#home_header, #home_main {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#home_header {
	border-bottom: 2px solid #d3302f;
	padding: 10px;
	margin-bottom: 10px;
	min-height: 40px;
}
#home_header .links {
	float: right;
	font-size: 12px;
	text-align: right;
	padding-top: 5px;
}
#home_main {
	text-align: center;
	position: relative;
	min-height: 100px;
}
#home_main img {
	width: 100%;
	margin-top: 25px;
}
#home_main .fst {
	font-size: 25px;
	color: #17375e;
	display: block;
	margin-bottom: 10px;
	font-weight: bold; 
}
#home_main .snd {
	font-size: 18px;
	color: #f80404;
	font-weight: bold; 
}
#home_main #form_login {
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
}
#home_main #home_log {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.75);
}
#home_main #btn_log {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
}
.alert_message {
	position: relative;
	align: center;
	font-size: 20px;
	color: #dc0000;
	font-weight: bold;
	padding-bottom: 20px;
}
a.a_ent {
	text-decoration: underline;
	color: #dc0000;
}
#popup_text {
	width: 300px;
	height: 100px;
}
#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #222;
	border: 2px dashed #222;
	border-radius: 7px;
	cursor: default;
}
#filedrag.hover
{
	color: #b20f0c;
	border-color: #b20f0c;
	border-style: solid;
}
#progress p
{
	display: block;
	width: 100%;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee url('../../img/progress.png') 100% 0 repeat-y;
}

#progress p.success
{
	background: #23a12c none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}

div.plm {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	position: relative;
	width: 100px;
}
div.plm .del {
	background-color: #000;
	padding: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
div.plm:hover .del {
	display: block;
}
div.plm .left_top, div.plm .right_top {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDk2Ny41IDk2Ny41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NjcuNSA5NjcuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNGRkZGRkYiDQoJPg0KPGc+DQoJPHBhdGggZD0iTTg0Ny40MTMsOTY3LjVjMzAuNywwLDYxLjM5OS0xMS42OTksODQuODk5LTM1LjFjNDYuOS00Ni45LDQ2LjktMTIyLjgwMSwwLTE2OS43MDFMNDA5LjcxMiwyNDBoMjMwLjcNCgkJYzY2LjMsMCwxMjAtNTMuNywxMjAtMTIwYzAtNjYuMy01My43LTEyMC0xMjAtMTIwaC01MjAuNGMtMC4xLDAtMC4yLDAtMC4yLDBjLTE5LjgsMC0zOS41LDUtNTYuOSwxNC40YzAsMC0wLjEsMC0wLjEsMC4xDQoJCWMtMjEuNiwxMS44LTM5LjMsMzAuMi01MC4zLDUyLjFjLTguMywxNi41LTEyLjUsMzUtMTIuNSw1My40djUyMC40YzAsNjYuMjk5LDUzLjcsMTIwLDEyMCwxMjBjNjYuMywwLDEyMC01My43MDEsMTIwLTEyMFY0MDkuNw0KCQlsNTIyLjYwMSw1MjIuNjAxQzc4Ni4wMTIsOTU1LjgwMSw4MTYuNzEyLDk2Ny41LDg0Ny40MTMsOTY3LjV6Ii8+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;
	position: absolute;
	left: 5px;
	bottom: 5px;
	display: none;
}
div.plm .right_top {
	background: #000 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEwcHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDk2Ny41IDk2Ny41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5NjcuNSA5NjcuNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIGZpbGw9IiNGRkZGRkYiDQoJPg0KPGc+DQoJPHBhdGggZD0iTTEyMC4xLDk2Ny41Yy0zMC43LDAtNjEuNC0xMS42OTktODQuOS0zNS4xYy00Ni44LTQ2LjktNDYuOC0xMjIuOSwwLTE2OS44MDFMNTU3LjgwMSwyNDBIMzI3LjFjLTY2LjMsMC0xMjAtNTMuNy0xMjAtMTIwDQoJCWMwLTY2LjMsNTMuNy0xMjAsMTIwLTEyMGg1MjAuNDAxYzAuMSwwLDAuMiwwLDAuMiwwYzE5LjgsMCwzOS41LDUsNTYuODk5LDE0LjRjMCwwLDAuMTAxLDAsMC4xMDEsMC4xDQoJCWMyMS42LDExLjgsMzkuMTk5LDMwLjEsNTAuMTk5LDUyLjFjOC4zMDEsMTYuNSwxMi41LDM1LDEyLjUsNTMuNHY1MjAuNGMwLDY2LjI5OS01My42OTksMTIwLTEyMCwxMjBjLTY2LjMsMC0xMjAtNTMuNzAxLTEyMC0xMjANCgkJVjQwOS43TDIwNC45LDkzMi4zMDFDMTgxLjUsOTU1LjgwMSwxNTAuOCw5NjcuNSwxMjAuMSw5NjcuNXoiLz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat center center;
	left: auto;
	right: 5px;
}
div.plm:hover .left_top, div.plm:hover .right_top {
	display: block;
}
.input_div {
	display: inline-block;
	width: 49%;
	!border: 1px solid #f00;
}
.tbl_old {
	background-color:#CCCCCC;
}
.tbl_old tr {
	background-color:#ffffff;
}
.tbl_old tr td {
	padding: 5px;
}
.tbl_old tr.tr_bar td, .tbl_old tr.ords_bar td {
	background-color: #f7f7f7;
	font-weight: bold;
	color: #222; 
	padding-top: 12px;
	padding-bottom: 12px;
}
.tbl_old tr.color_white td {
	background-color: #fff;
}
.tbl_old tr.tr_1{
	background-color: #f4f4f4;
}
.tbl_old tr:hover td{
	background-color: #fafafa;
}
.tbl_old th {
	background-color: #ccc;
	font-weight: normal;
	padding: 10px;
}
.div_pics {
	height: 300px;
	overflow: auto;
}
.div_pics .ptm {
	display: inline-block;
	vertical-align: top;
	margin: 10px;
	border: 1px solid #fff;
}
.div_pics .ptm .lbls {
	position: relative;
}
.div_pics .ptm .lbl {
	width: 70px;
	overflow: hidden;
}
.div_pics .ptm span {
	position: absolute;
	background-color: #222;
	color: #fff;
	padding: 3px;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 5;
}
.div_pics .ptm:hover span {
	display: block;
}
.div_pics .bb {
	border: 1px solid #f00;
}
.th_dtl {
	width: 70px;
	text-align: right;
	white-space: nowrap;
}
.th_dtl a {
	margin: 0px 5px;
}
.tbls {
	display: table;
	width: 100%;
}
.tbls .tr {
	display: table-row;
}
.tbls .td {
	display: table-cell;
}
.ptms {
	text-align: center;
	margin-top: 20px;
}
.ptms .itm {
	display: inline-block;
	width: 220px;
	padding: 10px;
	vertical-align: top;
	margin: 1%;
	text-align: left;
}
.ptms .itm img {
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 10px;
}
.ptms .itm .tit {
	color: #00914a;
	text-transform: uppercase;
	font-weight: 600;
}
.ptms .itm .note {
	font-size: 0.9em;
	font-style: italic;
}
.ptms .itm select {
	width: auto;
}
.ptms .itm .price {
	text-align: right;
	font-size: 1.5em;
	font-weight: 600;
	color: #00914a;
}
#basket {
	float: right;
	font-weight: 600;
	font-size: 2em;
	padding: 10px 20px;
}
.list {
	padding: 10px;
	margin-top: 10px;
	
}
.list a {
	border: 1px solid #ccc;
	padding: 2px 5px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list a:hover {
	background-color: #FFFFC8;
}
.list a.a_check {
	background-color: #f4f4f4;
}
.print_no {
	display: none!important;
}