* {
	padding:0;
	margin:0;
}

body {
	font: 0.3em Verdana;
	color: #595959;
	background: #fff;
}

/* Основные элементы */

img {
	border:none;
}

p {
	margin-bottom:10px;
}

a {
	color:#888;
	text-decoration:none;
}

a.head {
	color:#00AEEF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color:#00AEEF;
	font-size:1.8em;
	font-weight:normal;
	text-shadow: rgba(123,127,255, .6) 2px 2px 2px;
}

h2 {
	font-size:1.2em;
	color:#fff;
	background:url("../images/h2.png") no-repeat;
	height:33px;
	line-height:33px;
	padding-left:30px;
	margin:0 -10px 5px;
}

h3 {
	
}


h5 {
	background:url("../images/author.gif") no-repeat left center;
}

/* Структура сайта */

#wrapper {
	min-width:980px;
	width:98%;
	padding:0 1%;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "98%");
}

/* Шапка сайта */

#header {
	border-top:5px solid #00aeef;
	text-align:right;
	background-image: url(../images/hbimg.png);
}

#logo {
	margin:0px 0 0 0px;
	float:left;
}

#nav {
	margin:15px 20px 0 0;
}

/* Верхнее меню */

#navigation {
	margin:20px 0 2px;
}

#navigation li {
	list-style:none;
	display:block;
	float:right;
	margin-left:7px;
	height:28px;
}

#navigation li a {
	text-transform:lowercase;
	padding:5px 20px;
	color:#fff;
	font-size:1.2em;
	line-height:28px;
	height:28px;
	background:#0F5069 url("../images/menu_list.gif") no-repeat right top;
}

#navigation li a:hover {
	background:#0188BA url("../images/menu_list_current.gif") no-repeat right top;
	text-decoration:none;
}

#navigation .current a {
	background:#0188BA url("../images/menu_list_current.gif") no-repeat right top;
}

/* Панель управления */

#panel {
	background:#3E3E3E url("../images/panel1.gif") repeat-x bottom;
	margin-top:50px;
	text-align:left;
	color:#fff;
}

#panel .inside1 {
	background:url("../images/panel2.gif") no-repeat bottom left;
}

#panel .inside2 {
	background:url("../images/panel3.gif") no-repeat bottom right;
	padding:15px 10px 45px 20px !important;
	padding:15px 10px 15px 20px;
}

#panel a {
	color:#D7D7D7;
}

.red a {
	color:#f00;
}

#panel ul {
	list-style:none;
	float:right;
	padding:15px 0 0 0;
}

#panel li {
	margin-bottom:5px;
}

#panel li a {
	background:url("../images/panel_list.gif") no-repeat left center;
	padding-left:12px;
}

#panel .inside2 .left {
	width:48%;
}

#panel .inside2 .right {
	width:49%;
	padding-left:20px;
	background:url("../images/lines.gif") repeat-y left;
}

#panel table {
	width:100%;
	vertical-align:top;
}

/* Классы для форм */

.button {
	border:1px solid #393939;
	color:#1CBBB4;
	font:0.9em Verdana;
	height:19px;
	background:#323232;
	padding:0 5px;
}

.button1 {
	border:1px solid #999;
	color:#666;
	font:0.9em Verdana;
	height:19px;
	background:#fff;
	padding:0 5px;
}

.search {
	border:1px solid #B2B2B2;
	background:#fff;
	height:16px;
	padding:0;
	margin:0;
	width:82%;
	vertical-align:bottom;
}

.textbox {
	border:1px solid #B2B2B2;
	background:#fff;
	height:16px;
	padding:0;
	margin:0;
	width:15%;
	vertical-align:bottom;
}

/* Контент сайта */

#container {
	width: 100%;
	float:right;
	margin-left: -222px;
}

#content {
	margin-left:220px;
	padding-left:14px;
}

/* Топ последних файлов */

#top {
	background:url("../images/top.png") repeat-x;
	margin-bottom:14px;
}

#top .inside1 {
	background:url("../images/top_left.png") no-repeat left;
}

#top .inside2 {
	background:url("../images/top_right.png") no-repeat right;
	height:204px;
	padding:0 0 0 185px;
}

/* Блок с последним файлом */

.last_file {
	width:33%;
	background:url("../images/last_file.png") no-repeat top center;
	text-align:center;
	float:left;
	margin:7px 0 0 0;
	padding:7px 0 0 0;
}

.last_file img {
	margin-bottom:10px;
}

.last_file a {
	color:#333;
	font-size:1.2em;
}

/* Центральная колонка */

#main {
	margin-right:240px;
	padding-right:0px;
}

#main ul {
	margin-bottom:10px;
}

#main li {
	list-style-position:inside;
}

.afteranchor a {
	color:#098876;
	font-weight:bold;
	background:url("../images/afteranchor.gif") no-repeat left center;
	padding-left:10px;
	margin:0 30px 0 0;
}

/* Правая колонка */

#right {
	width:240px;
	float:right;
}

#right a {
	text-decoration:underline;
	color:#555;
}

#right a:hover {
	text-decoration:none;
}

/* Левая колонка */

#sidebar {
	width:220px;
	float:left;
}

#sidebar a {
	text-decoration:underline;
	color:#555;
}

#sidebar a:hover {
	text-decoration:none;
}

/* Информационные блоки */

.block {
	background:#F2F0F0;
	padding:0 10px 10px;
	margin-bottom:10px;
}

.block form {
	line-height:20px;
	padding-left:20px;
}

.block img {
	margin:5px 3px;
}

.block li {
	list-style:none;
}

.block li a {
	background:url("../images/arw.gif") no-repeat left top;
	padding-left:10px;
}

/* Меню в левой колонке */

#menu li {
	padding:5px 0;
	border-bottom:1px solid #ddd;
}

#menu li a {
	color:#9B9B9B;
	background:url("../images/arrow.gif") no-repeat left top;
	padding-left:32px;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:underline;
}

/* Подвал сайта */

#footer {
	border-top:5px solid #00aeef;
	padding:7px 0;
	text-align:center;
	font-size:0.9em;
}

#footer a {
	color:#448CCB;
}

/* Дополнительные классы */

.clearing {
	height:0;
	clear:both;
}

.left {
	float:left;
        width: auto;
}

.right {
	float:right;
}

.red {
	color:#F26C4F;
}

.green {
	color:#47958A;
}
.padding10{
	padding: 10px;
}
.bggray{
	background: #fafafa;
}
/* Темы */
.border_bottom{
	border-bottom: 1px solid #ebebeb;
}

.shortnews {
	clear:left;
	margin: 0 10px;
}

.shortnews img {
	/*margin-right:5px;*/
}

.topic img {
	margin-right:5px;
}

/* Стили для комментариев */

h3.comm{
	background: #00AEEF;
	padding: 4px;
	font-size: 14px;
	color: #fff;
}

/*---Комментарии---*/
.bcomment{
	padding: 10px 0;
}
.chead h4 { 
	display: inline-block;
}
.chead { 
	background: #EBFFFF;
	height: 15px;
	padding: 5px;

}
.comedit{
	background: #EBFFFF;
	height: 15px;
	padding: 5px;
}
.comedit a {
	color: #00AEEF;
}

/* Регистрация */

.registration td{
	padding:5px;
}

.registration .textform {
	width:150px;
}

/* Добавление новости */

.addnews {
	width:95%;
}

.addnews td {
	padding:3px;
}

.addnews textarea {
	border:1px solid #ddd;
	width:100%;
	height:100px;
}

/* Обратная связь */

.feedback {
	width:98%;
}

.feedback td {
	padding:3px;
}

.feedback textarea {
	width:100%;
	height:100px;
}

/* Восстановление забытого пароля */

.lostpassword td {
	padding:3px;
}

/* Персональные сообщения */

.pm {
	width:95%;
	border-collapse:separate;
}

.pm td {
	padding:3px;
}

.pm textarea {
	width:100%;
	border:0;
	height:100px;
}

/* Информация о пользователе */

.userinfo {
	width:98%;
	margin-bottom:10px;
}

.userinfo td {
	padding:3px;
	vertical-align:top;
}

.userinfo textarea {
	width:100%;
	height:80px;
}

/* Статистика */

.stats {
	width:98%;
	border-collapse:separate;
	margin-bottom:10px;
}

.stats td {
	vertical-align:top;
	padding:3px;
}

/* Поиск */

.searchmenu {
	width:98%;
	border:0;
	margin-bottom:10px;
}

.white a {
	color:#fff;
}
DIV.clSlide{position:absolute;  ;z-index:10; left:0; width:138; height:22; clip:rect(0,138,22,0); padding:3px;}
DIV.clSlideSub{position:absolute; ;z-index:10; padding:2px; clip:rect(0,127,20,0); width:127; height:20; left:8; visibility:hidden}
DIV.clSlideSub2{position:absolute; ;z-index:10; padding:2px; clip:rect(0,118,20,0); width:118; height:20; left:8; visibility:hidden}
#divSlideCont{position:absolute; z-index:10; left:0; top:100; height:600; width:170; visibility:hidden}
A.clSlideLinks{font-family:Verdana, Helvetica, Helv; font-size:11px; font-weight:bold; text-decoration:none; color:white}
A.clSlideSubLinks{font-family:Verdana, Helvetica, Helv; font-size:10px; text-decoration:none; color:Navy}
A.clSlideSub2Links{font-family:Verdana, Helvetica, Helv; font-size:9px; text-decoration:none; color:Navy} 

#GATTVCD76FGHFD {
	width: 478px;
    height: 120px;
	position: relative;
    z-index: 9998;
	border: 1px solid #5c4527;
	background: #fbfbf0;
}
#GATTVCD76FGHFD * {
	padding: 0px;
	margin: 0px;
	float: none;
}
#GATTVCD76FGHFD .image {
    margin: 11px 10px 0px 12px;
	top: 11px;
	left: 11px;
	width: 96px;
	height: 96px;
	background: url('/jabox_img/banner/sovmest.gif')  no-repeat;
	border: none;
	padding: 0;
	float:left;
}
#GATTVCD76FGHFD .content {
	position: absolute;
	width: 349px;
	right: 10px;
	top: 5px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#GATTVCD76FGHFD .content .title {
  font-weight:bold;
  color: #5c4527;
  text-align: center;
  font-size:14px;
  margin-bottom: 5px;
  font-family: Tahoma, sans-serif;
  border: none;
  background: none;
  padding:0;
  line-height: normal;
}
#GATTVCD76FGHFD .content p {
  font: 12px Tahoma,sans-serif !important;
  margin: -2px 0 0 0;color: #676767;
  line-height: 14px;
  text-align: justify;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
}
#GATTVCD76FGHFD .content p.download {
	left: 0px;
	bottom: 0px;
	text-align: center;
	padding:0;
	margin: 0;
	background: none;
	border: none;
}
#GATTVCD76FGHFD .content a {
	font-weight: bold;
	font-size: 13px;
	padding:0;
	margin: 0;
	background: none;
	border: none;
}
#GATTVCD76FGHFD .banner-part {
	position: absolute;
	right: 5px;
	top: 105px;
	width: 200px;
	z-index: 9999;
	background: #fbfbf0;
	padding: 10px 0;
	font-size: 12px;
	border: 1px solid #5c4527;
	display: none;
	font-family: Tahoma, sans-serif;
	color: #333399;
	margin: 0;
	line-height: normal;
	text-align:left;
}
#GATTVCD76FGHFD .banner-part li, #GATTVCD76FGHFD .banner-part li a {
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
}
#GATTVCD76FGHFD .banner-part ul {
	padding-top: 3px;
	margin-left: 10px;
	display: none;
}
#GATTVCD76FGHFD .banner-part .visible ul {
	display: block;
}
#GATTVCD76FGHFD .banner-part .close {
	float: right;
	font-family: Tahoma, sans-serif;
	color: #7a5f3b;
	border: 0px;
	font-size: 11px;
}
#GATTVCD76FGHFD .banner-part li {
	padding: 3px 10px;
	list-style: none;
	color: #5c4527;
}
#GATTVCD76FGHFD .banner-part li a {
	color: #676767;
	font-size: 12px;
	text-transform: none;
	border-bottom: 1px dotted #676767;
	font-family: Tahoma, sans-serif;
    text-decoration: none;
}
#GATTVCD76FGHFD .banner-part li a:hover {
	font-size: 12px;
	text-transform: none;
	border-bottom: 1px dotted #676767;
	font-family: Tahoma, sans-serif;
    text-decoration: none;
	font-weight:700;
}
#GATTVCD76FGHFD .download {
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    color: #676767;
    font-weight: normal;
    text-decoration: none;
    margin-top: 2px;
    text-align: center;
	line-height:normal;
	padding:0;
}
#GATTVCD76FGHFD .download a{
    color: #5c4527;
    font-weight: bold;
    text-decoration: underline;
}
#GATTVCD76FGHFD .download a:hover{
    color: #676767;
    font-weight: bold;
    text-decoration: underline;
}
