@charset "utf-8";



.wrapper {
	background-image: url('/gif/body.jpg'); 
	background-repeat: no-repeat; 
	background-position: right bottom;
	
	/*overflow-y: hidden;*/
}

/*
*	COMMON STYLES
*/

p {
	color: #2a2a2a;
	line-height: 1.4;
}

a, li {
	color: inherit;
	line-height: inherit;
}


h1, h2, h3, h4 {
	font-family: Arial, Verdana, Sans-serif;
	
	color: #000;
	font-weight: normal;
}

h1 {
	margin-bottom: 0.4em;
	font-size: 1.4em;
	font-family: "Times New Roman"
}
h1 {
	color: #51350a;
	font-size: 4em;
}
h2 {
	font-family: "Times New Roman";
	
}
h3, h5, h6 {
	margin-bottom: 0.6em;
	font-size: 1.0em;
	margin-top: 1em;
	
}
h4 {
	font-size: 1.1em;
	font-size: 2em;
}

.ajax {
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: pointer;
}



.full_view a {
	text-decoration: none;
}
.newslist2_submenu .full_view .h_menu a {
	text-decoration: underline;
}

.submenu {
	color: #9a896e;
}

.icons {
	/* Re-Writing in inner & index */
}
.icons a{
	width: 22px;
	height: 11px;
	display: block;
	float: left;
}
.icons .home {
	background-image: url('/gif/ico/home.gif');
}
.icons .mailto {
	background-image: url('/gif/ico/mailto.gif');
}
.icons .sitemap {
	background-image: url('/gif/ico/sitemap.gif');
}
.icons .pda {
	background-image: url('/gif/ico/pda.gif');
	margin-left: 8px;
}

.search_top {
	/* Re-Writing in inner & index */
	float: left;
	margin-top: 12px;
}
.search_top span.searchtitle{
	font-size: 1.6em;
	font-style: italic;
	color: #f7f6e3;
	text-transform: lowercase;
	font-family: "Times New Roman";
	float: left;
	display: block;
	margin-top: 4px;
}
.yaform .yaform__input-text,
.textinputs {
	width: auto;/* Re-Writing in inner & index */
	height: 18px;
	border: 1px solid #000;
	margin-left: 15px;
	margin-right: 15px;
}

.search_top .buttom {
	border: none;
	background: none;
	
}

.submit {
	border: none;
	background: none;
	width: 59px;
	height: 21px;
	background-image: url('/gif/search.jpg');
	color: #fff;
	font-size: 1em;
	text-transform: lowercase;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}



.lang {
	color: #fff;
	font-size: 1.6em;
	font-family: "Times New Roman";
	font-style: italic;
	
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	float: right;
	display: block;
	width: 150px;
	text-align: right;
}



.tracer {
	font-style: italic;
	font-family: "Times New Roman";
	font-size: 1.3em;
}




.counters {
	float: right;
	margin-right: 30px;
	margin-top: 36px;
}
.counter1 {
	/*border: 1px solid #000;*/
}
.counter2 {
	/*border: 1px solid #24318a;*/
	margin-top: 18px;
}

.white p,.white a{
	color: #fff;
}

.footerinfo {
	margin-left: 80px;
	float: left;
	margin-top: 20px;
	font-style: italic;
	font-size: 1.1em;
	font-family: "Times New Roman";
	font-size: 1.2em;
}
.footerinfo p{
	line-height: 2.2;
}



.count {
	padding-left: 5px;
}




/*****************************************
*
*
*	POPUP
*
***********************************************/

.popup_container {
	position: absolute;
	border: 1px solid #000;
	width: 570px;
	height: auto;
	bottom: 100px;
	left: 100px;
	padding: 20px;
	padding-top: 40px;
	background-color: #002047;
	z-index: 1000;
	max-height: 500px;

}
.popup_textarea {

	width: 100%;
	height: auto;
	color: #fff;
	
}
.popup_close {
	width: 20px;
	height: 20px;
	right: 0px;
	top: 10px;
	background-image: url('/gif/close.gif');
	z-index: 101;
	position: absolute;
	cursor: pointer;
}


/********************************************
*
*	Форма добавь материал
*
******************************************/

.fields .line {
	float: left;
	clear: left;
	width: 300px;
	margin-bottom: 10px;
}
.fields .line .title {
	width: 80px;
	float: left;
}
.fields .line .field .textinputs {
	margin: 0;
}
.fields .line .field {
	width: 100px;
	float: left;
	width: 100%;
}
.fields .string .field {
	width: 160px;
}
.fields .textarea .title {
	width: 100%;
	margin-bottom: 3px;
}
.fields .textarea .field textarea {
	width: 300px;
	height: 100px;
}
.fields .file .field .textinputs  {
	width: 300px;
	height: 22px;
}
.upload {
	background-image: url("/gif/red_button.gif");
	width: 125px;
	height: 23px;
	margin-top: 10px;
	padding-bottom: 5px;
}
.popup_container .fields .line .title {
	color: white;
}

.popup_textarea  p {
	color: white;
}
.popup_textarea  p.form_title {
	font-size: 1.8em;
	margin-top: -15px;
}
.popup_textarea .fields {
	color: black;
}

.mask {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	z-index: 999;
	background: #000;
}


.sitemap li {
	margin-bottom: 0.4em;
}
.sitemap li ul {
	margin-top: 0.4em;
	margin-bottom: 1em;
}
.wysiwyg .sitemap ul li {
	list-style-type: none;
	font-size: 1.1em;
}
.wysiwyg .sitemap ul li li{
	list-style-type: circle;
	font-size: 0.9em;
}

.button {
	cursor: pointer;
}

.auth_form {
	width: 140px;
}
.auth_form .textinputs {
	margin-left: 0;
}
.auth_form .submit {
	float: right;
	margin-top: 5px;
}


.wysiwyg ul.search_results {
	margin-left: 0;
	margin-top: 15px;
}
.wysiwyg ul.search_results li{
	list-style-type: none;
	margin-bottom: 1.2em;
}

.search_results .name {
	font-size: 1.2em;
}

.w250 {
	width: 250px;
}

.yaform__search {
	width: 250px;
}
