/* 
 * @year: 2008
 * @author: Sergey Gogolev
 */

 /* Path Navigation */
	.main-path {
		position: relative; clear: both; 
		text-transform: lowercase;}

/* Стили для контента */

	.content {
		position: relative; width: 100%;  padding-top: 12px; margin-right: -10000px;
		font-size: 1em; color: #222; padding-bottom: 10px; font-size: 1.1em;}
		
		/* Разделительная черта */
			.content hr {
				border: none;  background: url(../images/delimiter.gif) top left repeat-x;
				height: 1; _height: 2px;}
			
		/* Абзац */	
			.content p {
				font-size: 1em; margin: 0 0 1em;}
				
		/* Уменьшенный текст */
			.content sub, .content sup, .content small {
				font-size: .9em;}
				
		/* величенный текст */
			.content big {
				font-size: 1.2em;}
				
		/* Цитата */
			.content blockquote {
				margin: 1.5em 0; padding: 0 1em; 
				border-left: 1px dotted #111; color: black;}

		/* Заголовки */
			.content h1 {
				font-family: Georgia; color: #870101;
				margin: .6em 0 .6em; 
				font-size: 1.65em;}
				
			.content h2 {
			font-family: Georgia; color: #870101;
				margin: .6em 0 .6em; 
				font-size: 1.55em;  font-weight: normal;}
				
			.content h3 {
			font-family: Georgia; color: #870101;
				margin: .6em 0 .6em; 
				font-size: 1.45em;  font-weight: normal;}
				
			.content h4 {
			font-family: Georgia; color: #870101;
				margin: .6em 0 .6em; 
				font-size: 1.35em;  font-weight: normal;}
				
			.content h5 {
			font-family: Georgia; color: #870101;
				margin: .6em 0 .6em; 
				font-size: 1.25em; font-weight: normal;}

		/* Списки */
			
			/* Нумерованный */
				.content ol {
					margin: .25em 0 .25em 2.1em; 
					color: black; list-style-position: outside;}
			
			/* Не нумерованный */
				.content ul {
					margin: .25em 0 .25em 1em;}
					
				.content ul * {
					color: #656566;}
					
				.content ul li {
					position: relative; padding: 0 0 .7em 1em;  _height: 1%;
					list-style-type: none; background: url(../images/a.gif) no-repeat 0 .6em;}
					
					.content ul li ul li{
						background: url(../images/a.gif) no-repeat 0 .6em;}
	
		/* Таблицы */
			.table-style {
				margin: .6em 0 .3em;  background: #dcc19a;
				position: relative; width: 100%; margin-right: -10000px;}
				
			/* Ячейки */
				.table-style td,.table-style th {
					padding: .6em .8em; ;
					border: 2px solid #f8f4e3;}
					
			/* Заголовок */	
				.table-style-header, .table-style th {
					text-align: center; background: #604e38; color: white; font-weight: bold;}
			
			/* Межстрочный фон */
			.table-style-row {
				}

		/* Формы */
			.form-style td{
				padding: .3em .4em;}
				
				.form-style * {
					color: #858585;}
				
			/* Метка */	
			.form-label {
				text-align: right; font-family: Tahoma; color: #5e3c23; font-size: .9em;}
				
			/* Знак обязательности */
			.form-require {
				top: 3px; font-size: 1.1em; color: #ef4427 !important;}
			
			/* Сообщение об ошибке */
			.form-error {
				display: block; color: #ef4427; text-transform: lowercase; padding-bottom: 3px;
				font-size: .8em;}

			.input-error {
				border: 1px #ef4427 solid !important;}
							
			/* Текстовое поле */
			.form-select, .form-input, .form-input-medium, .form-data textarea, .form-data select {
				height: 13px; _height: 19px; width: 172px; _width: 178px; margin-bottom: 8px;
				border: 1px #acac9d solid; padding: 2px;}
				
			/* Чекбокс и кнопки */
			.form-checkbox, .form-submit, .form-select, .form-data select {
				cursor: hand; cursor: pointer;}
				
			.form-checkbox {
				position: relative; top: -2px;}
				
			/* Расширенное текстовое поле */
			.form-data textarea {
				height: 73px; _height: 79px; width: 172px; _width: 178px; margin-bottom: 8px;
				border: 1px #acac9d solid; padding: 2px;
				font-family: Tahoma, sans-serif;}

			.form-input {
				padding: 2px;}
			
			/* Поле выбора */
			.form-data select, .form-select {
				padding: 0;	width: 155px !important; height: 17px !important;}

