@CHARSET "UTF-8";

body{
	background:#8F8E8E none repeat scroll 0 0;
	font-family:Arial,Tahoma,Verdana;
	font-size:14px;
	margin: 0;
	padding: 0;
}

img
{
	border: 0px;	
}

/*
 * links
 */
a:link {
	color: #920200;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #920200;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
  color: #000000;
  background-color: transparent ;
}
a.subheader{
	color: #ffffff;	
	font-size: 12px;
}
a.subheader:hover{
	color: #ffffff;	
	font-size: 12px;
	text-decoration: underline;
}
a.menu{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}

#horiz_menu li {
	padding: 0;
	list-style: none;
	line-height: 0em;
	display: inline;
	margin: 0 3px;
	vertical-align: middle;;
}
/*
 * tables
 */
table.standart{
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0px;
}
.standart#logo{
	height: 98px;
}
.standart#menu{
	margin-top: 0px;
	height: 32px;
	background: url('../images/menu_bg.png') repeat-x;
}
.standart#submenu{
	height: 28px;
	background-image: url("../images/submenu_bg.png");
	font-size: 12px;
	color: #ffffff;
}
.standart#container{
	background-color: #ffffff;
	height: 500px;
}
.standart#footer{
	color: #ffffff;
	height: 30px;
	background: url("../images/footer-bg.gif") repeat-x;	
}

td.menu{
	background: url("../images/button.png") no-repeat left bottom;	
}
td.footer{
	margin-left: 5px;
	margin-right: 5px;	
}

/*
 * panels
 */
div.panel{
	width: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border:1px solid #676767;
}
.panel#central{
	width: 460px;
}


.panel_title{
	height: 28px;
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.panel_title#left_menu{
	border-bottom: 1px dotted #80c080;
	background: url("../images/left_panel_title.gif") repeat-x;
}
.panel_title#blue{
	border-bottom: 1px dotted #80c080;
	padding-bottom: 1px;
	background: url("../images/comments-h2.gif") repeat-x;	
}
.panel_title#gray{
	border-bottom: 1px dotted #80c080;
	height: 23px;
	padding-left: 10px;
	background: url("../images/sec_panel.gif") repeat-x;	
}
.panel_title#central{
	background: url("../images/section-h3.gif") repeat-x;	
	margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
}
.panel_title#comments{
	background-color: #eeeeee;
	border-bottom: 1px solid #676767;
}


.panel_content{
	margin-bottom: 0px;
}
.panel_content#folder{
	background: url("../images/left_panel_bg.png") no-repeat bottom right;
}
.panel_content#arrow{
	background: url("../images/ext_link2.png") no-repeat bottom right;
}
.panel_content#central{
	background: url("../images/section-bg.jpg") no-repeat bottom right;
}
.panel_content#comment_form{
	background: url("../images/comments-form-bg.png") no-repeat bottom right; 
}


/*
 * FONTS
 */

div.content_inside{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.title_inside{
	margin-left: 10px;
	margin-right: 10px;	
	font-weight: bold;
	vertical-align: middle;
}
 
div.menu_text{
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
	background: transparent;
}

div.category_text{
	margin-left: 10px;	
	vertical-align: bottom;
	font-weight: bold;
}
.category_text#white{
	color: #ffffff;
}
.category_text#black{
	color: #000000;
}

div.news_title{
	text-transform: uppercase;
	color: #920200;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

div.panel_bottom{
	border-top: 1px dotted #80c080; 
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px 0px;
}

div.hidden{
	display: none;
}

/*
 * ad section
 */
div.ad{
	display: table;
	margin: 2px 2px 2px 2px;
	border: 1px solid #80c080;
	width: 224px;
	height: 40px;
	cursor: pointer;
}
.ad:hover{
	background: url("/system/files/images/ad_bg.png") repeat-x bottom right;
}

div.hidden_submenu{
	color: gray;
	margin-left: 20px;	
}

img.space{
	clear: inherit;
	margin: 4px 4px 4px 4px;
	display: block;
}

div.add_button
{
	margin: 5px; 
	padding: 5px; 
	width: 450px; 
	border-top: 5px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	cursor: pointer;
}

div.ie6
{
	margin: 0 auto;
	width: 100%;
	height: 25px;
	background: #CCC;
	border-bottom: 1px solid #000;
	font-size: 12px;
	display: none;
}
div.ie6-content
{
	width: 950px;
	margin: 0 auto;
	padding: 3px;
}
img.ie6
{
	width: 18px;
	height: 18px;
	border: 0px;
	margin: 0 10px;
	float: left;
	cursor: pointer;
}


#central h1
{
	font-size: 15px;
}