


#dialog_inner_line
{
	z-index: 25;
	position: absolute;
	top: 140px;
	width			 : 100%;
	height : 7px;
	background : #019040;
}

*:first-child+html #dialog_inner_line
{
	z-index: -24;
	position: absolute;
	top: 140px;
	width  : 100%;
	height : 7px;
	left: 0px;
	background : #019040;
}


#dialog_inner_line_flash
{
	z-index: 26;
	position: absolute;
	top: 28px;
	left: -130px;
	width			 : 100px;
	height			 : 200px;
	background : url('/images/background/green_lenta_inner.png');
	background-repeat: no-repeat;
}

#inner_header{
	z-index: 25;
	position: absolute;
	font-size: 33px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	font-weight: bold;
	background: #fff;
	color: #333;
	margin-top: -20px;
	white-space: nowrap;
}

*:first-child+html #inner_header{
	z-index: 25;
	position: absolute;
	font-size: 36px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	background: #fff;
	color: #333;
	margin-top: -25px;
}



*:first-child+html  #content_text{
	width		 : 700px;
	min-height: 500px;
	padding-left: 20px;
	clear: right;
	padding-bottom: 30px;

}

#content_text{
	width		 : 980px;
	/*margin-top: 35px;*/
	position: relative;
	min-height: 500px;
	padding: 35px 0 10px 0;
}

#content_without_menu {
	width		 : 70%;
}

*:first-child+html  #content_without_menu {
	width		 : 700px;
	margin-top: 15px;
	padding-left: 20px;
}

#content_text p {
	margin: 0;
	padding: 7px 0;
}



#content_text h1{
	background: #fff;
	padding-right: 10px;
	padding: 10px 0 15px 0;
	text-align: center;
}
#content_text ul,
#content_text ol {
	overflow: hidden;
	padding: 0 0 10px 35px;
}
#content_text ul li,
#content_text ol li {
	padding: 5px 0;
}

#h1_line {
	width			 : 100%;
	height : 3px;
	background : #019040;
	margin-top: 32px;
}

ul.main_first li a
{
	font-size: 16px;
	color : #019040;
}

ul.main_first li {
	width:40%;
	position : relative;
	padding-bottom: 10px;
	padding-top: 10px;
	/*margin-right: 64px;*/
	margin-right: 40px;
	float:left;
	border-top: 2px dashed #ccc;
	clear: left;
}
ul.main_first li.even {
	clear: none;
}
ul.main_first li.border_none {
	border: none;
}
ul.main_first li.left {
	clear: none;
}
ul.main_second li a {
	font-size: 12px;
	min-width: 200px;
	line-height: 16px;
	/*color : #333;*/
}
ul.main_second li {
	list-style-type: circle;
	float: none;
	line-height:10px;
	padding-top: 0px;
	border: none;
	width: auto;
	min-width: 200px;
	/*/min-width: 220px;*/
}
ul.main_first {
overflow:hidden;}

ul.main_second {
	padding-top: 0px;
margin-top: 15px;}

*:first-child+html #property_table {
	margin-left: -270px;
	width: 980px;
}

#property_table table, #property_table td {
	border: 1px solid #666;
	border-collapse: collapse;
}

#katalog_menu {
	background: #e5e5e5;
	color: #666;
	width : 250px;
	/*padding-bottom: 30px;
	padding-top: 10px;*/
	margin: 35px 15px 0 0;
	float: left;
	position: relative;
	z-index: 2;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#katalog_menu ul.l1 {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	position: relative;
}
#katalog_menu ul.l1 li.l1 {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}
#katalog_menu ul.l1 li.l1:first-child {
	border-top: none;
}
#katalog_menu ul.l1 li.l1:first-child,
#katalog_menu ul.l1 li.l1:first-child a.l1 {
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}
#katalog_menu ul.l1 li.l1:last-child {
	border-bottom: none;
}
#katalog_menu ul.l1 li.l1:last-child,
#katalog_menu ul.l1 li.l1:last-child a.l1:hover,
#katalog_menu ul.l1 li.l1:last-child ul.l2 {
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}
#katalog_menu ul.l1 li.l1:last-child a.l1.active:hover{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#katalog_menu ul.l1 li.l1.active {
	border: none;
	margin: -1px 0;
	z-index: 3;
}
#katalog_menu ul.l1 li.l1.active:first-child {
	margin-top: 0;
}
#katalog_menu ul.l1 li.l1.active:last-child {
	margin-bottom: 0;
}
#katalog_menu ul.l1 li.l1 a.l1 {
	display: block;
	margin: 0;
	padding: 11px 10px 11px 20px;
	font-size: 17px;
	line-height: 19px;
	color: #019040;
	text-decoration: none;
}
#katalog_menu ul.l1 li.l1 a.l1:hover,
#katalog_menu ul.l1 li.l1.active a.l1.active {
	background: #00923f;
	color: #ffffff;
}
#katalog_menu ul.l1 li.l1 ul.l2 {
	display: block;
	margin: 0;
	padding: 9px 0 9px 21px;
	background: #f4f4f4;
}
#katalog_menu ul.l1 li.l1 ul.l2 li.l2 {
	display: block;
	margin: 0;
	padding: 0 0 0 25px;
	background: transparent url("/images/menu_li.png") no-repeat 0 10px;
}
#katalog_menu ul.l1 li.l1 ul.l2 li.l2.active {
	background-image: url("/images/menu_li_active.png");
}
#katalog_menu ul.l1 li.l1 ul.l2 li.l2 a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 13px;
	line-height: 25px;
	color: #019040;
}
#katalog_menu ul.l1 li.l1 ul.l2 li.l2 a.active {
	color: #333333;
	text-decoration: none;
}
/*
*:first-child+html #katalog_menu {
background: #ccc;
color: #666;
width 	  : 250px;
padding-bottom: 30px;
padding-top: 10px;
margin: 0 0 0 0;
margin-top: 35px;
float: left;
}

#katalog_menu ul {
color: #019040;
list-style: none outside;
z-index: 10;
/z-index: 1000;
}

#katalog_menu a {
color: #019040;
list-style: none outside;
z-index: 1000;
/z-index: 1000;
}

#katalog_menu ul li {
font-size: 16px;
position : relative;
left: -20px;
margin-top: 12px;
padding-bottom: 5px;
z-index: 1000;
}


*:first-child+html #katalog_menu ul li{
font-size: 16px;
width 	  : 220px;
position : relative;
left: 20px;
margin-top: 12px;
padding-bottom: 5px;
}

#katalog_menu ul li ul {
position : relative;
top: 7px;
}

#katalog_menu ul li ul li{
background: #66b88a;
width	 : 210px;
font-size: 12px;
margin-top: 0px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: -40px;
padding-left: 40px;
/	height : 100%;
}

*:first-child+html #katalog_menu ul li ul li{
background: #66b88a;
width	 : 210px;
font-size: 12px;
margin-top: 0px;
padding-top: 5px;
padding-bottom: 5px;
margin-left: -40px;
padding-left: 40px;
height : 15px;
}


#katalog_menu ul li ul li a{
color: #fff;
}//*/


#ramka_kataloga_v_l {
	background: url('/images/buttons/ramka_kataloga_v_l.png');
	position : absolute;
	width	 : 30px;
	height : 30px;
	margin-top: -10px;
}

#ramka_kataloga_v_p {
	background: url('/images/buttons/ramka_kataloga_v_p.png');
	position : absolute;
	width	 : 30px;
	height : 30px;
	margin-left: 220px;
	margin-top: -10px;
}

#ramka_kataloga_n_p {
	background: url('/images/buttons/ramka_kataloga_n_p.png');
	position : absolute;
	width	 : 30px;
	height : 30px;
	margin-left: 220px;

}

#ramka_kataloga_n_l {
	background: url('/images/buttons/ramka_kataloga_n_l.png');
	position : absolute;
	width	 : 30px;
	height : 30px;


}

.description {
	text-align: justify;
}

.description p {
	text-align: justify;
}

.news-item {
	margin-bottom: 30px;
}

#content_text div.list_style1 {
	overflow: hidden;
}
#content_text div.list_style1 ul li {
	padding: 0;
}
#content_text h2 {
	padding: 20px 0 10px 0;
}

/* bof btn order item */
div#property_table a.order-item {
	background: #666666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 95px;
	height: 14px;
	line-height: 14px;
	text-indent: 39px;
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	color: #ffffff;
	position: relative;
	cursor: pointer;
}
div#property_table a.order-item:hover {
	background: #727272;
}
div#property_table a.order-item span {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1px;
	left: 16px;
	background: transparent url("/images/buttons/order_item.png") no-repeat 0 0;
	width: 16px;
	height: 16px;
}
/* eof btn order item */