html {
	background:#335973;
}

body {
	margin:0;
	font:normal normal normal 14px / 1.45em arial;
	color:#686362;
}


h2 {
	color:#470705;
	font:normal 19px/1.2em times;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index: 50;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 12px;
	line-height:1em;
	margin: 0;
}

a.contentpagetitle {
	color:#470705;
	text-decoration:none;
	font: normal 20px/1.2em times;
}

#category_description h1,
#tag_description h1 {
	margin:0px;
	padding:0px;
}

#category_description a, 
#category_description a:hover,
#tag_description h1 {
	display:block;
	width:90%;
	margin:2em 2em 0;
	text-decoration:none;
	font:bold 17px/1.2em arial;
	color:#666;
	border-bottom:1px solid #C2C2BB;
}

a.readon {
	display:none;
}

a {
	color:#427392;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

td.contentheading {
	border-bottom:1px solid #DADACC;
}

td.contentheading #moduletitle {
	margin:0px;
}

.buttonheading {
	display:none;
}

table.blog {
	width:90%;
	margin:5px auto;
}

.blog_more {
	width:90%;
	margin:0px auto;
}

.blog .article-tools, .blog .article-content {
	width:90%;
	margin:5px auto;	
}

td.blog-author {
	display:none;
}

span.createby {
	display:none;
}

.blog span.small, .blog .article_separator {
	display:none;
}

.contentpaneopen {
	width:90%;
	margin:5px auto;	
}

.componentheading {
	padding:0 5%;
}

h1.sectiontitle {
	margin: 1em 1.4em 1em;
	line-height:1;
}

h2.blogtitle {
	margin:0;
}

#header {
	background:#335973 url("../images/logo.jpg") no-repeat scroll 15% 50% / contain;
	height:110px;
	margin:5px 0px;
}

/* ВЕРХНИЙ НАВБАР */

#navbar {
	background:#4C86AC;
	min-height:40px;
}

#navbar div.moduletable {
	margin:0 10%;
}

ul.menu-nav {
	margin:0px;
	padding:6px 0px;
}

ul.menu-nav li {
	display:inline-block;
	margin:4px;
	padding:4px;
	background:#335973;
	border-radius:7px;
}

ul.menu-nav li:hover,ul.menu-nav li.active  {
	background:white;
}

ul.menu-nav li:hover * a,ul.menu-nav li.active * a {
	color:#335973;
}

ul.menu-nav li a {
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	font: bold 14px/1.2em arial;
}

ul.menu-nav li:hover a {
	color:#335973;
}

ul.menu-nav li span.separator {
	color:white;
	font-weight:bold;
	text-transform:uppercase;
}

ul.menu-nav li:hover span.separator {
	color:#335973;
}

ul.menu-nav  li.parent  ul {
	display:none;
}

ul.menu-nav li.parent ul li.parent ul {
	display:none;
}

ul.menu-nav  li.parent:hover {
	position:relative;
}

ul.menu-nav li.parent:hover ul li.parent:hover {
	position:relative;
}

ul.menu-nav  li.parent:hover  ul {
	display: block;
	z-index:9999;
	background:#335973;
	position:absolute;
	top:28px;
	left:-10px;
	border:1px solid #cbcbcb;
	border-radius:8px;
	width:200px;
}

ul.menu-nav  li.parent:hover  ul li.parent:hover ul {
	display: block;
	z-index:9999;
	background:#335973;
	position:absolute;
	top:28px;
	left:30px;
	border:1px solid #cbcbcb;
	border-radius:8px;
	width:200px;
}

ul.menu-nav  li.parent:hover  ul  li {
	margin:5px 20px 5px -25px;
	line-height:1.6;
	background:#4C86AC;
	width:100%;
} 

ul.menu-nav  li.parent:hover  ul  li a {
	color:white;
	text-transform:none;
}

ul.menu-nav  li.parent:hover  ul  li:hover {
	background:white;
}

ul.menu-nav  li.parent:hover  ul  li:hover a {
	color:#335973;
}

ul.menu-nav li.parent:hover ul li.parent:hover ul li a {
	color:white;
}

ul.menu-nav li.parent:hover ul li.parent:hover ul li:hover a {
	color:#335973;
}

ul.menu-nav li.parent:hover ul li.parent:hover ul li:hover a.blogCalendarDay {
	color:#ff6600;
}

ul.menu-nav li.parent:hover ul li.parent:hover ul li:hover a.blogCalendarToday {
	color:#ff0000;
	background:#BC8F8F;
	padding:0px 5px;
}

ul.menu-nav li.item191 {
	position:relative;
	top:1px;
}

/*************************************/

#main-wrapper {
	background:#DADACC;
	padding:5px 0px;
	overflow:hidden;
}

#columns {
	margin:5px auto;
	width:80%;
	overflow:hidden;
}

#left, #right {
	margin:0px;
}

#left div.moduletable  {
	background:#335973;
	border-radius:10px;
	margin:5px;
	padding:5px;
}

#right div.moduletable  {
	background:#DADACC;
	border-radius:10px;
	margin:0px 5px 5px 0px;
	padding:5px;
}

#right div.moduletable #moduletitle {
	margin: 0 0 10px 1%;
	font-weight:normal;
	font-size: 17px;
	color:#666;
	border-bottom:1px solid #C2C2BB;
}

#right div.moduletable * a {
	color:#333;
	font-weight:normal;
	text-decoration:underline;
}

#right div.moduletable * a:hover {
	text-decoration:none;
}

#right div.moduletable * li {
	color:#666;
}

#right select {
	width:100%;
}

#left div.moduletable #moduletitle {
	margin: 0 0 10px 1%;
	font-weight:normal;
	font-size: 17px;
	color:white;
	border-bottom:1px solid #4C86AC;
}

#left div.moduletable * a {
	color:white;
	font-weight:normal;
	text-decoration:underline;
}

#left div.moduletable * a:hover {
	text-decoration:none;
}

#left div.moduletable * li {
	color:#4C86AC;
}

#left {
	float:left;
	background:white;
	width:20%;
	min-width:225px;
	border-radius:10px;
}

#rightcenter {
	float:right;
	background:white;
	width:77%;
	border-radius:10px;
	overflow:hidden;
	padding:5px 0px;
}

#center {
	float:left;
	width:73%;
	margin:0px 5px;
}

#center div.moduletable {
	background:#ECECE0;
	border-radius:10px;
	padding:5px;
	width: 90%;
	margin: 0px auto 10px auto;
}

#center div.moduletable_sld {
	background:#DADACC;
	border-radius:10px;
	padding:5px;
	width: 90%;
	margin: 0px auto 10px auto;	
}

#center div.moduletable * a {
	color:#427392;
	text-decoration:underline;
}

#center div.moduletable * a:hover {
	text-decoration:none;
}

#center div.moduletable #moduletitle,
div.moduletable_sld #moduletitle {
	color:#666;
	border-bottom:1px solid #C2C2BB;
	margin:0px 0px 0px 3%;
	font-size:17px;
	font-weight:bold;
}

#center div.moduletable a.contentpagetitle {
	color: #470705;
	text-decoration: none;
	font: 20px/1.2em times;
}

#center div.moduletable span.article_separator {
	display:none;
}

#right {
	float:right;
	width:25%;
}

#right ul.newsfeed li {
	margin:0 0 7px;
}

/****RAZNOE****/

div.morenews {
	background:#ECECE0;
	border-radius:10px;
	padding:5px;
	width: 100%;
	margin: 0px auto 10px auto;
}

div.morenews h2 {
	color:unset;
}

div.morenews span.article_separator {
	display:none;
}

div.morenews strong,
div.morenews p {
	font-weight:normal;
}

/**********/

@media (max-width:9999px) {
	#obyav-footer {
		display:none;
	}

}

@media (max-width: 1270px) {
	#columns {
		width:98%;
	}
	#left {
		width:30%;
	}
	#rightcenter {
		width:67%;
	}
	#right {
		display:none;
	}
	#center {
		width:98%;
		margin:5px;
	}
	#footer {
		width:100% !important;
	}
	#obyav-footer {
		display:block;
		background:white;
		margin:10px 10% 30px;
	}

}

@media (max-width: 725px) {
	#left {
		display:none;
	}
	#rightcenter {
		width:100%;
	}
	.componentheading {
		padding:0;
	}
}

#footer {
	background:#4C86AC;
	margin:0px 0px -19px;
}


/* НИЖНЕЕ МЕНЮ */

ul.menu-ftr {
	padding:10px 10%;
}

ul.menu-ftr li {
	display:inline-block;
	font:bold 14px/1.4em sans-serif;
	text-transform:uppercase;
	background:#335973;
	border-radius:8px;
	margin:5px;
	padding:5px;
}

ul.menu-ftr li:hover {
        background:white;
}

ul.menu-ftr li a {
	color:white;
	text-decoration:none;
}

ul.menu-ftr li:hover a {
	color:#335973;
}

/******************************************/

a#uLogin_1 img {
	margin-bottom:-5px !important;
	height:22px !important;
}

.sobi2  {
	width:90%;
	margin:0px auto;
}

.pressrel2 {
	width:90%;
	margin:80px auto;
}

.sobi2Header, .pressrel2Header {
	margin-bottom:10px;
}

.sobi2Header a, .pressrel2Header a {
	font:bold 20px/1.2em times;
	color:#470705;
}

.tag {
	display:block !important;
	margin:10px 0 0 !important;
	color:red;
}

table#sobi2CatListSymbols {
	width:85% !important;
	margin:0px -50px !important;
}

.clr {
	clear:both;
}

.moduletable_rss {
	display:block;
	height:0px;
}

.cprt {
    color: #fff;
    width: 500px;
    position: relative;
    top: -4.5em;
    left: 22em;
    margin-bottom: -5em;
}

a.payment-logo {
    display: block;
    text-align: center;
}

a.btn.btn-xs.btn-outline.btn-primary {
    display: block;
    text-align: center;
    background: #427392;
    margin: 0px 10px;
    padding: 8px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

table.blogCalendar {
	width:100%;
}

a.headerDate,
a.headerArrow {
	font-size:20px !important;
}
