body,td,input,select,textarea,pre{
	font-family: tahoma, verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

body,input,select,textarea{
	background-color:#000000;
}
body.splash{
	background-color:#EAF4EE;
}
body.detail{
	background-color:#D9E2D6;
}
/** tables **/
table.re_table{
	border-collapse: collapse;
	border: 0;
	border-left: #C5C7C7 1px solid;
	border-top: #C5C7C7 1px solid;
}

table.reTable{
	width:100%;
	border-color:#D8620F;
}
table.reTable td{
	border-color:#D8620F;
}

table.re_table td{
	border: 0;
	padding: 3px;
	border-right: #C5C7C7 1px solid;
	border-bottom: #C5C7C7 1px solid;
}

table.order{
	border-collapse: collapse;
	border: 0;
	/*border-left: #F6CB00 1px solid;
	border-top: #F6CB00 1px solid;*/
	background-color:#F6CB00;
}
table.order td{
	border: 0;
	padding: 3px;
	/*border-right: #F6CB00 1px solid;
	border-bottom: #F6CB00 1px solid;*/
}

table.noborder td{
	border: 0;
}

td.sep{
	background: url(../images/sep.gif) repeat-x;
	height:1px;
}

tr.mn td{
	vertical-align:middle;
	padding:0 15px;
}

/** headers **/
h1{
	font-size:15px;
	color:#FFFFFF;
	margin:0 0 3px 0;
	font-weight:bold;
}
h2{
	font-size: 15px;
	margin: 0 0 5px 0;
	color:#F5BD13;
	font-weight:bold;
}

h3{
	text-indent: 0px;
	font-size:140%;
	color:#FFFFFF;
	margin:0 0 5px 0;
	font-weight:bold;
}

h4{
	text-indent: 0px;
	font-size:120%;
	margin:15px 0 7px 0;
	color:#FFFFFF;
	font-weight:bold;
}

h5{
	font-family: tahoma, sans-serif;
	text-indent: 0px;
	font-size:21px;
	margin:10px 0 5px 0;
}

h6{
	font-family: tahoma, sans-serif;
	text-indent: 0px;
	font-size:11px;
	font-weight:bold;
	margin:0 0 5px 0;
}
/** forms **/
input.butmsg{
	background-color:#E5E5E5;
	border:1px solid #CCCCCC;
	color:#666666;
	font-weight:bold;
}

input.msg,select.msg,textarea.msg{
	border:1px solid #D8620F;
	color:#000000;
	background-color:#E5E5E5;
}

/*textarea.msg{
	scrollbar-face-color: #414141; 
	scrollbar-highlight-color: #666666; 
	scrollbar-shadow-color: #BBBBBB; 
	scrollbar-3dlight-color: #E2E2E2;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #EEEEEE;
}*/
/** paragraphs **/
p{
	margin: 0px 0px 7px 0px;
}
p.small{
	font-size:9px;
	margin: 3px 0px 7px 15px;
}
p.date{
  margin: 1px 0 3px 0;
	text-indent: 0px;
	font-size: 11px;
	font-weight: bold;
	color:#595959;
	text-align: left;
}

p.adr{
	font-size:10px;
  margin:0;
	text-indent: 0px;
	font-weight:normal;
	color: #F5BD13;
}

p.title{
	font-size:20px;
	line-height:90%;
	margin:0 50px 0 0;
	text-indent: 0px;
	font-weight:normal;
	color: #EC5F00;
	text-align:center;
}

p.dt_news{
	margin:7px 0 2px 0;
	font-size:9px;
	color:#F5BD13;
	font-weight:normal;
}
p.dt_news a{
	color:#F5BD13;
}

p.tit_news{
	font-size:11px;
	margin:4px 0 5px 0;
	color:#F5BD13;
	font-weight:bold;
}
p.det_news{
	font-size:11px;
	margin:5p 0 5p 0;
	text-align:left;
}

/** images **/
img{
	color:#BBBBBB;
}
#show_image{
	cursor: normal;
}
img.reImage{
	cursor: hand;
}
div.reImage,div.reImageLeft,div.reImageRight{
	cursor: hand;
	background-color:#652910;
	border:1px solid #B65700;
	padding:7px;
	margin:5px 10px 5px 0;
	float:left;
}
div.reImageRight{
	margin:0 0 5px 10px;
	float:right;
}
div.reImageLeft{
	margin:0 10px 5px 0;
	float:left;
}
ul{
	margin:3px 0 3px 35px;
}

/** links **/
a{
	color:#DDDDDD;
	text-decoration: underline;
}
a:hover{
	color:#DDDDDD;
	text-decoration: none;	
}
.tit_news a{
	color:#F5BD13;
}
/*a{color:#FFFFFF;text-decoration:none}
a:hover{color:#FFFFFF;text-decoration:underline}
a.mn{text-decoration:none;color:#FFFFFF;}
a.mn:hover{color:#FFFFFF;text-decoration:underline}*/
.imn ul{
	margin:0;
	font-size:11px;
}

.imn ul li{
	list-style:none;
	background:url(../images/ico1.gif) left bottom no-repeat;
	margin:3px 0 5px 0;
	padding:0 0 5px 47px;
}
.imn ul li.current{
	background:url(../images/ico2.gif) left bottom no-repeat;
}

.imn ul a, a.tb{
	font-size:12px;
	color:#FA6C05;
	font-weight:bold;
	text-decoration: none;
}

.imn ul a.current{
	color:#F5BD13;
	text-decoration: none;
}

.imn ul a:hover, a.tb:hover{
	color:#F5BD13;
	text-decoration: none;	
}

.smn ul{
	margin:0;
	font-size:11px;
}

.smn ul li{
	list-style:none;
	background:url(../images/ico3.gif) left top no-repeat;
	margin:0 0 3px 0;
	padding:3px 0 7px 40px;
}
.smn ul li.current{
	background:url(../images/ico4.gif) left top no-repeat;
}

.smn ul a{
	margin-left:10px;
	font-family:Verdana, tahoma;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}

.smn ul a.current{
	color:#F5BD13;
	text-decoration: none;
}

.smn ul a:hover{
	color:#F5BD13;
	text-decoration: none;	
}

.smn ul ul{
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
}

.smn ul ul li{
	list-style:none;
	background:url(../images/ico5.gif) left top no-repeat;
	margin:0;
	padding:5px 0 5px 10px;
}

.smn ul ul li.current{
	background:url(../images/ico6.gif) left top no-repeat;
	margin:0;
	padding:5px 0 5px 10px;
}

a.quest, .smn ul ul a{
	font-family:Verdana, tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
}

.smn ul ul a.current{
	color:#F5BD13;
	text-decoration: none;
}

a.quest, .smn ul ul a:hover{
	color:#F5BD13;
	text-decoration: none;	
}


a.ad{
	font-size: 9px;
	font-family: tahoma;
	color:#BBBBBB;
	text-decoration: underline;
}
a.ad:hover{
	color:#FF6600;
	text-decoration: none;	
}
.adr a{
	font-size:11px;
	color:#D9261C;
	font-weight:bold;
	text-decoration: underline;	
}
.adr a:hover{
	color:#D9261C;
	text-decoration: none;	
}

.adr1 a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;	
}
.adr1 a:hover{
	color:#FFFFFF;
	text-decoration: underline;	
}

a.none{
	color:#000000;
	text-decoration: none;
}
a.none:hover{
	text-decoration: none;	
}

a.detail{
	background:url(../images/det.gif) right 6px no-repeat;
	padding:1px 10px 5px 0;
	color:#FA6C05;
	text-decoration: underline;
}
a.detail:hover{
	color:#FA6C05;
	text-decoration: none;	
}

dl{
	margin: 3px 0 7px 0;
}
dd{
	margin: 3px 0 7px 15px;
}

/* область печати **************************/
div.hmenu{
	z-index:100;position:absolute;top:60px;width:140px;display:none;
}
div.vmenu{
	z-index:100;position:absolute;top:60px;width:140px;display:inline;margin-left:-30px;
}
div.hmenus{
	z-index:200;position:absolute;width:140px;left:-115px;display:none;
}
div.vmenus{
	z-index:200;position:absolute;width:140px;left:-115px;display:inline;margin-left:-30px;
}
div.h{
	visibility: hidden; display: none; overflow: hidden;
}
div.v{
	position: absolute; visibility: visible; display: inline; overflow: auto;
}
/* растягивание ***************************/
.bgrp{
	background-repeat: repeat;
}
.bgrpy{
	background-repeat: repeat-y;
	background-position: top;
}
.bgrpyr{
	background-repeat: repeat-y;
	background-position: top left;
}
.bgrpyl{
	background-repeat: repeat-y;
	background-position: top right;
}
.bgrpn{
	background-repeat: no-repeat;
}
.bgrpx{
	background-repeat: repeat-x;
}
.bgrpxr{
	background-repeat: repeat-x;
	background-position: top left;
}
.bgrpxl{
	background-repeat: repeat-x;
	background-position: top right;
}
.bgrpxb{
	background-repeat: repeat-x;
	background-position: bottom left;
}
.bgrpnb{
	background-repeat: no-repeat;
	background-position: bottom left;
}
.bgtr{
	background-position: top right;
}
.bgbr{
	background-position: bottom right;
}
.bgrpnc{
	background-repeat: no-repeat;
	background-position: center center;
}
/* выделение ******************************/
hr{
	border-style: #DDDDDD 1px solid;
	background-color: #DDDDDD;
	color: #DDDDDD;
	height: 1px;
}
.bordered{
	border:1px solid #808080;
}
.tbrd{
	border-top:3px solid #355880;
}
.tbrdm{
	border-top:4px solid #CCCCCC;
}
.lbrd{
	border-left:1px solid #000000;
}
.bbrd{
	border-bottom:1px solid #D8620F;
}
.bbrdm{
	border-bottom:4px solid #CCCCCC;
}
.rbrd{
	border-right:1px solid #365591;
}
.allbrd{
	border:1px solid #CAC8C9;
}
.brdtb td{
	border-top:8px solid #FFFFFF;
	border-bottom:6px solid #FFFFFF;
}
p.sss {color:#000;font-size:1px}
p.sss a {color:#000}
