/* Reset styles п*/

html, body, div, span, applet, object, iframe, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img, :link img, :visited img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Стили сайта */

body {
	font:0.7em Verdana;
	color:#898989;
	background:#FDF8DA url("../images/header-bg.jpg") repeat-x top;
}

a {
	color:#4f9ab8;
	text-decoration:none;
}

a:hover {
    color:#ff9c00;
	text-decoration:underline;
}

/* Заголовки */

h1 {
	color:#F14D83;
	font-size:1.7em;
	padding:5px 0;
	font-weight:normal;
}

h2 {
	background:url("../images/h2.gif") no-repeat;
	color:#F26D7D;
	font:1.2em Arial;
	font-weight:bold;
	line-height:33px;
	padding:0 20px 0 15px;
	margin:0 -10px 10px;
}
h3 {
	font:1.2em Tahoma;

}
h4 {
	font:1.2em Tahoma;
	font-weight:bold;
	padding-left:20px;
}

/* Элементы форм */

.textbox {
	border:1px solid #999;
	background:#fff;
	font:1em Verdana;
}

.button {
	background:#fff;
	border:1px solid #999;
	font:1em Tahoma;
	height:17px;
	vertical-align:top;
	color:#1CBBB4;
}

textarea {
	background:#eee;
}

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

#wrapper {
	background:url("../images/header-left.jpg") no-repeat left top;
	min-width:1000px;
	position:relative;
}

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

#content {
	margin-right:250px;
}

/* Шапка */

#header {
	height:236px;
	background:url("../images/header-right.jpg") no-repeat right top;
}

.logo {
	position:absolute;
	left:35px;
	top:20px;
}

.nav {
	float:left;
	overflow:hidden;
	position:absolute;
	top:15px;
	left:400px;
}

.nav li {
	float:left;
	padding:0 10px;
	border-right:1px solid #00AEEF;
	margin-right:-1px;
	padding-bottom:2px;
}

.nav li a {
	color:#00AEEF;
	text-decoration:underline;
	font-weight:bold;
	font-family:Arial;
}

.nav li a:hover {
    color:##ff9c00;
	text-decoration:none;
}

/* Поиск */

.searchbox {
	position:absolute;
	top:10px;
	right:0;
	font:1em Verdana;
}

.searchbox .button {
	border:1px solid #fff;
}

.searchbox .textbox {
	width:100px;
}

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

#userbar {
	background:#26B9EA url("../images/userbar-left.gif") no-repeat left top;
	position:relative;
	top:108px;
	margin:0 12px;
	color:#fff;
}

#userbar .inside1 {
	background:url("../images/userbar-right.gif") no-repeat right top;
	height:31px;
	padding:0 20px;
}

#userbar span {
	line-height:31px;
	font-size:1.2em;
	font-weight:bold;
}

.login {
	float:right;
	padding:6px 0 0 0;
}

.login .textbox {
	background:#6DD0F4;
	width:100px;
	border-color:#64C1E3;
	color:#fff;
}

.login .button {
	background:#F4F2E7;
}

.login a {
	color:#fff;
	text-decoration:underline;
}

.login a:hover {
    color:##ff9c00;
	text-decoration:none;
}

.cp {
	float:right;
	width:600px;
	padding:2px 0 0;
}

.cp li {
	float:left;
	width:150px;
	padding-bottom:1px;
}

.cp a {
	color:#fff;
}

/* Меню */

#menu {
	background:url("../images/menu-right.jpg") no-repeat right bottom;
	position:relative;
	top:108px;
	margin:0 12px;
}

#menu .inside1 {
	background:url("../images/menu-left.jpg") no-repeat left bottom;
	padding-bottom:7px;
}

#menu .inside2 {
	background:#FDF1AF;
	height:80px;
	padding:5px 20px;
}

/* Стили для dd-меню */

.main-menu {
	width:100%;
}

.extra-menu {
	margin-right:200px;
	background:#C5DB77 url("../images/extra-menu-right.gif") no-repeat right top;
	float:left;
	padding:0 5px 0 0;
}

.shadetabs {
	overflow:hidden;
}

.shadetabs li {
	float:left;
	text-align:center;
	width:9%;
}

.shadetabs li a {
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	padding:2px 3px;
	text-align:center;
	color:#8DC63F;
}

.shadetabs li a.selected { 
	color:#D85565;
}

.shadetabs li a.selected:hover { 
	color:#D85565;
}

.tabcontent {
	display:none;
	overflow:hidden;
	padding:2px 0 2px 5px;
	float:left;
	background:url("../images/extra-menu-left.gif") no-repeat left top;
}

.tabcontent li {
	float:left;
	margin-right:-1px;
	padding:0 7px 2px;
	border-right:1px solid #707070;
}

.tabcontent li a {
	color:#707070;
	text-decoration:underline;
	font-weight:normal;
	font-size:0.8em;
}

.tabcontent li a:hover {
	text-decoration:none;
}

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

#main {
	margin-left:250px;
}

.news {
	background:#fff;
	padding:0 6px 10px;
	overflow:hidden;
	font:1.1em ;
	color:#606060;
    line-height:14px;   
}

.zagolovok {
	background:#fff;
	overflow:hidden;
	font:1.1em ;
	color:#606060;
    line-height:20px;   
}

.news p {
	margin-bottom:8px;
	line-height:14px;
}

.news .postheader {
	font-size:1.1em;
	margin-bottom:10px;
    font-weight:bold;
}

.news .postheader img {
	margin:0;
	vertical-align:baseline;
}

.news img {
	margin:0 5px;
}



.date {
	background:url("../images/date-left.gif") no-repeat left top;
	padding-left:7px;
	color:#88B536;
	font-size:1.2em;
	font-weight:bold;
	overflow:hidden;
	margin-left:3px;
}

.date span {
	display:block;
	line-height:20px;
	background:#fff url("../images/date-right.gif") no-repeat top right;
	padding-right:7px;
	float:left;
}

.afternews {
	padding:3px 10px;
	margin-bottom:15px;
	overflow:hidden;
}

.afternews a {
	color:#00AEEF;
	font-size:1.2em;
	font-weight:bold;
	float:left;
	display:block;
	margin-right:20px;
	line-height:19px;
}

.download a {
	background:url("../images/download.gif") no-repeat left top;
	line-height:19px;
	padding-left:25px;
}

.comments a {
	line-height:19px;
	background:url("../images/comments.gif") no-repeat left top;
	padding-left:25px;
}

.rating {
	float:right;
}

/* Боковой блок */

.block {
	background:url("../images/block.gif") no-repeat right bottom;
	padding:0 5px 4px 0;
	margin-bottom:15px;
}

.block dd {
	background:#FEFBE9;
	min-height:90px;
	padding:0 10px 10px;
}

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

#left {
	width:235px;
	padding:0 5px 0 10px;
	float:left;
}

#left a {
	color:#4F9AAE;
	text-decoration:none;
}

#left a:hover {
    color:#ff9c00;
	text-decoration:underline;
}

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

#sidebar {
	width:235px;
	padding:60px 10px 0 5px;
	float:right;
}

#sidebar .block {
	background:url("../images/block-right.gif") no-repeat left bottom;
	padding:0 0 4px 5px;
}

.counter-block {
	text-align:center;
}

.counter-block img {
	margin-bottom:5px;
}

/* Подвал */

#footer {
	height:71px;
	background:#0CAACA url("../images/footer.jpg") no-repeat right top;
	margin:40px 0 0;
	position:relative;
}

.copyright-block {
	background:#fff url("../images/copyright.gif") repeat-x top;
	padding:10px 30px;
	position:absolute;
	left:100px;
	right:100px;
	top:-20px;
	text-align:center;
}

.copyright-block span {
	color:#00AEEF;
	font-size:0.8em;
	font-weight:bold;
	line-height:12px;
}

.copyright-block a {
	color:#ED145B;
	font-size:0.8em;
}

.girl {
	position:absolute;
	width:240px;
	height:158px;
	top:132px;
	right:10px;
	background:url("../images/girl.png") no-repeat;
}

.clearing {
	height:0;
	clear:both;
	font-size:0;
	overflow:hidden;
}

/* Межстраничная навигация */

.navigation {
	color:#666; 
	border:0px;
}

.navigation a {
	text-decoration:none;
	color:#636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:12px
}

.navigation a:hover {
	background:#F6580C;
	color:#FFFFFF;
	border-color:#E6E6E6;
}

.navigation span {
	text-decoration:none;
	background:#fff;
	padding:3px 6px;
	border:1px solid #999;
	color:#999;
	font-size:11px;
}

/* Добавление комментариев */

.addcomment {
	width:462px;
	border-collapse:separate;
	margin-bottom:10px;
	vertical-align:top;
	text-align:left;
}

.addcomment th {
	padding:4px;
	background:#FEFBE9;
	color:#333;
	text-align:center;
	font-weight:bold;
}

.addcomment textarea {
	width:100%;
	border:none;
	height:100px;
}

.commentform {
	line-height:25px;
	width:24%;
}

.center {
	text-align:center;
	width:100%;
}

.center .addcomment {
	margin:0 auto 5px;
	border:1px solid #ccc;
}

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

.answer {
	width:100%;
	margin:10px 0;
	border-collapse:separate;
border:1px solid #ccc;
}

.answer td {
	padding:0;
}

.answer th {
	background:#FEFBE9;
	color:#333;
	font-weight:normal;
	padding:4px;
	text-align:left;
}

.answer th a {
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}

.answer .comment_user_info {
	background:#eee;
	width:20%;
	padding:5px;
	font-size:0.9em;
	vertical-align:top;
}

.answer .user_comment {
	background:#f9f9f9;
	padding:5px 10px;
	vertical-align:top;
}

.comment_bottom td {
	background:#FEFBE9;
	padding:3px 5px;
	color:#333;
	font-size:0.9em;
}

.comment_bottom td a {
	color:#333;
	text-decoration:underline;
}

.comment_bottom td a:hover {
	text-decoration:none;
}

.right_bottom {
	float:right;
}

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

.addnews {
}

.addnews td {
	padding:3px;
}

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

.addnews .textbox {
	width:200px;
}

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

.feedback {
	width:98%;
}

.feedback td {
	padding:3px;
}

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

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

.lostpassword td {
	padding:3px;
}

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

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

.pm td {
	padding:3px;
}

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

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

.registration td{
	padding:5px;
}

.registration .button1 {
	margin-bottom:0;
}

.registration .textbox {
	width:150px;
}

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

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

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

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

.userinfo .textbox {
	width:200px;
}

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

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

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

/* Всплывающая подсказка для модуля онлайн absolute*/
#hintbox {
    text-align : left;
    width : 150px;
    font-size : 11px;
    border : 1px solid #99a1ab;
    background-color : #fff;
    layer-background-color : #a396d9;
    color : #282828;
    margin : 10px 0 0 10px;
    padding : 20px; 20px;

    position : absolute;
    visibility : hidden;
    z-index : 998;
    -moz-opacity : 0.9;
    -moz-border-radius : 5px;
    filter : alpha(opacity="90");
}

.onl_table {
    width : 100%;
    font-size : 11px;
font: Tahoma;
}
.onl_table td {
    padding-right : 5px;
    font-size : 11px;
font: Tahoma;
/* Раскомментировать, если у Вас в две колонки*/ /*    width : 50%;
*/ }

.a_link, .a_link a:link, .a_link a:visited, .a_link_on {
    color : #ff0000;
}
.a_link_on a:hover, .a_link_on a:active {
    color : #ff0000;
}

.u_link, .u_link a:link, .u_link a:visited, .u_link_on {
    color : #000000;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #008E10;
}

.e_link, .e_link a:link, .e_link a:visited, .e_link_on {
    color : #00a400;
}
.e_link_on a:hover, .e_link_on a:active {
    color : #008E10;
}

.j_link, .j_link a:link, .j_link a:visited, .j_link_on {
    color : #0000ff;
}
.j_link_on a:hover, .j_link_on a:active {
    color : #008E10;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #545610;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #545610;
}
.v_link, .v_link a:link, .v_link a:visited, .v_link_on {
    color : #001DFF;
}
.v_link_on a:hover, .v_link_on a:active {
    color : #008E10;
}

/* Облако тегов */

.clouds_xsmall {
	font-size: x-small;
}
.clouds_small {
	font-size: small;
}
.clouds_medium {
	font-size: medium;
}
.clouds_large {
	font-size: large;
}
.clouds_xlarge {
	font-size: x-large;
}

/* Реклама на сайте */

table.my_price {
		border-collapse: separate;
		color: #000;
		border: 1px solid #000;
		font: 12px Arial, Verdana, sans-sherif;
		font-weight: bold;
	}
	
	table.my_price th {
			background-color: #ccc;
			border: 1px solid #000;
		}
		
	table.my_price td {
			color: #33c;
			border: 1px solid #000;
			text-align: center;
			padding: 3px;
		}
		
		
/* Календарик у новости */	
.post-date {
width: 45px;
height: 49px;
float:right;
background: url(../images/date-bg.gif) no-repeat;
margin-right:5px;
}
.post-month {
font-size: 8px;
color: #FFFFFF;
text-align: center;
display:block;
line-height: 11px;
padding-top: 5px;
margin-left: -3px;
}
.post-day {
font-size: 18px;
text-transform: uppercase;
color: #999999;
text-align: center;
display:block;
line-height: 18px;
padding-top: 7px;
margin-left: -3px;
}	

.rules{
	 
	text-align: left;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #000000;
	font-family:Tahoma;
	font-size: 11px;
text-align:left;
	background-color: EFEFEF; 
	border-width:1; 
	border-color:rgb(190,190,190); 
	border-style:dotted;
	padding: 5px;
	}
	
.memdetails
{
    background: #fafcfe;
    border: 1px solid #cdd6e2;
    border-bottom-width: 2px;
    border-right-width: 2px;
    padding: 4px 3px 4px 3px;
    margin: 3px 1px 3px 1px;
}

.ruleswrap
{
	background: #F4F9CC;
	border: 1px solid #ADAC8E;
	color: #000;
	margin: 5px 0 5px 0;
	padding: 5px;
}	


#hintbox {
text-align : left;
width : 150px;
font-size : 10px;
border : 1px solid #99a1ab;
background-color : #fff;
layer-background-color : #a396d9;
color : #282828;
margin : 10px 0 0 10px;
padding : 3px 5px;
position : absolute;
visibility : hidden;
z-index : 998;
-moz-opacity : 0.9;
-moz-border-radius : 5px;
filter : alpha(opacity="90");
}

.onl_table {
width : 100%;
font-size : 10px;
}
.onl_table td {
padding-right : 5px;
font-size : 10px;
/* Раскомментировать, если у Вас в две колонки*/ /* width : 50%;
*/ }


div.bash { 
	font-family: 'Monaco', 'Courier New', monospace;
	font-size: 10pt; 
	margin: 12px 0; 
	font-weight: normal;
	background: #f3f3f3;
	padding: 5px;
	text-align:justify;
	border: 1px dotted #999;
}

input.bash {
	background: white;
	height: 20px;
	border: 1px solid #e0e0e0;
}

.stext {
	color: #8a8a8a;
	font-size: 11px;
	font-family: tahoma;
}
.stext a:active,
.stext a:visited,
.stext a:link {
	color: #4E8A99;
	text-decoration:none;
	}

.stext a:hover {
	color: #FF3933;
	text-decoration: none;
	}

.lastcomm {
         border: 1px solid #f8fbf5;
         background: #f0f0f0f;
         cursor: hand;
         padding: 1px;
         padding-left: 2px;
         padding-right: 2px;
}

.lastcomm_over {
         border: 1px solid #dedede;
         background: #f5f5f5;
         cursor: hand;
         padding: 1px;
         padding-left: 2px;
         padding-right: 2px;
}

.serch {
color : #000;
font-size : 11px;
font-family : tahoma;
padding : 3px;
}