body {
	background:url("/images/bg.png") black;
}

body, table, .mainText {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
/*	color: #9f9f9f;*/
	color: #2B292A;
}

th {
	font-weight: bold;
	text-align: center;
}

h1, h2 {
    text-align: center;
}

h4 {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-variant: inherit;
	text-transform: inherit;
	color: inherit;
	text-align: inherit;
	display: inline;
}

a {
	color: #006d33;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a.footer {
	color: #2B292A;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.footer:hover {
	text-decoration: underline;
}

.boldText {
	font-weight: bold;
}

.italicText {
	font-style: italic;
}

.underLine {
	text-decoration: underline;
}

.greenText {
	color: #006C30;
}

.blueText {
	color: #336699;
}

.redText {
	color: #BE0F3A;
}

.darkText {
	color: #2B292A;
}

.greyText {
	color: #9f9f9f;
}

.smallText {
	font-size: 10px;
}

.errorText {
	color: #BE0F3A;
	font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.wide {
	width: 100%;
}

.hover {
	background-color: #ddffdd;
}

div.seachinput {
	width: 129px;
	height: 20px;
	float: left;
	background: url(/images/searchinput.png) left no-repeat;
}

input.seachinput {
	width: 129px;
	height: 20px;
	padding-top: 2px;
	padding-left: 4px;
	background-color: white;
	border: none;
	font-size: 9px;
	color: black;
}

div.searchbutton {
	width: 50px;
	height: 24px;
	float: right;
	background: url(/images/button.png) left no-repeat;
}

input.searchbutton {
	width: 50px;
	height: 24px;
	cursor: pointer;
	background-color: white;
	border: none;
}

.opaque {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+ */
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	-webkit-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

login_input {
	font-style:	normal;
	font-size:	12px;
	width:	250px;
	height:	15px;
	border:	1px solid #999;
}

login_textarea {
	font-size:	12px;
	width:	830px;
	height:	300px;
	border:	1px solid #999;
}

.editor {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

div.admin_panel {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 2px;
	border: 1px solid black;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
}

div.admin_panel.hidden {
	border: 0;
	background: none;
}

td.left_bar {
	/*background: #f5f5f5 url(/images/left_bg.png);*/
	background-position: top right;
	background-repeat: repeat-y;
	width: 11px;
}

td.right_bar {
	/*background: #f5f5f5 url(/images/right_bg.png);*/
	background-position: top left;
	background-repeat: repeat-y;
	width: 9px;
}

td.pattern_left {
	/*background: #f5f5f5 url(/images/pattern_left.png);*/
	background: #f5f5f5 url(/images/bg.png);
	background-position: left;
}

td.pattern_right {
	/*background: #f5f5f5 url(/images/pattern_right.png);*/
	background: #f5f5f5 url(/images/bg.png);
	background-position: right;
}

td.box_top {
	height: 8px;
	background: url(/images/boxtop.png);
	background-position: top;
	background-repeat: no-repeat;
}

td.box_inner {
	background: url(/images/boxinner.png);
	background-position: left;
	background-repeat: repeat-y;
	padding: 5px 10px;
}

td.box_bottom {
	height: 6px;
	background: url(/images/boxbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.menupanel ul, .menupanel ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.menupanel ul li {
	float: left;
}

.menupanel ul li ul {
	display: none;
	position: absolute;
	top: 110px;
/*	left: 0;*/
	border: 1px solid #9f9f9f;
	background-color: white;
	z-index:10000;
}

.menupanel ul li ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 4px;
	border-bottom: 1px dashed #9f9f9f;
}

.menupanel ul li ul li a {
	text-decoration: none;
	font-weight: bold;
}

.menupanel ul li ul li a:hover {
	background-color: #eee;
}

/* Хак для jQuery UI */
.ui-widget { font-size: 12px; }
.ui-widget .ui-widget { font-size: 11px; }
.ui-dialog { padding: 0 !important; }
/*.ui-widget-content { border: 0 !important; }*/
.ui-dialog-titlebar { background: url('/images/dialog_title.png'); background-repeat: repeat; }
.ui-widget-header { color: white !important; }
.ui-widget-header .ui-icon { background-image: url("themes/smoothness/images/ui-icons_ffffff_256x240.png") !important; }
/* Хак для jQuery UI */

.scrolling {
	overflow: scroll;
	vertical-align: middle;
}

.faq {
   list-style-type: none;
}

.faq ul {
    list-style-type: none;
    font-style: italic;
    margin-right: 24px;
}

table.cat_icons {
	margin-bottom: 12px;
	padding-bottom: 12px;
}

table.cat_icons td, table.cat_icons .cat_icon {
	padding: 4px;
	margin: 12px;
	vertical-align: bottom;
	width: 200px;
}

table.cat_icons .cat_title {
	vertical-align: top;
}

.cat_header {
	font-weight: bold;
	font-style: italic;
	color: #8B8B8B;
}

.cat_header.active {
	color: #006C30;
}

.cat_slider {
	display: block;
	vertical-align: middle;
	color: #006C30;
	font-weight: bold;
	cursor: pointer;
}

input.faq_input {
    width: 198px;
    height: 19px;
    background: url(/images/input_faq.png) left no-repeat;
    border: none;
	padding: 0 4px;
    font-size: 11px;
}

textarea.faq_textarea {
    width: 430px;
    height: 78px;
    background: url(/images/textarea_faq.png) left no-repeat;
    border: none;
	padding: 4px;
    font-size: 11px;
}

input.faq_button {
    width: 73px;
    height: 19px;
    cursor: pointer;
    background: url(/images/button_send.png) left no-repeat;
    border: none;
}

.faq_text {
	color: #006C30;
	font-size: 12px;
	font-style: italic;
}

div.paginate {
	text-align: right;
	font-weight: bold;
	color: #006C30;
}

div.paginate a {
	text-decoration: none;
	color: #9f9f9f;
}

div.path {
	float: right;
	padding: 2px;
	margin-bottom: 10px;
}

/*div.path a, */div.path span, div.path h4 {
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid white;
	padding: 2px;
	margin: 2px;
}

div.path h4 a {
	text-decoration: none;
}

div.path span, div.path h4 {
	font-weight: bold;
}

div.path h4:hover {
	border: 1px solid #9f9f9f;
	background: #eee;
}

/*div.path a:hover {
	border: 1px solid #9f9f9f;
	background: #eee;
}*/

.discount {
	font-size: 12px;
	text-align: center;
	font-weight: 900;
	font-style: italic;
	color: #696969;
}

.bigText {
	font-size: 14px;
}

.poll_button {
	width: 135px;
	height: 20px;
	border: 1px solid #999;
	background-color: #ccc;
}

.poll_bar {
	height: 12px;
	border: 1px solid #999;
	background-color: #eee;
}

.scrollable {
	position: relative;
	overflow: hidden;
/*	width: 210px;*/
	width: 154px;
/*	height: 110px;*/
	height: 104px;
	float: left;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

.scrollable .items div {
	float: left;
	margin: 0 2px;
}

.scrollable img {
	cursor: pointer;
	border: 1px solid #ccc;
}

a.browse {
	background: url(/images/hori_large.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 35px 2px 0 2px;
	cursor: pointer;
	font-size: 1px;
}

a.right {
	background-position: 0 -30px;
	clear: right;
	margin-right: 0px;
}

a.right:hover {
	background-position: -30px -30px;
}

a.right:active {
	background-position: -60px -30px;
}

a.left {
	margin-left: 0px;
}

a.left:hover {
	background-position: -30px 0;
}

a.left:active {
	background-position: -60px 0;
}

a.disabled {
	visibility: hidden !important;
}

a.prev {
	margin-left: -32px;
}

.pointer {
	cursor: pointer;
}

.search_result {
	font-weight: bold;
	background-color: #FFFF99;
}

.bordered, table .bordered td, table .bordered th {
	border: 1px solid #ccc;
}

.filled {
	background-color: #eee;
}

.trashed {
	background-color: #ccc;
}

.seo_block {
	float: right;
/*	background-color: #F9F9F9;*/
	border: 1px solid #CCCCCC;
	font-size: 11px;
	margin: 20px 10px 10px 10px;
	padding: 5px;
}

.seo_block h4 {
	font-weight: bold;
}

.dotted-top {
	border-top: 2px dotted #ccc;
	padding: 5px 10px;
	width: 90%;
}

.dotted-bottom {
	border-bottom: 2px dotted #ccc;
	padding: 5px 10px;
	width: 90%;
}

.dotted-top-bottom {
	border-top: 2px dotted #ccc;
	border-bottom: 2px dotted #ccc;
	margin: 10px;
	padding: 5px 10px;
	width: 90%;
}

.accordion_header {
	cursor: pointer;
	color: #006d33;
}

.tooltip {
	display: none;
	background: white;
	font-size: 11px;
	padding: 15px;
	margin-right: 20px;
	border: 1px solid black;
	color: black;
	max-width: 350px;
}

.tooltip_main {
	display: none;
	background: white;
	font-size: 11px;
	padding: 5px;
	border: 1px solid #006C30;
	color: #006C30;
	max-width: 350px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0 0 4px 2px #ccc;
	-webkit-box-shadow: 0 0 4px 2px #ccc;
	box-shadow: 0 0 4px 2px #ccc;
}

/*Заглушка для редактора, чтобы подключить плагин*/
.lightbox {

}

.lightbox img {
	border: 0;
	padding: 0;
	margin: 0;
}

ul.dictionary {
	list-style-type: decimal-leading-zero;
}

ul.dictionary li {
	margin: 8px;
}

ul.glossary {
	list-style-type: decimal-leading-zero;
}

ul.glossary li {
	margin: 8px;
}

div.letters {
	width: 100%;
	text-align: center;
}

div.letters a {
	margin: 2px;
}

#chatPreview {
	position: absolute;
	right: 0px;
	top: 200px;
	width: 20px;
	border: 1px solid #8C8C8C;
	background: white;
/*	padding: 10px;*/
	z-index: 1;
}

#chatWindow {
/*	position: absolute;
	left: -500px;
	top: 200px;*/
/*	width: 500px;*/
/*	border: 2px solid black;
	background: white;
	padding: 10px;*/
	display: none;
}

#chatClose {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	display: none;
}

#chat_log_div {
/*	width: 400px;*/
	height: 100px;
	overflow: scroll;
	border: 1px solid #ccc;
}

.sitemap,
.sitemap ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}

.sitemap li {
	margin:0;
	padding:0;
	display:block;
	clear:both;
}

ul.sitemap li {
	font-weight:bold;
}

ul.sitemap li ul li{
	font-weight:normal;
}

.sitemap a {
	text-decoration:none;
	float:left;
	display:inline-block;
	padding-bottom:10px;
}

.sitemap a:hover {
	text-decoration:underline;
}

.sitemap a.print {
	float:right;
	background:none;
	font-weight:normal;
}

ul.sitemap li ul li a {
	padding-left:10px;
}

ul.sitemap li ul li a.print {
	padding-left:0px;
}

h1.print {
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	text-align:left;
	margin:20px;
}

