html, body {
	background: #163933;
	color: #FFF;
	min-height: 100%;
	font: 15px Scada, Arial, sans-serif;
}

.site_closed {
	background: #FDF2CC;
	text-align: center;
	padding: 25px;
}

.cbody {
	width: 100%;
	max-width: 1300px;
	padding: 0;
	margin: 0 auto;
}

#behwrapheader {
	background: #222222;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 25px;
	padding: 5px 0 0 0;
}

#wrapheader {
	margin-top: 29px;
}

.tablemenu {
	width: 100%;
	border-spacing: 0px;
}

.tablemenu td.vert {
	width: 270px;
	vertical-align: top;
	background: #011A14;
}

.tablemenu td.horiz {
	vertical-align: top;
}

.site_logo {
	text-align: center;
	margin: 20px 0;
}

.site_srch {
	text-align: left;
	margin: 20px 0 5px 0;
	background: #2DCF96;
	color: #FFF;
	padding: 3px 10px 7px 10px;
	clear: both;
	height: 20px;
	cursor: text;
}

.site_srch input {
	width: 95%;
	background: none;
	border: none;
	outline: none;
	color: #FFF;
}

.srch_props {
	margin: 4px;
	overflow-x: hidden;
	position: relative;
}

.site_srch .fright {
	cursor: pointer;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.behwrapheader2 {
	position: relative;
}

.loginbox {
	display: none;
	text-align: left;
	position: absolute;
	top: 2px;
	left: 0px;
}

.hor_menu, .ver_menu {
	background: #011A14;
	width: 100%;
}

.hor_menu a, .ver_menu a {
	display: block;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}

.hor_menu div, .ver_menu div {
	display: inline-block;
	color: #FFF;
	padding: 0px;
	font-weight: bold;
	margin-bottom: 1px;
	position: relative;
}

.ver_menu div {
	display: block;
	margin-bottom: 0px;
}

.hor_menu div:hover, .ver_menu div:hover {
	background: #034B3A;
}

.hor_menu div div.sublink, .ver_menu div div.sublink {
	display: none;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 10;
	background: #011A14;
	white-space: nowrap;
}

.ver_menu div div.sublink {
	top: 0;
	left: 100%;
	margin-left: -1px;
}

.hor_menu div:hover div.sublink, .ver_menu div:hover div.sublink {
	display: block;
}

.ver_menu b, .news_left b, .contact_left b {
	display: block;
	padding: 10px;
	font-size: 1.2em;
	margin-top: 25px;
}

.cont_body {
	padding: 20px;
}

.cont_body h1 {
	display: block;
	font-size: 1.2em;
	margin: 0;
}

#wrapfooter {
	background: #011A14;
}

.cont_footer {
	padding: 25px 20px;
}

.foot_menu_block a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
}

.foot_menu_block b {
	display: block;
	padding: 0 0 20px 0;
}

.foot_menu_block a:hover {
	color: #6ADF92;
}

.footer_text {
	padding: 0 25px 25px 25px;
}

.cont_items {
	display: inline-block;
	margin: 5px 10px 10px 0px;
	position: relative;
	text-decoration: none;
	color: #FFF;
	width: 230px;
	height: 230px;
}

.cont_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 230px;
	height: 230px;
	z-index: 2;
	overflow: hidden;
}

.cont_img img {
	width: 100%;
	transition: width 200ms ease-in-out;
}

.cont_txt {
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	margin: 0 0 15px 15px;
	display: block;
	padding: 10px;
	color: #FFF;
	background: #163933;
	opacity: 0.8;
	/*white-space: nowrap;*/
	transition: margin 200ms ease-in-out;
}

.cont_item:hover .cont_img img {
	width: 110%;
}

.cont_item:hover .cont_txt {
	margin: 0;
}

.edit_block {
	float: left;
	font-size: 1.4em;
	cursor: pointer;
	padding: 0 4px;
}

.edit_block_left {
	font-size: 1.4em;
	cursor: pointer;
	text-weight: normal;
}

.edit_block:hover, .edit_block_left:hover {
	color: #6ADF92;
}

.popup_window_bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	cursor: zoom-out;
	z-index: 19;
}

.popup_window_edit {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	margin-top: -275px;
	z-index: 20;
	padding: 15px 5px;
	background: #D3EDDE;
	border: 1px solid #225337;
	max-height: 70%;
	overflow-y: auto;
}

.popup_window_img {
	position: fixed;
	top: 1%;
	left: 50%;
	margin-left: -25%;
	z-index: 20;
	max-height: 99%;
	max-width: 99%;
	cursor: zoom-out;
}

.left_cont {
	padding: 0 20px;
}

.button1, .button2, .button3 {
	font-size: 1.1em;
	padding: 4px 10px;
	color: #FFF;
	background: #009531;
	border: none;
	margin: 2px;
	cursor: pointer;
}

.button2 {
	background: #950004;
}

.button3 {
	background: #008442;
}

.button1:hover, .button2:hover {
	opacity: 0.8;
}

.ablock {
	color: red;
	padding: 20px;
	margin: 5px;
	border: 1px solid red;
}

.news_block {
	position: relative;
	text-overflow: ellipsis;
	display: block;
	text-decoration: none;
}

.news_block:hover {
	opacity: 0.9;
}

.news_block img {
	max-width: 230px;
	max-height: 350px;
}

.newslist_cont img {
	max-width: 350px;
	max-height: 350px;
}

.newslist_cont {
	color: #000;
}

.recent_news_date {
	position: absolute;
	top: 25px;
	right: 0;
	background: #011A14;
	padding: 3px 5px;
}

.rec_new_link:hover {
	color: #008000;
}

label {
	cursor: pointer;
}

.menu_edit {
	display: inline-block;
	border: 1px dashed #000;
	padding: 5px;
	margin: 3px;
}

.popup_window_edit, .menu_edit {
	vertical-align: top;
	color: #000;
}

.submenus_edit {
	padding: 5px;
	margin: 3px;
}

.menu_edit_sub {
	border: 1px dotted #000;
	padding: 2px;
	margin: 2px;
}

.add_menu {
	cursor: pointer;
	font-size: 1.4em;
	border: 1px solid #000;
	padding: 0px 5px;
}

.add_menu:hover {
	opacity: 0.6;
}

.menu_edit_sub:hover {
	background: #B3DFC6;
}

.remove_block {
	float: right;
	color: #D20B0B;
	cursor: pointer;
}

.menu_hidden_id {
	display: none;
}

.selected_green {
	text-weight: bold;
	color: green;
	border-color: green;
}

.popup_window_edit li {
	list-style-type: none;
}

.cursor_sort {
	cursor: all-scroll;
}

input, select {
	font-size: 1.1em;
	padding: 3px;
	border: 1px solid #C0C0C0;
	background: #FFF;
	margin: 1px;
	color: #282828;
}

.cont_body .cont_news {
	display: block;
	width: 325px;
	max-height: 550px;
	text-overflow: ellipsis;
	padding: 15px 5px;
	margin: 2px;
	background: #FFF;
	position: relative;
	transition: opacity 120ms ease-in-out;
	float: left;
}

.cont_body .cont_news:hover {
	opacity: 0.95;
}

.newslist_title {
	background: #04644D;
	display: block;
	padding: 4px;
	font-size: 1.4em;
	position: absolute;
	left: 0;
	top: 0;
	color: #FFF;
	transition: font-size 120ms ease-in-out;
}

.newslist_time {
	background: #04644D;
	display: block;
	padding: 4px;
	font-size: 1.1em;
	position: absolute;
	right: 0;
	bottom: 0px;
	color: #FFF;
	transition: font-size 120ms ease-in-out;
}

.cont_body .cont_news:hover .newslist_title {
	font-size: 1.8em;
}

.cont_body .cont_news:hover .newslist_time {
	font-size: 1.3em;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {

}

.popup_window_edit .iblock {
	display: block;
	margin: 5px;
}

.prev_imgs {
	display: inline-block;
	margin: 2px;
	position: relative;
}

.preloadtext {
	position: absolute;
	bottom: 1px;
	color: #DD6C22;
}

.prev_imgs img {
	max-width: 150px;
	max-height: 150px;
}

.add_cat_but {
	display: inline-block;
	padding: 2px 2px 0 2px;
}

.cats4sort {
	padding: 5px 10px;
	font-size: 1.15em;
	margin: 2px;
	border: 1px solid #345C3C;
	color: #000;
	cursor: all-scroll;
	display: block;
	list-style-type: none;
}

.cat_img_body {
	float: right;
}

.cat_img_body img {
	max-width: 250px;
	max-height: 250px;
}

h1 {
	color: #94FE34;
}

.multicats {
	font-size: 1.2em;
}

.itemtable .item_order {
	background: #FFF;
	width: 30%;
	vertical-align: top;
	text-align: center;
	color: #000;
	padding: 15px;
}

.itemtable .item_order .item_count {
	width: 50px;
}

.itemtable .item_order h1 {
	color: #116400;
	font-size: 1.8em;
	margin-top: 15px;
}

.item_allownace {
	margin-top: 15px;
}

.item_fast_order {
	margin: 15px 0;
}

.item_fast_order a {
	color: green;
	text-decoration: underline;
}

.item_fast_order a:hover {
	color: #000;
}

.big_item_list .item_fast_order a:hover {
	color: red;
}

.big_item_list .item_fast_order a {
	font-size: 1.1em;
}

.itemtable .item_imgs {
	width: 50%;
	vertical-align: top;
}

.s_art {
	font-size: 0.8em;
	color: #8A8A8A;
}

.item2cart {
	font-size: 1.5em;
	margin-top: 25px;
}

.item_cost {
	font-size: 2em;
	font-weight: bold;
	margin-top: 25px;
}

.item_descs {
	background: #FFF;
	color: #000;
	padding: 15px;
}

.item_tabs {
	margin-top: 40px;
}

.item_tab {
	margin-top: 40px;
	color: #FFF;
	padding: 15px;
}

.item_tabs div:hover {
	text-decoration: underline;
}

.item_tab_active {
	background: #FFF;
	color: #000;
	text-decoration: none !important;
}

.item_tab_but {
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

.itemincart {
	text-align: center;
	font-size: 1.5em;
}

.itemincart input.item_count {
	width: 75px;
}

.edit_item_but {
	float: right;
	cursor: pointer;
	margin: 5px;
	font-size: 2em;
}

.edit_item_but:hover {
	color: #00A800;
}

/* Scroll */
::-webkit-scrollbar {
  width: 8px;
  background: #FFF;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
  background: #FFF;
}

::-webkit-scrollbar-thumb {
  border: 4px solid #15682A;
}

::-webkit-scrollbar-thumb:hover {
  border-color: #73C089;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:active {
   border-color: #222222;
}

.item_imgs .big_image img {
	max-width: 100%;
	max-height: 800px;
	cursor: pointer;
}

.item_imgs {
	background: #FFF;
	text-align: center;
	padding: 15px;
}

.imgs_list {
	max-width: 450px;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: left;
	margin-top: 3px;
	white-space: nowrap;
}

.imgs_list img {
	max-height: 80px;
	max-width: 80px;
	cursor: pointer;
}

.imgs_list img:hover, .item_imgs .big_image img:hover {
	opacity: 0.8;
}

.item_cost s {
	display: block;
	color: #9A9A9A;
	font-size: 0.8em;
}

.big_image {
	position: relative;
}

.item_disc_pl {
	position: absolute;
	left: 0;
	top: 30px;
	background: #04644D;
	padding: 10px 15px;
	transition: opacity 200ms ease-in-out;
}

.big_image:hover .item_disc_pl {
	opacity: 0;
}

.bread {
	margin: 10px 20px 0px 20px;
	background: #011A14;
	color: #6AD8A6;
	padding: 10px 5px;
}

.bread a {
	color: #FFF;
}

.bread a:hover {
	color: #6AD8A6;
}

.item_in_list {
	display: inline-block;
	position: relative;
	vartical-align: middle;
	text-align: center;
	background: #FFF;
	margin: 5px 5px 5px 0;
	padding: 15px;
	color: #000;
}

.item_in_list img {
	max-width: 200px;
	max-height: 200px;
	display: block;
	margin-bottom: 5px;
}

.item_in_list .item_disc_pl {
	color: #FFF;
	padding: 5px;
	transition: opacity 100ms ease-in-out;
}

.item_in_list .item_disc_pl s {
	opacity: 0.8;
}

.item_in_list:hover .item_disc_pl {
	opacity: 0.4;
}

.big_item_list .item_in_list img {
	max-width: 290px;
	max-height: 290px;
	display: block;
	margin-bottom: 25px;
}

.big_item_list .item_in_list {
	width: 300px;
	text-align: center;
}

.big_item_list, .big_item_list a {
	color: #000;
}

.big_item_list .item_in_list table {
	margin-top: 20px;
}

.big_item_list .item_in_list .art_no {
	color: #9A9A9A;
	font-size: 0.9em;
}

.big_item_list .item_in_list .cost_big {
	font-size: 1.4em;
}

.big_item_list .item_in_list s {
	color: #9A9A9A;
}

.big_item_list .item_in_list:hover {
	background: #DAEDD8;
}

h3 {
	color: #FFF;
}

.recent_page {
	display: inline-block;
	width: 48%;
	background: #FFF;
	text-align: center;
	position: relative;
}

.recent_page img {
	max-height: 250px;
	max-width: 300px;
}

.recent_page_text {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	padding: 5px;
	color: #FFF;
	opacity: 0.9;
	text-align: left;
}

.recent_page:hover .recent_page_text {
	display: block;
}

.props_table td {
	width: 50%;
	padding: 4px;
	border-bottom: 1px solid #C9C9C9;
}

.props_table td.row1 {
	border-right: 1px solid #C9C9C9;
}

.props_table th {
	font-size: 1.1em;
	padding: 5px;
}

.props_table tr:hover td {
	background: #C2D8BA;
}

.edit_props li {
	border: 1px solid #000;
	padding: 4px;
	cursor: all-scroll;
	margin-bottom: 2px;
}

.smloreus {
	display: none;
}

.is_cart .smloreus {
	display: block !important;
	background: #D3EDDE;
	padding: 20px;
	color: #000;
}

.rfrm {
	font-size: 1.5em;
	text-align: center;
}

.rfrm div {
	margin: 10px;
	font-size: 1.5em;
}

.phone_inp, .enter_code input {
	background: transparent;
	border: none;
	width: 220px;

}

.phone_inp:focus {
	outline: none;
}

.errnotice {
	color: red;
	font-size: 0.7em !important;
}

.add_item_review textarea {
	width: 98%;
	height: 150px;
}

.pers_data {
	display: none;
}

.rate_stars {
	color: #F2800D;
	font-size: 1.1em;
}

.itm_rate_grad {
	position: relative;
	font-size: 1.4em;
	color: #FDB802;
	float: left;
	cursor: pointer;
}

.itm_rate_grad .full_stars {
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
}

.cont_body a {
	color: green;
}

.review_item {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.review_item textarea {
	width: 80%;
	height: 40px;
}

.review_answ {
	margin-left: 20px;
	border-bottom: 1px solid #7F7F7F;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.del_rev {
	display: block;
	float: right;
	color: red !important;
}

.item_reviews_bg {
	background: #FFF;
	color: #000;
	padding: 5px;
	margin: 10px 0;
}

.unread_rev {
	border-left: 10px solid #D6141A;
	padding-left: 5px;
}

a.item_reviews_bg {
	color: #000;
	width: 48%;
	display: inline-block;
}

.upload_file_doc {
	text-align: center;
	display: inline-block;
}

.item_file_block {
	text-align: center;
	display: inline-block;
	margin: 5px;
	padding: 2px;
}

.item_file_block a {
	display: block;
	text-align: center;
}

.item_file_block a:hover {
	color: #CA0D3D;
}

.cont_body a.recent_page {
	color: #FFF;
}

.srch_prop {
	display: block;
	margin: 1px;
	padding: 2px;
	background: #034B3A;
	color: #FFF;
	position: relative;
	max-height: 180px;
	overflow-y: auto;
}

.srch_prop b {
	display: block;
	margin: 5px;
}

.srch_prop label {
	display: block;
	color: #FFF;;
}

.srch_prop label:hover {
	color: #62DC47;
}

.srch_but {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	background: #FD5200;
	color: #FFF;
	cursor: pointer;
}

.srch_but:hover {
	background: #006A00;
}

.nothing_err {
	background: #FFF;
	color: red;
	font-size: 2em;
	text-align: center;
	padding: 100px 10px;
}

.cookies_agree {
	position: fixed;
	bottom: 0;
	font-size: 1.2em;
	left: 50%;
	margin-left: -240px;
	text-align: center;
	padding: 10px 20px;
	color #FFF;
	background: #034B3A;
	border: 1px solid #FFF;
	border-bottom: none;
	z-index: 20;
}

.cart_table {
	margin-top: 15px;
	font-size: 1.1em;
	background: #DDDDDD;
}

.cart_table th, .cart_table td {
	padding: 4px;
	color: #000;
	text-align: center;
	background: #FFF;
}

.cart_table th {
	padding: 10px;
}

.cart_table s {
	display: block;
	color: #959595;
}

.cart_table tr:hover td {
	background: #D6E9D1;
}

.cart_table td a {
	color: #DE0106;
}

.message_table {
	color: #000;
	text-align: center;
	background: #FFF;
	font-size: 1.1em;
	margin: 15px auto;
	width: 80%;
	padding: 20px;
}

.deliveryes, .payments {
	background: #FFF;
	font-size: 1.1em;
	padding: 20px;
	color: #000;
	display: none;
}

.steps label {
	display: block;
	background: #FFF;
	font-size: 1.1em;
	margin-top: 5px;
	color: #000;
	padding: 25px;
}

.steps label:hover {
	background: #D6E9D1;
}

.not_allowed_pays {
	display: none;
}

.deliveryes label {
	padding: 5px 25px;
}

.item_in_cart img {
	max-width: 70px;
	max-height: 70px;
}

.order_info {
	padding: 10px;
	margin: 10px 0;
	background: #FFF;
	color: #000;
}

a.button2 {
	color: #FFF;
}

.acp_order_inf a {
	color: #004000;
}

.cart_table {
	margin-top: 10px;
	font-size: 1.1em;
	background: #DDDDDD;
}

.acp_order_inf td {
	padding: 4px;
}

.acp_order_inf tr:hover td {
	background: #C2D8BA;
}

/* Mobile */
@media only screen and (max-width: 551px), only screen and (max-device-width: 551px) {

.site_logo {
	margin: 0;
}

.site_logo img {
	max-width: 50px;
	max-height: 27px;
}




}