/* Aleksey Skubaev

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

H1 {
        font-size: 11px;
        font-family: tahoma;
}

a {color:#646464; text-decoration:none;}
a:hover {color:#990000; text-decoration:none;}

.head-image {
	height: 320px;
	background: url(../images/head-image.jpg) left top repeat-x;
}

	.png_bg { /* Фиксим отображение PNG в этом галимом IE =((( */
		width: 348px;
		height: 79px;
		padding: 50px 0 0 100px;
	}

.title-menu { /* верхнее кнопочное меню */
	height: 60px;
	background: #fff;
	width: 835px;
	margin: 0 auto 20px auto;
}

	.menu-item {
		margin: 0;
		padding: 0;
	}
	
		.menu-item li {
			float: left;
			list-style-type: none;
			margin: 0 0 0 10px;
			background: url(../images/menu-left-border.jpg) left top no-repeat;
		}
		
			.menu-item li a {
				display: block;
				background: url(../images/menu-right-border.jpg) right top no-repeat;
				text-decoration: none;
			}
			
				.menu-item li a i {
					display: block;
					height: 57px;
					margin: 0 17px 0 14px;
					background: url(../images/menu-background.jpg) repeat-x;
					line-height: 35px;
					color: #fff;
					font-size: 13px;
					font-weight: bold;
				}
				
.table-for-data { /* главная таблица - основной каркас сайта  */
	width: 100%;
	background: #fff;
}

	.left-navigation { /* левая ячейка */
		width: 250px;
	}
	
		.navigation-link {
			background: url(../images/nav-link.jpg) repeat-y;
		}
			.navigation-link div {
				background: url(../images/nav.jpg) left center no-repeat;
				padding: 7px 0 7px 0;
			}
			
			.navigation-link a {
				display: block;
				text-align: left;
				margin: 7px 0 7px 0;
				color: #646464;
				text-decoration: none;
				border-bottom: 1px #646464 dotted;
				padding-bottom: 2px;
				font-weight: bold;
				margin-left: 85px;
			}
			
				.navigation-link a:hover {
					color: #000;
					border-bottom: 1px #ff8706 dotted;
				}
				
		.banner-block { /* блоки для рекламы */
			margin: 0 0 0 65px;
		}
			
	
	.main-td { /* соновная ячейка, на всякий случай:)))  */
		/*width: 540px;*/
		
	}
		
	.td-for-blocks { /* правая ячейка для стандартных блоков */
		width: 210px;
	}
	
		.tagg-block { /* облако тегов */
			margin: 0 0 20px 0;
		}
		
			.tagg-block a {
				color: #f28631;
			}
		
			.tagg-block h6 {
				height: 50px;
				line-height: 40px;
				background: url(../images/tags-block.jpg) right top no-repeat;
				color: #fff;
				font-size: 13px;
				margin: 0;
				text-align: center;
			}
			
				.tagg-block h6 img {
					margin: 5px 0 0 10px;
				}
			
		.calend-block { /* календарь */
			margin: 0 0 20px 0;
		}
		
			.calend-block h6 {
				height: 50px;
				line-height: 40px;
				background: url(../images/calend-block.jpg) right top no-repeat;
				color: #fff;
				font-size: 13px;
				margin: 0;
				text-align: center;
			}
			
			.calend-block h6 img {
					margin: 5px 0 0 10px;
				}
			
		.top-block { /* ТОП 10 */
			margin: 0 0 20px 0;
		}
		
			.top-block h6 {
				height: 50px;
				line-height: 40px;
				background: url(../images/top-block.jpg) right top no-repeat;
				color: #fff;
				font-size: 13px;
				margin: 0;
				text-align: center;
			}
			
				.top-block h6 img {
					margin: 5px 0 0 10px;
				}
			
		.its-important {
			margin: 0 0 20px 0;
		}
		
			.its-important h6 {
				height: 50px;
				line-height: 40px;
				background: url(../images/its-important.jpg) right top no-repeat;
				color: #fff;
				font-size: 13px;
				margin: 0;
				text-align: center;
			}
			
				.its-important h6 img {
					margin: 5px 0 0 10px;
				}
			
		.reklama-block {
			margin: 0 0 20px 0;
		}
		
			.reklama-block h6 {
				height: 50px;
				line-height: 40px;
				background: url(../images/reklama-block.jpg) right top no-repeat;
				color: #fff;
				font-size: 13px;
				margin: 0;
				text-align: center;
			}
			
				.reklama-block h6 img {
					margin: 5px 0 0 10px;
				}
			
.footer-left { /* подвал сайта для служебной информации */
	background: url(../images/footer-left.jpg) left top no-repeat;
	margin-right: 50px;
}

	.footer-right {
		background: url(../images/footer-right.jpg) right top no-repeat;
	}
	
		.footer {
			background: url(../images/footer.jpg) repeat-x;
			height: 119px;
			margin: 0 17px 0 58px;
		}
		
			.footer h6 {
				margin: 0;
				padding: 9px 0 0 0;
				text-align: left;
				font-size: 10px;
				width: 700px;
			}
			
				.footer h6 a {
					color: #ffed27;
					text-decoration: none;
				}
			
			.footer p {
				margin: 0;
				padding: 8px 0 0 0;
				text-align: left;
				font-size: 12px;
				color: #fff;
				width: 700px;
			}

			
			
/* Изменения на 01,03,09  */			
.main-seacrh-block {
	height: 65px;
	background: #d4e421 url(../images/main-seacrh-block.gif) bottom right no-repeat;
	margin: -10px 20px 20px 20px;
}	

	.main-seacrh-block i {
		font-style: normal;
		display: block;
		float: left;
		margin: 20px 15px 0 10px;
		line-height: 25px;
		font-weight: bold;		
	}
	
	.seacr-text {
		width: 65%;
		margin-top: 20px;
		height: 20px;
		float: left;
		color: #777777;
		border-top: 1px #939393 solid;
		border-left: 1px #939393 solid;
		background: #fcffd5;
	}
	
	.poik-buttom {
		float: left;
		margin: 19px 0 0 10px;
	}
	
.top-cornern {
	background: url(../images/top-cornern.jpg) top left no-repeat;
	padding-top: 13px;
}

	.bottom-corner {
		background: url(../images/bottom-corner.jpg) bottom left no-repeat;
		padding-bottom: 33px;
	}

.lable-tags {
	background: url(../images/lable-tags.jpg) left top no-repeat;
	height: 250px;
	padding: 20px 12px 0 85px;
	margin-top: 20px;
}

.lable-reklama {
	background: url(../images/lable-reklama.jpg) left top no-repeat;
	height: 250px;
	padding: 20px 12px 0 85px;
	margin-top: 20px;
}

.lable-friend {
	background: url(../images/lable-friend.jpg) left top no-repeat;
	height: 250px;
	padding: 20px 12px 0 85px;
	text-align: left;
	padding-top: 10px;
}

	.lable-friend a {
		display: block;
		margin-top: 7px;
		color: #637741;
	}
	
.lable-vote {
	background: url(../images/lable-vote.jpg) left top no-repeat;
	padding: 20px 12px 0 85px;
	text-align: left;
	padding-top: 10px;
}

.lable-reklama {
background: url(../images/lable-reklama.jpg) left top no-repeat;
padding: 0;
text-align: center;
}


.chet {
	float: right;
	margin-top: 10px;
}
/* Юзер-панель */
.login-panel {
	text-align: left;
	margin-top: 110px;
	
}

.login-link {
	color: #399bff;
	text-align: center;
}

.login {
	text-align: left;
	padding: 10px 10px 40px 10px;
}

.fix-ie {
	width: 100%;
}

	.login-input-text {
		border: 1px #fff solid;
		width: 130px;
		margin: 5px 20px 0 0;
		background: #daebff;
		color: #007eff;
	}
	
	.profile-link {
		color: black;
		background: url(../images/profile-link.gif) left center no-repeat;
		padding: 10px 10px 10px 35px;
	}
	
	.pm-link {
		color: black;
		background: url(../images/pm-link.gif) left center no-repeat;
		padding: 10px 10px 10px 35px;
	}
	
	.stst-link {
		color: black;
		background: url(../images/stst-link.gif) left center no-repeat;
		padding: 10px 10px 10px 35px;
	}
	
	.add-link {
		color: black;
		background: url(../images/add-link.gif) left center no-repeat;
		padding: 10px 10px 10px 35px;
	}
	
	.lu-link {
		color: black;
		background: url(../images/lu-link.gif) left center no-repeat;
		padding: 10px 10px 10px 35px;
	}
	
	.reg-lost {
		color: #3e3e3e;
	}
	
	.enter {
		position: absolute;
		top: 260px;
		left: 615px;
	}
	
	.lost-input-text {
		border: 1px #9e9e9e dotted;
		width: 200px;
		padding: 5px;
		color: #644217;
	}

/* ==================== Календарь */
.weekday-active-v {
	color: #ffe21f;	
}
.day-active-v {
	color: #fff;
	background: #83c3ff;
	font-weight: bold;
}
.calendar {
color: #6e471e;
font-size: 11px;
text-align: center;
margin-left: 15px;
}
.calendar td, th {
	 text-decoration: none;
	 padding-left: 5px;
 	 padding-right: 4px;
	 padding-top: 3px;
	 padding-bottom: 4px;
}
.weekday {
	color: #60370b;
	font-weight: bold;
	
}
.weekday-active {
	color: #fff;
}
.day-active {
	color: #fff;
	background: #2797ff;
}
.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {
	text-decoration: underline;
}
.monthlink {
	color: #000;
	text-decoration: none;
}

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

.clouds_xsmall {
	font-size: x-small;
	color: #393939;
}
.clouds_small {
	font-size: small;
	color: #393939;
}
.clouds_medium {
	font-size: medium;
	color: #8f7b66;
}
.clouds_large {
	font-size: large;
	color: #7d532a;
}
.clouds_xlarge {
	font-size: x-large;
	color: #60360c;
}

/* Опрос */
.opros-list {
	padding: 10px;
	text-align: left;
	background: url(../images/vote-img.jpg) 180px bottom no-repeat;
}

.vote-buttom {
	border: 1px #fff solid;
	margin: 5px 20px 0 0;
	background: #daebff;
	color: #007eff;
}

/* Топ новостей */
.top-newss {
	padding: 10px 10px 50px 20px;
	text-align: left;
	background: url(../images/top-news-img.jpg) 180px bottom no-repeat;
}

	.top-newss a {
		color: #1383eb;
		text-decoration: none;
	} 
	
/* Архив */
.arhivv {
	padding: 10px 10px 50px 10px;
	text-align: center;
	background: url(../images/arhiv-img.jpg) 180px bottom no-repeat;
}

	.arhivv a {
		color: black;
	}

/* Рейтинг статьи */
.rating {
	color: #757575;
	width: 100px;
	height: 20px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 20px;
	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: 20px;
	height: 20px;
	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: 20px; }
.unit-rating a.r2-unit { left: 20px; }
.unit-rating a.r2-unit:hover { width: 40px; }
.unit-rating a.r3-unit { left: 40px; }
.unit-rating a.r3-unit:hover { width: 60px; }
.unit-rating a.r4-unit { left: 60px; }	
.unit-rating a.r4-unit:hover { width: 80px; }
.unit-rating a.r5-unit { left: 80px; }
.unit-rating a.r5-unit:hover { width: 100px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.gif);
	background-position: left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}	

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

/* ==================== Выпадающее меню */
#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	line-height: 20px;
	margin: 2px;
	opacity: 0.95;
	-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:#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: #808080;
}	
		
/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image-blur {
}
.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;
}	
	
/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */
.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: Verdana;	/* ! */
	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: Verdana;
	font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}

/* Короткая новость */
.shot-block {
	padding: 10px;
	text-align: left;
	margin-left: 10px;
}

	.shot-block h1 {
		color: #e8e8e8;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 10px 0;
		padding: 5px;
		background: #fe4223;
	}
	
		.shot-block h1 div {
			float: right;
		}
	
		.shot-block h1 a {
			color: #fff;
			text-decoration: none;
			font-size: 15px;
		}
		
	.shot-text {
		width: 100%;
	}	
	
		.shot-text img {
			padding: 0 10px 10px 0;
			background: url(../images/shadow.gif) right bottom;
			border: 0;
			margin: 10px 10px 10px 0;
		}
		
		.shot-text input {
			border: 1px #fff solid;
			margin: 5px 20px 0 0;
			background: #daebff;
			color: #007eff;
		}
	
		.shot-text .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;
		}
		
		.editor_button_brk img {
			padding: 0 !important;
			margin: 0 !important;
			border: 0 !important;
		}
		
	.more {
		text-align: right;
		padding: 10px;
	}
	
		.more a {
			color: red;
			font-weight: bold;
			margin-right: 70px;
			background: url(../images/arrow.jpg) left center no-repeat;
			padding-left: 20px;
		}
	
	.other {
		height: 30px;
		line-height: 20px;
	}
		
		.other span a {
			color: #0096ff;
		}

@-moz-document url-prefix()
{
    .shot-block h1 div {
			float: right;
			margin-top: -17px;
		}
}
		
/* Полная новость */
.other2 {
		height: 30px;
		line-height: 20px;
	}
		
		.other2 span a {
			color: #0096ff;
		}

.newsto {
	margin: 10px 0 0 0;
	border-top: 1px #383838 solid;
	padding: 30px 0 30px 70px;
	color: #27a6ff;
	font-weight: bold;
	background: url(../images/newsto.gif) 0 30px no-repeat;
}

	.newsto a {
		color: #1c6cff;
		font-weight: normal;
		line-height: 20px;
	}
	
.registr-please {
	background: url(../images/registr-please.gif) left center no-repeat;
	color: #ff6600;
	padding: 10px 0 10px 50px;
	margin: 5px;
}

/* Вид комментария */
.commentS { /* обвалакивающий блок */
	margin: 10px 0 10px 50px;
	text-align: left;
}
	
	.commentS-title {
		background: #d1ecff url(../images/commentS-title.jpg) left top no-repeat;
		height: 40px;
		line-height: 40px;
		padding-left: 30px;
		color: #000;
	}
	
		.commentS-title a {
			color: #243efe;
			font-weight: bold;
		}
	
	.commentS-info {
		padding: 10px;
		margin-left: 30px;
	}
	
		.commentS-info a {
			color: #4c2909;
			font-weight: bold;
		}
	
	
	.commentS-data { /* таблица для содержимого */
		width: 100%;
	}
	
		.commentS-data td {
			padding: 5px;
			padding-left: 30px;
		}
	
		.commentS-data a {
			color: #ffe21f;
		}
		
		.commentS-td2 input {
			height: 25px;
			margin: 5px 20px 5px 0;
			background: #777777;
			color: #fff;
			border: 1px #2b2b2b solid;
		}
		
	.commentS-more {
		border-top: 2px #2b2b2b dotted;
		padding: 5px;
		margin-left: 30px;
	} 
	
		.commentS-more a {
			color: #795311;
		}
		
.quote {
	background: #fff3b2 url(../images/quote.gif) left top no-repeat;
	padding: 15px 5px 15px 55px;
	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: 100%; 
	margin: 0 00px 0 20px;
}

	.user-info-table td {
		padding: 5px 5px 20px 5px;
		color: #000;
		text-align: left;
	}
	
		.user-info-table td small {
			font-size: 14px;
			color: #af86522;
			font-weight: bold;
		}
		
		.user-info-table td a {
			color: #3f3f3f;
		}
		
		.user-info-table td i {
			color: #bfbfbf;
		}
		
		.buttom-add-news {
			margin: 5px 20px 5px 0;
			background: #777777;
			color: #fff;
			border: 1px #2b2b2b solid;
		}

		
/* Инфо */
.error {
	padding: 10px;
	color: #000;
	padding-bottom: 150px;
	background: url(../images/error.gif) center bottom no-repeat;
}

	.error p {
		font-size: 15px;
		font-weight: bold;
		color: #0a9aff;
	}
	
	.error a {
		color: #60360c;
	}

/* Статистика */
.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 {
	background: #fff;
	text-align: left;
	margin: 0 30px 0 30px;
}

	.ststststs-t {
		height: 40px;
		line-height: 35px;
		color: #000;
		background: #c1e5ff url(../images/ststs-left.gif) left top no-repeat;
		margin: 0 30px 0 10px;
	}
	
		.ststststs-t h1 {
			margin: 0;
			padding: 0 0 0 50px;
			font-size: 14px;
			background: url(../images/ststs-t.gif) 10px center no-repeat;
		}
	
	.ststststs-c {
		padding: 20px;
	}
		
		.ststststs-c img {
			padding: 0 10px 10px 0;
			background: url(../images/shadow.gif) right bottom;
			border: 0;
			margin: 10px 10px 10px 0;
		}
		
		.ststststs-c input {
			border: 1px #fff solid;
			margin: 5px 20px 0 0;
			background: #daebff;
			color: #007eff;
		}
	
	.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;
}

.add-n-form:hover {
	background: #fffbc2;
}

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

	.imp input {
		border: 1px #fff solid;
		margin: 5px 20px 0 0;
		background: #daebff;
		color: #007eff;
	}
	
.pm-tititittile {
	padding: 10px 10px 10px 5px;
	font-weight: bold;
}

.new-PM {
	padding: 3px;
}
	
	.new-PM input {
		width: 250px;
	}
	
	.new-PM span {
		width: 150px;
		margin-right: 20px;
		display: block;
	}
	
.pm-block {
	height: 30px;
	padding-left: 60px;
	line-height: 30px;
	font-weight: bold;
	color: #188adf;
}

.pm-content {
	padding: 10px;
}

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

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

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

/* Результаты поиска и форма поика на главной */
.search-block {
	text-align: left;
	position: absolute;
	right: 20px;
	top: 170px;
}
	
	.form-text {
		width: 180px;
		background: #f0ff9c url(../images/form-text-img.jpg) left center no-repeat;
		border: 0;
		color: #9bb40d;
		float: left;
		padding: 5px 5px 5px 30px;
	}
	
	.form-search {
		float: right;
	}

.search-rez {
	text-align: left;
	border-top: 1px #fff solid;
	margin: 0 30px 0 30px;
}

.search-title {
	background: #c1e5ff;
	padding: 10px;
	color: #000;
	font-weight: bold;
	border-left: 20px #fff solid;
	border-right: 20px #fff solid;
}

.search-rez input {
	border: 1px #fff solid;
	margin: 5px 20px 0 0;
	background: #daebff;
	color: #007eff;
}	

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

.navigation a:link,
.navigation a:visited,
.navigation a:hover,
.navigation a:active {
	text-decoration:none;
	color: #636363;
	background:#F9F9F9;
	border:1px solid #E6E6E6;
	padding:3px 6px;
	font-size:11px
}

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

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

#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%;
*/ }

.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 : #666666;
}
.u_link_on a:hover, .u_link_on a:active {
    color : #4b73d4;
}

.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 : #00a400;
}

.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 : #0000ff;
}

.b_link, .b_link a:link, .b_link a:visited, .b_link_on {
    color : #666666;
}
.b_link_on a:hover, .b_link_on a:active {
    color : #666666;
}

/* Ripped by aka RIpper :) */