h3 {
	color: #4c7aa8;
	margin: 0;
	padding: 0;
}

.head-container {
	min-width: 860px;
}

.comment_time {COLOR: #3a82c2; FONT-FAMILY: Tahoma, Helvetica, sans-serif; FONT-SIZE: 11px; TEXT-ALIGN: left; TEXT-DECORATION: none}
.newstime {
	color: #3a82c2;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	text-deciration: none;
}

.blogButton, .blogButton:hover, .blogButton:active, .blogButton:visited, .blogButton:link { color: #3A82C2; }
.printButton, .printButton:hover, .printButton:active, .printButton:visited, .printButton:link { color: #3A82C2; }
.bookmarkButton, .bookmarkButton:hover, .bookmarkButton:active, .bookmarkButton:visited, .bookmarkButton:link { color: #3A82C2; }
.rssButton, .rssButton:hover, .rssButton:active, .rssButton:visited, .rssButton:link { color: #3A82C2; }

dl.box {
    border: 1px solid #4C7AA8;
    margin: 10px 0px 4px 0px;
    padding: 0px;
    background-color: white;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

dl.box dt, dl.box dt a {
    margin: 0px;
    color: white;
    background-color: #4C7AA8;
    padding: 1px;
    font-size: 0.9em;
    font-weight: bold;
}

dl.box dd {margin: 4px; padding: 4px; }

dl.w200 dd { margin: 2px; font-size: xx-small; padding: 2px; }

dl.box dt a {color: #ffffd0;}

.forum_post {
	margin: 0 0 16px 0;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
	font: 9pt Verdana;
}

.forum_post .post_header {
	color: white;
	background-color: #4c7aa8;
	padding: 0px 4px 1px 88px;
	font-weight: bold;
}

.forum_post .post_header a {
	color: white;
}

.forum_post .post_avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin: 8px;
}

.forum_post .post_avatar img {
	border-radius: 8px;
}

.post_avatar .avatar_title {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

.post_avatar .avatar_title a {
	color: #048;
	text-decoration: none;
}

.forum_post .post_body {
	padding: 8px;
	margin-left: 80px;
}

.forum_post .post_footer {
	clear: both;
}

h1.pfs_new {
	margin: 10px 8px 0 8px;
	padding: 4px 0 4px 16px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
	border-radius: 8px 0 0 0;
}

h1.pfs_new, h1.pfs_new a  {
	font: 11pt Verdana;
	font-weight: 700;
	text-transform: none;
}

h1.pfs_new a {
	color: #f8f8e0 !important;
	text-decoration: underline;
	text-transform: none;
	padding: 0;
}

ul.top-menu-new {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;

	background-color: #CEE3F9;
	border-top: 1px solid white;
	height: 20px;
	padding: 0;
	margin: 0;
}

ul.top-menu-new li {
	display: table-cell;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: normal;
	vertical-align: top;
}

ul.top-menu-new li.flag {
	width: 63px;
	padding: 2px 0 0 0;
}

ul.top-menu-new li.search {
	padding: 1px 0 0 7px;
	width: 200px;
}

form.top-search {
	margin: 0;
	padding: 0;
}

input.top-search {
	border: 1px solid #5694cc;
	font-size: 10px;
	z-index: 1;
	margin: 0;
	background-image: url(/img/formbg1.gif);
	width: 136px;
	line-height: 11px;
	height: 16px;
}

input.search-btn {
	border: none;
	margin: 0 0 0 5px;
}

ul.top-menu-new li.link {
	text-align: center;
}

ul.top-menu-new li.link a {
	text-decoration: underline;
	color: #344C74;
	font-weight: bold;
	display: block;
	width: 100%;
	padding: 1px 0 1px 0;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

ul.top-menu-new li.link a:hover {
	background-color: #344C74;
	color: white;
}

/* -------------------------------------------- */

ul.left-menu-new {
/*	background-color: #CEE5F9; светлый серо-голубой */
	color: #344C74;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid white;
}

ul.left-menu-new li {
	text-align: center;
	padding: 0;
	margin: 0;
	border-top: 1px solid white;
	clear: both;
}

ul.left-menu-new li a {
	text-decoration: underline;
}

ul.left-menu-new li a, ul.left-menu-new li h5 {
	font-family: "Arial", "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: 700;
	color: #344C74;
	display: block;
	width: 100%;
	padding: 0px 0;
	margin: 0;
}

ul.left-menu-new li a.half-left {
	width: 49%;
	float: left;
	border-right: 1px solid white;
}

ul.left-menu-new li a.half-right {
	width: 49%;
	float: right;
}

ul.left-menu-new li a:hover {
	background-color: #344C74;
	color: white;
}

a.red {
	color: red !important;
}

footer {
	margin-top: 4px;
	padding: 16px 0;
}

footer, footer a {
	background-color: #9EC2E1;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: normal;
	min-height: 11px;
}

footer a {
	color: #314d73;
	text-decoration: underline;
}

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

footer .row-fluid [class*="span"] {
	min-height: 11px !important;
}

footer .footer2 {
	font-size: 12px;
	margin-top: 20px;
}

footer .footer2  a {
	font-size: 12px;
}

/* Блоки новостей 2x5 */

/* optimal. font-size: 16px; line-height: normal; height: 97px; */
/*
	10pt = 13.3333px;
	12pt = 16px;
*/
.pfs-news5 {
	font: 12pt Arial, Helvetica, sans-serif;
	display: table;
	width: 100%;
}

.pfs-row {
	display: table-row;
	padding: 0;
	margin: 0;
	line-height: 12pt;
}

.pfs-row a {
	color: #3a82c2;
	text-decoration: none;
}

.pfs-row a:hover {
	color: #dd6d00;
}

.pfs-row .pfs-time {
	display: table-cell;
	white-space: nowrap;
	font-size: 8pt;
	color: #888;
	width: 5ex;
}

.pfs-row .pfs-title {
	display: table-cell;
	padding-left: 4px;
	padding-bottom: 4px;
}

.pfs-2-lines-15 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2; /* number of lines to show */
	line-height: 15px;
	max-height: 30px;
}

.pfs-lines-6-15-disabled {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5; /* number of lines to show */
	line-height: 15px;
	max-height: 86px;
}

/* Большой список новостей, типа http://www.forexpf.ru/author_news_arch.php */

.pf3-news-box {
    border: 1px solid #4C7AA8;
    margin: 0 0 8px 0;
    padding: 0 8px 8px 8px;
    background-color: white;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

.pf3-news-box h3 {
	margin: 0 -8px 4px -8px;
    color: white;
    background-color: #4C7AA8;
    padding: 2px 0 4px 0;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
}

.pf3-news-box h3 a {
	color: white;
	text-decoration: none;
}

.pf3-news-list {
	display: table;
	vertical-align: top;
}

.pf3-news-row {
	display: table-row;
	padding: 0;
	margin: 0;
	font: 10.725pt/15pt Arial, Helvetica, sans-serif !important;
}

.pf3-news-row .newstime {
	display: table-cell;
	white-space: nowrap;
	font: inherit;
	line-height: inherit;
    font-size: 0.9em;
}

.pf3-news-row a {
	display: table-cell;
	padding-left: 1ex;
	text-decoration: none;
	color: #344c74 !important;
}

.pf3-news-row a:hover {
	text-decoration: underline;
	color: #dd6d00 !important;
}

/* Обрезка в одну строку */
.pf3-lines-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* number of lines to show */
	-moz-line-clamp: 1; /* number of lines to show */
	line-height: 16pt;
	max-height: 15pt;
	height: 15pt;
}

.pf3-lines-1-small {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* number of lines to show */
	line-height: 12pt;
	max-height: 12.5pt;
	height: 12.5pt;
}

/* Обрезка в две строки */
.pf3-lines-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2; /* number of lines to show */
	line-height: 15pt;
	max-height: 30pt;
}

div.pfs-mod {
	margin: 0 0 8px 0;
	padding: 0;
}

.charts-ae, .charts-ad, #yandex_ad, .yandex_ad, #yandex_ad_R-9524-5, .yap-reset, .yap-list {
	font-size: 9pt ! important;
}

.news a.news-next, .news a.news-prev {
	font: bold 9pt Arial, Helvetica, sans-serif;
	line-height: 13.5pt;
	padding-left: 16px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left 1px;
	text-decoration: underline;
}

.news a.news-next {
	background-image: url(/img/nstrelkaup.gif)
}

.news a.news-prev {
	background-image: url(/img/nstrelkadn.gif)
}

hr.pfs {
	margin: 2px 0;
	padding: 0;
	border: 0;
	height: 1px;
	background-image: url(/img/dotg.gif);
	background-repeat: repeat-x;
}

.pfs-news1x5-outer {
	width: 728px;
	text-align: left !important;
}

.pfs-news1x5-outer {
	font: 10.725pt/15pt Arial, Helvetica, sans-serif !important;
}

.pf3-lines-1-small a {
	font: 10.725pt/15pt Arial, Helvetica, sans-serif !important;
}

/* .news не определять, а то всё в шапке едет! */
.news a, .news a:link, .news a:visited, .news a:active, .news a:hover {
	COLOR: #232938;
	font: 10.725pt Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 15pt;
}

/* .news line-height не определять, а то всё в шапке едет! */
.news, .news table, .news table tr td {
	font: 10.725pt Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

.news A {COLOR: #3a82c2; }
.news A:link {COLOR: #3a82c2; }
.news A:visited {COLOR: #3a82c2; }
.news A:active {COLOR: #3a82c2; }
.news A:hover {COLOR: #dd6d00; text-decoration: underline; }

.news .yap-layout__content, .news .yap-layout__content a {
	font: 10pt/12pt Tahoma, Arial, Helvetica, sans-serif;
}

/* gblock cur-graph cur-usd */
.gblock h3, .gblock h3 a {
	font-family: Arial, Helvetica, sans-serif !important;
	font: 12px Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	margin: 10px 0 0 0;
	color: white !important;
	width: 728px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAAXNSR0IArs4c6QAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sHDw4DA+bUpXkAAAAPUExURf///0x6qGaZzJnM/////x5sEGoAAAABdFJOUwBA5thmAAAAAWJLR0QEj2jZUQAAADNJREFUCB0FwQENgEAQA8HFwS3UyCcYaDj/mpgBVLiyBdyiz5b0PSXPp+Q+M6QZyO6AOvymFgWEYO8GSgAAAABJRU5ErkJggg==") 99% 50% no-repeat #4C7AA8;
}

h3.title {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0 0 10px 0;
	color: white !important;
}

.gblock h3 a, h3.title  {
	text-decoration: underline !important;
	display: block;
	height: 16px;
	padding: 0;
	margin: 0;
	line-height: 16px;
}

.gblock iframe {
	border: 1px solid #4C7AA8;
}

ul.span3-inv-no-border {
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	height: 16px;
	background-color: #4C7AA8;
}

ul.span3-inv-no-border li {
	display: table-cell;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.span3-inv-no-border li a {
	display: block;
	height: 16px !important;
	line-height: 16px !important;
}

.adsbygoogle {
	overflow-x: hidden;
	max-width: 100%;
}

.news ul {
	overflow: hidden;
}


#latest-news-181003 ul,  #latest-news-181003 ul li,  #latest-news-181003 ul li a {
	margin: 0;
	padding: 0;
	list-style-type : none;
/*	line-height: 1.3; */
}

#latest-news-181003 {
	margin-bottom: 10px;
}

#latest-news-181003 .time {
	display: none;
}

.news_signature {
	color: #666;
	clear: both;
}

a.pfs_fxh {
	color: #666 !important;
}

/* For top informers */
/*
@media screen and (max-width: 920px) {
	#pfs_logo {
		display: none;
	}
}
*/
/* For right ads  */
/*
@media screen and (max-width: 1024px) {
	#pfsa-chart-right-240x400 {
		display: none;
	}
}
*/
