/**
 * Nucleo (X)HTML/CSS Framework
 * 
 * Typographic styles for blocks, which have class "content"
 *
 * @copyright       Copyright (c) Sergey Gogolev
 * @link            http://css.softprojects.ru/
 * @license    		CC-A-SA 3.0 (http://creativecommons.org/licenses/by-sa/3.0/)
 * @version         0.1.5
 */


	.main-header {
		margin: 0; margin: 10px 0 4px;
		font-weight: normal; color: #f05300; font-size: 2.1em; }
		
		.main-header span {
			background: #f4f4f4;}

	.main-path {
		position: relative; clear: both; padding: 0 0 10px 0; color: #6e6e6e;
		text-transform: lowercase; font-family: Verdana/* Helvetica */;}

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

	.content {
		position: relative; padding-top: 15px;
		font-size: 1.1em; line-height: 1.6em; color: #434343; padding-bottom: 15px;}
		
		.content * {
			font-family: Verdana/* Helvetica */; }
		
		/* Разделительная черта */
			.content hr {
				border-top: 2px solid #eee; margin: 5px 0;
				height: 0;}
			
		/* Абзац */	
			.content p {
				font-size: 1.1em; margin: 0 0 1em;}
				
		/* Уменьшенный текст */
			.content sub, .content sup, .content small {
				font-size: .9em;}
				
		/* величенный текст */
			.content big {
				font-size: 1.2em;}
				
		/* Цитата */
			.content blockquote {
				position: relative;
				margin: 0; padding: 2px 25px; color: #f38000;
				background: url(../images/quote.gif) top left no-repeat;}
				
				.content blockquote:after, .blockquote {
					content: "."; color: #f4f4f4;
					display: block; width: 100%; margin-top: -10px;
					background: url(../images/quote-right.gif) top right no-repeat; }
					
				.blockquote {
					display: block; width: 100%;  margin-top: -10px;
					background: url(../images/quote-right.gif) top right no-repeat;}

		/* Заголовки */
			.content h1 {
	
				margin: .6em 0 .6em; 
				font-size: 1.65em;}
				
			.content h2 {
				margin: .6em 0 .6em; 
				text-transform: uppercase; 
				font-weight: bold; font-size: 1.2em;}
				
			.content h3 {
			
				margin: .6em 0 .6em; 
				font-size: 1.45em;  font-weight: normal;}
				
			.content h4 {
	
				margin: .6em 0 .6em; 
				font-size: 1.35em;  font-weight: normal;}
				
			.content h5 {
		
				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 0em 1em;}
					
				.content ul * {
					color: #656566;}
					
				.content ul li {
					position: relative; padding: 0 0 .6em 1em;
					list-style-type: none; background: url(../images/bullet.gif) no-repeat 0 .5em;}
					
					.content ul li ul li{
						background: url(../images/bullet-in.gif) no-repeat 0 .7em;}
	
		/* Таблицы */
			.table-style {
				margin: .7em 0 .7em;  background: #f5f5f5;
				position: relative; width: 100%;}
				
			/* Ячейки */
				.table-style td,.table-style th {
					padding: .6em .8em; 
					border: 3px solid #fff;}
					
			/* Заголовок */	
				.table-style-header, .table-style th {
					text-align: center; background: #0074c5; color: white; font-weight: bold;}
			
			/* Межстрочный фон */
			.table-style-row {
				background: #ececec;}

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

			.input-error {
				border: 1px #ef4427 solid !important;}
							
			/* Текстовое поле */
			.form-select, .form-input, .form-input-medium, .form-data textarea, .form-data select {
				height: 13px;  width: 172px; 
				border: 1px #95d2ff solid; padding: 2px;
				background: #e8f5ff; color: #f38000;padding: 2px;}
				
			/* Чекбокс и кнопки */
			.form-checkbox, .form-submit, .form-select, .form-data select {
				cursor: pointer;}
				
			.form-checkbox {
				position: relative; top: -2px;}
				
			/* Расширенное текстовое поле */
			.form-data textarea {
				height: 73px; width: 172px; 
				border: 1px #95d2ff solid; padding: 2px;
				background: #e8f5ff; color: #f38000;
				font-family: Tahoma, sans-serif;}

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