/* стили для FAQ */

#ul_list ul {
	margin: 0 0 0 -30px;
}

#ul_list ul li{
	list-style: none;
	font-size: 95%;
	padding: 0px 0 20px 0px;
}

#ul_list ul li i{
	font-size: 95%;
	color: #999;
}

#ul_list p {
	padding-left: 20px;
}

#ul_list #date_dir {
	color: #999;
	font-size: 10pt;
}

#page b { color: #336699; }
#page i { color: #999; }

li#gmenu1  {
	margin: 0 0 0 -15px;
	width:300px;
	padding-left: 20px;
	background: url(_tpl/img/f-link.gif) no-repeat 0 -5;
	list-style: none;
}

#response p {
	padding-bottom: 20px;
}

#response p i {
	color: #999;
}

/* страничная навигация */
#nav {
     	text-align: center;
	padding-top: 25px;
}

#nav b {
	padding: 1 5 1 5;
	color: #B43E3E;
}

#nav a {
	padding: 1 5 1 5;
}

#nav a:hover {
	text-decoration: none;
}

/* для стрелок в навигации страниц 
в Firefox не показываются - сделать
*/

#nav a #str_left {
	width: 17px;
	background: url(_tpl/img/str_left.gif) no-repeat 0 0.1em; 
}

#nav a:hover #str_left {
	background: url(_tpl/img/str_left_a.gif) no-repeat 0 0.1em; 
}

#nav a #str_right {
	width: 17px;
	background: url(_tpl/img/str_right.gif) no-repeat 0 0.1em; 
}

#nav a:hover #str_right {
	background: url(_tpl/img/str_right_a.gif) no-repeat 0 0.1em; 
}