/*
	Main Page
*/



#content h2 {
	margin-bottom: 1em;
	color: #333333 !important;
}

#content h2 a, 
#content h2 a:visited {
	color: #333333;
}

#content h2 a:hover {
	color: #ce0004;
}

#content h2.drugs {
	margin-bottom: 2em;
}



#right h2 {
	margin: 0 0 1.5em 0;
	color: #333333;
}




/*
	Баннеры
*/


.headpiece-cn {
	position: relative;
	overflow: hidden;
}

.headpiece-cn .cn {
	position: absolute;
	width: 20px;
	height: 20px;
	left: -10px;
	top: -10px;
	background: url("/off-line/i/cn.png");
	//background-image: none;
	//filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/off-line/i/cn.png", sizingMethod="crop");
	z-index: 25;
}

.headpiece-cn .cn.tr, .headpiece-cn .cn.br {
	margin-left: 100%;
}

.headpiece-cn .cn.bl, .headpiece-cn .cn.br  {
	top: 285px;
	height: 10px;
}

#headpiece {
	display: block;
	position: relative;
	background: #b1e6ee;
	height: 295px;
	overflow: hidden;
	z-index: 5;
	margin-bottom: 2.5em;
}

#headpiece .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.splash {
	position: relative;
	height: 295px;
	background: #b1e6ee;
	float: left;
	overflow: hidden;
}

.splash img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.splash .text {
	color: #333333;
	position: relative;
	margin: 4em 5% 0 45%;
	z-index: 5;
}

.splash .text h2 {
	margin-bottom: 0.5em !important;
	font-size: 2.95em;
	line-height: 1em;
	clear: both;
	font-family: 'PT Sans Narrow', 'Trebuchet MS', sans-serif;
}

.splash .text h2 a, 
.splash .text h2 a:visited {
	color: #333333;
}

.splash .text h2 a:hover {
	color: #ce0004;
}


/* Депрессия */
.depression img {
	left: -110px;
	margin-left: 8%;
}

/* Инсульт */
.stroke .text {
	margin-left: 55%;
}
.stroke img {
	left: -140px;
	margin-left: 10%;
}

/* Нейроинфекция */
.neuroinfection img {
	left: -130px;
	margin-left: 10%;
}

/* Деменция */
.dementia {
	background: #77d6aa;
}

/* Эпилепсия */
.epilepsy {
	background: #1f727c !important;
	color: #ffffff !important;
}
.epilepsy .text {
	color: #ffffff !important;
}
.epilepsy .text h2 a, 
.epilepsy .text h2 a:visited {
	color: #ffffff !important;
}
.epilepsy .text h2 a:hover {
	color: #ce0004 !important;
}

/* Детский невролог */
.nursery-neurology {
	background: #fdedd4 !important;
}

.func-simptoms {
	background: #8ce4fc !important;
}



/*
	Колонки (пополам)
	=================================
*/

#content .double-panel {
	margin-top: 1em;
}

#content .double-panel ul {
	list-style-type: none;
	position: relative;
}

#content .double-panel li {
	display: block;
	position: relative;
	float: left;
	width: 47%;
	margin: 0;
	padding: 0;
}

#content .double-panel .dp-left {
	margin-right: 1em;
}

#content .double-panel .dp-right {
	margin-left: 1em;
	float: right;
}



/*
	Списки ссылок
	=================================
*/

#content .hrefs {
	padding-bottom: 2.2em;
}

#content .hrefs h2 {
	margin-bottom: 0.5em;
}

#content .hrefs p {
	margin-bottom: 0.6em;
	font-size: 0.85em;
}


/*
	Мелкие баннеры (препараты)
	=================================
*/

.sticker {
	padding-bottom: 1.7em;
	position: relative;
}

.sticker img {
	z-index: 1;
}

.sticker h3 {
	margin: -0.4em 0 0.2em 0em;
	z-index: 2;
}

.sticker p {
	color: #888c8f;
	font-size: 0.85em;
	line-height: 1.35em !important;
}



