/* Поиск */
.leftm2 {
	float: right;
	height: 59px;
	z-index: 900;
}
.leftm2-z1-r1 {
	float: right;
	margin-right: 18px;
	position: relative;
	height: 49px;
	z-index: 915;
}
.leftm2-z1-r2 {
	float: right;
	position: relative;
	height: 49px;
	z-index: 915;
}

.leftm2-z1-r1 input[type="submit"] {
	margin: -2px -14px 0 0px;
	width: 81px;
	height: 28px;
	tborder: 1px solid #BEB7A2;
	background: url("search.png") no-repeat left top;
	tcolor: #543F01;
}

.leftm2-z1-r2 input {
	rborder: 1px solid #BEB7A2;
	background: none;
}
.leftm2-z1-r2 input[type="text"] {
	margin: -1px 0 0 0;
	margin-right: 14px;
	padding-top: 4px;
	width: 180px;
	height: 19px;
	font-size: 11px;
	border: 0;
	background: url("sf.png") no-repeat left top;
	color: #000;
}




/* Область меню */
.leftm {
	float: left;
	twidth: 504px;
	height: 55px;
	z-index: 900;
}

ul#menu-main {}

/* Элемент меню */
ul#menu-main li {
	float: left;
	width: 120px;
	height: 55px;
	list-style: none;
	text-align: center;
	background: url("menu-separator.png") no-repeat right center;
}

ul#menu-main li a {
	font-family: Tahoma;
	display: block;
	tpadding: 0px 21px 0 21px;
	height: 55px;
	line-height: 58px;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	ttext-transform: uppercase;
	color: #fff;
}

ul#menu-main li a:hover {
	text-decoration: underline;
}

#menu-main li.current-menu-item, #menu-main li.current-post-ancestor, #menu-main li.current-category-ancestor, #menu-main li.current-menu-parent, #menu-main li.current-post-parent {}

#menu-main li.current-menu-item a, #menu-main li.current-post-ancestor a, #menu-main li.current-category-ancestor a, #menu-main li.current-menu-parent a, #menu-main li.current-post-parent a { background: url("menu-active.png") repeat left top; color: #fff; text-decoration: underline;}

#menu-main li.current-menu-item a:hover, #menu-main li.current-post-ancestor a:hover, #menu-main li.current-category-ancestor a:hover, #menu-main li.current-menu-parent a:hover, #menu-main li.current-post-parent a:hover { }


/* Список рубрик статей */
#menu-articles-cats {
	margin-top: 0px;
	margin-left: 8px;
}
#menu-articles-cats li {
	margin: 0 8px 0 12px;
	padding: 0;
	font-size: 14px;
	color: #693A41;
	border-bottom: 1px dotted #8E5E65;
}
#menu-articles-cats li.last {
	border: 0;
}
#menu-articles-cats li a {
	tmargin: 0 0 0 2px;
	padding: 0;
	line-height: 24px;
	font-size: 13px;
	text-decoration: none;
	color: #693A41;
}

/* Список рубрик статей */
#menu-comments-cats {
	margin-top: 0px;
	margin-left: 8px;
	rlist-style-image: url("li.png");
}
#menu-comments-cats li {
	margin: 0 8px 0 12px;
	padding: 0;
	font-size: 14px;
	color: #222;
	border-bottom: 1px dashed #666;
}
#menu-comments-cats li.last {
	border: 0;
}
#menu-comments-cats li a {
	tmargin: 0 0 0 2px;
	padding: 0;
	line-height: 24px;
	font-size: 13px;
	text-decoration: none;
	color: #222;
}


/* Список рубрик каталога */
.catalog-categories li {
	line-height: 24px;
	height: 24px;
}


/* Форма логина */
.loginblock {
	tdisplay: none;
	tdisplay: block;
	position: relative;
	float: right;
	padding: 13px 8px 0 0;
}
.loginblock span, .loginblock a {
	font-size: 12px;
	color: #92918D;
}