/*

Основная палитра:

#b52123		почти кармин
#dce282		старого льна
#fff0d8		побега папайи

Дополнительная палитра:

#ca6e35		ванильный
#ee8260		коралловый

#e7b363		ореховый
#fcd6a4		белый навахо

*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	color: #000000;
	height: 100%;
}

body, td, th {	
	font-size: 12pt;
	font-family: Helvetica, sans-serif;
}

/* ==== header ==== */

#header {
	background-color: #dce282;
	border-top: 10px solid #ffffff;
	margin-right: 20px;
}

#header .right-column {
	_background: url('/img/white_line_top.gif') repeat-x;
}

/* ==== body ==== */

#body .left-column .content-container {
	padding: 15px 15px 15px 0;
	width: 230px;
}

#body .right-column .content-container {
	padding: 15px;
	background-color: #ffffff;
}

/* ==== таблицы ==== */

table.layout {
	border-collapse: collapse;
}

th,td {
	vertical-align: top;
}

/* ==== ссылки ==== */

a img {
	border-style: none;
}

a:link,a:visited {
	color: #831b12;
}

a:hover {
	color: #cb4c2c;
}

/* ==== кнопки ==== */

img.ico, button img {
	vertical-align: bottom;
}

/* ==== рубрикация ==== */

h1, h2, h3 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	margin: 0 0 15px;
}

div.section {
	margin: 0 0 11pt 0;
}

p.separate {
	margin: 0 0 0.5em 0;
}

/* ==== врезки ==== */

div.incut {
	background-color: #dce282;
	padding: 1em;
	margin: 0 -0.5em 1em;
}

div.exclamation {
	background: #fcd6a4 url('/img/orange_line_top.gif') repeat-x 0 0;
	border-bottom: 2px solid #ee8260;
	margin: 0 -0.5em 0;
	padding: 12px 16px 12px;
}

div.exclamation div.sign {
	background: url('/img/exclamation_sign.gif') repeat-x center;
	padding: 1em 1em 1em;
}

div.incut2 {
	font-size: 11pt;
	background-color: #fff0d8;
	padding: 1em;
	margin: 0 0 1em;
}

div.incut2 br {
	font-size: 0.5em;
}

/* ==== семантические вставки ==== */

strong.time {
	background-color: #b52123;
	padding: 1px 3px;
	margin: 0 5px 0 0;
	color: #ffffff;
}

em.place {
	font-size: 0.9em;
}

/* ==== списки ==== */

ul.list {
	margin: 0.2em 0 1em 1em;
}

ul.list li {
	margin-left: 2em;
	list-style-type: square;
}

dl {
	margin: 0.2em 0 1em;
}

dt {
	margin: 0 0 0.2em;	
}

dd {
	margin-left: 2em;
}

/* ==== carcass ==== */
.left-column {
	/*
	width: 15%;
	min-width: 200px;
	*/
	width: 250px;
}

.right-column {
	width: 85%;
}

div.include {
	float: right;
	width: 345px;
	margin-left: 30px;
	_border: 1px solid #e7b363;
	padding: 15px;
	font-size: 0.9em;
	background-color: #ffffff;
}

/* ==== team block ==== */

div.team-list {
	position: relative;
	font-size: 0.8em;
}

div.team-block {
	margin: 0 0 1em;
}

div.team-block .content {
	padding-left: 1em;
}

div.team-block h3 {
	margin: 0 0 0.5em;
}

a.toggler {
	color: #831b12;
	text-decoration: none;
	border-bottom: 1px dashed #831b12;
	cursor: pointer;
}

/* ==== notices ==== */

div.notice {
	
}

div.notice div.lt, div.notice div.rt, div.notice div.med {
	
}

div.notice div.lt {
	margin: 0 6pt 12pt 0;
}

div.notice div.rt {
	margin: 0 0 12pt 6pt;
}

div.notice div.med {
	margin: 0 0 12pt 0;
}

div.notice h2 {
}

/* ==== line table ==== */

table.line {
	border-collapse: collapse;
}

table.line td {
	padding: 10px 15px 15px;
	border-top: 1px solid #ee8260;
	border-bottom: 1px solid #ee8260;
}

table.line td.floor {
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	border-top: 2px solid #ee8260;
	border-bottom: 4px solid #ee8260;
	_background-color: #ee8260;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.1em;
}

td.nowrap {
	white-space: nowrap;
}

/* ==== team collection ==== */

#team-collection {
	
}

div.team-box {
	width: 300px;
	height: 300px;
	float: left;
	margin-right: 1em;
	overflow: hide;
}

div.team-box div.image-box {
	width: 200px;
	margin: 0;
	padding: 0;
}

div.team-box div.text-box {
	padding: 5px 0 0;	
}

div.team-box h3 {
	font-size: 13pt;
	margin: 0 0 2pt;
	line-height: 0.9;
}

div.team-box div.place {
	font-size: 10pt;
	color: #999999;
	font-style: italic;
	margin: 0 0 0;
}

div.team-box div.description {
	font-size: 10pt;
}

/*

Основная палитра:

#b52123		почти кармин
#dce282		старого льна
#fff0d8		побега папайи

Дополнительная палитра:

#ca6e35		ванильный
#ee8260		коралловый

#e7b363		ореховый
#fcd6a4		белый навахо

*/