/*
 Author: Andrei @)(otnik
 URL: http://Xtracker.org
*/


a { color: #619722; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; }
 
/*h1-h6*/
 body {
 background: #e1dfb9; /* Цвет фона */
 background-color: #000;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #666;
 text-decoration: none;
 }
 
html {font-size:11px;}
* {margin: 0; padding: 0;}
.main{width:100%;}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, table, font {
 font-size: 1em;
 font-style: normal;
 font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Tahoma, Verdana, Helvetica, sans-serif;
 margin: 0 0 0.2em 0;
 line-height: 1.1em;
}

/*Настройка заголовков*/
h1 { font-size: 14px; font-weight:bold; }
h2 { font-size: 12px; font-weight: bold; line-height:18px; }
h3 { font-size: 1em; font-weight:bold; line-height:18px; }
h4 { font-size: 10px; font-weight:bold; line-height:18px; }

/*forms*/
input, textarea, select {
 font-size: 1em;
 font-family: Tahoma, Helvetica, sans-serif;
} 
 #container {
 width: 988px; /* Ширина слоя */
 margin: 0 auto; /* Цвет фона левой колонки */
 background-color: #000;
 }
 #header {
 text-align: left; /* Выравнивание по центру */
 background-image: url(../images/head.png);
 height: 142px;
 width: 988px;
 }
#logo {
 background-image: url(../images/logo.png);
 height: 261px;
 width: 693px;
 background-repeat: no-repeat;
 margin-left: 295px;
}
#FlashID {
 position: relative;
 top: -33px;
 left: 15px;
}

 #content {
 margin-left: 295px; /* Отступ слева */
 padding: 10px; /* Цвет фона правой колонки */
 background-color: #FFF;
 height: auto;
 }
 #footer {
 background-image: url(../images/footer.png);
 height: 31px;
 background-repeat: no-repeat;
 text-align: center;
 color: #000;
 padding-top: 10px;
 }
 #menu_head {
 position: relative;
 top: 25px;
 width: 700px;
 height: 30px;
 margin-left: 300px;
}
#menu_it {
 font-size: 0.85em;
 height:2.8em;
 color: #666;
}
#menu_it span {
 float:left;
 color: #555;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding: 7px 18px;
 margin-right: 2px;
}
#menu_it a {
 display:block;
 float:left;
 color: #999;
 text-align:center;
 padding: 8px 18px;
 margin-right: 2px;
 text-decoration: none;
}
#menu_it a:hover {
 color: #d3f902;
}
#menu_head_line {
 position: relative;
 width: 988px;
 right: 300px;
 bottom: 48px;
}
#menu {
 font: 15px Arial, Helvetica, sans-serif;
 background-repeat:repeat-x;
 height:30px;
 line-height:30px;
 width:100%;
 overflow:hidden;
 margin:0px;
 padding:0px;

}
.glossymenu{ 
position: relative; 
padding: 0 0 0 34px; 
margin: 0 auto 0 auto; 
background: url() repeat-x; /*путь к картинке заднего фона*/ 
height: 46px; 
list-style: none; 
} 

.glossymenu li{ 
float:left; 
} 

.glossymenu li a{
 float: left;
 display: block;
 color:#CCC;
 text-decoration: none;
 font-family: sans-serif;
 font-size: 13px;
 font-weight: bold;
 padding:0 0 0 20px; /*Padding to accomodate left tab image. Do not change*/
 height: 46px;
 line-height: 46px;
 text-align: center;
 cursor: pointer;
} 

.glossymenu li a b{ 
float: left; 
display: block; 
padding: 0 24px 0 8px; /*Расстояние между элементами меню*/ 
} 

.glossymenu li.current a, .glossymenu li a:hover{ 
color: #000; 
background: url(../images/menug_hover_left.png) no-repeat; /*путь к левой картинке*/ 
background-position: left; 
} 

.glossymenu li.current a b, .glossymenu li a:hover b{ 
color: #48484c; 
background: url(../images/menug_hover_right.png) no-repeat right top; /*путь к правой картинке*/ 

 
}
#search {
 background-image: url(../images/search.PNG);
 height: 82px;
 width: 294px;
 position: absolute;
}
 .searchform {
 display: inline-block;
 zoom: 1; /* ie7 hack for display:inline-block */









*display: inline;
 padding: 3px 5px;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
 -webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
 -moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
 box-shadow: 0 1px 0px rgba(0,0,0,.1);









filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
 padding-top: 25px;
}
.searchform input {
font: normal 12px/100% Arial, Helvetica, sans-serif;
}
.searchform .searchfield {
 background: #fff;
 padding: 6px;
 width: 180px;
 border: solid 1px;
 outline: none;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
 box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
 border: solid 1px #c2ed37;
 font-size: 11px;
 height: 27px;
 width: 85px;
 text-shadow: 0 1px 1px rgba(0,0,0,.6);
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
 background: #5f5f5f;
 background: -webkit-gradient(linear, left top, left bottom, from(#00CC00), to(#66CC00));





filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC00', endColorstr='#66CC00'); /* ie7 */
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC00', endColorstr='#66CC00'); /* ie8 */
 background-color: -moz-linear-gradient;
 background-image: url(../images/search_button.png);
 background-position: top;
}
#left_bar {
 position: absolute;
 height: auto;
 width: 293px;
 background-repeat: no-repeat;
 margin-top: 85px;
 color: #000;
}
.menu_leftbar {
 background-image: url(../images/menu_v.PNG);
 text-align: center; /* Выравнивание по центру */
 height: 26px;
 background-repeat: no-repeat;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 14px;
 font-weight: bold;
 padding-top: 6px;
 margin-top: 10px;
}
.menu_left {
 height: auto;
 background-repeat: no-repeat;
 background-color: #1E1E1E;
 width: 283px;
 color: #999;
}
.block_menu {margin:0; padding:0; list-style:none;} .block_menu li a:link, .block_menu li a:active, .block_menu li a:visited {
 width:283px;
 height:30px;
 padding:10px 0 0 35px;
 display:block;
 margin:0 0 1px 0;
 color:#999;
 text-decoration:none;
 overflow:hidden;
 font-size: 16px;
 background-image: url(../images/menu_bg.png);
 background-repeat: no-repeat;
 background-position: 0 0;
} .block_menu li a:hover {
 color:#BFE63E;
 background-position:0 -40px;
}

/* Login Form and Search by SoFTilla.3Dn.Ru */
.loginField {font-family:Arial;padding-top:4px;height:20px;font-size: 9px; color:#ffffff; background:url('/images/loginformbg.png'); border:0px; text-align: center}
.queryField {font-family:Arial;padding-top:4px;height:20px;font-size: 10px; color:#ffffff; background:url('/images/pass.png'); border:0px; text-align: center}
.loginButton{font-family:Arial;padding-top:4px;height:20px;font-size: 10px; color:#ffffff; background:url('/images/enter.png') no-repeat 0px 0px; color:#FFFFFF;border:0px;height:20px;width:36px;}
/* --------- */