/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
Разработка шаблонов для DLE и кроссбраузерная верстка
------------------
Главные стили. Внешний вид шаблона.
*/
body {
	padding: 0;
	margin: 0;
	background: #fff url(../images/body.jpg);
	text-align: center;
	font: 12px Arial;
	color: #343434;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

.left-shad {
	width: 1000px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(../images/left-shad.png) left top repeat-y;
	padding-left: 11px;
}

	.right-shad {
		background: url(../images/right-shad.png) right top repeat-y;
		padding-right: 11px;
	}
	
.head {
	background: url(../images/head.jpg) left top repeat-x;
	height: 172px;
}

	.logo {
		display: block;
		position: absolute;
		margin: 60px 0 0 020px;
		background: url(../images/logo.png) left top no-repeat;
		width: 491px;
		height: 73px;
	}
	
	.seo {
		background: url(../images/seo.png) left top no-repeat;
		width: 279px;
		height: 69px;
		position: absolute;
		margin: 30px 0 0 680px;
		color: #5e5e5e;
	}
	
.top-menu {
	background: #846137;
	height: 31px;
	padding-left: 10px;
}

	.top-menu a {
		display: block;
		height: 31px;
		float: left;
		line-height: 30px;
		text-decoration: none;
		font-size: 12px;
		color: #fff;
		padding: 0 10px 0 10px;
	}
	
		.top-menu a:hover {
			background: #BC9D67;
		}
		
.main-table {
	width: 100%;
	background: #fff5e3;
	clear: both;
}

	.td-for-content {
		color: #606060;
		padding-right: 20px;
		padding-top: 20px;
	}
	
	.td-for-blocks {
		width: 340px;
	}
	
		.right-block {
			width: 334px;
			background: url(../images/right-block.jpg) left top repeat-y;
		}
		
			.right-block-top {
				background: url(../images/right-block-top.jpg) left top no-repeat;
			}
			
				.right-block-bottom {
					background: url(../images/right-block-bottom.jpg) left bottom no-repeat;
					padding: 0 9px 9px 4px;
				}
				
					.r-b-b {
						background: url(../images/r-b-b.jpg) left bottom repeat-x;
						padding-top: 7px;
					}
/* ВКЛАДКИ */					
ul.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
}

ul.tabNavigation li {
display: inline;
}

ul.tabNavigation li a {
display: block;
height: 38px;
background: url(../images/nav-title.jpg) 0 -38px repeat-x;
text-align: center;
line-height: 38px;
width: 153px;
float: left;
color: #fff;
font-size: 14px;
}

.mrg {
	margin-left: 5px;
}
.mrg2 {
	margin-left: 5px;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
background: url(../images/nav-title.jpg) left top repeat-x;
}

ul.tabNavigation li a:hover {
background: url(../images/nav-title.jpg) 0 -76px repeat-x;
}

ul.tabNavigation li a:focus {
outline: 0;
}

.r-b {
background: url(../images/t-t-t.jpg) left 38px repeat-x;
margin: 0 5px 0 5px;
}

					.r-b {
						padding: 80px 10px 10px 10px;
						min-height: 200px;
					}
					
						.r-b a {
							color: #000;
						}
							
							.r-b a:hover {
								color: #906e25;
							}

					.right-nav {
						padding: 80px 10px 10px 10px;
					}

						.right-nav a {
							display: block;
							background: url(../images/right-nav.jpg) left top repeat-x;
							height: 31px;
							text-decoration: none;
							color: #000;
							padding-left: 10px;
							margin-bottom: 2px;
						}
						
						.nav-block a {
							display: block;
							padding: 5px;
						}
						
						.rss-link {
							background: url(../images/rss.png) left top no-repeat;
							display: block;
							height: 93px;
							line-height: 90px;
							padding-left: 140px;
							color: #846137;
							font-weight: bold;
						}
						
						.mail-link {
							background: url(../images/mail.jpg) left top no-repeat;
							display: block;
							height: 93px;
							line-height: 90px;
							padding-left: 140px;
							color: #846137;
							font-weight: bold;
						}
						
							.right-nav a span {
								background: url(../images/arrow2.gif) 0 12px no-repeat;
								display: block;
								height: 31px;
								line-height: 30px;
								padding-left: 10px;
							}
							
								.right-nav a:hover {
									padding-left: 20px;
									text-decoration: underline;
									font-weight: bold;
									color: #000;
								}
							
								.right-nav a:hover span {
									background: url(../images/arrow2.gif) 0 -12px no-repeat;
								}
								
.footer {
	margin: 0 2px 0 2px; 
	background: #4a463d;
	height: 100px;
	color: #fff;
}

	.copy{
		position: absolute;
		width: 200px;
		margin: 20px 0 0 780px;
		text-align: right;
	}
	
		.copy a {
			color: #fffb8c;
		text-decoration: underline;
		}
		
		.copy a:hover {
			color: #fffb8c;
		text-decoration: none;
		}

/* Юзер-панель */
.login-panel {
	
}

	.login-panel a {
		color: #000;
		text-decoration: none;
		background: #c3c3c3;
		padding: 3px;
		font-weight: bold;
		font-size: 10px;
		margin: 0 0 0 10px;
		border: 1px #fff dotted;
		display: block;
	}
	
		.login-panel a:hover {
			color: #ffffd7;
			background: #4a4a4a;
		}
	
	.login-link a {
		display: block;
		padding: 5px;
	}
	
	.login-input-text {
		border: 0;
		width: 150px;
		height: 15px;
		margin: 5px 0 5px 0;
		background: #818181;
		color: #fff;
		font-size: 11px;
		padding: 2px;
		vertical-align: middle;
	}
	
	.enter {
		vertical-align: top;
		margin-bottom: 2px;
		margin-top: 5px;
		margin-left: 90px;
	}
	
	.lost-input-text {
		border: 1px #9e9e9e dotted;
		width: 200px;
		padding: 5px;
		color: #644217;
	}
	
	.ttt {
		float: left;
		margin: -15px 0 0 0;
		padding-left: 22px;
		color: #fff;
	}
	
		.ttt a {
			color: #fff;
		}
		
	.enter-to-site {
		padding-left: 10px;
		font-weight: bold;

	}
		
		.enter-to-site a {
			color: #000;
		}
		
			.enter-to-site a:hover {
				color: #ff0000;
			}

/* ==================== Календарь */
.calend {

}

.weekday-active-v {
	color: #535353;
}
.day-active-v {
	color: #535353;
	font-weight: bold;
}
.calendar {
color: #535353;
font-size: 13px;
text-align: center;
}
	
	.calendar a {
		text-decoration: underline;
	 }
.calendar td, th {
	 text-decoration: none;
	 padding-left: 5px;
 	 padding-right: 4px;
	 padding-top: 3px;
	 padding-bottom: 4px;
}
.weekday {
	color: #535353;
	font-weight: bold;
	
}
.weekday-active {
	color: #000;
	font-weight: bold;
	
}
.day-active {
	color: #535353;
}
.monthlink {
	color: #535353;
	text-decoration: none;
}
.day-current {
	background:#ffd8b5;
	border:1px dotted #000;
	color: #000;
}

	.day-current a {
		color: #000;
	}

/* ==================== Облако тегов */
.tags-block {
	padding: 5px;
	color: #535353;
}

.clouds_xsmall {
	font-size: 12;
	color: #535353 !important;
}
.clouds_small {
	font-size: 15;
	color: #535353 !important;
}
.clouds_medium {
	font-size: 20;
	color: #535353 !important;
}
.clouds_large {
	font-size: 25;
	color: #ff7a52 !important;
}
.clouds_xlarge {
	font-size: 30px;
	color: #ff7a52!important;
}

/* Опрос */
.vote-buttom {
	width: 87px;
	padding: 5px;
	color: #424242;
	border: 1px #a9a9a9 solid;
	background: #f4f4f4;
	margin: 5px;
}

/* Топ новостей */
.top-newss {
	color: #ff7a52;
}

	.top-newss a {
		color: #ff7a52;
		text-decoration: none;
	} 
	
		.top-newss a:hover {
			text-decoration: underline;
		}

.fix1 {
	padding-right: 5px;
}
	
/* Архив */
.arhivv {
	text-align: center;
}

	.arhivv a {
		color: #1f1f1f;
	}

/* ==================== Рейтинг статьи */

.rating {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 85px;
	height: 16px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	position: relative;
	background-image: url(../dleimages/rating.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.gif);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }	
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.gif);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* ==================== BB коды */
 
.bbcodes {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	/*  width: 120px;  */
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 120px;
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

.editor_button {
	float: left;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
}
.editor_buttoncl {
	float: left;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.editbclose {
	float: right;
	cursor: pointer;
}
.editor_button select {
	font-family: tahoma;
	font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}


/* ==================== Выпадающее меню */

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	line-height: 20px;
	margin: 2px;
	opacity: 0.92;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #ffffff;
	background:#6497ca;
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color:#fdd08b;
	color:#000000;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
	position: absolute;
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

.attachment {
	color: #f37c64;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-active-anchor {
   visibility: hidden;
} 
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-dimming {
	background: black;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/* Короткая новость */

.short-block {
	padding: 10px 10px 2px 10px;
	border-bottom: 1px #949494 dotted;
}

	.s-title {
		background: url(../images/s-title.jpg) left top no-repeat;
		height: 72px;
	}
	
		.s-data {
			float: left;
			width: 75px;
			color: #000;
		}
	
		.short-block h2 {
			padding: 16px 0 0 15px;
			margin: 0;
			color: #fff;
			font-weight: normal;
			font-size: 18px;
			float: left;
		}
		
			.short-block h2 a {
				color: #fff;
				text-decoration: none;
			}	

		.more-info {
			clear: both;
			font-size: 11px;
			padding: 11px 0 0 100px;
		}
		
			.more-info div {
				background: url(../images/more-info.jpg) left top no-repeat;
				color: #827354;
				float: left;
				height: 19px;
				margin-left: 10px;
			}
			
				.more-info div span {
					background: url(../images/more-info-right.jpg) right top no-repeat;
					display: block;
					height: 19px;
					padding: 0 20px 0 20px;
					line-height: 17px;
				}
				
			.more-info a {
				text-decoration: none;
				color: #827354;
				font-weight: bold;
			}
			
	
	.shot-text {
		padding: 5px;
		margin: 0;
		color: #606060;
		font-size: 13px;
		text-align: justify;
		line-height: 14px;
		
	}
	
		
	.shot-text img {
        background: #FAFAFA;
        border: 1px solid #DCDCDC;
        padding: 5px;
		clear: both;
		margin: 10px;
			}
	
			.shot-text:first-letter {
				margin-left: 30px;
			}	
			
		.bx-link a {
			color: #272822;
			text-decoration: none;
			display: block;
			padding: 7px;
		}
			
			.bx-link a:hover {
				background: #7e7e7e;
				color: #fff;
			}
	
		.shot-text a {
			color: #0b829f;
		text-decoration: underline;
		}
		
		.shot-text a:hover {
			color: #0b829f;
		text-decoration: none;
		}
		
		.shot-text2 img {
			margin: 10px 10px 10px 0;
			background: url(../images/shadow.gif) bottom right no-repeat;
			padding: 0 10px 10px 0;
			border: 0;
		}
		
		.shot-text2 img {
			margin: 10px 10px 10px 0;
			background: url(../images/shadow.gif) bottom right no-repeat;
			padding: 0 10px 10px 0;
			border: 0;
		}
		
		.shot-text input {
			margin: 5px 20px 0 0;
			background: url(../images/body.jpg);
			color: #fff;
			font-size: 9px;
		}
		.shot-text2 input {
			margin: 5px 20px 0 0;
			background: url(../images/body.jpg);
			color: #fff;
			font-size: 9px;
		}
	
		.shot-text .editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0;
		}
		.shot-text2 .editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0;
		}
		
		.editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0 !important;
		}
		
		.shot-text .editbclose img {
			padding: 0;
			border: 0;
			margin: 0;
		}
		.shot-text2 .editbclose img {
			padding: 0;
			border: 0;
			margin: 0;
		}
		
		.editor_button_brk img {
			padding: 0 !important;
			margin: 0 !important;
			border: 0 !important;
		}
		
	.short-more {
		height: 35px;
	}
	
		.short-more div {
			background: url(../images/short-more.jpg) left top no-repeat;
			width: 131px;
			height: 35px;
			float: left;
			line-height: 30px;
			color: #906e25;
			text-align: center;
			font-size: 13px;
			font-weight: bold;
		}
	
		.short-more a {
			color: #906e25;
		}
		
			.short-more a:hover {
				text-decoration: underline;
			}
		

/* Полная новость */
.other-all {
	padding: 3px;
	color: #fff;
}

	.other-all span {
		color: #e13220;
	}
	
	.other-all a {
		color: #f5eb95;
	}

.newsto {
	margin: 10px 0 0 0;
	padding: 20px;
	padding-bottom: 20px;
	color: #252525;
	font-weight: bold;
	text-align: left;
}

	.newsto span {
		color: #0b829f;
		font-size: 14px;
	}

	.newsto a {
		color: #646464;
		font-weight: normal;
		line-height: 20px;
		text-decoration: none;
		border-bottom: 1px #7791af dotted;
	}
	
		.newsto a:hover {
			color: #0B829F;
		}
	
.registr-please {
	color: #7791af;
	padding: 10px;
	margin: 5px;
}

/* Вид комментария */
.commentS-block {
	
}
	
	.commentS-title {
		background: #f7e7c1;
		border-top: 3px #906e25 solid;
		height: 22px;
		color: #be4e4e;
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
	}
	
		.commentS-title i {
			font-style: normal;
			color: #790000;
		}
	
		.commentS-title div {
			float: right;
			height: 22px;
		}
		
		.commentS-title a:hover {
			color: #BE4E4E;
			text-decoration: none;
		}
		
		.commentS-title a {
			color: #BE4E4E;
			text-decoration: underline;
		}

	
	.commentS-data { /* таблица для содержимого */
		width: 100%;
		background: #fff;
		margin-right: 20px;
	}
	
		.commentS-data td {
			padding: 5px;
			padding-left: 30px;
			color: #666666;
		}
	
		.commentS-data a {
			color: #3e94ff;
		}
		
		.commentS-td2 input {
			height: 25px;
			margin: 5px 20px 5px 0;
			background: url(../images/body.jpg);
			color: #fff;
			border: 1px #d0d0d0 solid;
		}
		
	.commentS-more {
		border-top: 1px #666666 dotted;
		padding: 5px;
		margin-left: 30px;
		color: #818181;
		margin-right: 20px;
	} 
	
		.commentS-more a {
			color: #3b3b3b;
		text-decoration: underline;
		}
		
		.commentS-more a:hover {
			color: #3b3b3b;
		text-decoration: none;
		}
		
.quote {
	background: #F7E7C1;
	padding: 15px 5px 15px 5px;
	border: 2px #fff dotted;
}
	
.scriptcode {
	background: #F7E7C1;
	padding: 15px 5px 15px 5px;
	border: 2px #fff dotted;
}

		
/* Добавление комментария */
.add-coment-buttom {
	width: 100px;
	height: 30px;
	margin-right: 3px;
	color: #fff;
	border: 1px #2b2b2b solid;
}

.com-title {
	text-align: left;
}
/* 
*****************************
Юзер инфа */
.user-info-table {
	width: 90%; 
	margin: 0 00px 0 20px;

}

	.user-info-table td {
		padding: 5px 5px 20px 5px;
		text-align: left;
	}
	
		.user-info-table td small {
			font-size: 14px;
			color: #af86522;
			font-weight: bold;
		}
		
		.user-info-table td a {
			color: #ff863d;
		}
		
		.user-info-table td i {
			color: #bfbfbf;
		}
		
		.buttom-add-news {
			margin: 5px 20px 5px 0;
			background: #777777;
			color: #fff;
			border: 1px #2b2b2b solid;
		}
		
		.user-info-table input {
			background: url(../images/form-text.gif);
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}

		
/* Инфо */
.error {
	padding: 10px;
	padding-bottom: 150px;
	background: url(../images/error.jpg) center bottom no-repeat;
	text-align: center;
}

	.error p {
		font-size: 15px;
		font-weight: bold;
	}
	
	.error a {
		color: #7cad37;
	}

/* Статистика */
.lost-pass {
	width: 400px;
	background: #fef2e4; 
	margin-bottom: 20px;
	border-top: 5px #9d7038 solid;
	margin-top: 10px;
}


	.lost-pass td {
		background: #fef2e4; 
		padding: 5px;
		color: #4b2e12;
		text-align: left;
	}
		
		.lost-pass td a {
			color: #c89539;
		}
		
.ststs-title {
	padding: 5px 5px 5px 20px;
	color: #60360c;
	text-align: left;
	font-weight: bold;
}

/* Статические страницы */	
.ststststs {
	text-align: left;
	margin: 0 30px 0 30px;
}

	.ststststs-t {
		height: 40px;
		line-height: 35px;
		color: #fffdcc;
		margin: 0 30px 0 10px;
	}
	
		.ststststs-t h1 {
			margin: 0;
			padding: 0 0 0 50px;
			font-size: 14px;
		}
	
	.ststststs-c {
		padding: 20px;
	}
	
	
		.ststststs-c img {
        background: #FAFAFA;
        border: 1px solid #DCDCDC;
        padding: 5px;
		clear: both;
		}
		
		.ststststs-c input {
			margin: 5px 20px 0 0;
			background: url(../images/form-text.gif);
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}
	
	.ststststs-s {
		padding: 5px;
	}
		.ststststs-s a {
			color: #60360c;
		}
	
/* добавление новости */
.add-news-title {
	padding: 5px 5px 0 50px;
	font-weight: bold;
	text-align: left;
	color: #2d7cff;
}

/* ПМ */
.imp {
	text-align: left;
	margin: 0 30px 0 30px;
}

	.imp input {
		margin: 5px 20px 0 0;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	
.pm-tititittile {
	padding: 10px 10px 10px 5px;
	font-weight: bold;
}

.new-PM {
	padding: 3px;
}
	
	.new-PM input {
		width: 250px;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	
	.new-PM span {
		width: 150px;
		margin-right: 20px;
		display: block;
	}
	
.pm-block {
	height: 30px;
	padding-left: 60px;
	line-height: 30px;
	font-weight: bold;
}

.pm-content {
	padding: 10px;
}

	.pm-content a {
		color: #666666;
		font-weight: bold;
	}

.pm-block-menu {
	height: 50px;
	margin-bottom: 20px;
	line-height: 50px;
	padding-left: 0px;
	font-size: 12px;
}

	.pm-block-menu a {
		color: #ff863d;
		font-weight: bold;
	}

.a-mess {
	border-top: 5px #fff solid;
	padding: 5px;
	color: #777777;
}	

	.a-mess a {
		color: #4a4a4a;
		font-weight: bold;
	}
	
.theme-mess {
	background: #c6c6c6;
	padding: 5px;
	border-top: 5px #fff solid;
	color: #666666;
	font-weight: bold;
}

/* Результаты поиска и форма поика на главной */
.search-block {
	position: absolute;
	margin: 130px 0 0 640px;
}

	.search-block a {
		color: #fff;
	}

	
	.form-text {
		width: 300px;
		background: url(../images/search.png);
		border: 0;
		color: #000;
		font-size: 13px;
		vertical-align: middle;
		margin: 0 0 0 20px;
		padding: 7px;
		float: left;
	}
	
	.form-search {
		margin-left: 10px;
		
	}

.search-rez {
	text-align: left;
	margin: 0 30px 0 30px;

}

.search-title {
	padding: 10px;
	color: #fdffcd;
	font-weight: bold;
	border-left: 2px #ffddb5 solid;
	border-right: 2px #ffddb5 solid;
	margin: 10px;
	background: #BC9D67;
}

.search-rez input {
	
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
}	

/* Навигация по страницам */
.navigation {
	color:#666; 
	border:0px;
}

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #bc9d67;
	padding:3px 6px;
	font-size:12px;
	font-weight: bold;
}

.navigation a:hover {
	color:#000;
}

.navigation span {
	text-decoration:none;
	padding:3px 6px;
	font-size:17px;
}

.vote-pool {
	margin: 20px 0 0 100px;
	background: #dbf6ff;
	width: 400px;
	padding: 10px;
}

	.vote-pool img {
		border: 0;
		padding: 0;
	}

	.vote-pool h5 {
		color: red;
		font-size: 13px;
		margin: 0;
	}
	
	.vote-pool h6 {
		margin: 0;
		font-size: 12px;
	}
	
	.vote-pool input {
		margin: 5px 20px 0 0;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	
.statss {
	width: 100%;
}

	.statss  td {
		padding: 5px;
		font-size: 12px;
		color: #757575;
	}
	
	.statss a {
		color: #ff873e;
	}
	
.statss-title {
	font-size: 13px;
	font-weight: bold;
	color: #239aff;
	border-bottom: 1px #8e8e8e dotted;
	margin-bottom: 10px;
}



.fix-bb {
	margin-right: 2%; 
	background: url(../bbcodes/bg.gif); 
	height: 75px;
	margin-left: -10px;
	border: 1px solid #bbb;
	border-bottom: 0;
}

	.fix-bb div {
		border: 0 !important;
	}
	
@-moz-document url-prefix()
{
    


}

.alert {
	position: absolute;
	padding: 10px;
	background: #000;
	color: #fff;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

	.alert:hover {
		background: #bc9d67;
		color: #000;
	}