/* Переключатели */

.switch {
	position: relative;
}

.switch .switch-data {
	padding-top: 10px;
}

.switch .switch-data-li {
	display: none;
}


/* Переключатель - Общий */

#switch-comments .switch-menu {
	margin-bottom: 8px;
	color: #777;
}

#switch-comments .switch-menu-li {
	margin: 0 10px;
	font: normal 13px Arial;
	cursor: pointer;
}

#switch-comments .switch-menu-li-active {
	color: #001e0a;
	font-style: italic;
	font-weight: bold;
}

/* Переключатель - "Имена" */

#switch-comments-leaders .switch-menu {
	margin-bottom: 8px;
	color: #777;
}

#switch-comments-leaders .switch-menu-li {
	margin: 0 10px;
	font: normal 13px Arial;
	cursor: pointer;
	color: #777;
	border-bottom: 1px dashed #777;
}

#switch-comments-leaders .switch-menu-li-active {
	color: #aa1e0a;
	font-style: italic;
	font-weight: bold;
	border-bottom: 1px dashed #aa1e0a;
}


/* Таблицы */

.leaders-table .leaders-table-data {
	position: relative;
}

.leaders-table .leaders-table-data-li {
	display: none;
}

.leaders-table .leaders-table-menu {
	margin-bottom: 8px;
	color: #777;
}

.leaders-table .leaders-table-menu-li {
	margin: 0 10px;
	font: normal 13px Arial;
	cursor: pointer;
}

.leaders-table .leaders-table-menu-li-active {
	color: #aa1e0a;
	font-style: italic;
	font-weight: bold;
}


/* Таблица финалистов */

#table-finalists .row {
	clear: both;
	padding: 10px 0;
}

#table-finalists .col {
	float: left;
}

#table-finalists .col-four {
	width: 25%;
}

#table-finalists .col .header,
#table-finalists .col .body {
	margin: 0 12px;
	padding: 2px 8px;
}

#table-finalists .col .header {
	font-size: 120%;
	border-radius: 5px;
}

#table-finalists .col .header a {
	color: #A65346;
	font-weight: bold;
}

/**/

.leaders-stats .value {
	display: block;
	width: 30px;
	color: #666;
	font: normal 11px Verdana;
	border-radius: 5px 0 0 5px;
	background: #d9d9d9;
	padding: 2px;
	text-align: center;
	margin-top: 2px;
}

.imageblock .position {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: none repeat scroll 0 0 #000000;
	color: #FFFFFF;
	font: 18px Verdana,serif;
	text-align: center;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
}

.node-type-contest_person .imageblock {
	position: relative;
	float: left;
	width: auto;
	margin: 6px 15px 5px 0;
}

.node-type-leaders_video a.imagecache-leaders_video_teaser {
	float: left;
	margin-right: 10px;
}

#node-17697 .content-finugor,
#node-17699 .content-finugor {
	margin: 0 !important;
}

#node-17697 .node-view-teaser,
#node-17699 .node-view-teaser {
	float: left;
	width: 45%;
}

#table-video-final {
	padding: 0 50px;
}