/*****************************   anDeRan   ************************************/

body {
	background: #F2EFE1 url(../images/common/back.png);
	min-width: 998px;
	position: relative;
}

#header .inner, #content .inner, #footer .inner {
	width: 998px;
	margin: 0 auto;
	position: relative;
}

body, ul, ol, form, h1, h2, h3, h4, p {
	padding: 0;
	margin: 0;
}

body, table, input, textarea, select {
	font: 12px Arial, "Nimbus Sans L", Garuda, sans-serif;
}

img {
	border-width: 0;
	vertical-align: middle;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #1B5F9A;
}

.clear {
	clear: both;
}

p {
	padding-bottom: 14px;
}

.to-left {
	float: left;
}

.to-right {
	float: right;
}

img.to-left {
	margin: 0 10px 5px 0;
}

img.to-right {
	margin: 0 0 5px 10px;
}

big {
	font-size: 16px;
	font-weight: bold;
}

.attention {
	color: #D00;
}

/* HEADER */
#header {
	min-width: 998px;
}
#header .inner {
	height: 415px;
	z-index: 9;
}

.hdr-left-bg {
	position: absolute;
	width: 50%;
	top: 83px;
	left: 0;
	height: 179px;
	background-image: url(../images/common/hdr_left_bg.jpg);
}

.hdr-right-bg {
	position: absolute;
	width: 50%;
	top: 140px;
	left: 49.99%;
	height: 227px;
	background-image: url(../images/common/hdr_right_bg.jpg);
}

.corner-right {
	position: absolute;
	width: 489px;
	height: 57px;
	top: 83px;
	left: 50%;
	background-image: url(../images/common/hdr_left_bg.jpg);
}

.corner-right span {
	position: absolute;
	width: 10px;
	height: 57px;
	background: url(../images/common/brown_corners.png) 10px;
	right: -10px;
}

.corner-left {
	position: absolute;
	width: 489px;
	height: 227px;
	top: 140px;
	margin-left: -489px;
	left: 50%;
	background-image: url(../images/common/hdr_right_bg.jpg);
}

.corner-left span {
	position: absolute;
	width: 10px;
	height: 23px;
	background: url(../images/common/brown_corners.png) no-repeat left bottom;
	left: -10px;
	top: 204px;
}

#header h1 {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	margin: 18px 0 0 14px;
}

#header h1 a {
	color: #333;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: underline;
}

#icons {
	list-style-type: none;
	position: absolute;
	right: 22px;
	top: 6px;
	z-index: 1;
}

#icons li {
	padding: 5px 0 0 2px;
	width: 21px;
	height: 18px;
	text-indent: -1000em;
	overflow: hidden;
	margin-bottom: 3px;
}

#icons li.active {
	background-image: url(../images/common/icon_bg.png);
}

#icons li * {
	display: block;
	width: 19px;
	height: 12px;
	background-image: url(../images/common/icons.png);
}

.ico-home a { background-position: 0 0; }
.ico-email a { background-position: -19px 0; }
.ico-sitemap a { background-position: -38px 0; }

.ico-home a:hover, .ico-home strong { background-position: 0 -12px; }
.ico-email a:hover, .ico-email strong { background-position: -19px -12px; }
.ico-sitemap a:hover, .ico-sitemap strong { background-position: -38px -12px; }

#nav {
	position: absolute;
	list-style-type: none;
	background-color: #2F3C49;
	top: 310px;
}

#nav li {
	float: left;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	margin: 0 8px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}

#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0 14px;
}

#nav a:hover {
	color: #5EB3F4;
	text-decoration: none;
}

#nav ul {
	position: absolute;
	font-size: 11px;
	list-style-type: none;
	padding: 17px 0 7px;
}

#nav ul li {
	float: none;
	font-weight: normal;
	height: auto;
	line-height: 14px;
	padding: 0 14px;
	margin: 0;
	position: static;
	overflow: visible;
}

#nav ul ul {
	position: static;
	margin: 2px 0;
	padding: 0;
	background-image: none;
}

#nav ul ul li {
	background: url(../images/common/bullet.png) no-repeat 7px 50%;
	padding: 0 0 0 17px;
}

#nav ul a {
	display: inline;
	padding: 0;
}

#nav ul a:hover {
	text-decoration: underline;
}

#nav .active {
	position: relative;
	height: 38px;
	line-height: 28px;
	background: #1C62A0 url(../images/common/arrow.png) no-repeat 50% 27px;
	margin: 3px 4px 0;
	padding: 0 10px;
	z-index: 1;
}

#nav .active.lined {
	line-height: 30px;
}

#nav .active span {
	position: absolute;
	width: 4px;
	height: 38px;
	background-image: url(../images/common/nav_borders.png);
	top: 0;
}

#nav .active .border-left { background-position: 0 0; left: -4px; }
#nav .active .border-right { background-position: 4px 0; right: -4px; }

#nav .sub {
	position: absolute;
	left: 0;
	top: 35px;
	background-image: url(../images/common/nav_bg.png);
}

#nav .sub ul {
	position: static;
}

#nav .border-bottom {
	background-image: url(../images/common/nav_bg.png);
	height: 6px;
	left: 6px;
	position: absolute;
}

#nav .corn-left {
	position: absolute;
	background-image: url(../images/common/nav_corner_left.png);
	height: 6px;
	width: 6px;
}

#nav .corn-right {
	position: absolute;
	background-image: url(../images/common/nav_corner_right.png);
	height: 6px;
	width: 6px;
}

#hdr-img {
	position: absolute;
	width: 639px;
	height: 170px;
	top: 140px;
	background: url(../images/headers/maxi/default.jpg) no-repeat;
}

#hdr-img .gradient {
	background-image: url(../images/common/blue_gradient.png);
	position: absolute;
	height: 179px;
	width: 265px;
	margin-left: 374px;
}

#hdr-img .corner {
	background-image: url(../images/common/corner.png);
	position: absolute;
	height: 9px;
	width: 8px;
}

form.search {
	position: absolute;
	background: url(../images/common/search_bg.png) no-repeat;
	padding: 2px 0 0 0;
	width: 180px;
	margin: 42px 0 0 14px;
}

form.search .field {
	background-color: transparent;
	border-width: 0;
	font-size: 11px;
	color: #000;
	width: 125px;
	margin: 0 0 0 13px;
	padding: 0;
}

form.search .button {
	border-width: 0;
	background: transparent url(../images/common/search_btn.png) no-repeat;
	width: 36px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	vertical-align: top;
}

#positions {
	position: absolute;
	margin: 90px 0 0 10px;
}

#positions p {
	float: left;
	padding: 1px 18px 0 36px;
	width: 208px;
	color: #333;
	font-size: 11px;
}

.ico-muay-thai { background: url(../images/icons/muay_thai.png) no-repeat 0 3px; }
.ico-odessa { background: url(../images/icons/odessa.png) no-repeat; }
.ico-ukraine { background: url(../images/icons/ukraine.png) no-repeat 9px 0; }

#ask {
	position: absolute;
	background: url(../images/common/name.png) no-repeat 1px 0;
	margin: 175px 0 0 625px;
	width: 160px;
}

#ask a {
	display: block;
	margin-top: 33px;
	width: 126px;
	height: 26px;
	background-image: url(../images/common/btn_ask.png);
	text-align: center;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#face {
	position: absolute;
	background-repeat: no-repeat;
	bottom: 48px;
	right: 6px;
}

#balloon {
	position: absolute;
	visibility: hidden;
	right: 198px;
	top: 34px;
}

#balloon div {
	position: relative;
	background-color: #FFF;
	color: #333;
	font-size: 11px;
	padding: 4px;
}

#balloon span {
	position: absolute;
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
}

#balloon span.b-tl { background-image: url(../images/common/balloon_tl.png); left: -5px; top: -5px; }
#balloon span.b-top { background-color: #FFF; width: 100%; left: 0; top: -5px; }
#balloon span.b-tr { background-image: url(../images/common/balloon_tr.png); right: -5px; top: -5px; }
#balloon span.b-right { background-color: #FFF; height: 100%; right: -5px; top: 0; }
#balloon span.b-br { background-image: url(../images/common/balloon_br.png); width: 189px; height: 42px; right: -25px; bottom: -40px; }
#balloon span.b-bottom { background-color: #FFF; width: 100%; left: 0; bottom: -5px; }
#balloon span.b-bl { background-image: url(../images/common/balloon_bl.png); left: -5px; bottom: -5px; }
#balloon span.b-left { background-color: #FFF; height: 100%; left: -5px; top: 0; }

#balloon strong {
	font-weight: normal;
}

#balloon #balloon-full {
	position: absolute;
	visibility: hidden;
	padding: 0;
}

#balloon-full {
	width: 400px;
	padding: 14px 12px 0;
}

#balloon-close {
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	background-image: url(../images/common/btn_close.png);
	z-index: 9999;
	top: 0;
	right: 0;
}

#balloon-close:hover {
	background-position: 0 -15px;
}

/* CONTENT */

.col-left {
	float: left;
	width: 744px;
}

.col-right {
	float: left;
	width: 254px;
}

#content h2 {
	font-size: 13px;
}

.block-maxi {
	margin: 8px 0 87px 8px;
	background-image: url(../images/common/brown_bg.jpg);
	width: 705px;
	min-height: 163px;
	position: relative;
}

.brown-corner-top, .brown-corner-bottom {
	display: block;
	width: 705px;
	position: absolute;
	background-image: url(../images/common/brown_sides.png);
}

.brown-corner-top {
	height: 170px;
	margin-top: -8px;
}

.bottom-fix {
	position: relative;
	display: block;
	height: 0;
}

.brown-corner-bottom {
	height: 8px;
	bottom: -8px;
	left: 0;
	background-position: bottom;
}

*+html .brown-corner-bottom {
	z-index: -1;
}

.block-maxi .text {
	position: relative;
	padding: 0 25px 5px;
	min-height: 163px;
}

.block-maxi h2 {
	padding: 0 0 6px 0;
}

.block-maxi ul {
	margin: 0 0 14px 16px;
}

.block-maxi ul li {
	padding: 1px 0;
}

.block-maxi ul ul {
	margin-bottom: 0;
}

.block-maxi ol {
	margin: 0 0 14px 22px;
}

.home-block {
	position: absolute !important;
}

.blue-maxi {
	width: 689px;
	height: 179px;
	background-image: url(../images/common/blue_bg.jpg);
	position: relative;
	margin: 0 0 10px -25px;
	z-index: 2;
}

.blue-corner-left, .blue-corner-right {
	display: block;
	width: 8px;
	height: 179px;
	position: absolute;
	background-image: url(../images/common/blue_sides.png);
}

.blue-corner-left {
	margin-left: -8px;
	background-position: 0;
}

.blue-corner-right {
	right: -8px;
	background-position: 8px;
}

.blue-maxi h2 {
	position: absolute;
	padding: 0 0 6px 131px;
}

.blue-maxi .face {
	position: absolute;
	bottom: 0;
	left: 0;
}

.photos .photo {
	background-image: url(../images/common/border.png);
	padding: 4px;
}

.blue-maxi .photos {
	position: absolute;
	margin: 45px 0 0 28px;
}

.blue-maxi .photos a {
	float: left;
	margin-right: 17px;
	text-decoration: none;
}

.blue-maxi .photos a span {
	position: absolute;
	margin: 100px 0 0 -127px;
	cursor: pointer;
}

.blue-note {
	padding: 15px 20px 0 158px;
	overflow: hidden;
	height: 150px;
	color: #FFF;
}

.spaced .photo {
	margin-right: 40px !important;
}

.scroll-text {
	position: absolute;
	width: 346px;
	margin: 46px 0 0 340px;
	background: url(../images/common/scroll_bg.png) no-repeat 339px 0;
	position: absolute;
	overflow: hidden;
	height: 104px;
}

.scroll-text div {
	width: 330px;
	position: absolute;
}

.scroll-text div p {
	background: url(../images/common/dotted.png) repeat-x bottom;
	font-size: 11px;
	padding: 3px 0 8px;
	margin-bottom: 6px;
}

.scroll-text div p strong {
	color: #FC0;
	padding-right: 3px;
}

.scroll-text div p a {
	color: #FFF !important;
	text-decoration: none;
}

.scroll-text div p a:hover {
	text-decoration: underline;
}

.track {
	position: absolute;
	width: 12px;
	height: 22px;
	background: url(../images/common/scroll_track.png) no-repeat 1px 50%;
	top: 0;
	right: -2px;
	cursor: pointer;
}

.track-over {
	background-image: none;
	background-color: #FC0;
}

.blue-maxi h3 {
	font-size: 13px;
	color: #FFF;
	position: absolute;
	margin: 10px 0 0 26px;
}

.blue-maxi h3.offset-left {
	width: 330px;
	height: 30px;
	margin: 8px 0 0 340px;
	overflow: hidden;
}

.arrows {
	position: absolute;
	left: 656px;
	top: -21px;
	width: 48px;
}

.arrows a {
	float: left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	text-indent: -1000em;
	margin-right: 8px;
	background-image: url(../images/common/arrows.png);
}

.arrows .arr-prev { background-position: 0 0; }
.arrows .arr-next { background-position: 15px 0; }
.arrows .arr-prev:hover { background-position: 0 15px; }
.arrows .arr-next:hover { background-position: 15px 15px; }

.block-mini {
	background: url(../images/common/brown_mini.png) no-repeat;
	padding-top: 30px;
}

.blue-mini {
	margin: 8px 0 28px;
	background-image: url(../images/common/blue_bg.png);
	width: 254px;
	min-height: 138px;
	position: relative;
}

.blue-corner-top, .blue-corner-bottom {
	display: block;
	width: 254px;
	position: absolute;
	background-image: url(../images/common/blue_sides2.png);
}

.blue-corner-top {
	height: 107px;
	margin-top: -8px;
}

.blue-corner-bottom {
	height: 8px;
	bottom: -8px;
	left: 0;
	background-position: bottom;
}

.block-mini .text {
	position: relative;
	color: #FFF;
	font-size: 11px;
	padding: 7px 21px 22px;
}

.block-mini .text p {
	padding-bottom: 12px;
}

.block-mini h2 {
	position: absolute;
	margin-top: -23px;
	padding-left: 11px;
}

.block-mini h3 {
	font-size: 12px;
	margin-bottom: 15px;
}

.block-mini a {
	color: #FC0 !important;
}

.block-mini h2 a{
	text-decoration: none;
	color: #000 !important; 
}

.block-mini h3 a{
	text-decoration: none;
	color: #FFF !important;
}

.block-mini .arrows {
	left: 204px;
	top: -31px;
}

.block-mini a:hover {
	text-decoration: none;
}

.block-mini p.photo {
	margin-top: 8px;
}

.block-mini p.photo img {
	vertical-align: top;
	border: 3px solid #FFF;
}

.poll ul {
	list-style-type: none;
	color: #000;
}

.poll label {
	display: block;
	width: 165px;
	margin: -18px 0 13px 24px;
}

.poll p.button {
	text-align: right;
	padding-bottom: 0;
}

.poll input.button {
	background: url(../images/common/btn_poll.png) no-repeat;
	width: 76px;
	font-size: 11px;
	color: #FFF;
	border-width: 0;
	font-weight: bold;
	cursor: pointer;
	padding: 4px 0 5px;
}

.poll table {
	font-size: 11px;
	color: #000;
}

.poll td {
	padding: 4px 6px;
}

.poll .percent {
	color: #FC0;
	font-weight: bold;
}

.poll .vote-total {
	border-top: 1px solid #FFF;
	margin-top: 8px;
	text-align: right;
	font-weight: bold;
	padding: 10px 1px 0 0;
}

.block-full {
	background: url(../images/common/brown_full.png) no-repeat;
	padding-top: 37px;
	height: 100%;
	margin-top: -8px;
}

.blue-full {
	width: 982px;
	height: 179px;
	background-image: url(../images/common/blue_bg.jpg);
	position: relative;
	margin: 0 0 46px 8px;
}

#marquee {
	position: absolute;
	font-size: 11px;
	margin: -23px 0 0 13px;
	width: 972px;
	overflow: hidden;
	white-space: nowrap;
}

#marquee a {
	text-decoration: none;
}

#marquee a:hover {
	text-decoration: underline;
}

.blue-full h2 {
	color: #FFF;
	padding: 19px 0 18px 27px;
}

.videos {
	position: relative;
	font-size: 11px;
	margin-left: 27px;
	width: 930px;
	overflow: hidden;
	height: 100px;
}

.videos .container {
	position: absolute;
	width: 5000px;
}

.videos .container div {
	float: left;
	width: 155px;
	padding: 0 10px 0 145px;
}

.videos a.photo {
	position: absolute;
	background-image: url(../images/common/border.png);
	padding: 4px;
	margin: 0 0 0 -145px;
}

.videos a.photo img {
	vertical-align: top;
}

.videos .date {
	color: #FC0;
	line-height: 18px;
}

.videos a {
	color: #FC0 !important;
}

.videos a:hover {
	text-decoration: none;
}

.videos p {
	max-height: 42px;
	padding: 0;
	margin-bottom: 8px;
	overflow: hidden;
}

.videos p a {
	font-weight: bold;
	color: #000 !important;
	text-decoration: none;
}

.videos p a:hover {
	text-decoration: underline;
}

.arr2-prev, .arr2-next {
	position: absolute;
	background-image: url(../images/common/arrows2.png);
	width: 14px;
	height: 22px;
	text-indent: -1000em;
	overflow: hidden;
	top: 88px;
}

.arr2-prev { background-position: 0 0; left: -1px; }
.arr2-next { background-position: 14px 0; right: 0; }
.arr2-prev:hover { background-position: 0 22px; }
.arr2-next:hover { background-position: 14px 22px; }

.text .date {
	color: #1B5F9A;
}

.text h4 {
	font-size: 12px;
	margin-bottom: 14px;
}

.text h4.no-offset {
	margin-bottom: 0;
}

h2.full {
	margin: 0;
	padding: 13px 0 18px;
}

h2 a {
	text-decoration: none;
}

h3 a {
	text-decoration: none;
}

.video-flv {
	margin-bottom: 14px;
}

.pages-nav {
	text-align: right;
}

.gallery {
	width: 680px;
	margin-right: -35px;
	padding-left: 10px;
}

.gallery p {
	float: left;
	width: 142px;
	padding: 0 28px 28px 0;
}

.gallery p img {
	border: 3px solid #FFF;
	margin-bottom: 5px;
}

.gallery p a:hover img {
	border-color: #20619A;
}

.pages {
	padding-bottom: 0;
	height: 22px;
	margin-bottom: 14px;
}

.pages a, .pages strong {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #E4E4E4;
	background-color: #F2F2F2;
	margin-right: 3px;
	float: left;
}

.pages a {
	color: #777;
	text-decoration: none;
}

.pages a:hover {
	background-color: #E4E4E4;
}

.pages strong {
	color: #A2A2A2;
	font-weight: normal;
}

#comments {
	background: url(../images/common/dashed.png) repeat-x;
	padding-top: 14px;
}

#comments .date {
	font-size: 11px;
}

.nav-comments {
	padding: 0;
	height: 47px;
}

.nav-comments strong, .nav-comments a {
	display: block;
	float: left;
	padding: 8px 10px;
	background-color: #FFF;
	margin-right: 7px;
	cursor: pointer;
	font-weight: bold;
}

.nav-comments .active {
	color: #1B5F9A;
	cursor: auto;
}

.nav-comments a {
	text-decoration: none;
}

.nav-comments a:hover {
	color: #000;
}

#comments .container {
	overflow: hidden;
	padding: 0 10px;
}

#comments .reponse {
	display: block;
	padding: 4px 0 0 20px;
}

#comments .reponse span {
	color: #070;
	font-size: 11px;
}

.form {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	padding: 0 10px;
}

.form p {
	clear: left;
	padding-bottom: 6px;
}

.form label {
	float: left;
	width: 82px;
	line-height: 20px;
}

.form input.field, .form textarea {
	border: 1px solid #A5ACB2;
	background-color: #FFF;
	padding: 3px 2px;
}

.form input.field {
	width: 160px;
}

.form textarea {
	width: 477px;
	height: 127px;
	overflow: auto;
}

.form p.button {
	padding-left: 82px;
}

.form input.button {
	border: 1px solid #A5ACB2;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	padding: 2px 0;
	width: 84px;
	cursor: pointer;
	margin-right: 1px;
}

.form .captcha input.field {
	width: 53px;
}

.form .captcha img {
	border: 1px solid #A5ACB2;
	vertical-align: top;
}

.form input.error, .form textarea.error {
	border-color: #C60 !important;
}

.form label.error {
	color: #B30;
}

#questions {
	padding-top: 7px;
}

#questions div.question {
	background: url(../images/common/dashed.png) repeat-x;
	padding-top: 12px;
}

.form-ask {
	position: relative;
	visibility: visible;
	overflow: visible;
	padding: 13px 0 0 120px;
	color: #FFF;
}

.form-ask p {
	padding-bottom: 0;
}

.form-ask p.field {
	height: 34px;
}

.form-ask p.area {
	height: 96px;
}

.form-ask label {
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

.form-ask label.error {
	color: #FC3;
}

.form-ask textarea {
	width: 423px;
	height: 77px;
}

.form-ask p.fld-email {
	position: absolute;
	margin-top: -34px;
	right: 38px;
}

.form-ask p.captcha {
	padding-left: 86px;
}

.form-ask p.button {
	position: absolute;
	bottom: 0;
	right: 38px;
}

#hint {
	position: absolute;
	z-index: 9;
}

#hint div {
	position: relative;
	width: 186px;
}

#hint span.h-cnt {
	display: block;
	background-color: #20619A;
	color: #FFF;
	padding: 1px 15px 3px;
	font-size: 11px;
}

#hint span.h-top, #hint span.h-bot {
	position: absolute;
	left: 0;
	width: 186px;
	overflow: hidden;
}

#hint span.h-top {
	background-image: url(../images/common/hint_top.png);
	height: 20px;
	top: -20px;
}

#hint span.h-bot {
	background-image: url(../images/common/hint_bot.png);
	height: 5px;
	bottom: -5px;
}

#ajax-loading {
	position: absolute;
	width: 46px;
	height: 46px;
	background: #FFF url(../images/common/loading.gif);
	z-index: 10000;
}

.sub-hdr {
	background: url(../images/common/dashed.png) repeat-x bottom;
	font-size: 15px;
	padding: 8px 0 13px;
	margin-bottom: 11px;
	color: #FFF;
}

.more-pages {
	padding-bottom: 20px;
}

.poll-result h4 {
	margin-bottom: 2px;
}

.poll-result table {
	margin-bottom: 18px;
}

.poll-result .percent {
	font-weight: bold;
	padding-left: 20px;
}

span.underlined {
	text-decoration: underline;
}

#registration {
	visibility: visible;
	position: relative;
}

#registration label {
	float: none;
	width: auto;
	display: block;
}

#quests-links {
	padding-top: 10px;
	height: 100%;
	margin-right: -20px;
	width: 675px;
}

#quests-links a, #quests-links strong {
	float: left;
	width: 116px;
	background-color: #FFF;
	font-weight: bold;
	height: 31px;
	line-height: 30px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
}

#quests-links .l-registration {
	width: 150px;
}

#quests-links a.link-on {
	background-color: #FC0;
}

.quests-borders {
	border-width: 1px 0;
	border-color: #000;
	border-style: dashed;
	padding: 16px 0;
	margin-bottom: 20px;
}

#quests-messages, #quests-confirms {
	background-color: #FFF;
	border: 1px solid #A5ACB2;
	height: 196px;
	overflow: auto;
	padding: 7px 15px;
}

#quests-confirms {
	margin-top: 15px;
}

#quests-messages p, #quests-confirms p {
	padding-bottom: 4px;
}

#quests-teams {
	position: relative;
	/*margin: 5px 0 0 12px;*/
	overflow: auto;
	font-size: 11px;
	color: #FFF;
}

#quests-teams span.name {
	float: left;
	width: 172px;
}

#quests-teams span.points {
	float: left;
	width: 38px;
	text-align: center;
	color: #FC0;
	font-weight: bold;
}

.teams-hdr span {
	border-bottom: 1px solid #FFF;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

#quests-teams p {
	padding-bottom: 3px;
}

.btn-icon {
	cursor: pointer;
}

#quests-fields {
	padding-top: 9px;
	padding-bottom: 0;
}

#quests-fields input.field {
	border: 1px solid #A5ACB2;
	background-color: #FFF;
	padding: 3px 2px;
	width: 367px;
}

#quests-fields input.button {
	border: 1px solid #A5ACB2;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	padding: 2px 0;
	width: 84px;
	cursor: pointer;
	margin-left: 7px;
}

#quests-fields input.btn-help {
	color: #1D9E07;
}

#quests-fields input.btn-question {
	color: #F00;
}

.form-quests {
	position: relative;
	visibility: visible;
	overflow: visible;
	padding: 22px 0 0 120px;
	color: #FFF;
}

.form-quests p {
	padding-bottom: 0;
}

.form-quests p.field {
	height: 34px;
}

.form-quests label {
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

.form-quests label.error {
	color: #FC3;
}

.form-quests p.fld-password {
	position: absolute;
	margin-top: -34px;
	right: 38px;
}

.form-quests p.button {
	padding: 10px 0 0 447px;
}

.form-quests .msg-error {
	position: absolute;
}

.quests-blue {
	padding: 18px 0 0 180px;
	color: #FFF;
}

.quests-welcome {
	font-weight: bold;
	width: 294px;
}

.quests-welcome span {
	color: #DFD4AD;
}

.quests-welcome a {
	color: #FC0;
	font-size: 11px;
	font-weight: normal;
}

.quests-welcome a:hover {
	text-decoration: none;
}

.quests-params {
	position: absolute;
	width: 190px;
	right: 0;
	padding-top: 5px;
}

.quests-params p {
	height: 53px;
	padding-bottom: 0;
}

.quests-params span {
	float: left;
	width: 93px;
	text-align: right;
	font-weight: bold;
	margin-top: 4px;
}

.quests-params span.double {
	margin-top: -3px;
}

.quests-params strong {
	float: left;
	width: 84px;
	height: 22px;
	line-height: 22px;
	background-color: #FFF;
	border: 1px solid #A5ACB2;
	color: #1D9E07;
	text-align: center;
	margin-left: 7px;
	white-space: nowrap;
}

.quests-params em {
	font-style: normal;
}

.quests-result {
	border-collapse: collapse;
}

.quests-result td, .quests-result th {
	border: 1px solid #000;
	font-size: 11px;
}

#xmap {
	width: 655px;
	height: 590px;
	margin-bottom: 10px;
}

#xcoords {
	display: none;
}

.cwindow img {
	float: left;
	margin-right: 15px;
}

.cwindow .wright {
	float: left;
	width: 300px;
	padding-top: 8px;
}

.cwindow .date {
	font-weight: bold;
}

.cwindow .child {
	font-size: 16px;
	font-weight: bold;
}

#map-filter {
	background-color: #FFF;
	padding: 10px 0 12px 24px;
	font-size: 16px;
}

#map-filter #datepicker {
	border-width: 0;
	background-color: #FFF;
}

#positions p.ico-map {
	padding: 0 0 0 26px;
	height: 38px;
	line-height: 40px;
	background: url(../images/common/icon_map.png) no-repeat;
	font-size: 13px;
	margin-left: 84px;
}

/* FOOTER */

#footer {
	background-image: url(../images/common/ftr_bg.jpg);
	height: 172px;
	font: 10px Tahoma, Kalimati, "Bitstream Vera Sans", sans-serif;
	color: #333;
}

#banners-own {
	position: absolute;
	margin: 0 0 0 4px;
	height: 94px;
	line-height: 94px;
}

#banners-own img {
	margin: 0 17px;
}

#banners-ext {
	position: absolute;
	margin: 0;
	right: 12px;
	height: 94px;
	line-height: 94px;
}

#banners-ext img {
	margin: 0 1px;
}

#nav-ftr {
	position: absolute;
	font-size: 11px;
	border-bottom: 1px solid #666;
	width: 969px;
	text-align: center;
	padding-bottom: 12px;
	margin: 92px 0 0 15px;
}

#nav-ftr a {
	color: #333;
	text-decoration: none;
}

#nav-ftr a:hover {
	color: #09F;
	text-decoration: underline;
}

#rss-link {
	position: absolute;
	margin: 128px 0 0 15px;
}

#copyright {
	position: absolute;
	margin: 127px 0 0 44px;
}

#developed {
	position: absolute;
	right: 15px;
	margin-top: 127px;
	text-align: right;
}

#developed a {
	color: #09F;
	text-decoration: none;
}

#developed a:hover {
	text-decoration: underline;
}

