html, body {
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#3b2600;
	font-family: Arial, Tahoma, Verdana, Trebuchet MS, Sans-Serif;
	font-size: 13px;
	line-height:18px;
	text-align: left;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
html {
	background:url(../images/bg.png);
}
body {
	background: url(../images/header_bg.jpg) repeat-x top center;
	min-height: 100%;
	height: auto !important;
	position: relative;
}



::selection {
    background-color: rgba(60, 39, 1, 0.8);
    color: #fff;
	text-shadow: none;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background-color: rgba(60, 39, 1, 0.16);
    -webkit-box-shadow: inset 0 0 6px rgba(60, 39, 1, 0.3);
}
::-webkit-scrollbar-thumb {
    background-color: rgba(60, 39, 1, 0.6);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(60, 39, 1, 0.8);
}

#popup ::-webkit-scrollbar-track,
#popup ::-webkit-scrollbar-thumb {
    border-radius: 5px;
}



/* НАСТРОЙКА */
	table    	{border: 0; /*border-collapse:collapse;*/}
	img 	    	{border:0 none;}
	a		{outline: none;}

	h1 {	font-size: 200%;} /* 1em = 10px */
	h2 {	font-size: 170%;} /* 1em = 10px */
	h3 {	font-size: 140%;} /* 1em = 10px */
	h4 {	font-size: 120%;} /* 1em = 10px */
	h5 {	font-size: 90%;} /* 1em = 10px */
	h6 {	font-size: 70%;} /* 1em = 10px */
	pt { width: 0,5px;}

/* ССЫЛКИ */
	a:link,
	a:visited,
	a:active {text-decoration: underline; color: #834802;}
	a:hover {text-decoration: none;	color: #5d3900;}

/* НАВИГАЦИЯ */
.navigation {
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0 10px;
	margin-bottom:15px;
	font-style: normal;
  text-align: left;
	background: url(../images/border.png) repeat-x bottom left;
}
	.navigation a:link,
	.navigation a:visited,
	.navigation a:active {
		font-size: 12px;
		text-decoration: underline;
		font-weight: normal;
		font-style: normal;
	}
	.navigation a:hover {
		font-size: 12px;
		text-decoration: none;
		font-weight: normal;
		font-style: normal;
	}
/* ССЫЛКА В ШАПКЕ */
.home_box {
	height: 65px;
	left: 23px;
	position: relative;
	top: 53px;
	width: 336px;
}
	.home_box a {
		display: block;
		height: 65px;
		width: 336px;
	}

/*--------- основной каркас ---------*/
#sea {
	width:100%;
	background: url(../images/header.jpg) no-repeat top center;
}
#wraper {
	width:960px;
	margin:0 auto;
}
/*--------- шапка ---------*/
	#header {
		height: 187px;
		position:relative;
	}
		#logo 	{
			position:absolute;
			top:29px;
			left:27px;
			width:135px;
			height:135px;
		}
#content  {
	overflow: hidden;
	padding-bottom: 170px;
}
	#left_col {
		float: left;
		width: 183px;
		background:url(../images/menu_bg.png) repeat-x;
		border-radius: 6px 0 0 0;
		border-top: 1px solid #FFF;
                min-height: 200px;
	}
        #scrollBlock
          {
                float: left;
                width: 183px;
          }
	#home #right_col {
		width:163px;
		background:url(../images/menu_bg.png) repeat-x;
		float:right;
		border-radius: 0 6px 0 0;
		border-top: 1px solid #FFF;
		padding-left:20px
	}
	#content_text 	{
		margin-left:183px;
		border-top: 1px solid #FFF;
		background:url(../images/content_bg.png) repeat;
		border-radius: 0 6px 6px 6px;
		padding:10px 20px;
	}
	#home #content_text 	{
		width:574px;
		float:left;
		border-radius: 0 0 6px 6px;
		margin:0;
		padding:10px;
	}

/*--------- левая и правая колонка меню ---------*/
.sidebar {
	padding-bottom: 15px;
}
	.block_name {
		display: block;
		font-size: 18px;
		font-weight:bold;
		text-align: right;
		padding: 0 0 6px 0;
		margin: 10px 0;
	}
	#home .block_name {
		text-align: left;
	}

	/*--------- левая колонка меню ---------*/
	.left_menu {
		display: block;
		font-size: 13px;
		text-align: left;
		padding:0;
	}
		.left_menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
			padding:10px 20px 10px 10px; 
		}
		.left_menu ul ul {
			margin: 0;
			padding: 0;
			list-style: none;
			padding:10px 20px; 
			display:none;
			position:absolute;
			left:153px;
			top:-10px;
			background:url(../images/bg.png);
			border-radius:0 8px 8px 0;
			box-shadow:2px 0 3px #444;
			box-shadow:2px 0 3px rgba(59, 38, 0, 0.23);
			width:250px;
		}
		.left_menu ul li  	{
			position:relative;
		}
		.left_menu ul li a 	{
			text-align: right;
			color: #3b2600;
			font-size: 15px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			padding: 8px 0;
		}
		.left_menu ul li:hover  ul 	{
			display:block;
		}
		.left_menu ul li:hover ul li a 	{
			text-align: left;
			color: #3B2600;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			padding: 5px 0;
		}
		.left_menu ul li a:hover,
		.left_menu ul li ul li a:hover{
			color: #834802;
		}
		.zakaz {
			margin: 0 20px 0 0;
			padding-top: 22px;
			background: url(../images/border.png) repeat-x top left;
			text-align: center;
			padding-bottom: 13px;
		}
		/*--------- левая колонка меню ---------*/
		.gallery img,
		.highslide img{
			padding:3px !important;
			border:1px solid #836707 !important;
			background:#fff !important;
		}
		.contact,
		.pogoda	{
			margin:0 20px 15px 0;
			padding-top:15px;
			background:url(../images/border.png) repeat-x top left;
			text-align:right;
		}
		.contact p {
			margin:0;
			font-size:12px;
			text-align:right;
		}
		#home .contact,
		#home .pogoda	{
			margin:0 0 15px;
			text-align:left;
		}
		#home .contact p {
			margin:0;
			font-size:12px;
			text-align:left;
		}
		
.categoryes {

}
	.categoryes > ul {
		margin:0px;
		padding:0px;	
		list-style: none;
	}
		.categoryes > ul > li {
			padding-left: 65px;
			width: 200px;
			margin: 10px 0px 20px 15px;
			display:-moz-inline-stack;
			display:inline-block;
			_overflow:hidden;
			*zoom:1;
			*display:inline;
			vertical-align: top;
			min-height: 60px;
		}
			.categoryes > ul > li  > a{
				font-size:17px;
				font-weight:bold;
				text-decoration:none;
			}
		.categoryes > ul > li.menu_0 {
			background: url(../images/img_menu_1.png) no-repeat top left;
		}
		.categoryes > ul > li.menu_1 {
			background: url(../images/img_menu_2.png) no-repeat top left;
		}
		.categoryes > ul > li.menu_2 {
			background: url(../images/img_menu_3.png) no-repeat top left;
		}
		.categoryes > ul > li.menu_3 {
			background: url(../images/img_menu_4.png) no-repeat top left;
		}
		.categoryes > ul > li.menu_4 {
			background: url(../images/img_menu_5.png) no-repeat top left;
		}
		.categoryes > ul > li.menu_5 {
			background: url(../images/img_menu_6.png) no-repeat top left;
		}
		.categoryes > ul > li.category {
			background-repeat: no-repeat;
			background-position: top left;
		}
		.categoryes ul ul{
			font-size: 12px;
			padding: 0 0 0 0px;
			margin: 0;
			list-style-type: none;			
		}


#footer  {
	width: 100%;
	position:absolute;
	height:138px;
	bottom:0;
	left:0;	
	background: url(../images/bottom_bg.jpg) repeat-x bottom center;
	  overflow: hidden;
}
#footer_block {
	margin: auto;
	padding: 76px 0 0;
	text-align: left;
	width: 960px;
} 
	/* КОПИРАЙТ */
	.copyright {
		float: left;
		font-size: 13px;
		color: #fff;
	}
	a.sitemap{
		float: left;
		font-size: 13px;
		color: #fff;
		clear: left;
	}
	/* ССЫЛКИ САЙТЭКС */
	.saitex 	{
		float: right;
		padding: 2px 25px 0px 0px;
	}
		.saitex a:link,
		.saitex a:visited,
		.saitex a:active {
			font-weight: normal;
			font-size: 11px;
			text-decoration: none;
			color: #fff;
		}
		.saitex a:hover 	{
			font-weight: normal;
			font-size: 11px;
			text-decoration: none;
			color: #fff;
		}
	



/*--------- спецпредложение ---------*/
a.buy_button,
a.buy_button:link,
a.buy_button:active,
a.buy_button:visited
{
	background:url(../images/see_full.png) no-repeat center top !important;
    height: 21px;
    margin: auto !important;
    width: 105px;
}
a.buy_button:hover
{
	background:url(../images/see_full_hover.png) no-repeat center top !important;
}
.spc_item_name
{
    color: #686868;
    display: block;
    font-size: 12px;
    min-height: 30px;
    padding: 0px 10px 8px 10px;
}
.spec_img
{
	/* background:url(../images/item_shadow.png) no-repeat center bottom !important;
    padding-bottom: 4px;
    width: 161px; */
}
.spec_img img
{
	max-height:200px;
}
.item_price
{
    color: #45829e;
    font-size: 13px;
	font-weight: bold;
	padding: 5px 0px;
}
.price_text
{
    color: #686868;
    font-size: 12px;
	font-weight: normal;
}

#container { width:163px; margin:0px auto 0px; padding:0px; font-size:12px;}
#container h1 { font-size:24px; color:#FFFFFF; font-weight:normal; text-align:center; background:#333333; padding:10px; }
#container p { text-align:justify; padding:5px 10px 5px; margin:0px; }
#container p ol, #container p ul { margin:0px auto 0px; }
#container p.notes { color:#999999; font-size:10px; }


/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	/* width:720px !important; */ 
	margin:10px auto 10px; 
	display:block; 
	position:relative; 
	padding:0;
    top: 0;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:0px; 
	height:0px; 
	bottom:0px; 
	right:0px; 
	/* background:url(../images/arrow_r.png) no-repeat center 62px;  */ 
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:0px; 
	/* background:url(../images/arrow_l.png) no-repeat center 62px; */  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	/* width:650px !important; */ /* set a display width to make the slider look good in case js is disabled */
	/* margin:0px auto 0px; */
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0; 
	font-size:11px; 
	width:163px; 
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; clear:both; display:block; }
#SlideItMoo_items a img{ border:none; }



/*===================== CATALOG STYLE =================*/
.subscats {
	background:url(../images/border.png) repeat-x bottom left;
	margin-bottom:15px;
	padding-bottom:10px;
}
	.cat_items {
		font-size:17px;
		line-height:26px;
	}
.pagination {
	overflow:hidden;
}
.pagination a.mes_nav {
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	background-color: #f6d89f;
	border:1px solid #f6d89f;
	width: 20px;
	text-align: center;
	text-decoration: none;
	border-radius:4px;
	margin-bottom:15px;
}
.pagination a.mes_nav:hover,
.pagination a.mes_nav_s {
	display: block;
	float: left;
	margin: 0px 3px 0px 0px;
	border:1px solid #f6d89f;
	background-color: #f6d89f;
	width: 20px;
	text-align: center;
	text-decoration: none;
	color:#3e2301;
	border-radius:4px;
	margin-bottom:15px;
}
.pagination a.mes_nav_s {
	border:1px solid #3e2301;
	color:#3e2301;
}

#item_block_top {
	/* padding-bottom: 10px; */
}
#item_block_top2 {
	padding-bottom: 15px;
}
#item_block_top2 img {
	padding:3px;
	border:1px solid #836707;
	background:#fff;
	margin:0 0 15px 15px;
}
.img_raznie {
	padding: 0px 20px;
}

.gallery {
	text-align:center;
}
	.gal_img {
		display:-moz-inline-stack;/*Firefox 2*/
		display:inline-block; /*Хорошие браузеры*/
		_overflow:hidden;/*IE6, IE7*/
		*zoom:1;/*включаем hasLayout для IE6, IE7*/
		*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
	}
	.gal_img img {
		width:210px;
		margin:0 8px 20px;
	}


.item_block_name {
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 8px 0px;
	margin: 0 25px;
}
.item_block_img_i_text
{
	display:-moz-inline-stack;/*Firefox 2*/
	display:inline-block; /*Хорошие браузеры*/
	_overflow:hidden;/*IE6, IE7*/
	*zoom:1;/*включаем hasLayout для IE6, IE7*/
	*display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
	width: 100%;
}
.item_block_price
{
    float: left;
    margin-left: 33px;
    padding-top: 6px;
    color: #686868;
    font-size: 12px;
    font-weight: normal;
}
.item_block_price span
{
    color: #45829E;
    font-size: 13px;
    font-weight: bold;
}
.item_block_price3
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #686868;
    font-size: 12px;
    font-weight: normal;
}
.item_block_price3 span
{
    color: #45829E;
    font-size: 13px;
    font-weight: bold;
}
.item_block_price2
{
    color: #686868;
    font-size: 12px;
    font-weight: normal;
	display: block;
   padding-bottom: 7px;
}
.item_block_price2 span
{
    color: #45829E;
    font-size: 13px;
    font-weight: bold;
}
.catalog_it_price
{
	text-align: center;
}
.item_block_view
{
    float: right;
    margin-right: 29px;
    display: block;
}
#item_block_img
{
	float: left;
	background:url(../images/item_shadow.png) no-repeat center bottom !important;
    padding-bottom: 4px;
    padding-top: 10px;
    width: 161px;
    margin-left: 15px;
}
#item_block_text
{
    padding-right: 25px;
	margin-left: 175px;
	display: block;
}
#item_block_text p
{
	margin: 0px;
	padding-top: 7px;
}
.item_top_bar
{
    display: block;
    float: right;
    width: 100%;
}
.art_s_image
{

}
.art_s_image div
{
	background-repeat:no-repeat;
	background-position:50% 50%;
	overflow:hidden;
	height:125px; 
	width:125px;
	margin: auto;
}
.item_buy
{

}
.item_block_view .item_buy
{
	float: right;
}
.item_buy a,
.item_buy a:link,
.item_buy a:active,
.item_buy a:visited
{
	background:url(../images/see_full.png) no-repeat center top !important;
    height: 21px;
    width: 105px;
    display: block;
}
.item_buy a:hover
{
	background:url(../images/see_full_hover.png) no-repeat center top !important;
}


.spec_box_td
		{background-color:rgb(255,255,255);
		background-image:url(../images/spec_box_grad.png);
		background-repeat:repeat-x;
		background-position:left top;
		border:rgb(96,187,214) 1px solid;
		width:160px;
		overflow:hidden;}
.spec_box_link
		{display:block;
		margin:5px 5px 5px 5px;
		text-decoration:none;}
.spec_box_link:hover
		{text-decoration:none;}
.spec_box_img
		{
		background-repeat:no-repeat;
		height:125px;
		background-position:50% 50%;
		}
.spec_line_l
		{width:213px;
		background-image:url(../images/left_blue_line.png);
		background-repeat:repeat-x;
		background-position:right 170px;
		height:180px;}		
.spec_line_c
		{background-image:url(../images/cent_blue_line.png);
		background-repeat:repeat-x;
		background-position:0px 170px;
		height:180px;}		
.spec_line_r
		{width:213px;
		background-image:url(../images/right_blue_line.png);
		background-repeat:repeat-x;
		background-position:left 170px;
		height:180px;}
		
.blue_line
		{overflow:hidden;
		height:4px;
		background-image:url(../images/line_blue_c.png);
		background-repeat:repeat-x;
		background-position:left top;}		
.blue_line span
		{display:block;
		overflow:hidden;
		height:4px;
		background-image:url(../images/line_blue_l.png);
		background-repeat:no-repeat;
		background-position:left top;}
.blue_line span center
		{display:block;
		overflow:hidden;
		height:4px;
		background-image:url(../images/line_blue_r.png);
		background-repeat:no-repeat;
		background-position:right top;}
		
		
.art_img_collect_cell
		{display:block;
		float:left;
		width:125px;
		height:125px;
		background-position:50% 50%;
		background-repeat:no-repeat;
		border:rgb(93,171,211) 2px solid;
		margin:2px 2px 2px 2px;}
.art_img_collect_cell:hover
		{border:rgb(55,77,124) 2px solid;}
		
.left_menu_link
		{display:block;
		border-left:rgb(93,171,211) 3px solid;
		font-size:14px;
		line-height:18px;
		margin:6px 0px 6px 0px;}
.left_menu_link div
		{padding:0px 0px 0px 9px;}
		
.side_bar_capt
		{font-size:16px;
		color:rgb(70,70,70);}
		
		
.del_btn
		{display:block;
		background-image:url(../images/art_del_btnsm.png);
		background-repeat:no-repeat;
		background-position:50% 5px;
		width:20px;
		height:20px;}

.edit_btn
		{display:block;
		background-image:url(../images/edit_sm.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
		width:20px;
		height:20px;}	
		
.ok_btn
		{display:block;
		background-image:url(../images/ok.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
		width:20px;
		height:20px;}
.art_table01
		{background-color:rgb(245,245,245);
		border-left:rgb(230,230,230) 1px solid;
		border-bottom:rgb(230,230,230) 1px solid;}
.art_table01 th
		{padding:3px 3px 3px 3px;
		color:rgb(120,120,120);
		border:rgb(235,235,235) 1px solid;
		border-left:none;
		background-image:url(../images/top_background.jpg);
		background-position:-319px -113px;
		background-repeat:repeat-x;}
.art_table01 td
		{padding:3px 10px 3px 10px;
		border-bottom:rgb(235,235,235) 1px solid;}
		
		
		
.cart_body
		{background-image:url(../images/top_background.jpg);
		background-position:-319px -113px;
		background-repeat:repeat-x;
		border:rgb(222,222,221) 1px solid;
		margin:3px 0px 0px 0px;
		padding:6px 6px 6px 6px;
		text-align: left;
		}

.cart_capt
		{border-bottom:rgb(221,212,176) 1px dashed;
		padding:0px 0px 7px 0px;}
.cart_capt_link
		{text-decoration:none;
		font-family:Verdana;
		color:rgb(96,73,26);
		font-size:12px;
		line-height:13px;
		font-weight:normal;}
.cart_inf
		{font-family:Verdana;
		font-size:11px;
		line-height:14px;}
.cart_inf span
		{font-weight:normal;}
.cart_btns
		{display:block;
		border:#45829E 1px solid;
		color:rgb(31,26,23);
		text-decoration:none;
		text-align:center;
		width:100%;
		font-size:12px;
		font-family:Verdana;
		font-weight:normal;
		line-height:16px;
		padding: 2px 0px 5px 0px;
		}
.cart_btns:hover
		{background-color:#e5e5e5;}
		
.product_minus
		{display:block;
		line-height:17px;
		padding:0px 7px 0px 7px;
		border:rgb(222,222,222) 1px solid;
		background-color:rgb(225,229,255);
		font-size:18px;
		font-weight:normal;
		color:blue;
		text-decoration:none;
		cursor:pointer;}		
.product_plus
		{display:block;
		line-height:17px;
		font-size:18px;
		color:red;
		padding:0px 7px 0px 7px;
		border:rgb(222,222,222) 1px solid;
		background-color:rgb(255,229,225);
		text-decoration:none;
		cursor:pointer;}
		
/* ======== SEARCH FORM ========= */
.search_form
		{border:#45829e 1px solid;
		background-color:rgb(255,255,255);}
		
.search_area
		{background-color:rgb(255,255,255);
		border:none;
		width:100%;
		font-size:14px;}
.search_btn
		{width:39px;
		height:20px;
		overflow:hidden;
		background-image:url(../images/search_btn.png);
		background-repeat:no-repeat;
		background-position:17px top;
		margin:1px 1px 1px 1px;}
.search_btn input	
		{width:100%;
		height:20px;
		opacity:0.0;
		cursor:pointer;
		filter:alpha(opacity=0);}
.blue_btn
		{
		display:block;
		background-repeat:no-repeat;
		background-position:left top;
		border:#45829e 1px solid;
		height:24px;
		overflow:hidden;
		}
.blue_btn a,
.blue_btn a:link,
.blue_btn a:active,
.blue_btn a:visited
		{display:block;
		line-height:23px;
		font-size:14px;
		color:#45829e;
		width:100%;
		text-decoration:none;
		padding:0px 10px 0px 10px;}
.blue_btn a:hover
		{
		color:#45829e;
		text-decoration:none;
		background: #ffffff;
		}
.search_field
		{font-size:15px;
		border:#b8b8b8 1px solid;
		width:100%;
		font-weight:normal;
		font-family:Trebuchet ms;
		color:rgb(55,77,124);
		
		}
.blue_border
		{border:#348fc5 1px solid;}
		
.hr_line {
    display: inline;
	}
	
	
	
	
	
	
	
	
.section {
	width: 178px;
  display: block;
	height: 189px;
  margin-bottom: 20px;
	float: left;
	overflow: hidden;
	margin: 0 4px 20px 0;
}
a.section{
	text-decoration: none;
}
a.section:hover{
	text-decoration: underline;
}
.section:nth-child(4n+3), .section:nth-child(4n+1), .section:nth-child(4n+2){
	margin-right: 7px;
}
.section:nth-child(4n){
	margin-right:0;
}
#galerysections{
	overflow:hidden;
}
	
#galerysections .section img{
	max-width: 168px;
	max-height: 130px;
	display:block;
	margin: 0 auto;
}
.gal_a_wrap{
	border-radius: 4px;
	border: 1px solid #e3c07e;
	overflow: hidden;
	display: block;
}
#galerysections .section>.gal_a_wrap>span, #galerysections .section>.gal_a_wrap>a{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	height: 140px;
	width: 178px;
	background: #fff;
	border: 3px solid #fff;
	  background-size: cover;
  background-position: center center;
}

#galerysections .section_name{
	text-align:center;
	margin: 5px 0 0 0;
	display: block;
}
#galerysections .section_name>span{
	text-decoration:none;
	font-size:16px;
}

.full_galery#galerysections .section{
	height: auto;
	margin-bottom: 7px;
}


.cat_galery_desc{
	margin: 20px 0;
}

.main_img_gal_cat{
	float: left;
	width: 300px;
}

.guest_form{
    overflow: hidden;
    background: url(../images/border.png) repeat-x bottom left;
    padding-bottom: 50px;
    margin-bottom: 40px;
    margin-top: 27px;
}
.guest_left_col{
    width: 362px;
    float: left;
	  text-align: right;
}
.guest_label{
	font-size:14px;
}
.guest_input{
	margin: 0 0 5px 0;
}
.guest_right_col{
    float: right;
    width: 360px;
}
.guest_form input[type='text'], .guest_form textarea{
	font-size:14px;
	border-radius:4px;
	border:1px solid #834802;
	padding: 9px 9px; 
	margin: 0 0 10px 0;
	width: 321px;
	vertical-align: top;
	box-sizing: border-box;
}
.guest_label_desc{
	  font-style: italic;
  color: #850400;
  font-size: 14px;
  margin: 0 0 10px 0;
  clear: both;
}
.guest_center{
	text-align: center;
}
.guest_label_captcha img{
    float: right;
    margin: 4px 2px 0 0;
}
.guest_form  .guest_input_captcha input{
	width: 209px;
	margin: 0px 0 0 0px;
}

.guest_input textarea{
	height: 88px;
}

.guest_form_submit{
	background: #faee64;
	background: linear-gradient(to top, #db8b01, #faee64);
	border: 1px solid #685b1d;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	color: #3b2600;
	padding: 8px 19px;
	margin: 3px 2px 0 0;
	cursor: pointer;
}

.guest_form input::-webkit-input-placeholder {
	font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.guest_form input:-moz-placeholder {font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;}

.guest_form textarea::-webkit-input-placeholder {font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;}
.guest_form textarea:-moz-placeholder {font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;}
	
	
.date_public{
    font-size: 14px;
	
    margin-bottom: 10px;
}

.public_name{
	background: url(../images/prifile_ico.png) no-repeat left top;
	padding-left: 25px;
	font-size: 18px;
	margin: 10px 0;
}

.quest_item_text{
	margin: 10px 0;
}

.quest_item{
    background: url(../images/border.png) repeat-x bottom left;

    padding-bottom: 15px;
    margin-bottom: 15px;
}
.quest_sub_caption{
	margin-bottom: 30px;
}
.guest_form  input.captcha_text{
	  width: 160px;
  height: 50px;
  margin-left: 10px;
}


.feed_text{
   font-size: 14px;
  border-radius: 4px;
  border: 1px solid #834802;
  padding: 9px 9px;
  
     margin: 0px 5px 15px 5px;
  width: 321px;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
}

.feed_text::-webkit-input-placeholder {
	font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
.feed_text:-moz-placeholder {font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;}




textarea.feed_order{
   font-size: 14px;
  border-radius: 4px;
  border: 1px solid #834802;
  padding: 9px 9px;
  
     margin: 0px 5px 15px 5px;
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
    width: 655px;
	  height: 100px;
}

textarea.feed_order::-webkit-input-placeholder {
	font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}
textarea.feed_order:-moz-placeholder {font-size: 14px;
	color: #999;
	font-style: italic;
	font-family: Arial, Verdana, Tahoma, sans-serif;}
	
	
	
	
	
	
.order_feed{
	text-align: center;
	margin: 27px 0 323px 0;
}


.order_feed_info{
  font-style: italic;
  color: #850400;
  font-size: 14px;
    margin: 8px 0 16px 0;
  text-align: center;
}
.captcha_row{
	text-align: center;
}

.feedback_capctha{
	  width: 160px;
  height: 50px;
  margin-left: 10px;
}


.feedback_send_button{
  background: linear-gradient(to top, #db8b01, #faee64);
  border: 1px solid #685b1d;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  color: #3b2600;
  padding: 8px 19px;
  margin: 3px 2px 0 0;
  cursor: pointer;
}


.sub_menu ul{
	padding: 0;
	margin: 0 0 0 30px;
}

.sitemap{
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

.sitemap li{
	list-style: none;
}

.sitemap a{
  font-size: 16px;
  padding: 2px 0;
  display: inline-block;
}

.error_msg{
	color: red;
}




#popup_box {
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	text-align: center;
}
	#popup {
		background: rgba(253, 228, 181, 0.9);
        display: flex;
        flex-direction: column;
        position: relative;
		width: 800px;
		max-width: 60vw;
		max-height: 80vh;
        padding: 30px 20px;
        border-radius: 6px;
        box-shadow: 0 0 5px #3b2600;
        box-sizing: border-box;
	}
        #popup .title {
            font-size: 32px;
            margin-bottom: 20px;
            line-height: 1;
        }
        #popup .text {
            font-size: 15px;
            overflow: auto;
            padding: 0 10px;
        }
#popup_close {
    background: url(../images/close.png) no-repeat center;
    background-size: 28px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    transition: 0.2s ease-out 0s;
    cursor: pointer;
}
#popup_close:hover {
    transform: scale(0.9);
}