@charset "windows-1251";
*  {
	margin: 0px;
	padding: 0px;
}

a	img {
	border: 0px;
}

/*body, html {
	height: 100%;
}*/

body {
	color: #555555;
	background: #E5DAB9 url(i/bg.gif) repeat-x;
	font: 12px/16px Arial, Helvetica, sans-serif;
	text-align: center;
}

h3.action {
	font: bold italic 21px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px;
	color: #ff0000;
	background-color: transparent;
}
h3.action2 {
	font: bold 17px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px;
	color: #ff0000;
	background-color: transparent;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
	line-height: 100%;
}

h1 {
	font: bold italic 19px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 15px;
/*	padding-left: 2px;*/
	color: #F80F12;
	background-color: transparent;
}
h1.yel{
	color: #E57F00;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: transparent;
}
h2 small{
	font-size: 60%;
	color: #666;
}
h4 .company{
	color: Gray;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	color: #696969;
	background-color: transparent;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #000;
	background-color: transparent;
}

h5 {
	margin: 10px 0 10px;
	font-weight: bold;
	font-size: 12px;
	color: #F80F12;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 12px;
	color: #666;
	background-color: transparent;
}

/* links */
a:link {
	color: #D00003;
	background-color: transparent;
}

a:visited {
	color: #490316;
	background-color: transparent;
}

a:hover {
	color: #490316;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #490316;
	background-color: transparent;
	text-decoration: underline;
}


/* paragraphs */
p {
	line-height: 18px;
	margin: 12px 0px;
}

p img {
	margin: 5px 7px 7px 7px;
/*	border: 1px solid Black;*/
}
p.more{
	text-align: right;
	margin: 5px 0;
}
p.picnews{
	display: block;
	text-align: center;
	margin: 10px 0;
}
p.marked{
	color: Gray;
	font-weight: bold;
}
.guestbook_pic{
	margin-left: 30px;
}
/* lists */
ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	line-height: 150%;
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 20px 0px 20px 30px;
	list-style-type: none;
}

ul * ul {
	margin: 4px 0px 4px 15px;
}

ul li {
	background: url('i/li.gif') no-repeat 0px 5px;
	line-height: 150%;
	padding: 0px 0px 0px 15px;
}

* html ul li {
	height: 1%;
}

/* tables */
table {
	border-collapse: collapse;
	margin: 12px 0px;
}

table td {
	border: 1px solid #bbb;
	color: #000;
	background: White;
	padding: 6px 15px;
	font-size: 14px;
	font-size: 92%;
}

table tr.color td {
	background: #FFFFCD;
}
 
table th {
	font-size: 100%;
	padding: 6px 15px;
	border: 1px solid #bbb;
	color: #000;
	background: #eee;
	font-weight: bold;
	text-align: left;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 27px;
	padding: 0px;
}

* html	hr {
	margin: 8px 27px;
	padding: 0px;
}

/* form */
.form{
	margin: 15px 0 10px;
}
.form ul{
	margin: 0;
	padding: 0;
}
.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 80%;
	margin: 2px 0;
}
#lb .form .line{
	width: 220px;
}
.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
	float: left;
	width: 30%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 11px;
}
#lb .form .label{
	width: 50px;
	font-size: 10px;
}
.form .formw{
	width: 60%;
	display: block;
	float: left;
}
#lb .form .formw{
	width: 140px;
}
.form.descr .formw{
	width: 460px;
	text-align: justify;
}
.form .formw .text{
	width: 100%;
	background: #fff;
	border: 1px solid #DADADA;
	font: 100% Arial, Helvetica, sans-serif;
}
.form .btn{
	background: #EE060A;
	border: 0 solid transparent;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	cursor: hand;
	color: #fff;
}
#lb .form .formw .btn{
	background: #EDEDED url(i/but_bg.gif) no-repeat;
	width: 65px;
	height: 20px;
	border: 0 solid transparent;
	font: bold 86% Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
	color: #333;
}

#lb .form li{
	font-size: 10px;
	padding: 2px 0 0 13px;
}
.red{
	color: #E05332;
}
.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

#rt2{
	width: 739px;
	margin: 0 0 0 0px;
	float: right;
	background: url(i/2main_bg2_mid.gif) repeat-y;
	display: inline;
}
#rt2_b2{
	background: url(i/2main_bg2_top.gif) no-repeat;
}
#rt2_b3{
	background: url(i/2main_bg2_bot.gif) no-repeat bottom;
}
.cont2{
	padding-top:10px;
	height:90px;
}
.cont3{
	padding-top:10px;
	height:170px;
}
/* layout */
.clear:after  {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.clear  {
	display: block;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/* layout */
#frame{
	width: 750px;
	margin: 10px auto 0px;
	background: #fff;
	position: relative;
	text-align: left;
}
#content{
	padding-top: 190px;
	margin: 0 5px;
}
#content p{

}
#header{
	position: absolute;
	top: 0;
	left: 0;
	height: 190px;
	width: 750px;
}
#logo{
	position: absolute;
	left: 0;
	top:0;
	width: 464px;
	height: 145px;
	background: #D60000;
}
#search{
	width: 286px;
	height: 145px;
	position: absolute;
	right: 0;
	top: 0;
	background: #D60000 url(i/search_bg.gif) no-repeat;
}
#search form{
	margin: 20px 0 0 70px;
}
#search_txt{
	background: #fff;
	height: 14px;
	font-size: 12px;
	line-height: 13px;
	width: 130px;
	border: 0 solid transparent;
	vertical-align: middle;
}
#search_btn{
	margin: 1px 0 0 5px;
	font-size: 11px;
	vertical-align: middle;
}
#lang{
	position: absolute;
	right: 05px;
	top: 118px;
	height: 17px;
	margin: 0;
	padding: 0 3px;
	list-style-type: none;
	background: #FFFFFF;
}
#logout{
	position: absolute;
	right: 85px;
	top: 107px;
	height: 17px;
	margin: 0;
	text-align: center;
	width: 51px;
}
#logout a{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: White;
	font-weight: bold;
}
#logout a:hover{
	background: White;
	font-weight: bold;
}


#lang li{
	padding: 0;
	margin: 0;
	font-size: 10px;
	background: none;
	display: inline;
}
#topPic{
	position: absolute;
	top: 50px;
	right: 5px;
}
#nav{
	position: absolute;
	top: 150px;
	left: 5px;
	width: 740px;
	height: 30px;
	background: #E7E7E7 url(i/menu_bg.gif) repeat-x;
}
#nav ul{
	margin: 5px 0 0 10px;
}
#nav li{
	float: left;
	margin: 0 6px;
	padding: 0;
	display: inline;
	background: none;
	font-weight: bold;
}
#nav li a{
	color: #353535;
}

#nav li .here{
	display: block;
	padding: 0px 7px;
	color: #fff;
	background: #989898;
}


#lt{
	width: 275px;
	float: left;
	background: #F2F2F2 url(i/main_bg1_top.gif) no-repeat;
}
#subnav{
	margin-left: 0px;
	margin-top: 10px;
	list-style-type: none;
}
#subnav li{
	background: none;
	padding: 0;
	margin: 5px 10px;
	line-height: 130%;
}
#subnav .here{
	background: #EE060A;
	color: #fff;
	font-weight: bold;
	padding: 0 3px;
}
#subnav li a{
	color: #000;
}
#subnav li .here a{
	color: #fff;
	text-decoration: none;
}


#article #lt{
	float: none; 
}
#article #lt .cont{
	height: auto;
	padding-bottom: 10px;
}
* html #article #lt .cont{
	height: 100%;
}

#text{
	margin: 30px 50px;
} 
#text:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html #text{height: 1%;} 
#cat #lt .cont,
#cat #rt .cont
{
	height: auto;
	padding-bottom: 10px;
}
* html #cat #lt .cont{
	height: 100%;
}
#cat #rt,
#cat #rt_b2,
#cat #rt_b3 {
	background: none;
} 
#cat h2{
	background: #F2F2F2;
	padding: 5px 4px;
}
#cat #lt h2{
	background: transparent;
	padding: 0px 0px;
	font-size: 14px;
}

#lt_b2{
	background: url(i/main_bg1_bot.gif) no-repeat bottom;
}
.cont{
	padding: 25px 0 20px 0;
	margin: 0 27px;
	height: 325px;
	voice-family:	"\"}\"";
	voice-family:	inherit;
	height: 280px;
}
.ie5{
	
}
#lt p{
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 0;

}
#rt{
	width: 455px;
	margin: 0 0 0 10px;
	float: right;
	background: url(i/main_bg2_mid.gif) repeat-y;
	display: inline;
}
#rt_b2{
	background: url(i/main_bg2_top.gif) no-repeat;
}
#rt_b3{
	background: url(i/main_bg2_bot.gif) no-repeat bottom;
}
#rt p{
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#lb{
	margin: 10px 0;
	width: 275px;
	float: left;
}
#lb .cont,
#rb .cont{
	height: 167px;
}
#lb_b2{
	background: url(i/main_bg3.gif) no-repeat;
}
#rt_b3{
	background: url(i/main_bg2_bot.gif) no-repeat bottom;
}
#rb{
	margin: 10px 0;
	width: 455px;
	float: right;
	background: #F3F3F3 url(i/main_bg4_right.gif) no-repeat 100% 0;
}
#rb_b2{
	background: url(i/main_bg4_left.jpg) no-repeat;

}
#rb .cont{
	padding-top: 10px;
	padding-bottom: 0;
	height: 202px;
	margin-left: 230px;
	margin-right: 10px;

}

#rb .cont2{
	padding-top: 20px;
	padding-bottom: 0;
	height: 202px;
	display:inline;
	width: 230px;
	margin-right:220px;
	float:right;
}

#rb p{
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-align: justify;
}


#supfooter{
	margin: 0px 5px 5px;
	padding: 0;
	background: #E6E6E6 url(i/studio_bg.gif) repeat-y;
	height: 20px;
}
#supfooter p{
	font-size: 10px;
	padding: 1px 0 0 25px;
	margin: 0;
}

#footer{
	height: 85px;
	background: #CF0002 url(i/footer_bg.gif) no-repeat;
	position: relative;
}
.b88{
	position: absolute;
	right: 25px;
	top: 20px;
	width: 300px;
	margin: 0;
}
.b88 li{
	list-style-type: none;
	background-image: none;
	float: right;
	margin: 0 5px;
	padding: 0;
	display: inline;	
}

#footer address{
	font-size: 11px;
	font-style: normal;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 30px;
}
#footer a{
	color: #fff;
}


/* items */

.item:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .item{height: 1%;} 

.item_pic{
	float: left;
	width: 126px;
}
.item_text{
	margin-left: 126px;
}
.item_text table{
	margin: 0;
	width: 270px;
	padding: 0;
}
.item_text table td,
.item_text table th{
	font-size: 12px;
	margin: 0;
	padding: 0 2px 0 0;
	border: transparent 0 solid;
	background: transparent;
	color: #353535;
	font-weight: normal;
	width: 50%;
}

#rt  p.composition{
	font-size: 11px;
	color: #7F7F7F;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #CFCFCF;
	padding: 3px 0;
	margin: 7px 0;
	text-align: justify;
}

#cat_desc{
	margin: 35px 0 15px;
}
#cat_desc p{
	text-align: justify;
}
.basket{
	background: url(i/karzina.gif) no-repeat 0 4px;
	padding-left: 25px; 
}
#bask{
	margin: 0 10px 15px 15px;


	line-height: 150%;
	font-size: 100%;
}
#bask .box{
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}
#bask table,
#bask td,
#bask th{
	margin: 0;
	padding: 0;
	border: none;
	color: #555555;
}
#bask p{
	margin-top: 6px;
	font-size: 100%;
}
.bask_title{
	display: block;
	width: 90px;
	float: left;
	font-size: 100%;
}
.bask_value{
	font-size: 100%;
	display: block;
	width: 80px;
	float: left;
}
.add_bask{
	width: 99%;
	margin: 0;
	padding: 0;
}
.add_bask .add_title{
	font-size: 100%;
	color: #000;
	float: left;
	width: 200px;
}
.add_bask .add_but{
	float: left;
	width: 70px;
}
.add_bask .btn{
	width: 70px;
	font-size: 86%;
	padding: 1px 0;
	border: 0px none #fff;
}
.dig{	
	text-align: right;
	margin: 0;
	width: 3em;
	background: #fff;
	border: 1px solid #ccc;
	font: 100% Arial, Helvetica, sans-serif;
}
.warning{
	border: 1px solid #CF0000;
	background: #FFEE79;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}
.radio_inp{
	vertical-align: middle;
	margin-right: 4px;
	margin-left: 4px;
}
#lt p.subnav{
	margin: 0 10px 15px 0px;
	font-size: 100%;
}
.black{
	color: #000;
}
.search_item h2{
	font-weight: normal;
	margin-bottom: 5px;
}
.search_url{
	color: #AE8C00;
	margin: 5px 0 25px;
}
.search_text{
	margin: 5px 0 5px;
	text-align: justify;
}
