#menu {
	padding-top: 118px;
	padding-left: 14px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a {
	display: block;
	outline:none;
	background-position: left center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
	background-image: url(/img/net/menu_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
}
#menu a:hover, #menu a.act {
	background-image: url(/img/net/menu_bullet_mo.gif);
}



#faq {
	width: 266px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/net/ref_bg.gif);
}

#faq_up {
	background-image: url(/img/net/ref_up.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 15px;
	cursor: pointer;
	cursor: hand;
}
#faq_up.unact {
	background-image: url(/img/net/ref_up_unact.gif);
}


#faq_down {
	height:15px;
	background-image: url(/img/net/ref_down.gif);
	cursor: pointer;
	cursor: hand;
}
#faq_down.unact {
	background-image: url(/img/net/ref_down_unact.gif);
}

#faq_in {
	height: 400px;
	overflow: hidden;
	margin-left:5px;
	margin-right:5px;
}

#faq_in .article-topic {
	background-image:none;
	font-weight: normal;
	border:none;
	color:#333333;
}

#faq_in .article {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#faq_in .read-article {
	padding: 0 0 0 0px;
	margin: 0;
}

#faq_in .faq_article {
	height:100px;
	background-image: url(/img/net/ref_katkoviiva.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#faq_in .faq_article p {
	padding: 0;
	margin: 0;
}
#faq_in .faq_article h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#faq_in .article h2 a {
	color: #6BAE01;
	text-decoration: none;
}
#faq_in .faq_table {
	margin-bottom: 5px;
}

#faq_in .faq_table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	text-align: left;
	width: 125px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}
#faq_in .faq_table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	width: 20px;
	text-align: center;
	padding: 1px;
}
#faq_in .article img {
	margin-right: 5px;
	border: 1px solid #FFFFFF;
}
#faq_in  .buttons {
	text-align: right;
}
