* {
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: Formular Regular; /* Имя шрифта */
    src: url(/fonts/Formular-Regular.ttf); /* Путь к файлу со шрифтом */
   }
body {
	font-family: 'Lucida Grande', 'Tahoma', sans-serif;
	font: 14px/18px Tahoma, Verdana, Arial, sans-serif;
	width: 100%;
	background-image: url(../img/blue/back-01.png);
	background-repeat: repeat;
}
a {
	color: #006699;
	outline: none;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	/*text-decoration: underline;*/
/*	color: #f1f200;*/
	/*text-decoration: none;*/
  /*text-shadow: #f1f200 1px 1px 20px;*/
}
#underline{
	text-decoration: underline;
}

strong{
color: black;
}



blockquote{
font-size: smaller;
background-color: white;
width: 70%;
padding: 5px;
margin-top: 3px;
border: 1px solid;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 190px;
	background-image: url(../img/blue/header-00.png);
	background-repeat: no-repeat;
	margin-bottom: 10px ;
	
}
#top-menu{
	height: 40px;
}
/* Горизонтальное меню правая половина*/
#top-menu-right{
	float: right;	
	padding-top: 10px;
}

#top-menu-left{
	float: left;
	margin-top: -5px;
}

#top-menu-right ul{	
		margin: 5px;	
}
#top-menu-right li{
	margin-left: 10px;	
	display:inline;
	list-style: none;
}

.message {
	margin: 5px 0px 10px 13px;
	padding: 5px;
	/*border: 1px solid #b41414*/
}

.button{
	float: right;
	margin-left: 12px;
	display: block;
	background-repeat: no-repeat;
}

a#add{
	width: 137px;
	height: 32px;
	background-image: url(../img/blue/NewButton.png);
	color: white;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
}
a#new-mail,#no-new-mail,#profile,#logout{
	width: 27px;
	height: 27px;
/*	padding-bottom: -10px;*/
}

a#new-mail{
	background-image: url(../img/blue/mail-box.png);
}

a#no-new-mail{
   /*width: 28px;
	height: 44px;*/
	background-image: url(../img/blue/mail-box.png);
}

a#profile{/*
	width: 28px;
	height: 44px;*/
	background-image: url(../img/blue/profile.png);

}

a#logout{/*
		width: 28px;
	height: 44px;*/
	background-image: url(../img/blue/exit.png);
}


a.button:hover{
	background-position: center;
}

a.button:active{
	background-position: right;
}

#mail{
	height:38px;
	width: 40px;
	border: 1px solid;
}

/* Центральная часть */
.center-field {
	margin-left: 10px;
	margin-right: 10px;
}

/* Горизонтально меню левая половиная */

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 224px solid #76c6e1;
	height: 1%;
	position: relative;
}
#middle:after {	
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {	
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
	margin-bottom: -1px;
}
#content {	
	margin-top: 10px;
	padding-bottom: 1px;
	min-height: 550px ;
	margin-left: 13px;
	border: 1px solid;
	border-color: #0099cc;
}
/* Таблица  на главной */
.index-page{
	min-height: 500px;
/*	background-image: url(../img/back01.gif);*/
}

.index-row-td{
	text-align: center;
	padding: 0px 5px;
}
TR.index-row-header {
	background: #0099cc; 
	height: 50px;
}

TR.index-row-header TD {
	color: #FFFFFF;
	font: 13px Tahoma;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

TR.index-row-header a {
	color: #eef80e;
	font: 13px Tahoma;
	text-transform: uppercase;
	font-weight: bold;
}

TR.index-row-header a.desc {
	color: #FFAAAA;
	font: 13px Tahoma;
	text-transform: uppercase;
	font-weight: bold;
}

TR.index-row {
	height: 50px;
	border-bottom: 1px solid ;
	background: #ddecf3;
}

TR.index-row TD {
	text-align: center;
	padding: 2px;
}

TR.index-row:hover {	
	background-color: #c0dadb;
	cursor: pointer;
}

.status {
	margin: 0 auto;
	width: 50px; 
}

.0 {
	/*color: #006699;*/
	color : black ;
/*	font-weight: bold;*/
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
}
.title a:hover{	
color: #f1f200;
	/*text-decoration: none;*/
  text-shadow: #f1f200 1px 1px 20px;		
	/*	color: red;	*/
}

.status, .user, .date, .comment-count, .no-comments,  .comment-username, .comment-date {
	color: #006699;
	font-weight: bolder;
	vertical-align: middle;
}
/* Конец таблицы с главной*/

/* Таблица профиля */

table.edit-profile {
	margin-top: 10px;
}

table.edit-profile td {
	border: 1px solid #000000;
	padding: 3px;
}


/* Конец таблицы профиля */

/* Sidebar Left
-----------------------------------------------------------------------------*/

#sideLeft {
	/*border: 1px solid #0099cc;*/
	padding-top: 10px;
	background-image: url(../img/blue/side-left.png);
	background-repeat: no-repeat;
	min-height: 550px;
	width: 222px;
	position: relative;
	left: -224px;
	height: auto;
}

#sideLeft ui {
		margin-left: 10px;	
}
#sideLeft li{
	margin-left: 10px;
	list-style: none;
	
}
#sideLeft b{
	color: yellow;
	font: normal 18pt Formular Regular ;
}
#sideLeft a{
	color: white;
	font: normal 12pt Formular Regular;
}
#sideLeft a:hover{
	color: #f1f200;
	text-decoration: none;
  text-shadow: #f1f200 1px 1px 20px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: 10px 0px ;
	height: 94px;
	background-image: url(../img/blue/footer.png);
	background-repeat: no-repeat;
}

.footer-stat {
	float: right; 
	text-align: right; 
	margin: 65px 10px 0px 0px;
	color: black;
}

/* Страничка просмотра миниатюры*/

#thumb-sub-menu {
	background-color: #FFDDDD;
	margin: 0px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#thumb-desciption {
	background-color: #FFDDDD;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#thumb-tech-check {
	background-color: #FFDDDD;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#thumb-video {
	background-color: #FFDDDD;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#thumb-player-video {
	background-color: #FFDDDD;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#thumb-tags {
	background-color: #FFDDDD;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#thumb-ratings {
	background-color: #FFDDDD;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#user-vote {
	background-color: #FFDDDD;
	height: 26px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#rate-list {
	background-color: #FFDDDD;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.rating-title {
	float: left; 
	width: 100px; 
	height: 22px; 
	vertical-align: middle; 
	border: 1px solid #FFDDDD; 
	padding: 3px 10px 3px 10px;
	font-weight: bolder; 
	font-size: 1.2em; 
	font-family: cursive;
}

.rating-bar {
	height: 22px; 
	background: #006699; 
	border: 1px solid #FFFFFF; 
	padding: 3px 10px 3px 10px; 
	color: #FFFFFF;
}

#add-comment{
	background-color: #cdf6be;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#comment-list{
	background-color: #aee6d7;
	margin: 10px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#one-comment{
	background-color: #e1f0f5;
	margin: 5px;
}

/* Списсок сортировки*/

#index-sort ul{
		padding-bottom : 15px;
	margin-right: 50px auto;	
	list-style: none;
}

#index-sort li{
		display: inline;
		margin: 25px;
}

.asc,.desc {
	color: fuchsia;
}
.asc{
	background-image: url(../img/Up.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 16px;
}

.desc{
	background-image: url(../img/Down.png);
	background-repeat: no-repeat ;
	background-position: right top;	
	padding-right: 16px;
}

#sticked {
	background-color: green ;
	padding-bottom: 20px;
}

#forum-body{
	background-color: white ;
}

.comment-tools {
	background-color: grey;
	padding: 5px;
	height: 20px;
}

.comment-body {
	padding: 5px;
	vertical-align: top;
}

.leftimg {
	float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}
.rightimg  {
	float: right; /* Выравнивание по правому краю  */ 
	margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
}

.input-submit{
	padding: 0% 33%;
}

.check-box-body {
	background: #ddddff;
}

.checkbox {
	display: inline;
	margin: 10px;
	background: #add8e6;
	padding: 3px;
}

.checkbox label{
	padding-left: 10px;
}

.radio  {
	margin: 5px;
}

H1.miniature {
	color: #0099cc;
	text-align: center;
}

.search-text{
	background-color: #f1f200;
}

#vote-label {
    float: left;
}
#vote-list {
    float: left;
}
.vote-submit {
	height: 25px;
    width: 150px;
    float: left;
}

.error-message{
/*	background-color: #B41414;*/
border: none;
	    color: #006699; /*white;*/
    font-weight: bolder;
    margin: 10px 5px 10px 12px;
	width: 100%;
}

.private-messages-menu {
	background-color: #FFDDDD;
	margin: 10px 0px 0px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.private-messages-index {
	background-color: #FFDDDD;
	margin: 10px 5px 0px 0px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* Блок форума*/

.forum-main-div {
	margin: 0px 5px 0px 5px;
}

.forum-main-table {
	border: 1px solid;
	color: #006699;
	width: 100%;
}

.forum-sub-menu {
	background-color: #FFDDDD;
	margin: 0px 5px 10px 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.forum-comment-body{
	width: 100%;
	height: 120px;
	text-decoration: none;
}

.forum-comment-body td{
	vertical-align: top;
	padding: 5px;
}

.comment-bottom {
	vertical-align: top;
	padding: 5px;
}

.th-left {
	margin-top: 10px;
	background-color: #FFDDDD;
	padding: 5px;
}

.th-right {
	margin-top: 10px;
	background-color: #FFDDDD;
	padding: 5px;
}

.td-left {
	vertical-align:top;
	height: 130px;
	width: 130px;
	background-color: #FFDDDD;
	padding: 5px;
}

.td-right {
	background-color: #FFDDDD;
	padding: 5px;
}

.td-left-down {
	background-color: #FFDDDD;
	padding: 5px;
}

.td-right-down {
	text-align: right;
	background-color: #FFDDDD;
	padding: 5px;
}

.td-left-up {
	border-top: 5px lightpink solid; 
	vertical-align: middle; 
	background-color: #FFDDDD;
	padding: 5px;
}

.td-right-up {
	border-top: 5px lightpink solid; 
	vertical-align: middle; 
	background-color: #FFDDDD;
	padding: 5px;
	text-align: right;
}
.access-level {
	text-align: left;
	padding-left: 10px;
	font-size: 10px;
}
/* Конец блока правил для форума*/

/* Строка комментария на странице поиска find.ctp*/
.search-comment-row{
	background: #FFDDDD ;
}
.search-comment-row:hover{
	background: #FFAAAA ;
}
#action-list{
color: yellow;
padding: 0px 5px;
}

.page-list{
padding-left: 10px;
text-align: left;
color: black;
font-size: 10px;
}
.page-list a{
	font-size: 11px;
}
.page-list a:hover{
		color: #f1f200;
	text-decoration: none;
  text-shadow: #f1f200 1px 1px 20px;
}
#rates{
font-size: 10px;
}
.no_vote_warning {
	float: right; 
	color: red; 
	font-size: 12px; 
	cursor: help;
}