/*=============================================================
Seven Portal. Copyright by Evanston 2008.
=============================================================*/
* {
	margin:0;
	padding:0;
	outline:none;
}

TD {
 vertical-align: top; 
}

body {
	behavior: url(../css/csshover.htc);
	background:#fff;
	color:#4b4b4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#39a7e0;
	text-decoration:underline;
	outline:none;
}

a:hover {
	color:#E44A3E;
}

img {
	border:none;
}

/*=============================================================
Блоки
=============================================================*/
#header {
	width:100%;
	height:145px;
}
.tag_l {
background:transparent url('../images/bir_left.gif') no-repeat scroll 0 0;
display:inline-block;
padding:0 0 1px 18px;
}
.tag_r {
background:transparent url('../images/bir_right.gif') no-repeat scroll 100% 0;
color:#666666;
padding:0 4px 1px 0;
text-decoration:none;
font-size:11px;
font-family:tahoma;
}
#nav {
	float:right;
	padding-right:30px;
}
div#qTip {
padding: 1px 6px 2px 6px;
border: 1px solid #E6E0B6;
display: none;
background: #FEFED0 none repeat scroll 0 0;
color: #333333;
font: bold 10px sans-serif;
position: absolute;
    -moz-border-radius : 5px;
z-index: 1002;
}
.category {
background:#FFFFD5 none repeat scroll 0 0;
border:1px solid #EDDE87;
color:#93883F;
font-size:12px;
font-weight:bold;
padding:0 2px;
}
#main {
	padding-left:5px;
	font-size:13px;
	vertical-align:top;
	width:100%;
}

.shadow {
	height:10px;
	background:url('../images/shadow.png') top right no-repeat;
}

.right-top {
	height:30px;
	background:url('../images/right-top.png') no-repeat;
	width:250px;
}

.right-bottom {
	height:30px;
	background:url('../images/right-bottom.png') no-repeat;
	width:250px;
}

.right-middle {
	background:url('../images/right.png') repeat-y;
	width:250px;
}

.menu {
	padding-left:25px;
	padding-right:30px;
}

.menu ul li {
	list-style-type:none;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ddd;
	background:url('../images/bullet_blue.png') no-repeat left center;
}

#fff {
	list-style-type:none;
	padding-left:30px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ddd;
	background:url('../images/bullet_blue2.png') no-repeat left center;
}

.block {
	padding-left:10px;
	padding-right:10px;
}

.menu ul li:hover {
	background:#eee url('../images/bullet_blue.png') no-repeat left center;
}

.menu ul li a:hover {
	color:#555;
}

#content {
	clear:left;
	margin-top:20px;
}

#logo {
	float:left;
	width:400px;

}

/*=============================================================
Логин
=============================================================*/
#login {
	position:absolute;
	right:378px;
	top:13px;
	width:100px;
	height:-40px;
	padding-top:10px;
	color:#fff;
}
.cabi2 {
	font-size:12px;
}

.cabi 2 a {
	font-size:12px;
}

a.login {
	text-decoration:none;
	border-bottom:1px dashed;
	font-size:18px;
}

a.login-e {
	font-size:18px;
}

#footer a {
	text-decoration:none;
	border-bottom:1px dashed;
	font-size:14px;
	color:#fff;
	float:right;
	margin-right: 10px;
}

#footer a:hover {
	color:#EABF24;
}

#login a {
	color:#fff;
}
/*=============================================================
Оформление
=============================================================*/
h1, h2, h3, h4, h5 {
	color:#555;
	padding-bottom:5px;
	font-weight:normal;
}

h1, h2 {
	font-size:18px;
}

em {
	color:#56960c;
	font-style:normal;
}

.news {
	margin-bottom:15px;
	padding-bottom:30px;
	background:url('../images/separator.gif') no-repeat bottom center;
}

.more {
	margin-top:10px;
}

.info {
	margin-top:10px;
	padding:5px;
}

.top-info {
	font-size:11px;
	color:#888;
	margin-bottom:10px;
	padding-right:20px;
}

.rating {
	float:right;
}

.clear {
	clear:both;
}

.news h1 {
	float:left;
}

.menu h1 {
	background:#68ac17;
	color:#fff;
	padding-left:20px;
	font-size:18px;
	padding-top:3px;
	border-right:20px solid #4c7e11;
}

h1.orange { background:#e3950c; border-right:20px solid #c17e09;}
h1.blue { background:#0c90e3; border-right:20px solid #0976ba;}
h1.red { background:#c90f2e; border-right:20px solid #9f0c24;}

#cat {
	float:left;
	height:20px;
	margin-right:10px;
	margin-top:1px;
	font-size:13px;
	color:#fff;
}

#cat-left {
	width:12px;
	background:url('../images/cat-left.png') no-repeat;
}

#cat-center {
	background:url('../images/cat-center.png') repeat-x;
	padding:0;
}

#cat-right {
	width:12px;
	background:url('../images/cat-right.png') no-repeat;
}

/*=============================================================
Верхняя линия
=============================================================*/
#topline {
	height:20px;
	background:url('../images/tops.jpg') repeat-x bottom;
	padding-bottom:10px;
	width:505px;
}

#topline2 {
	height:20px;
	background:url('../images/tops.jpg') repeat-x bottom;
	padding-bottom:10px;
	width:500px;
}
/* ==================== */

.f_textarea {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	overflow:auto;
	width: 488px;
	height: 156px;
	border: 1px solid #e0e0e0;
}
.f_input {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
}
.f_select {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	
	height: 14px;
	border: 1px solid #e0e0e0;
}

/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
	margin-bottom:10px;
	padding-bottom:10px;
}
#comment-top {
	font-size:11px;
}
.comment-date {
	float:left;
	padding-right:10px;
}
#comment-bottom {
	margin:5px;
	font-size:11px;
	paddding-top:5px;
	clear:left;
}
.comment-s {
	padding-left:10px;
	overflow:hidden;
	clear:right;
}
#com-l {
	width:100px;
	height:130px;
	float:left;
}
#com-r {
	width:80%;
	float:right;
}
#com {
	margin-bottom:20px;
	border-top:1px dashed #e6e6e6;
	background:url('../images/img10.gif') no-repeat left bottom;
	padding-bottom:20px;
	padding-left:10px;
	padding-top:10px;
}

td {
	font-size:13px;
}

/*------------------------------------------------------------*
**  Навигация по страницам
**------------------------------------------------------------*/

.navigation {
	border: none;
	margin: 20px 0 20px 0;
}
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .navigation span {
	display: inline-block;
	display: -moz-inline-stack;
	_overflow: hidden;
	float: left;
	width: 38px;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	margin: 10px 3px;
}
.navigation a:hover {
	background: url(../images/nav-hover.png) no-repeat #64a3d9;
	color: #FFFFFF;
	text-align: center;
}
.navigation span {
	background: url(../images/nav-none.png) no-repeat #64a3d9;
}

.ctitle { font-size:18px; }
.thumb {
border: 1px solid #CCCCCC;
padding: 1px;
}
a:hover .thumb {
border: 1px solid #0187C5;
}
.cloud-tags {
padding: 1px;
}
.cloud-tags:hover {
color: #5F5F5F !important;
padding: 1px;
}

#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;
}
#footer {
    background:url('../images/123.png') repeat-x;
    height:123px;
}

#footer p {
    color:#fff;
    padding-top:20px;
}

#banners a img
{
opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
}

#banners a:hover img
{
opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
}
#lenta1945
{
background-position:center;
background:url(../images/lent5.png);
z-index:5;
}
.partner {
color: blue;
font-size: 11px;
font-family: Georgia;
padding-top: 15px;
}
.partner a {
color: red;
text-decoration:none;
}
.partner a:hover {
text-decoration: underline;
}
