/* ================================================== */
/* Main styles */
/* ================================================== */
html {
	background: #FFF;
	overflow-Y: scroll;
}
body {
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}
table {
	font-size: 11px;
}
img { border: 0; behavior: url("/admin/include/style/png.htc"); }
table.border, table.border td, table.border th {
	border-collapse: collapse;
	border: 1px solid #000000;
}

p { padding: 0 0 10px 0; margin: 0; }

h1 {
	color: #666666;
	font-size: 24px;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
}

h2 {
	color: #666666;
	font-size: 22px;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
}

h3 {
	color: #666666;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
}

a:link, a:visited {
	color: #00498B;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

ul { padding: 0; margin: 0 0 10px 0; }
ul ul { padding: 0; margin: 0 0 0 0; }
.content ul li {
	padding: 0;
	margin: 4px 0 4px 16px;
	list-style: none;
	padding-left: 14px;
	background: url(/i/li/li1.gif) 0 8px no-repeat;
}
ul ul li { background: url(/i/li/li2.gif) 0 8px no-repeat; }
ul ul ul li { background: url(/i/li/li3.gif) 0 8px no-repeat; }
ol { margin: 0 0 10px 0; padding: 0; }
ol ol { padding: 0; margin: 0 0 0 0; }
ol li {
	padding: 0;
	margin: 4px 0 4px 40px;
	list-style-position: outside;
	list-style-type: decimal;
}
ol ol li { list-style-type: lower-greek; }
ol ol ol li { list-style-type: lower-roman; }
/* -------------------------------------------------- */

/* ================================================== */
/* User styles */
/* ================================================== */
.toc {
	padding: 10px 10px 0px 10px;
	background: #FFF url(/i/bg.png) center top repeat-y;
	height: 100%;
}
.body {
	width: 980px;
	margin: auto;
}

/* Header */
.header {
	height: 80px;
	margin: 0 0 10px 0;
	position: relative;
}
.header .logo {
	position: absolute;
	top: 14px;
	left: 19px;
}
.header .date {
	position: absolute;
	top: 36px;
	left: 360px;
}
.header .search {
	position: absolute;
	top: 30px;
	left: 560px;
}
.header_hm {
	position: absolute;
	top: 65px;
	left: 765px;
	/*right: 50px;*/
}
.header_home {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 10px;
}
.header_home a:link, .header_home a:visited {
	display: block;
	width: 11px;
	height: 10px;
	background: url(/i/home.gif) 0 0 no-repeat;
}
.header_home a:hover {
	background: url(/i/home.gif) 0 -10px no-repeat;
}
.header_mail {
	position: absolute;
	top: 2px;
	left: 20px;
	width: 13px;
	height: 8px;
}
.header_mail a:link, .header_mail a:visited {
	display: block;
	width: 13px;
	height: 8px;
	background: url(/i/mail.gif) 0 0 no-repeat;
}
.header_mail a:hover {
	background: url(/i/mail.gif) 0 -8px no-repeat;
}
.header .rates {
	width: 138px;
	height: 78px;
	border: 1px solid #E3E4DF;
	position: absolute;
	top: 0;
	right: 0;
}
.header2 {
	background: #00498B;
	margin: 10px 0 10px 0;
	height: 280px;
	padding: 10px;
	clear: both;
}
.both {
	clear: both;
}

/* Main menu */
.mmenu {
	background: #003B76 url(/i/mmenu_bg.gif) repeat-x;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}
.mmenu_sep {
	background: url(/i/mmenu_sep.gif) no-repeat;
}
.mmenu a:link, .mmenu a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 16px 0 16px 0;
	zoom: 1;
}
.mmenu a:hover, .mmenu a.s:link, .mmenu a.s:visited, .mmenu a.s:hover {
	color: #FF9446;
	text-decoration: none;
	display: block;
	padding: 16px 0 16px 0;
	zoom: 1;
}

/* Body */
.h1 {
	border-bottom: 1px solid #E6E6E6;
	padding: 0 10px 6px 10px;
}
.lbar {
	float: left;
	width: 230px;
}
.rbar {
	float: right;
	width: 740px;
}
.contentBody {
	padding-top: 20px;
}
.content {
	line-height: 18px;
	padding: 10px;
}
.smenu_top {
	background: #E5E5E5;
	margin-top: 35px;
}
a.smenu:link, a.smenu:visited {
	display: block;
	font-size: 13px;
	color: #000;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
a.smenu:hover, a.smenu_s:link, a.smenu_s:visited, a.smenu_s:hover {
	display: block;
	font-size: 13px;
	color: #D85A03;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
a.smenu2:link, a.smenu2:visited {
	display: block;
	font-size: 11px;
	color: #000;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
a.smenu2:hover, a.smenu2_s:link, a.smenu2_s:visited, a.smenu2_s:hover {
	display: block;
	font-size: 11px;
	color: #D85A03;
	padding: 6px 0 6px 10px;
	border-bottom: 1px solid #E5E5E5;
	text-decoration: none;
}
.scroll_nav {
	background: #E3E4DF;
	cursor: pointer;
	text-align: center;
}
.scroll_area {
	overflow: hidden;
	width: 935px;
	margin: 0 1px 0 1px;
}
.scroll_area2 {
	width: 5000px;
}
.scroll_item {
	border: 1px solid #E3E4DF;
	width: 153px;
	margin-right: 1px;
	float: left;
	background: url(/i/scroll_bg.gif) 0 bottom repeat-x;
}

/* Leftbar */

/* Footer */
.footer_body {
	height: 50px;
	background: #666666;
	color: #B0AFAF;
	margin-top: 20px;
}
.copyright {
	float: left;
	padding: 18px 20px 0 20px;
}
.ramb {
	float: left;
	padding: 9px 3px 0 0;
}
.dev {
	float: right;
	padding: 18px 20px 0 0;
}
.dev a:link, .dev a:visited {
	color: #B0AFAF;
	text-decoration: none;
}
.dev a:hover {
	text-decoration: underline;
}
.footer_shadow {
	background: #fff url(/i/footer_shadow.png) center bottom repeat-y;
	height: 31px;


}

/* -------------------------------------------------- */

/* ================================================== */
/* Forms */
/* ================================================== */
form { margin: 0; padding: 0; }
.textbox {
	border: 1px solid #7E7E7E;
	font-size: 13px;
	font-family: Tahoma;
	padding: 2px;
	width: 300px;
}
.txt_search {
	border: 1px solid #7F9CB9;
	font-size: 11px;
	padding: 3px;
	margin-right: 1px;
	width: 170px;
	font-family: Tahoma;
}
textarea {
	border: 1px solid #7E7E7E;
	font-size: 13px;
	font-family: Tahoma;
	padding: 2px;
	width: 300px;
}
.select {
	font-size: 13px;
	font-family: Tahoma;
	width: 306px;
}
.button {
	background: #26629D;
	border: none;
	font-size: 11px;
	color: #FFF;
	font-family: Tahoma;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}
.reset {
	background: #EE6401;
	border: none;
	font-size: 11px;
	color: #FFF;
	font-family: Tahoma;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
}
/* -------------------------------------------------- */
.imap {
	float: right;
	width: 465px;
	height: 280px;
}

.city-list, .city-list li{
	margin: 0;
	padding:0;
	list-style-image: none;
	list-style-type: none;
}
.city-list{
	display: block;
	list-style-type: none;
	list-style-image: none;
	float: left;
	width: 170px;
}
.city-list a{
	font: normal 14px/1.3 Tahoma;
	color: #fff!important;
	text-decoration: none;
	outline: none;
}
.city-list a:hover, .city-list a.active{
	color: #ff9142!important;
}

.point-descr{
	background: #00649e;
	height: 100px;
	border: 1px solid #ff9142;
	font: normal 11px/1 Tahoma;
}

#point-img{
	float: left;
	width: 129px;
	height: 100px;
	overflow: hidden;
}

#point-info{
	/*width: 318px;*/
	height: 80px;
	margin-left: 5px;
	padding: 7px 10px;
	font: normal 11px/1.1 Tahoma;
	color: #fff;
	overflow: hidden;
}
#point-info a{
	color: #00d8ff;
}

#point-info p{
	margin: 0!important;
	padding: 0!important;
}

#point-info a:hover{
	text-decoration: none;
}

.map-image{
	margin-left: 170px;
}
.wGallery .none_img{
	display: none;
}
