* {
	padding:0;
	margin:0;
}

body {
	font:1.2em Verdana;
	color:#000000;
	background:ceebd4;
}

/* Основные элементы */

img {
	border:none;
}

p {
	margin-bottom:10px;
}

a {
	color:#006600;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	color:#000000;
	font-size:1.6em;
	font-weight:bold;
	background: #e4ffca;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}

h2 {
	font-size:1.2em;
	color:#000000;
	background:url("../images/h2.png") no-repeat;
	height:33px;
	line-height:23px;
	padding-left:23px;
	margin:0 -10px 5px;
}

h3 {
	background:url("../images/h3.gif") no-repeat left center;
	color:#80C42E;
	font-size:1.8em;
	padding:7px 0 0 40px;
	margin:0 0 0 20px;
	font-weight:normal;
}

h4, h5 {
	color:#1CBBB4;
	font-size:1.2em;
	font-weight:normal;
	padding-left:20px;
	margin-bottom:10px;
}

h4 {
	background:url("../images/search.gif") no-repeat left center;
}

h5 {
}

/* Структура сайта */

#wrapper {
	min-width:980px;
	width:98%;
	padding:0 1%;
	width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "98%");
}

/* Шапка сайта */

#header {
	text-align:right;
}

#logo {
	margin:5px 0px 0px 0px;
	float:left;
}

#nav {
	margin:15px 20px 0 0;
}

/* Верхнее меню */

#navigation {
	margin:-5px 0 -5px;
}

#navigation li {
	list-style:none;
	display:block;
	float:right;
	margin-left:7px;
	height:5px;
}

#navigation li a {
	text-transform:lowercase;
	padding:5px 20px;
	color:#fff;
	font-size:1.2em;
	line-height:28px;
	height:28px;
	background:#3785b7;
}

#navigation li a:hover {
	background:#1fa93a;
	text-decoration:none;
}

#navigation .current a {
	background:#1fa93a;
}

/* Панель управления */

#panel {
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	color:#339933;
	background:#0080be;

}

#panel .inside1 {
	background:#e4ffca;

	

}

#panel .inside2 {
	padding:0px 0px 5px 8px !important;
	background:#e4ffca;
}

#panel a {
	color:#000000;
}

.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:200px;
	float:left;
	vertical-align:middle;
}

#panel .inside2 .right {
 	padding-top:20px;
	width:200px;
	float:right;
	vertical-align:middle;
	}

#panel .inside2 .center {
	align:right;
	padding-top:10px;

	}

#panel table {
	width:100%;
	vertical-align:top;
}

/* Классы для форм */

.button {
	background:url("../images/search.png");
	}

.button1 {
	border:1px solid #000;
	color:#000;
	font:0.9em Verdana;
	height:19px;
	background:#b7da94;
	padding:0 5px;
}

.search {
	border:1px solid #000000;
	background:#fff;
	height:18px;
	padding:0px;
	margin:0px;
	width:170px;
	vertical-align:bottom;
}

.textbox {
	border:1px solid #B2B2B2;
	background:#fff;
	height:16px;
	padding:0;
	margin:0;
	width:15%;
	vertical-align:bottom;
}

/* Контент сайта */

#container {
	width: 98%;
	float:right;
	margin-left: -222px;
	allign: center;
}

#content {
	margin-left:170px;
	padding-left:18px;
	}

/* Топ последних файлов */

#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:220px;
	padding-right:8px;
	}

#main ul {
	margin-bottom:10px;
}

#main li {
	list-style-position:inside;
}

.afteranchor a {
	color:#005500;
	font-weight:bold;
	background:url("../images/kudesigner.png") no-repeat left center;
	padding-left:20px;
	margin:0 30px 0 0;
}

.afteranchor1 a {
	color:#005500;
	font-weight:bold;
	background:url("../images/irc_protocol.png") no-repeat left center;
	padding-left:20px;
	margin:0 30px 0 0;
}

/* Правая колонка */

#right {
	width:220px;
	float:right;
}

#right a {
	text-decoration:underline;
	color:#000;
}

#right a:hover {
	text-decoration:none;
	color:#006633;


}

/* Левая колонка */

#sidebar {
	width:200px;
	float:left;
}

#sidebar a {
	text-decoration:none;
	color:#000;
}

#sidebar a:hover {
	text-decoration:none;
	color:#006633;


}

/* Информационные блоки */

.block {
	background:#e4ffca;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin:0 0px 10px;
}

.block form {
	line-height:20px;
	padding-left:20px;
}

.block img {
}

.block li {
	list-style:none;
}

.block li a {
	background:url("../images/arw.gif") no-repeat left top;
	padding-left:10px;
}

/* Меню в левой колонке */

#menu li {
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
#menu11 li a {
padding-left:5px;
	background:url("../images/main.png") no-repeat left top;
}
#menu12 li a {
	background:url("../images/soft.png") no-repeat left top;
}
#menu13 li a {
	background:url("../images/vebmaster.png") no-repeat left top;
}
#menu14 li a {
	background:url("../images/oboi.png") no-repeat left top;
}
#menu15 li a {
	background:url("../images/muzica.png") no-repeat left top;
}
#menu16 li a {
	background:url("../images/kinoroliki.png") no-repeat left top;
}
#menu17 li a {
	background:url("../images/videoonline.png") no-repeat left top;
}
#menu18 li a {
	background:url("../images/igri.png") no-repeat left top;
}
#menu19 li a {
	background:url("../images/prikoli.png") no-repeat left top;
}
#menu20 li a {
	background:url("../images/fotopodborki.png") no-repeat left top;
}
#menu21 li a {
	background:url("../images/knigi.png") no-repeat left top;
}
#menu22 li a {
	background:url("../images/kpk.png") no-repeat left top;
}
#menu23 li a {
	background:url("../images/hitech.png") no-repeat left top;
}
#menu24 li a {
	background:url("../images/shoubiz.png") no-repeat left top;
}
#menu25 li a {
	background:url("../images/znakomstva.png") no-repeat left top;
}
#menu26 li a {
	background:url("../images/sobitia.png") no-repeat left top;
}

#menu li a {
	color:#000000;
	padding-left:32px;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#menu li a:hover {
	text-decoration:none;
	color:#336633;

}

/* Подвал сайта */

#footer {
	border-top:5px solid #b0d68a;
	background:#e4ffca;
	padding:7px 0;
	text-align:center;
	font-size:0.9em;
}

#footer a {
	color:#336633;
}

/* Дополнительные классы */

.clearing {
	height:0;
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.red {
	color:#F26C4F;
}

.green {
	color:#47958A;
}

/* Темы */

.shortnews {
	clear:left;
}

.shortnews img {
	margin-right:5px;
}

.topic img {
	margin-right:5px;
}

/* Стили для комментариев */

.answer {
	width:98%;
	margin:10px 0;
	border-collapse:separate;
}

.answer td {
	padding:0;
}

.answer th {
	background:#b7da94;
	color:#000;
	font-weight:normal;
	padding:4px;
	text-align:left;
}

.answer th a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

.answer .comment_user_info {
	background:#cfe7b8;
	width:25%;
	padding:5px;
	font-size:0.9em;
	vertical-align:top;
}

.answer .user_comment {
	background:#e4ffca;
	padding:5px 10px;
	vertical-align:top;
}

.comment_bottom td {
	background:#b7da94;
	padding:3px 5px;
	color:#336633;
	font-size:0.9em;
}

.comment_bottom td a {
	color:#336633;
	text-decoration:underline;
}

.comment_bottom td a:hover {
	text-decoration:none;
}

/* Добавление комментариев */

.addcomment {
	width:100px;
	border-collapse:separate;
	margin-bottom:10px;
	align:center;
	border:336633;
}

.addcomment th {
	padding:4px;
	background:#b7da94;
	color:#000;
}

.addcomment textarea {
	width:99%;
	border:1px 336633;
	height:150px;
	}

.textform {
	border:1px solid #336633;
	background:#e4ffca;
}

.commentform {
	line-height:25px;
	width:100px;
}

/* Регистрация */

.registration td{
	padding:5px;
}

.registration .textform {
	width:150px;
}

/* Добавление новости */

.addnews {
	width:50%;
}

.addnews td {
	padding:3px;
}

.addnews textarea {
	border:1px solid #999988;
	width:100%;
	height:250px;
}

/* Обратная связь */

.feedback {
	width:40%;
}

.feedback td {
	padding:3px;
}

.feedback textarea {
	width:99%;
	height:200px;
}

/* Восстановление забытого пароля */

.lostpassword td {
	padding:3px;
}

/* Персональные сообщения */

.pm {
	width:40%;
	border-collapse:separate;
}

.pm td {
	padding:3px;
}

.pm textarea {
	width:99%;
	border:1px solid #999988;
	height:200px;
}

/* Информация о пользователе */

.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:10px;
}

.stats td {
	vertical-align:top;
	padding:3px;
}

/* Поиск */

.searchmenu {
	width:98%;
	border:0;
	margin-bottom:10px;
}

.white a {
	color:#fff;
}e a {
	color:#fff;
}


/* =================КНОПКИ ДОБАВЛЕНИЯ НОВОСТИ В ЗАКЛАДКИ============= */

div.link_book
{ 
width: 100%;
}

span.link_book
{
color: #000;
font-size: 11px;
font-weight: normal;
font-family: Arial;
padding-bottom: 0px;
}

div.link_bookvn
{
margin-top: 5px;
}

div.link_bookvn a img
{
padding: 2px;
margin: 0px;
border: 1px solid #CCCCCC;
}

div.link_bookvn img
{
margin: 0 7px 3px 0 !important;
}

div.link_bookvn a img:hover
{
border: 1px solid #FF0000;
}

div.link_bookvn a img
{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
   
div.link_bookvn a img:hover
{
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}