
body{
	background-color: #737373;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.6;
	font-size: 0.8em;
	//background-attachment: fixed;
	//background-image: url('/off-line/i/0.gif');
	//background-repeat: no-repeat
}

img {
	border: 0;
}

a {
	color: #008fd4;
}
a:visited {
	color: #3f3cb8;
}
a:hover {
	color: #cf1e0a;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #2763ab;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #cf1e0a;
}

.loading {
	background: url( '/off-line/i/progress.gif' ) no-repeat 50% 50% !important;
}

.progress {
	background: url('/off-line/i/progress.gif') repeat-x 0 0;
	height: 20px;
	width: 20px;
}

.errors {
	margin-bottom: 1em;
	color: #cf1e0a;
}

html, body, img, ul, li, dl, dd, dt, h1, h2, h3, p, td, form {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
	line-height: 1px;
	width: 1px;
	font-size: 1px;
}

.clickable {
	cursor: pointer;
	cursor: hand;
}

table {
	border-collapse: collapse;
}



#fader {
	background-color: #000000;
	filter: alpha(opacity=50);
	height: 100%;
	left: 0;
	opacity: .5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	//left: expression( parseInt( document.documentElement.scrollLeft, 10 ) + "px" );
	//position: absolute;
	//top: expression( parseInt( document.documentElement.scrollTop, 10 ) + "px" );
}



/**************************
 * Сетка страницы
 */

#measurer {
	position: absolute;
	width: 100%;
	height: 1em;
	line-height: 1em;
	bottom: 0;
	visibility: hidden;
}

#outer {
/*
	//height: 100%;
	min-height: 100%;
*/
	position: relative;
	background-color: #ffffff;
}

#outer, #footer {
	/*margin: auto;*/
	max-width: 1600px;
	min-width: 970px;
	width: 100%;
	width: expression(
			(document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 970)
			? 970
			: "100%"
	);
	text-align: left;
}


#breadcrumbs, #content, #logo, #copyright {
	float: left;
	width: 62%;
	margin-right: 4%;
	position: relative;
	left: 5%;
}

#right, #user-info, .counters {
	position: relative;
	float: left;
	width: 28%;
	left: 6%;
}




/**************************
 * Подвал
 */

#clearfooter {
	clear: both;
	height: 3em;
/*
	height: 8em;
*/
}

#footer {
/*
	height: 5em;
	margin-top: -5em;
	background: #043637;
*/
	position: relative;
	color: #c8c8c8;
}

#copyright, .counters {
	padding: 1em 0 1em 0;
	font-size: 0.85em;
	position: relative;
}

.counters div {
	float: left;
	padding-right: 1em;
}

.counters .liveinter img {
	margin-left: -7px;
}

#footer a, #footer a:visited {
	color: #c8c8c8;
}

#footer a:hover {
	color: #cf1e0a;
}

#footer td {
	padding: 0 5em 0 0;
	vertical-align: top;
}


/**************************
 * Шапка
 */

#header {
	margin-bottom: 2.4em;
	overflow: hidden;
	padding-bottom: 1em;
	position: relative;
	width: 100%;
}

#logo {
	margin-top: 2em;
	margin-bottom: 1.5em;
}

#user-info {
	margin-top: 2em;
}

#user-info .auth {
	list-style-type: none;
	/*font-size: .85em;*/
}

#user-info .auth li {
	float: left;
	padding-right: 2em;
}

/* Фикса для IE 6 */
#user-info .logon {
	//margin-right: 2em;
}

#user-info .auth .user {
	padding-right: 5em;
}

#user-info .auth .user span {
	color: #999999;
	font-size: 0.85em;
}

#user-info .logon i {
	background: transparent url('/off-line/i/i-logon.gif') no-repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0.4em -22px -100% 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 13px;
	left: -22px;
	width: 16px;
}

#user-info .logout i {
	background: transparent url('/off-line/i/i-logout.gif') no-repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0.25em -22px -100% 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 16px;
	left: -22px;
	width: 16px;
}



/**************************
 * Главное меню
 */

.menu {
	font-size: 1.6em;
	margin-bottom: 3em;
}

.menu li {
	list-style-type: none;
	margin: 0 0 0.5em 0;
}

.menu .selected a,
.menu .selected a:visited {
	color: #000000;
}

.menu .selected a:hover {
	color: #cf1e0a;
}

.menu ul {
	margin-bottom: 1em;
}

.menu ul li {
	font-size: 0.75em;
	margin-left: 1em;
}

.menu ul .selected {
	font-weight: bold;
}



/**************************
 * Алтернативная навигация
 */

#breadcrumbs {
	font-size: .85em;
	line-height: 1.3;
	margin-bottom: -1.3em;
	position: relative;
	top: -1.5em;
	color: #999999;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #999999;
}

#breadcrumbs a:hover {
	color: #cf1e0a;
}

#breadcrumbs a, #breadcrumbs span {
	padding-right: 0.5em;
}



/**************************
 * Персональное меню
 */

.personal_menu ul {
	padding: 0 0 0.5em 0;
	width: 100%;
}

.personal_menu li {
	list-style-type: none;
	margin: 0 !important;
	padding-bottom: 0.9em !important;
}

.right_menu .selected {
	font-weight: bold;
}




/**************************
 * Формы
 */

form .row {
	clear: left;
	margin: 0 0 1.5em 0;
	width: 70%;
}

form .label {
	float: left;
	font-weight: normal;
	margin: 0 -100% 0 0;
	width: 11em;
}

form .field {
	margin: 0 0 0 12em;
}

form .width .label {
	width: 23em;
}

form .width .field {
	margin: 0 0 0 24em;
}

form .field .text {
	width: 97%;
}

form .field .example {
	display: block;
	font-size: 85%;
	text-decoration: none;
	color: #999999;
}

form .selector {
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	min-height: 12px;
	position: relative;
	width: 97%;
}

form .selector input {
	height: 14px;
	left: 0;
	margin: -6px 0 0;
	position: absolute;
	top: 0.6em;
}

form .selector label {
	display: block;
	margin: 0 0 0 20px;
}

form .required dt label {
	color: #ff3300;
}

form .button {
	cursor: pointer;
	cursor: hand;
	font-size: 1.2em;
}

form .month {
	width: 7em;
	margin: 0 0.5em 0 0.5em;
}


/* Подробная информация, заголовки */
form .more_switcher {
	margin: 1em 0 1em 0;
}

form h3 {
	margin-bottom: 0.9em;
}




/**************************
 * Логин пользователя
 */

#user-enter {
	left: 50%;
	margin-left: -20em;
	position: fixed;
	top: 10%;
	z-index: 15;
	//position: absolute;
	//top: expression( parseInt(document.documentElement.clientHeight * 0.1 + document.documentElement.scrollTop, 10) + "px" );
	//text-align: left;
}

.bicar {
	position: relative;
	width: 40em;
	margin: 0 auto;
	text-align: left;
	color: #000;
	background: #fff;
}

#user-enter .row {
	width: 100%;
}

.bicar .bicar-section {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px 5px;
	position: absolute;
	overflow: hidden;
}
.bicar .bicar-section .bicar-content {
	width: 36em;
	padding: 1em 2em;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: left;
}

#user-enter .progress {
	position: absolute;
	margin-top: 0.2em;
	margin-left: 10px;
}

.icon_close {
	position: absolute;
	right: 1em;
	top: 1em;
}

.bicar-content h2 {
	margin: 0 0 1em 0;
}


/**************************
 * Текст
 */


h1, h2, h3, h4 { font-weight: normal; line-height: 1.2; }

h1 { font-size: 2.4em; margin: 0 0 0.9em 0; }
h2 { font-size: 1.6em; margin: 1.2em 0 0.5em; }
h3 { font-size: 1.2em; margin: 1.5em 0 0.5em; }
h2:first-child,h3:first-child { margin-top: 0; }

h1+h2,h1+h3,h2+h3 { margin-top: 0; }

#content h1 { color: #b00000; }
#content h2 { color: #008fd4; }
#content h3 { color: #1a6b1a; line-height: 1.3; }
#content h4 { color: #444648; }

#content p { margin-bottom: 0.9em; }

#content em { font-size: 1.2em; line-height: 1.3em; color: #b00000; }

#content .desc { color: #666666; font-size: 0.85em; }

#content ul { padding: 0 0 0.6em 0 }
#content li { padding: 0 0 0.5em 0; margin-left: 1.3em; }


#content .grid { width: 100%; }
#content .grid td { vertical-align: top; padding-top: 0.5em; }
#content .grid td.right { padding-right: 3em; }

#content .data { width: 100%; }
#content .data td { padding: 2em 2em 0 0; vertical-align: top; }


#content .preview {
	float: left;
	margin: 0.3em 2em 1.2em 0;
}

#content .indexes {
	width: 100%;
}

#content .indexes td {
	vertical-align: top;
	padding-right: 2em;
	width: 25%;
}

#content .middle {
	font-size: 1.5em;
	line-height: 1.3em;
	padding-bottom: 1em;
}

#content .big {
	font-size: 1.8em;
	line-height: 1.3em;
	padding-bottom: 1em;
}



/**************************
 * Скроллер
 */

.pager {
	margin: 1em 0 2em 0;
	font-size: 1.25em;
}

.pager span, 
.pager a, 
.pager b {
	margin-right: 1em;
}


/**************************
 * Листалка разделов
 */

#content .locator {
	margin: 3em 0 0 0;
	font-size: 1.25em;
}

#content .locator .prev {
	float: left;
	width: 40%;
	margin-right: 2em;
}

#content .locator .next {
	float: right;
	width: 40%;
	margin-left: 2em;
	text-align: right;
}

#content .locator a,
#content .locator a:visited {
	color: #999999;
}
#content .locator a:hover {
	color: #cf1e0a;
}



/**************************
 * Форумы
 */

#content .personal_message {
	margin: 1.5em 0 2em 0;
}

#content .attr { float: left; }
#content .answer { float: right; }


#content .comments {
	float: right;
}

#content .comments i {
	background: transparent url('/off-line/i/i-comments.gif') no-repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0.35em -14px -100% 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 16px;
	left: -19px;
	width: 15px;
}

#content .date {
	color: #999999;
	font-size: 0.85em;
}

#content .user {
	padding-right: 1em;
}

#content .user a,
#content .user a:visited {
	color: #2e8a2e;
}

#content .user a:hover {
	color: #cf1e0a;
}

#content .message .user a,
#content .message .user a:visited {
	color: #043637;
}

#content .message .user a:hover {
	color: #cf1e0a;
}

#user-info .user i,
#content .user i {
	background: transparent url('/off-line/i/i-user.gif') no-repeat scroll 0 0;
	display: block;
	float: left;
	margin: 0.25em -14px -100% 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 16px;
	left: -14px;
	width: 10px;
}

#content .add_comment {
	color: #666666;
	margin-left: 1em;
	font-size: 85%;
}

#content .add_comment:hover {
	color: #cf1e0a;
}


dl.message {
	margin-bottom: 2.1em;
	margin-top: 1em;
}

dl.message td {
	vertical-align: top;
}

dl.message h2 {
	margin-bottom: 0.25em;
}

dl.message h2 span,
dl.message h2 span a,
dl.message h2 span a:visited {
	color: #1a6b1a;
}

dl.message h2 span a:hover {
	color: #cf1e0a;
}

dl.comment dt {
	margin-bottom: 0.3em;
}

dl.message dd {
	margin-bottom: 0.4em;
}

dl.comment {
	margin-bottom: 1.6em;
}

dl.comment .first_comment {
	padding-top: 2.3em;
}

.comments_container {
	padding-left: 2em;
}


/* Добавление коментария */

.add_comment_form {
	display: none;
	padding-top: 0.3em;
}

.add_comment_form .row {
	width: 80%;
}

.add_comment_form dl {
	margin-top: 0.3em;
	margin-bottom: 0;
}

h3.comment {
	margin-bottom: 1em;
}



/**************************
 * Алфавитный список
 */

.indexes div { font-size: 1.2em; color: #999999; font-weight: bold; }
.indexes ul { margin-bottom: 2em; }
.indexes li { list-style-type: none; margin-left: 0 !important; padding-bottom: 0.2em !important; }






/**************************
 * Две колонки
 */

#info {
	position: relative;
	overflow: hidden;
	margin: 0 0 3em 0;
	color: #666666;
}

#info .about {
	float: left;
	width: 45%;
	line-height: 1.6em;
	color: #043637;
}

#info .about p {
	font-size: 1.2em;
}

#info .about h3 {
	color: #008fd4;
	font-size: 1.5em;
	margin-top: 0;
	line-height: 1.2em;
}

#info .event {
	float: left;
	width: 48%;
	//width: 44%;
	margin-left: 6%;
	line-height: 1.2em;
}

#info p {
	margin: 0 0 0.3em 0;
}

#info .event h2 {
	color: #b00000;
	margin: 0 0 0.8em 0;
	font-size: 2.4em;
	line-height: 1em;
}

#info .event h2 span {
	color: #000000;
	font-size: 0.6em;
}

#info .event h3 {
	color: #000000;
}




/**************************
 * Телефон
 */

.phone {
	line-height: 1.2em;
	margin-bottom: 3em;
}

.phone h2 {
	color: #000000;
	margin: 0.1em 0 0.6em 0;
	font-size: 2.4em;
	line-height: 1em;
}

.phone .code {
	color: #666666;
	font-size: 0.55em;
	padding-right: 0.2em;
}

.phone a,
.phone a:visited {
	color: #000000;
}

.phone a:hover {
	color: #cf1e0a;
}




/**************************
 * Подписка на новости
 */

#user-subscribe {
	margin-bottom: 3em;
}

#user-subscribe .subscribe_label {
	margin-bottom: 0.2em;
	color: #666666;
}

#user-subscribe p {
	margin-bottom: 0.5em;
}

#user-subscribe input.text {
	width: 70%;
}

#user-subscribe .errors {
	margin-bottom: 0.2em;
	color: #cf1e0a;
}

#user-subscribe .progress {
	position: absolute;
	margin-top: 0.1em;
	margin-left: 10px;
}




/**************************
 * Карта проезда
 */

#map {
	margin-bottom: 2em;
	margin-top: -3em;
	width: 100%;
	clear: left;
	overflow: hidden;
	position: relative;
}

#map img {
	position: relative;
	display: block;
	left: 50%;
	margin-left: -457px;
	width: 914px;
	height: 515px;
}

#map .address {
	position: absolute;
	left: 50%;
	top: 86px;
	margin-left: 75px;
	color: #666666;
}

#map .address h3 {
	color: #b00000;
	margin-bottom: 0.3em;
}




/**************************
 * Баннеры
 */

.banner-right {
	margin-bottom: 3em;
	padding-right: 2em;
}

.banner-right h3 {
	color: #2e8a2e;
	margin-top: 0;
}

.banner-right p {
	font-size: 0.85em;
	margin-bottom: 0.6em;
	line-height: 1.3em;
}
/*
.banner-right a,
.banner-right a:visited {
	color: #666666;
}

.banner-right a:hover {
	color: #cf1e0a;
}
*/



/**************************
 * Временное
 */

.personal_menu {
	position: relative;
	width: 25%;
	float: left;
}

.personal_content {
	float: left;
	left: 5%;
	position: relative;
	width: 70%;
}



/**************************
 * Мигрень
 */

.migraine_symptom {
	position: relative;
	margin-top: 2em;
}

.migraine_symptom img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.migraine_text {
	padding-top: 120px;
	padding-left: 205px;
}

.migraine_text h2 {
	margin-top: 0;
	position: relative;
}