﻿/* FOR PORTAL CHAPTERS PANEL */
#portal_chapters {
	width:217px;
	min-height:20px;
	margin-bottom:10px;
}
#portal_chapters div.header {
	height:20px;
	background-image:url(http://www.islamindex.ru/chapters_images/header.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#portal_chapters div.header .txt {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-right:5px;
	padding-top:3px;
}
#portal_chapters div.content {
	height:auto;
	background-image:url(http://www.islamindex.ru/chapters_images/bg.png);
	background-position:0 0;
	background-repeat:repeat-y;
	border-bottom:1px solid #7ba0fd;
}
#portal_chapters li div.content {
	height:auto;
	background-image:none;
	background-color:#ffdc71;
	border-bottom-width:0px;
}
#portal_chapters ul.portal_services {
	margin:0;
	padding:3px;
	list-style-type:none;
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:26px;
	width:209px;
}
#portal_chapters ul.portal_services_sub {
	margin:0;
	padding:3px;
	list-style-type:none;
	font-family:Arial,sans-serif;
	font-size:14px;
	line-height:26px;
	width:240px;
}
#portal_chapters ul.portal_services li, #portal_chapters ul.portal_services li.sub {
	margin:0;
	width:209px;
}
#portal_chapters ul.portal_services_sub li, #portal_chapters ul.portal_services_sub li.sub {
	margin:0;
	width:240px;
}
#portal_chapters ul.portal_services li.active, #portal_chapters ul.portal_services li.sub_active {
	width:209px;
	height:24px;
	background-color:#dfeaff;
	background-image:url(http://www.islamindex.ru/chapters_images/button_down.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
}
#portal_chapters ul.portal_services_sub li.active, #portal_chapters ul.portal_services_sub li.sub_active {
	width:240px;
	height:24px;
	background-color:#fff1c5;
	background-image:none;
}
#portal_chapters ul.portal_services li.active .txt, #portal_chapters ul.portal_services li a {
	padding-left:10px;
	cursor:pointer;
	display:block;
}
#portal_chapters ul.portal_services_sub li.active .txt {
	padding-left:10px;
	cursor:pointer;
	display:block;
	border:1px solid #ffdc71;
}
#portal_chapters ul.portal_services_sub li a {
	padding-left:10px;
	cursor:pointer;
	display:block;
	border:1px solid #ffdc71;
}
#portal_chapters ul.portal_services .txt_active {
	padding-left:10px;
	background-image:url(http://www.islamindex.ru/chapters_images/button_down.png);
	cursor:pointer;
	display:block;
}
#portal_chapters ul.portal_services_sub .txt_active {
	padding-left:10px;
	background-image:none;
	/*background-image:url(http://www.islamindex.ru/chapters_images/button_down.png);*/
	background-color:#fff1c5;
	border:1px solid #ffc000;
	cursor:pointer;
	display:block;
}
#portal_chapters li a {
	width:199px;
	height:24px;
}
#portal_chapters ul.portal_services_sub li a {
	width:229px;
	height:24px;
}
#portal_chapters li a:link, #portal_chapters li a:visited {
	text-decoration:none;
	color:black;
	background-image:none;
}
#portal_chapters li a:hover {
	text-decoration:none;
	color:black;
	background-image:url(http://www.islamindex.ru/chapters_images/button_over.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#portal_chapters ul.portal_services_sub li a:hover {
	text-decoration:none;
	color:black;
	background-image:none;
	/*background-image:url(http://www.islamindex.ru/chapters_images/button_over.png);*/
	background-color:#fff1c5;
	border:1px solid #ffc000;
}
#portal_chapters li a:active {
	text-decoration:none;
	color:black;
	background-image:url(http://www.islamindex.ru/chapters_images/button_down.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#portal_chapters ul.portal_services_sub li a:active {
	text-decoration:none;
	color:black;
	background-image:none;
	/*background-image:url(http://www.islamindex.ru/chapters_images/button_down.png);*/
	background-color:#fff1c5;
	border:1px solid #ffc000;
}
#portal_chapters .sign {
	position:absolute;
	top:0;
	left:180px;
}
* html #portal_chapters .sign {
	top:-4px;
}