html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: black;
	height: 100%;
}
body, table, td{
	font-size: 10pt;
	font-family: Verdana, Myriad Pro, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
A {COLOR: black; TEXT-DECORATION: underline}
A:visited {COLOR: black;}
A:active {COLOR: #f15b2b; }
A:hover {COLOR: #f15b2b; TEXT-DECORATION: none}

A.noborder{
	TEXT-DECORATION: none;
}

td.footer{
	margin-top: 10px;
	font-size: 8pt;
	color: gray;
}

p {
	margin: 0px 0px 6px 0px;
}
hr{
	height: 1px;
	color: gray;
}
H1 { FONT-SIZE: 14pt;}
H2 { FONT-SIZE: 11pt; margin: 3px 0px 3px 0px; padding: 0px; text-transform: uppercase;}
H3 { FONT-SIZE: 12pt;}
H4 { FONT-SIZE: 11pt;}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
td{
	vertical-align: top;
}

div.t{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: #f1f1f1 url('/img/t.jpg') top repeat-x;
}

div.l{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: url('/img/l.jpg') left repeat-y;
}
div.r{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: url('/img/r.jpg') right repeat-y;
}
div.b{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: url('/img/b.jpg') bottom repeat-x;
}
div.lt{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: url('/img/lt.jpg') left top no-repeat;
}
div.rt{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: url('/img/rt.jpg') right top no-repeat;
}
div.rb{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: url('/img/rb.jpg') right bottom no-repeat;
}
div.lb{
	min-height: 550px;
    height:auto !important;
	min-width: 1000px;
	width:auto !important;
	width: 100%;
	height: 100%;
	background: url('/img/lb.jpg') left bottom no-repeat;
}


div#menu1 table td a, div#menu2 table td a,div#menu3 table td a, div#menu4 table td a, div#menu5 table td a, div#menu6 table td a, div#menu7 table td a, div#menu8 table td a{
	padding: 6px;
}

.none{
	display: none;
	color: white;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

		

			.osX .jScrollPaneTrack {
				background: url(/img/osx_track.png) repeat-y;
			}
			.osX .jScrollPaneDrag {
				background: url(/img/osx_drag_middle.png) repeat-y;
			}
			.osX .jScrollPaneDragTop {
				background: url(/img/osx_drag_top.gif) no-repeat;
				height: 6px;
			}
			.osX .jScrollPaneDragBottom {
				background: url(/img/osx_drag_bottom.gif) no-repeat;
				height: 7px;
			}
			.osX a.jScrollArrowUp {
				height: 24px;
				background: url(/img/osx_arrow_up.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			.osX a.jScrollArrowDown {
				height: 24px;
				background: url(/img/osx_arrow_down.png) no-repeat 0 -30px;
			}
			.osX a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
		
			/* IE SPECIFIC HACKED STYLES */
			* html .osX .jScrollPaneDragBottom {
				bottom: -1px;
			}


A.details {COLOR: gray; TEXT-DECORATION: none; font-style: italic;}
A.details:visited {COLOR: gray;}
A.details:active {COLOR: black; }
A.details:hover {COLOR: black; TEXT-DECORATION: none}
 
A.newslink {COLOR: gray; TEXT-DECORATION: none; font-size: 8pt;}
A.newslink:visited {COLOR: gray;}
A.newslink:active {COLOR: black; }
A.newslink:hover {COLOR: black; TEXT-DECORATION: none}

/* стили для списка страниц */
table.pagelist {
font: 12px Tahoma;
 text-align:center;
 width:14px;height:14px;
 border:0px solid #fff;
	white-space: nowrap;
}

table.pagelist a, table.pagelist a:visited {
	padding-left: 5px;
	padding-right: 5px;
	color: black;
	border: 0px;
	text-decoration: none;
}
table.pagelist a:hover{
		border: 0px;
}
table.pagelist span{
 font: 18px Arial;
 text-align:center;
 color:black;
 border:1px solid #FFF;
 padding-left: 5px;
 padding-right: 5px;

}


.page_selected {
 font: 18px Arial;
 text-align:center;
 width:14px;height:14px;
 background-color:black;
 color:#ED3F00;
 border:0px solid #0000;
}
.page_selected a{color:#ffffff}

.page {
font: 18px Arial;
 text-align:center;
 width:14px;height:14px;
 background-color:black;
 color:#6066FF;
 border:0px solid #fff;
}
.page a{color:#6066FF; text-decoration: none;}
.page a:visited{color:#6066FF}
.page a:hover{color:#6066FF}
.page a:action{color:#6066FF}

.blank_page {
 text-align:center;
 width:14px;height:14px;
 border:1px solid #fff;
}

.blank_page a{color:#fff}

table#tbl0 td a cufon{
	margin-top: 20px;
}

div.navigation{
 text-align: right;
 margin-top: -5px;
 margin-bottom: 5px;
 font-size: 8pt;
 width: 96%;
}

div.navigation a{
    text-transform: lowercase;
}
div.navigation a span{
    text-transform: uppercase;
}

div.gallery_table{
	width: 33%;
	float: left;
	margin-bottom: 20px;
}

div.photo_table{
	width: 124px;
	float: left;
	margin-bottom: 30px;
}

td.lang{
text-align: right;
width: 100px;
font-size: 7pt;
}
td.lang a{
text-decoration: none;
}

div.itemsearch{
	margin-bottom: 10px;
	width: 95%
}


div.itemsearch div.searchtitle{
	font-size: 11pt;
}
div.itemsearch div.searchtitle a{
	text-decoration: underline;
}

div.itemsearch div.description{
	font-size: 10pt;
}
div.itemsearch div.uri a{
	font-size: 7pt;
	text-decoration: none;
}

table.search td{
	padding: 10px;
}


td.search_input{
	width: 147px;
	vertical-align: middle;
}
td.search_input input{
	width: 147px;
	height: 13px;
	font-size: 7pt;
	color: gray;
	padding: 0px 10px 0px 10px;
	background: url('/img/search_input.png') no-repeat;
	border: 0px;
}
td.search_submit{
	width: 21px;
	vertical-align: middle;
}

td.search_submit input{
	width: 21px;
	height: 13px;
	background: url('/img/search_submit.png') no-repeat;
	border: 0px;
	cursor: pointer;
}



div.rm{
	background: url('/img/rm_bg.png');
	margin-top: 20px;
	padding: 15px 0px 15px 15px;
	width: 252px;
}

div.rm a{
	color: gray;
}
div.rm a:visited {
	color: gray;
}
div.rm  A:active {COLOR: #f15b2b; }
div.rm  A:hover {COLOR: #f15b2b; TEXT-DECORATION: none}
div.rm div.block{
	padding-right: 15px;
	border-top: 2px solid #e5e5e5;
	padding-top: 11px;
	font-size: 8pt;
	color: gray;
	margin-top: 15px;
	line-height: 110%;
}

div.rm div.block img{
float: left;
height: 40px;
margin-right: 10px; 
margin-bottom: 3px;
margin-top: 2px;
}

a.read_more{
	display: block;
	color: gray;
	margin-top: 10px;
	text-align: right;
	padding-right: 14px;
	background: url('/img/pimp.png') right  center no-repeat;
}

a.news_pimp{
	display: block;
	color: gray;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 8pt;
	background: url('/img/news_pimp.png') left 3px no-repeat;
}

a.mic_pimp{
	display: block;
	color: gray;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 8pt;
	background: url('/img/mic_pimp.png') left 3px no-repeat;
}

a.article_pimp{
	display: block;
	color: gray;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 8pt;
	background: url('/img/article_pimp.png') left 3px no-repeat;
}

div.quote{
	background-color: #f1f1f1;
	padding: 10px;
	color: gray;
	font-size: 8pt;
}

div.quote img{
	width: 36px;
	height: 30px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
