@CHARSET "UTF-8"; /*site content template*/

/* WYMeditor */

/* Прижать влево */
/*p.left, */img.left {
	float: left;
/*	clear: left;*/
	margin-right: 15px;
}
/* Прижать вправо */
/*p.right, */img.right {
	float: right;
/*	clear: right;*/
	margin-left: 15px;
}

/* Блок важного текста */
p.accent{
	padding: 15px;
	font-size: 14px;
	line-height: 1.3em;
	background-color: #e8eff5;
}

/* Табл. строка четная */
tr.odd {
	background-color: #e8eff5;
}

/* Табл. строка нечетная */
tr.even {
	background-color: #fff;
}

/* Табл. колонка цен */
td.price{
	width: 50px;
}

/* Табл. ячейка "всего" */
td.overall {
	background-color: #e8eff5;
}

/* /WYMeditor */

.content .inside .info table{
	width: 100%;
}

.content .inside .info td{
	border: 1px solid #596D86;
	padding: 5px 10px;
}

h2, h3{
	text-align: left;
}

dfn{
	font-weight: bold;
	color: #596d86;
}

.placeholder{
	text-align: center;
	font-style: italic;
	margin-bottom: 1em;
}
div.left{
	float: left;
	margin-right: 15px;
}
div.right{
	float: right;
	margin-left: 15px;
}

.delimiter{
	clear: both;
}

.thumbnails{/* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
	margin: -3em 0 0 -2em;
	text-align: center;/* Выравнивание по центру */
}

.thumbnail{/* Убираем подчеркивание у элемента ins, который был использован для совместимости со старыми версиями Internet Explorer */
	text-decoration: none;
	display: -moz-inline-box;/* Следующее правило для Firefox 2 */
	display: inline-block;/* а это для остальных */
	vertical-align: top;
/*	text-align: left;/* Убираем выравнивание по центру */
/*	margin: 3em 0 0 2em;/* Отступы между блоками */
	margin: 4em 1em 2em 1em;/* Отступы между блоками */
}

.thumbnail .r{/* Если есть необходимость, то свойства padding, border, background и position со значением relative лучше задавать у этого элемента -- это несколько расширит количество поддерживаемых версий браузеров */
	width: 24em;/* Задаем минимальную ширину по тексту */
	float: left;/* Минимальная ширина в пикселях будет автоматически рассчитываться по ширине картинки */
	font-style: italic;
}


.content .inside img{
/*	margin-top: 15px;*/
	margin-top: 3px;
	margin-bottom: 10px;
}

p, h2{
	margin-bottom: 10px;
}
.content{
	line-height: 1.3em;
}

.main .date{
	color: #55000c;
}

.content .label{
	color: #567583;
}

.content .inside h1{
	margin-bottom: 30px;
}

.content .inside ul li{
	list-style-type: none;
	background: url("/images/info_content_marker_li.png") left top no-repeat;
	padding-left: 30px;
	margin-bottom: 20px;
}
.content .inside ol li{
	list-style-type: decimal;
}
.content .inside ul li a{
/*	color: #0183d7;*/
	text-decoration: none;
}
.content .inside ul li a:hover{
	text-decoration: underline;
}
.content .inside cite{
	background-color: #ddd;
	font-style: normal;
}

/*inline forms*/
.content fieldset{
	padding: 0 10px 20px 10px;
	width: 270px;
/*	clear: both;*/
	border: 1px solid #cdd3d8;
}

.content textarea{
	margin: 3px 0 10px 0;
}
.content input, .content select{
	margin: 3px 0 0 0;
}

.content fieldset.feedback .inptext{
	width: 250px;
}
.content fieldset.feedback .inparea{
	width: 250px;
}
.content fieldset.feedback .inparea textarea{
	height: 130px;
}
.content fieldset.feedback .inpsubmit{
	width: 253px;	
}

/*form data*/
label{
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
}

div.inplist{
	width: 100%;
	margin: 10px 0 10px 0;
}
div.inplist p{
	margin-top: 5px;
}
div.inplist p input[type='checkbox']{
	margin: 0;
	margin-right: 3px;
}
div.inptext{
	width: 200px;
	padding-right: 15px;
	padding-bottom: 10px;
}
div.inptext input[type='text']{
	width: 100%;
}
div.inptext select{
	width: 100%;
/*	height: 20px;*/
}

div.inpfile{
	padding-bottom: 5px;
}
div.inpfile input[type='file']{
/*	width: 360px;*/
	/*marked for review*/
}

div.inparea{
	width: 500px;
	padding-right: 20px;
/*	padding-bottom: 5px;*/
}
div.inparea textarea{
	width: 100%;
}

div.leftcol{
	float: left;
}
div.rightcol{
	float: left;
	clear: right;
}
div.bothcol{
	float: left;
	clear: both;
	width: 415px;
}
div.fullwidth{
	width: 95%;
}

div.inpsubmit{
	width: 418px;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #999;
	text-align: right;
	clear: both;
}
div.inpsubmit input{
	width: 94px;
	height: 30px;
	font-weight: bold;
	color: #596d86;
	font-size: 12px;
	background: url("/images/menu_bg.png") center left repeat-x;
/*	background-color: #A7011C;*/
	border: none;
}
div.inpsubmit input:hover{
	color: #f00;
	cursor: pointer;
}

div.inpsubmit input.service{
	width: 0px;
	height: 0px;
	border: none;
	display: inline;
	background: none;
	float: left;
}

select option.noid{
	color: #ccc;
}
sup.required{
	color: #f00;
}
/*~form data*/