/*Transmenu*/
/* TransMenu
-------------------------------------------------
Originally developed by Aaron Boodman
http://www.youngpup.net/
--------------------------------------------------
NOTE: TransMenu background and some
configurations are located in the ja-transmenu.js.
-------------------------------------------------*/

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position: absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.transMenu.top .items {
	border-top: none;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

/* each TR.item is one menu item */
.transMenu .item {
	color: #FFFFFF;
   font-size: 11px;
   text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	cursor: hand;
}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background: #008CBA;
	color: #FFFFFF;
}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left: 10px;
}

/* ----------------------------------------------------------------
- Added classes by Khanh - 050629
- Style and mark-up improved by Hieu Nguyen & Ha Le Viet - 060718
-------------------------------------------------------------------*/
.transMenu .item#active {
	background: #00A2C8;
	color: #FFFFFF!important;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
}

.transMenu .item#active.hover {
	color: #FFFFFF;
}

/* For first level menu.*/
#ja-transmenu {
	margin: 0;
	padding: 0;
	height: 26px;
	color: #ffffff;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	color: #ffffff;
}

#ja-transmenu li a { /* common styles for 1st level menu */
	padding: 0 20px;
	float: left;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #ffffff;
}

a.havechild-mainlevel-trans {
	border-top: 1px solid #363636;
	border-right: 1px solid #FFFFFF;
	color: #EFEFEF;
	/*background: url(../ja_transmenu/img/arrow-off.gif) 92% 50% no-repeat;*/
}

a.havechild-mainlevel-trans:hover, a.mainlevel-trans:active {
	border-top: 1px solid #959793;
	color: #FFFFFF;
	background: #959793 url(../ja_transmenu/img/arrow-on.gif) 92% 50% no-repeat;
}

a.havechild-mainlevel_active-trans {
	border-top: 1px solid #7E9F2A;
	border-right: 1px solid #FFFFFF;
	background: #00A2C8 url(../ja_transmenu/img/arrow-off.gif) 92% 50% no-repeat;
	color: #FFFFFF;
}

a.havechild-mainlevel_active-trans:hover , a.havechild-mainlevel_active-trans:active {
	border-top: 1px solid #959793;
	background: #00A2C8 url(../ja_transmenu/img/arrow-on.gif) 92% 50% no-repeat;
}

a.mainlevel-trans {
	border-top: 1px solid #363636;
	border-right: 1px solid #FFFFFF;
	color: #EFEFEF;
}

a.mainlevel-trans:hover, a.mainlevel-trans:active {
	border-top: 1px solid #959793;
	background: #008CBA;
	color: #FFFFFF;
}

a.mainlevel_active-trans {
	border-top: 1px solid #7E9F2A;
	border-right: 1px solid #FFFFFF;
	/*background: #008CBA;*/
	color: #FFFFFF;
}

a.mainlevel_active-trans:hover , a.mainlevel_active-trans:active {
	border-top: 1px solid #959793;
	/*background: #008CBA;*/
}


/* CSS Document */
#producttour_home {
	MARGIN: 0px; WIDTH: 100%; BACKGROUND-COLOR: #f6fa9c
}
#producttour_home P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; color:#000099; FONT-WEIGHT: bold; FONT-SIZE: 20px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 3px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
#producttour_home P.subp1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 14px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 3px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
#producttour_home P.subp2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 16px; PADDING-BOTTOM: 0px; MARGIN: 0px 0px 3px; PADDING-TOP: 0px; TEXT-ALIGN: center
}
#producttour_home A {
	COLOR: #8c001a
}

.corner-top {
	DISPLAY: block; FONT-SIZE: 0px; RIGHT: 0px; BACKGROUND: url(../images/rgt_top_trans_ffffff.gif) no-repeat right top; MARGIN: 0px; WIDTH: 100%; LINE-HEIGHT: 0; POSITION: relative; TOP: -1px; HEIGHT: 9px
}
.corner-top .corner-left {
	DISPLAY: block; FONT-SIZE: 0px; BACKGROUND: url(../images/lft_top_trans_ffffff.gif) no-repeat left top; LEFT: -1px; MARGIN: 0px; WIDTH: 100%; LINE-HEIGHT: 0; POSITION: relative; HEIGHT: 9px
}
.corner-bottom {
	CLEAR: both; DISPLAY: block; FONT-SIZE: 0px; RIGHT: 0px; BACKGROUND:url(../images/rgt_bot_trans_ffffff.gif) no-repeat right bottom; MARGIN: 0px; WIDTH: 100%; BOTTOM: -1px; LINE-HEIGHT: 0; POSITION: relative; HEIGHT: 9px
}
.corner-bottom .corner-left {
	DISPLAY: block; FONT-SIZE: 0px; BACKGROUND: url(../images/lft_bot_trans_ffffff.gif) no-repeat left bottom; LEFT: -1px; MARGIN: 0px; WIDTH: 100%; LINE-HEIGHT: 0; POSITION: relative; HEIGHT: 9px
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px; 
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
   #ffffff;
	padding: 2px;
}

.moduletable-mainflash {
 border: 1px solid #cccccc;
  
	padding: 5px;
  background-color:#D0F0FA;
}

.moduletable-mainflash span.article_seperator {
	
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #666666;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  /*border: 3px double #cccccc;*/
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
/*
	text-align: left;
*/
	font-family:tahoma;
	font-size:11px;
	color:#4B4B4B;
	line-height:13px;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
a:link, a:visited {
	color:#708800; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#708800; text-decoration: underline;
	font-weight: normal;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #666666;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/a.gif) left center no-repeat;
	color: #000;
	text-align: left;
	padding-top: 3px;
	padding-left: 12px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #666666;
	font-weight: bold;
	font-size: 14px;
	
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

a.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
	/*color: #cccccc;*/
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #333;
	text-align: left;
	padding-left: 0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

ul#mainlevel-b
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-b li
{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-b li a.mainlevel-b
{
	display: block;
	/*padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	*/
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	float:left;
	
}

ul#mainlevel-b li a.mainlevel-b#active_menu-b
{
	color: #fff;
	
}
#buttons>ul#mainlevel-b li a.mainlevel-b { width: auto; }

ul#mainlevel-b li a.mainlevel-b:hover
{
	color: #fff;
	
}

.dekor_menu A {
			display:block;
			background: url(../images/b3.gif) no-repeat;
			background-position:center top;
			border-left:solid 1px #fff;
			padding-top: 12px;
			padding-bottom: 14px;
			width:100px;
			text-align:center;
			
}
a.mainlevel:link {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #708800;
	text-decoration: none;
	float:left;
	padding-left: 10px;
	background-image:url(../images/a1.gif);
	background-repeat:no-repeat;
	background-position:left center;
				
}
a.mainlevel:visited {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #708800;
	text-decoration: none;
	float:left;
	padding-left: 10px;
	background-image:url(../images/a1.gif);
	background-repeat:no-repeat;
	background-position:left center;
				
}
a.mainlevel:hover {
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #708800;
	text-decoration: underline;
	float:left;
	padding-left: 10px;
	background-image:url(../images/ab1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

a.mainlevel#active_menu {
	color:#000;
	font-weight: bold;
	padding-left: 10px;
	background-image:url(../images/ab1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

a.mainlevel#active_menu:hover {
	color: #000;
	text-decoration: underline;
	padding-left: 10px;
	background-image:url(../images/ab1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color:
	text-align: left;
	padding-left: 10px;
	background-image:url(../images/a1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

a.sublevel:hover {
	color: #666666;
	text-decoration: underline;
	background-image:url(../images/ab1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

a.sublevel#active_menu {
	color: #000;
	background-image:url(../images/ab1.gif);
	background-repeat:no-repeat;
	background-position:left center;
}



.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	width:100%;
	height: 1.5em;
	BACKGROUND-IMAGE: url(../images/111.gif);
	background-repeat:repeat-x;
	background-position:center;
	
}
/* мои стили */


/* ni*nee menu */
.bottom {margin:0px 0px 0px 0px;text-align:center; width:100%;}
.bottom a.mainlevel-bm {
				text-align: left;
				font-family:tahoma;
				font-size:11px;
				color:#000000;
				line-height:13px;
				font-weight: normal; 
				text-decoration:underline;
				background-image:url(../images/a1.gif);
				background-repeat:no-repeat;
				background-position:left center;
				padding-left:10px;
				margin-right:25px;}
.bottom a.mainlevel-bm:hover {text-decoration:none}

/* zagolovok */
.black { color:#000000; text-decoration:none}

/* стиль Для формы*/
.form { width:235px;
		height:22px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}

.textarea { width:235px;
		height:128px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}

/* marker knopok formy */
.submite-mark {vertical-align:middle}



/*стиль для разделительной линии*/
.spacer_line{margin-top:5px;}
.gray {display:block; background:#cccccc; height:3px; margin-bottom:6px; }
/*style for index left column */
.tp_left {padding-left:30px;
	padding-right:10px;
	background-image:url(../images/a.gif);
	background-repeat:no-repeat;
	background-position:15px 1px;
}
.tp_center {padding-left:10px;
	padding-right:10px;

}
body{margin:0;padding:0;
/*
background:url(../images/px_head_new.gif) top repeat-x
*/
}
.bg_top {background:url(../images/px_head_new2.gif) top repeat-x;}
.lx1{margin:25px 0px 0px 60px;}
.lx10{padding:25px 0px 0px 0px; }
div.decor_menu {border-right: solid 1px #fff; width:436px;}
.lx2 {margin:58px 0px 0px 109px; }
.lx3 {padding-left:20px;}
div.content {vertical-align:top;  padding-top:5px;}
.lx4 {border:solid 1px #cccccc; padding-top:5px; padding-left:3px; padding-right:2px;margin-left:1px; margin-bottom:6px; width:100%}
.lx5 {width:100%;
/*
text-align:right;
*/
}
/*
.lx6 {background:url(../images/bg4.gif) top left no-repeat}
*/

.lx6 {background:url(../images/bg_head_bottom.gif) top left no-repeat}
.lx6-1 {background:url(../images/bg_bottom.gif)}

.lx7 {margin-top:12px; margin-left:187px;}
.lx8 {
/*
background-image:url(../images/bg_head_new.jpg)}
*/
}

.lx9{margin-top:12px;}

ul {margin:0; padding:0; list-style:none}
/*li {background:url(../images/1a.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 9px; line-height:13px }
*/
p {margin:0; padding:0;}
/* style for news list*/
.moduletable-short_news table.contentpaneopen {	
	background-image:url(../images/a2.gif);
	background-repeat:no-repeat;
	background-position:0px 1px; 
	/*border-bottom:solid 1px dotted;*/ 
}
.moduletable-short_news table.contentpaneopen td {padding-left:15px; }

.moduletable-short_news  A.readon { margin-bottom:5px;}
a.readon {
	background:url(../images/a4.gif) center left no-repeat;
	padding-left:15px;
}
table.moduletable-short_news th, div.moduletable-short_news h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #333;
	text-align: left;
	padding-left: 0px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

.bot {
	text-align: center;
	font-family:tahoma;
	font-size:11px;
	color:#4B4B4B;
	line-height:13px;
}

/*-dop_men - menu пользователя */


/*
-bm  для модуля  [ Верхнее меню ]
-short_news для модуля  [ Краткие новости ]
-dop_men для модуля [меню пользователя]
*/