@charset "windows-1251";
/* CSS Document */

p {
font-family:Verdana, Geneva, sans-serif; margin:15px;}

.main_table {border:#E1E1E1 1px solid;}

/* button */
.button {
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight: bolder;
}

/* links */
a:link {

	color: #373737;

	text-decoration: underline;

}

a:visited {

	text-decoration: underline;

	color: #000000;
}

a:hover {

	text-decoration: none;

	color: #035088;

}

a:active {

	text-decoration: underline;

	color: #373737;
}

.main_bg {background-image:url(images/bg_button.gif);}

.copyright {font-family:Verdana; font-size:10px; color:silver;}
.adv {background-color:#FFFFFF; font-family: Verdana; font-size:10px;}

/* Scroller Box */

    #scroller_container {

position: relative;

width: 100 %;

height: 200 px;

overflow: hidden;

}

#scroller {

white-space: br;

line-height: 14px;

font-size: 11px;

font-family: Verdana;

}

/* Scoller Box */.tovartable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-position: 10px 10px;
	text-align: justify;
	border: 3 px double #CECEFF;
}

#faqRoot {width: 500px;margin: 0 auto;padding: 0;}
#faqindex {float: right;width: 500px;font-family: consolas,verdana,helvetica,sans-serif;}
#faqindex a, #faqindex a:visited {text-decoration: none;color: #666;}
#faqindex a:active, #faqindex a:hover {color: #000;border-bottom:dotted #ccc 1px;}
#faqindex ul {list-style-type: square;list-style-image: none;list-style-position: outside;padding-left:10px;line-height: 10px;margin-top: 5px;font-size:70%;}
#faqindex ul li {color:#666666;white-space:nowrap;}
#faqindex h2 {padding: 0;margin-bottom: 0;border-bottom: dotted 1px #ccc;color: #666666;}
#faq {float:left;width: 500px;margin: 0 auto; font-family: consolas,verdana,helvetica,sans-serif;}
#faq {margin-bottom: 15px;}
#faq .faqcontent {margin: 0 10px 0 10px;font-size: 75%;}
#faq h2.faqopened, #faq h2.faqclosed {cursor: pointer;padding: 0 0 0 15px;border-bottom: dotted 1px #ccc;margin-bottom: 0;}
#faq h2.faqclosed:hover {color: black;}
#faq h2.faqclosed {color: #666666;background: transparent url(images/collapsed.png) no-repeat scroll 0 10px;}
#faq h2.faqopened {color: black;background: transparent url(images/expanded.png) no-repeat scroll 0 10px;}
