html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}

img {
	border: 0;
}

a {
	color: #0064db;
}

p, ul, ol {
	margin-top: 1em;
	margin-bottom: 1em;
}

p {
	margin-top: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 2em 0 1em 0;
}

h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; font-weight: bold; }
h4 { font-size: 1em;}
h5 { font-size: 1em; }

h2 a, h3 a { color: #f15722; }
h2.column-label {
	font-size: 1.25em;
}


/* заголовок блока */
h2.block-header{
	color: #ffa800;
	font-size: 1.1em;
	margin-bottom: 7px;
	font-weight: bold;
}
h2.block-header a{
	color: #ffa800;
}
/* подчеркнутый */
h2.lined{
	/*padding-bottom: 4px;*/
	border-bottom: 7px solid #ffa800;
}
h2.lined a, h2.block-header a{
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 1em 0 1em 10px;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(img/bullet.png) no-repeat 0 0.45em;
	margin-bottom: 0.1em;
}

form {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	min-width: 1000px;
	max-width: 1280px;
}

#body {
	padding: 0 20px;
}

.small {
	font-size: 0.85em;
}

.big {
	font-size: 1.5em;
}

.jslink {
	text-decoration: none;
	border-bottom: 1px dashed;
}


/* -- Медиа-блок -- */
.media-block {
	text-align: center;
	padding: 2em 0;
}

.media-block p {
	margin: 0;
}

/* -- Колонки -- */
.double-columns {
	margin-bottom: 2em;
	clear: left;
}

.body-block {
	margin: 0 0 2em 0;
}

.double-columns .double-columns-label h1 {
	margin: 0 0 0.6em 0;
}

.double-columns, .double-columns .double-columns-label, .double-columns .double-columns-wrapper {
	float: left;
	width: 100%;
}

.double-columns .double-left {
	margin-right: 50%;
}

.double-columns .double-left .double-block-content, .double-columns .double-right .double-left .double-block-content {
	margin: 0 8px 0 0;
}

.double-columns .double-right .double-block-content, .double-columns .double-left .double-right .double-block-content {
	margin: 0 0 0 8px;
}

.double-columns .double-right {
	width: 50%;
	margin-left: -50%;
	float: left;
}

/* -- Колоник (2+1)/3 -- */

.third-columns {
	margin-bottom: 2em;
	clear: left;
}

.body-block {
	margin: 0 0 2em 0;
}

.third-columns .third-columns-label h1 {
	margin: 0 0 0.6em 0;
}

.third-columns, .third-columns .third-columns-label, .third-columns .third-columns-wrapper {
	float: left;
	width: 100%;
}

.third-columns .third-left {
	margin-right: 33%;
}

.third-columns .third-left .third-block-content, .third-columns .third-right .third-left .third-block-content {
	margin: 0 8px 0 0;
}

.third-columns .third-right .third-block-content, .third-columns .third-left .third-right .third-block-content {
	margin: 0 0 0 8px;
}

.third-columns .third-right {
	width: 33%;
	margin-left: -33%;
	float: left;
}


/* -- Общие -- */
.inline-image {
	vertical-align: middle;
	margin: 0 5px;
}

.date {
	color: #b2b2b2;
	font-size: 0.9em;
	font-style: italic;
}

/* -- Блоки -- */
.block {
	clear: both;
}

.block h2 {
	margin: 0 0 1em 0;
}

.padded {
	padding: 10px;
}

p.smaller, .smaller p, .smaller div {
	font-size: 0.9em;
	line-height: 1.4em;
}

.red-cap {
	background: url(img/red-cap.png) repeat-x 100% 0;
	padding-top: 30px;
}

.orange-cap {
	background: url(img/orange-cap.png) repeat-x 0 0;
	padding-top: 30px;
}

.orange-cap-inside {
	background: url(img/orange-cap.png) repeat-x 0 0;
	padding-top: 15px;
}

.imaged {
	margin-bottom: 0em;
}

.imaged, .imaged .text {
	float: left;
	width: 100%;
}


.imaged .text .content {
	margin-left: 170px;
}

.imaged .photo {
	float: left;
	margin-left: -100%;
	width: 150px;
	/*overflow: hidden;*/
	margin-top: 4px;
}
	.imaged .photo p{
	/*	max-height: 165px;*/
	/*	overflow: hidden;*/
		/*padding-left: 13px;*/
	}
	.tabbed-block .imaged .photo p{
		max-height: 78px;
	}

	.icons {
		margin-bottom: 12px;
	}
	
	.icons, .icons .text {
		float: left;
		width: 100%;
	}
	
	.icons .icon{
		float: left;
		margin-left: -100%;
		width: 50px;
		height: 37px;
		overflow: hidden;
		margin-top: 4px;
	}
		.icons .icon a{
			display: inline-block;
			width: 43px;
			height: 35px;
			border: 1px solid #AAAAAA;
		}
		.icons .icon img{
			width: 43px;
			height: 35px;
			/*margin-left: 5px;*/
			padding: 0;
			border: none;
		}
	.icons .content{
		margin-left: 60px;
	}

.imaged h3, .icons h3 {
	margin: 0 0 0.0 0;
	font-size: 1em;
}
	.icons h3{
		font-weight: normal;
	}

#companies-list .imaged .text .content{
	padding: 10px;
	padding-left: 0;
}
	#companies-list .imaged .photo img{
		max-width: 78px;
	}

#companies-list .photo{
	margin-top: 10px;
}

#companies-list .imaged .text{
	/*border-top: 1px solid #ededed;*/
}

#companies-list .imaged{
	/*margin: 11px 0;*/
}

	#companies-list ul.company-menu{
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#companies-list ul.company-menu li{
		float: left;
		width: 45%;
		margin: 4px 0;
		margin-right: 5%;
		list-style: none;
		padding: 0;
		background: none;
	}
		#companies-list ul.company-menu li a{
			color: #475463;
		}
	#companies-list .company-details, #companies-list .wrapper{
		float: left;
		width: 100%;
	}
		#companies-list .middle{
			margin-right: 70%;
		}
		#companies-list .right{
			float: left;
			margin-left: -60%;
			width: 60%;
		}
/*	#companies-list .members{
		text-align: right;
		display: none;
		float: left;
		width: 100%;
		margin-top: 20px;
	}
		#companies-list .imaged:hover .text .members{
			display: block;
		}
		#companies-list .members a{
			color: #df8306;
			margin-right: 25px;
		}*/

/* -- Формы -- */
form.voting p {
	margin: 0 0 0.5em 0;
}

form.voting input {
	vertical-align: middle;
}

form.voting p.submit {
	margin: 1em 0;
}



/* -- Статьи -- */
.articles {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.articles .imaged .content, .size-75x75 .content {
	margin-left: 95px !important;
}

.articles .imaged .photo, .size-75x75 .photo {
	width: 80px !important;
}

/* -- Статус-бар -- */
.status-bar {
	clear: both;
	padding: 0 10px;
	/*border: 1px solid #ededed;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;*/

	behavior: url(/styles/htc/border-radius.htc);
	background: #fff;
}

	.status-bar p{
		margin-bottom: 0;
	}

.status-bar .status-cat {
	float: left;
	width: 100%;
}


.status-bar .date, .status-bar .category,  .status-bar .comments{
	/*float: left;*/
	font-size: 0.85em;
	margin: 0;
}
	.status-bar .comments{
		text-align: right;
	}

.status-bar .category {
	/*margin: 0 200px 0 170px;
	overflow: hidden;*/
}

.status-bar .comments {
	/*float: left;
	font-size: 0.85em;
	margin: 0 0 0 -170px;
	width: 170px;
	text-align: right;*/
}
	.status-bar .comments .comments-count{
		text-align: center;
		background: url(img/comment_icon.png) no-repeat 0 0;
		color: #fff;
		width: 22px;
		display: inline-block;
		height: 19px;
	}

.status-bar .date {
	/*float: left;
	margin: 0 0 0 -100%;
	width: 140px;*/
}

.images-list {
	float: left;
	width: 100%;
	margin: 2em 0 0 0;
	font-size: 0.9em;
}

.images-list .item {
	width: 120px;
	margin: 0 5px 0 10px;
	vertical-align: top;
	display: -moz-inline-stack; /* for Fx2*/
	display: inline-block; /* normal browsers */
	zoom: 1; /* for IE (hasLayout true) */
	*display: inline; /* for IE */
}

.images-list .item h3 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
}

.images-list .item h3 a {
	color: #f15722;
}


/* -- UI tabs -- */

.ui-tabs {
	margin-bottom: 0;
}

.ui-tabs-hide {
	display: none;
}

.tabbed-block {
	position: relative;
	top: -11px;
}


.tabbed-block .block {
	border: 1px solid #ed3f26;
	border-top: 0;
}

.ui-tabs-nav {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(img/tabs-cap-new.png) no-repeat 100% 11px;
}

.ui-tabs-nav li {
	padding: 0;
	margin: 0 5px;
	float: left;
	background: transparent;
}

.ui-tabs-nav li.first {
	margin-left: 15px;
}

.ui-tabs-nav li.last {
	margin-right: 15px;
}

.ui-tabs-nav li.right {
	float: right;
}

.ui-tabs-nav li.ui-state-active span {
	display: block;
	background: url(img/tabs-right.png) no-repeat 100% 100%;
	padding: 0 17px 0 0;
}

.ui-tabs-nav li a span {
	display: inline;
	background: transparent;
	padding: 0;
	border-bottom: 1px dashed;
}

.ui-tabs-nav a {
	display: block;
	height: 28px;
	line-height: 32px;
	padding: 6px 0 0 0;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

.ui-tabs-nav li.ui-state-active a {
	background: url(img/tabs-center.png) repeat-x 0 100%;
	color: #000 !important;
}

.ui-tabs-nav li.ui-state-active a span {
	border: 0;
	display: inline;
	background: transparent;
	padding: 0;
}

.ui-tabs-nav li.search {
	padding-left: 22px;
	background: url(/img/icons/search.png) no-repeat 0px 16px;
}

.ui-tabs-nav li.search a span {
	font-weight: bold;
}

.ui-tabs-nav li.ui-state-active {
	background: url(img/tabs-left.png) no-repeat 0 100%;
	padding: 0 0 0 16px;
	margin: 0;
}


/* -- Footer -- */
#footer {
	margin-top: 50px;
	float: left;
	width: 100%;
	background: #f06124 url(img/footer-bg-l.jpg) repeat-x 0 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#footer .footer-visual {
	padding: 10px 30px 0 30px;
	/*background: url(img/footer-bg-r.jpg) no-repeat 100% 0;*/
}

#footer p {
	margin: 0;
}

#footer .bottom, #footer .menu {
	float: left;
	width: 100%;
}

#footer .menu {
	background: url(img/footer-block-l.png) no-repeat 240px 0;
}

#footer .menu-content {
	margin-left: 261px;
	padding: 15px 20px 30px 0;
	background: url(img/footer-block-r.png) no-repeat 100% 0;
}

#footer .copy {
	float: left;
	margin-left: -100%;
	padding-top: 10px;
	width: 200px;
}

#footer .copy p {
	float: left;
	margin-top: 15px;
}

#footer .copy .logo {
	float: left;
	margin: 0 10px 0 0;
}

#footer .menu, #footer .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer .menu ul li {
	width: 150px;
	float: left;
	margin-right: 20px;
}

#footer .menu ul ul li {
	width: auto;
	float: none;
	margin: 0;
}

#footer .menu ul li, #footer .menu ul li li {
	background: transparent;
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: 3px;
}

#footer .menu ul li li {
	font-weight: normal;
	font-size: 0.85em;
}

#header {
	background: #eb2228 url(img/header-bg.jpg) repeat-x 0 0;
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
}

#header .header-visual {
	padding: 0 20px 10px 220px;
	background: url(img/header-bg-c.jpg) no-repeat 50% 0;
	height: 82px;
}

#header p {
	margin: 0;
}

#header .logo {
	position: absolute;
	margin: 0 0 0 -200px;
}

#header .utils {
	float: left;
	width: 100%;
	padding-top: 10px;
}

#header .utils .auth {
	float: left;
	margin-left: 10px;
	padding-bottom: 20px;
}

#header .utils .auth a {
	margin-right: 10px;
}

#header .utils .auth img {
	vertical-align: middle;
	margin-right: 3px;
}

/* feanor */
#header .utils .auth span {
	color: white;
}
/* feanor */

#header form .search {
	float: right;
}

#header form .search input {
	border: 0;
	background: url(img/search.png) no-repeat 0 0;
	width: 146px;
	padding: 0 6px;
	height: 19px;
	line-height: 19px;
}

#header form .search button {
	border: 0;
	background: transparent;
}

#header #menu, #header #menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#header #menu {
	font-size: 1.05em;
	/*padding-top: 20px;*/
}

#header #menu li {
	float: left;
	margin: 0 3px;
	padding: 0;
	background: transparent;
}

#header #menu li a {
	float: left;
	padding: 5px;
	height: 15px;
	line-height: 15px;
}

#header #menu li:hover a, #header #menu li.hover a {
	border-radius: 7px;
	background: #fff;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	color: #000;
	text-decoration: none;

	position: relative;
}

#header #menu li.RSS a {
	background: transparent !important;
}

#header #menu li:hover a.withsub, #header #menu li.hover a.withsub {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;

	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;

	position: relative;
	z-index: 10;
}

#header #menu li:hover .submenu, #header #menu li.hover .submenu {
	display: block !important;
}


#header #menu li.RSS {
	margin-right: 0;
	float: right;
}

#header a {
	color: #fff;
}

.header-helper {
	min-height: 91px;
	margin-bottom: 2em;
}

#header #menu .submenu {
	display: none;

	position: absolute;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	width: 250px;

	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;

	box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	-webkit-box-shadow: 0 0 3px #666;
	-khtml-box-shadow: 0 0 3px #666;

	margin-top: 25px;
	z-index: 5;
}

/* ie 6 */
* html #header #menu .submenu {
	border: 2px solid #ccc;
	border-left: 1px solid #eee;
	border-top: 0;
}

* html #header #menu .submenu .submenu {
	border-top: 1px solid #eee;
	margin-top: -11px !important;
}

/* ie 7 */
*+html #header #menu .submenu {
	border: 2px solid #ccc;
	border-left: 1px solid #eee;
	border-top: 0;
}

*+html #header #menu .submenu .submenu {
	border-top: 1px solid #eee;
	margin-top: -11px !important;
}

/* ie 8 */
#header #menu .submenu {
	border: 2px solid #ccc\0/;
	border-left: 1px solid #eee\0/;
	border-top: 0\0/;
}

#header #menu .submenu .submenu {
	border-top: 1px solid #eee\0/;
	margin-top: -11px\0/ !important;
}


#header #menu li .submenu li, #header #menu li .submenu a {
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #0064db;
	font-size: 0.9em;
	text-decoration: underline;
}

#header #menu li .submenu li li a {
	font-size: 1em;
}

#header #menu li .submenu h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 3px 0;
}

/*
#header #menu li .submenu li {
	margin-bottom: 4px !important;
	color: #000;
	padding-left: 10px !important;
	background: url(img/bullet-small.png) no-repeat 0 0.5em !important;
	line-height: 1em;
}
*/

#header #menu li .submenu .submenu-column {
	margin-bottom: 1em;
	float: left;
	width: 120px;
	margin-right: 20px;
}

#header #menu .columns-1 {
	width: 250px !important;
}

#header #menu li .submenu ul {
	padding: 10px 0;
}

#header #menu li .submenu ul li {
	padding: 0 0 1px 0 !important;
	margin: 0 !important;
	background: transparent !important;
	text-decoration: none !important;
}

#header #menu li .submenu .submenu {
	margin-left: 250px;
	margin-top: -10px;
	display: none !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#header #menu li .submenu ul li a {
	padding: 5px 10px !important;
	height: auto !important;
	display: block;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

#header #menu li .submenu ul li:hover a, #header #menu li .submenu ul li.hover a, #header #menu li .submenu ul li a:hover {
	background: #ee4e26 !important;
	color: #fff !important;
	text-decoration: none !important;
}

#header #menu li .submenu ul li:hover .submenu, #header #menu li .submenu ul li.hover .submenu {
	display: block !important;
}

#header #menu li .submenu ul li:hover .submenu a, #header #menu li .submenu ul li.hover .submenu  a {
	background: transparent !important;
	color: #0064db !important;
	text-decoration: underline !important;
}

#header #menu li .submenu ul li:hover .submenu a:hover, #header #menu li .submenu ul li.hover .submenu a:hover {
	background: #ee4e26 !important;
	color: #fff !important;
	text-decoration: none !important;
}

/* -- Макет с правым фиксированным столбцом fixed-right -- */
.fixed-column, .fixed-column .fixed-body {
	float: left;
	width: 100%;
}

.fixed-column .fixed-right {
	/* feanor */
	/*padding-top: 6em;*/
	/* end feanor */
	width: 250px;
	float: left;
	margin-left: -250px;
}

.fixed-column .fixed-left {
	margin-right: 265px;
}

.fixed-column .fixed-right .block {
	margin-bottom: 3em;
}

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

ul.errors li {
	color: red;
	font-weight: bold;
}

div.error {
	color: red;
	font-weight: bold;
}

/* список компаний */

#companies_list .item {
	clear:both;
	float:left;
	margin-bottom:2em;
	width:100%;
}

img.logo {
	width: 78px;
}

#companies_list .key {
	float:left;
	text-align:center;
	width:150px;
}

#companies_list.value {
	float:left;
	margin-left:-150px;
	padding:0;
	width:100%;
}

#companies-list .photo {
	/*text-align: center;*/
}

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

#news_list .item {
	float:left;
	margin:15px 0;
	width:100%;
}

#news_list .date {
	color:#626262;
	font-size:0.9em;
	font-style:italic;
}

#news_list .article .photo {
	float:left;
	margin:0 10px 5px 0;
}

.virtual-table p {
	float:left;
	width:100%;
}

.virtual-table .key {
	float:left;
	margin-right:-100%;
	width:120px;
}

.virtual-table .value {
	float:left;
	margin-left:120px;
	padding-left:0;
}

p.crumbs {
	font-size: 0.8em;
	color: #999999;
}

p.crumbs a {
	/*font-size: 0.8em;*/
	color: #999999;
}

#main-top-header {
	margin: 0 0 0.5em;
}

#main-top-header .small {
	font-size: 0.8em;
}

#articles-filter {
	float: right;
	margin-bottom: 20px;
}

div.pages {
	margin-top: 1em;
}

img.photo-image {
	border:1px solid #AAAAAA;
	padding:1px;
}

/* блок с навигацией по страницам */

.pages  a {
	font-size: 1.5em;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}

.pages .current_page {
	font-size: 1.5em;
	background-color: #f15722;
	padding-left: 6px;
	padding-right: 6px;
	color: white;
}

.pages-text {
	padding-right: 10px;
}

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

#captured_header {
	margin-right: 265px;
}

.similar-theme {
	font-weight: bold;
}

.annotation em {
	font-weight: bold;
}

.company-details-table {
	border-spacing: 0;
	/*border-top: 1px solid #ef5326;
	border-bottom: 1px solid #ef5326;*/
	/*color: #010101;*/
}

.company-details-table tr {
}
	.company-details-table tr.line{
	}
	.company-details-table tr.line td{
		padding-top: 12px;
		border-top: 1px solid #f7ebdd;
	}

.company-details-table td, .company-details-table th {
	text-align: left;
	vertical-align: top;
	padding: 4px 10px;
	line-height: 15px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

.company-details-table td.left, .company-details-table th.left {
	width: 180px;
	font-size: 0.85em;
}

.company-details-table tr.even {
	background: #fff2c6;
}

#companies-container {
	margin-top: 20px;
}
	#companies-container h2{
		margin-top: 12px;
		font-size: 1.4em;
		margin-bottom: 9px;
		font-weight: bold;
	}

#companies-list .item  {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

#companies-list .item .key {
	width: 120px;
	float: left;
	text-align: center;
}

#companies-list .item .value {
	margin-left: -120px;
	float: left;
	width: 100%;
}

#companies-list .item .value > * {
	margin-left:150px !important;
}

#users-list .disabled {
	color: #999999;
}

#users-list .globaladmin {
	font-weight: bold;
}

#articles-list .disabled {
	color: #999999;
}

#articles-details .photo{
	width: 244px;
}

#articles-details .text .content{
	margin-left: 264px;
}

#blockarticles-details .photo{
	width: 244px;
}

#blockarticles-details .text .content{
	margin-left: 264px;
}

#news-details .photo{
	width: 244px;
}

#news-details .text .content{
	margin-left: 264px;
}

.particular {
	color: #F15722;
}

div.particular {
	width: 100%;
	padding: 5px 5px 5px 40px;
	margin: 20px 0;
	border: 0;
	border-left: 2px solid #F15722;
	font-style: italic;
}

div.particular p {
	padding: 10px 0px 0px 0px;
}

img.inline-icon {
	margin: 10px 5px -7px 0;
}

.links-balloon {
	float: left;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #eee;
	margin: 0 2em 2em 0;

	behavior: url(/styles/htc/border-radius.htc);
}

div.links-balloon-particular {
	float: left;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffdbd1;
	margin: 0 2em 2em 0;

	behavior: url(/styles/htc/border-radius.htc);
}

.links-balloon p, .links-balloon-particular p {
	margin: 0 10px;
	padding: 5px 0;
	float: left;
}

.links-balloon img, .links-balloon-particular img {
	vertical-align: middle;
}

.links-balloon a, .links-balloon-particular a {
	color: #000;
}

.zend_form dt {
	padding-top: 10px;
	padding-bottom: 3px;
}

.zend_form input[type=text] {
	width: 600px;
}

.zend_form textarea {
	width: 600px;
}

.column-form input[type="password"] {
	width: 600px;
}

.column-form .item {
	width: 100%;
	margin-bottom: 10px;
}

.column-form .item input[type="text"] {
	width: 100%;
}



/* surveys */

.res-item {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.res-item p {
	color: 0;
}

.res-item .col {
	float: left;
	width: 100%;
}

.res-item .col-body {
	float: left;
}

.res-item .col-len {
	float: left;
	width: 100%;
	background: orange;
	height: 6px;
	overflow: hidden;
	margin-top: 5px;
	border-left: 2px solid orange;
}

.res-item .col-per {
	float: left;
	white-space: nowrap;
	margin-left: 10px;
}

.voting-form dt, .voting-form dd {
	float: none;
	padding: 0;
	margin: 0;
	display: block;
}

.voting-form dt {
	margin-top: 1.5em;
}

.voting-form dd {
	margin: 10px 0 1.5em 10px;
}

#main-survey-form #submit-label {
	display: none;
}

#submit-element {
	margin-left: 0;
}


/* rounded box */

.rounded-box, .rounded-box .rb-br, .rounded-box .rb-bl, .rounded-box .rb-tr {
	float: left;
	width: 100%;
}

.rounded-box { background: url(img/rounded-box-tl.png) no-repeat 0 0; margin-bottom: 2em; }
.rounded-box .rb-br { background: url(img/rounded-box-br.png) no-repeat 100% 100%; }
.rounded-box .rb-bl { background: url(img/rounded-box-bl.png) no-repeat 0 100%; }
.rounded-box .rb-tr { background: url(img/rounded-box-tr.png) no-repeat 100% 0; }

.rounded-box h3 {
	margin-top: 0;
	color: #f15722;
}

.rounded-box p {
	margin: 0 0 5px 0;
}


.imaged-list {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.imaged-list .item {
	float: left;
	width: 22%;
	margin-left: 3%;
}

.imaged-list .first {
	margin-left: 0;
}

.size-50x50 .content {
	margin-left: 65px !important;
}

.size-50x50 .photo {
	width: 50px !important;
}

.imaged-list .content {
	padding-top: 5px;
}


/* webinars tabs */
.webinars-tabs {
	position: relative;
	top: -11px;
}

.webinars-tabs .block {
	border: 1px solid #ed3f26;
	border-top: 0;
}
/*******************/
a.toggle_generalized {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
.generalized_content ul {
	list-style:none outside none;
	margin:0 0 1em 10px;
	padding:0;
}
.generalized_content li{
	background:url("/styles/img/bullet1.png") no-repeat scroll 0 0.65em transparent;
	margin-bottom:0.5em;
	padding-left:20px;
}

/* index partners */

#partners {
	margin-left: auto;
	margin-right: auto;
}

	#partners .item{
		width: 150px;
		margin: 0 10px;
		text-align: center;
	}
		#partners .item .partner-logo{
			width: 150px;
			height: 100px;
			display: table-cell;
			vertical-align: middle;
		}

#partners td {
	vertical-align: middle;
}

#partners img {
	margin:10px;
}

td#partners-left {
	text-align: right;
	width: 45%;
}

td#partners-right {
	text-align: left;
	width: 45%;
}

td#partners-space {
	width: 10%;
}

#companies-search td {
	padding: 5px 0;
}

.webinars .item {
	margin-bottom: 2em;
}

.webinars .item p, .webinars .item h3 {
	margin: 5px 0;
	font-weight: normal;
}

.webinars .item .descr {
	font-size: 0.9em;
	line-height: 1.4em;
}

.third-columns .orange-cap {
	padding-top: 15px;
}

.third-columns .block {
	padding-bottom: 1.5em;
}

.themes h3, .themes p {
	margin: 5px 0;
	font-weight: normal;
}

.themes h3 a {
	color: #0064db;
}

.themes .item {
	margin-bottom: 2em;
}

.themes .descr {
	font-size: 0.9em;
}


.questions .item {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed #ccc;
}

.questions .item p {
	margin: 5px 0;
}

.questions .item .title {
	font-weight: bold;
}

.questions .utils {
	padding-top: 1em;
}

.questions .generalized_content {
	padding: 10px 0 10px 10px;
	border-left: 1px solid #ccc;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #333;
}

.size-110x110 .text .content {
	margin-left: 125px;
}

.size-110x110 .photo {
	width: 110px !important;
}

.bread-crumbs {
	margin-bottom: 1.5em;
	font-size: 0.85em;
	color: #999999;
}

.bread-crumbs a {
	color: #999999;
}

.files-list {
	float: left;
	width: 100%;
}

.files-list .item {
	padding-left: 24px;
	background: no-repeat 0 0;
	width: 250px;
	margin: 0 20px 1em 0;
	vertical-align: top;
	display: -moz-inline-stack; /* for Fx2*/
	display: inline-block; /* normal browsers */
	zoom: 1; /* for IE (hasLayout true) */
	*display: inline; /* for IE */
}

.files-list .item p {
	margin: 0;
}

.files-list .item p.info {
	font-size: 0.9em;
	color: #aaa;
}

.file {
	padding-left: 24px;
	background: no-repeat 0 0;
	width: 250px;
	margin: 0 20px 1em 0;
	vertical-align: top;
	display: -moz-inline-stack; /* for Fx2*/
	display: inline-block; /* normal browsers */
	zoom: 1; /* for IE (hasLayout true) */
	*display: inline; /* for IE */
}

.details-block {
	margin: 2em 0;
	float: left;
	width: 100%;
}

.materials-list .item p, .materials-list .item h3 {
	margin: 0;
	font-weight: normal;
}

.materials-list .item p {
	font-size: 0.9em;
}

.materials-list .item {
	margin-bottom: 2em;
}

.blogs-list .item {
	margin-bottom: 2em;
}

.media-block {
	cursor: pointer;
}

.header-lookat-block {
}

.header-lookat-block .media-block {
	position: relative;
	vertical-align: top;
	display: -moz-inline-stack; /* for Fx2*/
	display: inline-block; /* normal browsers */
	zoom: 1; /* for IE (hasLayout true) */
	*display: inline; /* for IE */
}

.icons-panel-24 {
	padding-bottom: 3em;
}

.icons-panel-24 .item {
	float: left;
	margin-right: 2em;
}

.icons-panel-24 .item img.texticon {
	margin-bottom: -0.5em;
}

.icons-panel-16 {
	padding-bottom: 2em;
}

.icons-panel-16 .item {
	float: left;
	margin-right: 1em;
}

.icons-panel-16 .item img.texticon {
	margin-bottom: -0.3em;
}

table.forum-themes {
	width: 100%;
}

table.forum-themes tr.even td {
	background-color: #fce4dc;
}

table.forum-messages {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.forum-messages td.forum-header {
	height: 26px;
	padding: 0 18px 3px 18px;
	margin: 0;
	border-radius: 4px;
	background: #f5967d url(/styles/img/theme-header-bg.png);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #fff;
}

table.forum-messages tr.message {
	background: #fff1e0;
}

table.forum-messages td.message {
	padding: 11px 18px 11px 18px;
	vertical-align: top;
}

table.forum-messages td.author {
	padding: 11px 18px 11px 18px;
	width: 182px;
	border-left: 1px solid #fff;
	vertical-align: top;
}

.forum-user-icon {
	padding: 0 0 0 20px;
	background: url(/styles/img/forum-user-icon.png) no-repeat 0px 0px;
	height: 23px;
	display: block;
}

table.forum-messages td.author .info {
	color: #717171;
}

table.forum-messages td.author .status {
	color: #000;
	font-weight: bold;
}

.forum-button {
	height: 27px;
	padding: 0px 7px 0px 7px;
	margin: 0;
	border-color: #ef5525;
	border-radius: 4px;
	background: #f3761d url(/styles/img/forum-button-bg.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.forum-button .wrapper {
	padding: 5px 0 0 0;
}

.forum-button a {
	color: #fff;
	font-size: 1em;
}

table.forum-themes {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.forum-themes tr.forum-header {
	height: 26px;
	color: #fff;
}

table.forum-themes tr.forum-header th {
	background: #f5967d url(/styles/img/theme-header-bg.png);
}

table.forum-themes tr.forum-header th {
	padding: 0 7px 0 7px;
}

table.forum-themes tr.forum-header th.left {
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

table.forum-themes tr.forum-header th.right {
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}

table.forum-themes td {
	padding: 0 7px 0 7px;
	height: 2em;
}

table.forum-themes td.title a.title {
	color: #f15722;
	font-size: 1em;
	font-weight: bold;
}

table.forum-themes td.count {
	width: 100px;
}

table.forum-themes td.created {
	width: 180px;
}

#week-tab{
	border: 1px solid #ed3f26;
}
	
	#week-tab ul.nav{
		background: #ff3300;
		height: 26px;
		margin: 0;
		list-style: none;
	}
		#week-tab ul.nav li{
			list-style: none;
			float: left;
			background: none;
			/*line-height: 28px;*/
		}
			#week-tab ul.nav li.logo{
				background: url(/img/week-tab.png) no-repeat 0 0;
				width: 56px;
				margin-left: 8px;
				text-align: center;
				padding: 0;
			}
				#week-tab ul.nav li.logo img{
					padding-top: 4px;
				}
			#week-tab ul.nav li.company{
				color: #fff;
				font-weight: bold;
				font-size: 1.3em;
				line-height: 26px;
			}

#week{
}

	#week .week-content h2{
		font-size: 1.65em;
	}
	
	#week .week-content h3{
		font-size: 1.4em;
		margin-top: 0;
		font-weight: normal;
	}
		#week .week-content h3 a{
			color: #0064db;
		}
	
	#week .list .item{
		margin-top: 40px;
	}
	#week .list .item, #week .list .wrapper{
		float: left;
		width: 100%;
	}
		#week .list .left .middle{
			margin-left: 160px;
		}
		#week .list .right .middle{
			margin-right: 160px;
		}
		#week .list .left .column{
			float: left;
			width: 160px;
			margin-left: -100%;
		}
		#week .list .right .column{
			float: left;
			width: 130px;
			margin-left: -160px;
			padding-left: 30px;
		}
		
	#text .player{
		float: left;
		width: 500px;
		height: 375px;
	}
	
	#slider{
		height: 200px;
		overflow: hidden;
	}
	#slides{
		width: 100%;
		height: 130px;
		overflow: hidden;
		float: left;
	}
		#slider .middle{
			float: left;
			padding-top: 25px;
			width: 100%;
		}
			#slider .week_slide{
				margin: 0 50px;
				height: 130px;
				float: left;
			}
			
			#slides .first{
				display: block;
			}
				
			#roll-slides{
				width: 2000px;
				overflow: hidden;
			}
			
		#slider .roller{
			height: 50px;
		}
			#slider .round{
				width: 11px;
				height: 11px;
			 	float: left;
				background: url(img/round.png) no-repeat 0 0;
				margin: 19px 4px;
			}
			#slider .active{
				background: url(img/round-active.png) no-repeat 0 0;
			}
		#slider .left{
			width: 40px;
			float: left;
			margin-left: -100%;
			text-align: center;
			height: 180px;
			margin-top: 20px;
			background: #fff;
		}
		#slider .right{
			width: 40px;
			float: left;
			margin-left: -40px;
			text-align: center;
			height: 180px;
			margin-top: 20px;
			background: #fff;
		}
			#slider .left:hover, #slider .right:hover, #slider .hover{
				background: #fff6db;
			}
			#slider .left img, #slider .right img{
				margin-top: 60px;
			}
	
.select{
	float: left;
	background: url(img/select_r.png) no-repeat 100% 0;
	height: 22px;
	padding-right: 18px;
	margin-right: 7px;
	margin-bottom: 35px;
	min-width: 150px;
}
	.active{
		background: url(img/select_a_r.png) no-repeat 100% 0 !important;
	}
	.select .left{
		background: url(img/select_l.png) no-repeat 0 0;
		height: 22px;
		line-height: 22px;
		padding: 0 10px;
	}
		.active .left{
			background: url(img/select_a_l.png) no-repeat 0 0 !important;
		}
	.select .right{
	}
	
	.select .items{
		position: absolute;
		max-height: 270px;
		background: #fff;
		border: 1px solid #dfdfdf;
		min-width: 168px;
		display: none;
	}
		.select .items .item{
			padding: 5px 12px;
		}
			.select .items .item:hover{
				background: #b7d5f9;
			}
				.select .items .item:hover a{
					color: #000;
					border: none;
				}
			.select .items .item a{
				text-decoration: none;
				border-bottom: 1px dotted;
			}

	#add_company{
		width: 226px;
		height: 147px;
		background: url(img/add_company_bg.png) no-repeat 0 0;
		padding: 15px 17px;
	}
		#add_company .text{
			margin-top: 13px;
		}
	#reestr_questions a{
		color: #000;
	}
	
#registry_search{
	margin-bottom: 15px;
}

	#registry_search h4{
		font-size: 1.1em;
		color: #f89b1c;
		padding-left: 31px;
		background: url(img/iregistry_bg.png) no-repeat 0 100%;
		margin: 0;
		margin-left: -31px;
		height: 26px;
		line-height: 34px;
		font-weight: bold;
	}
		#registry_search h4 a{
			color: #F89B1C;
		}
	#registry_search input{
		width: 345px;
		height: 17px;
		background: url(img/registry_search_bg.png) no-repeat 0 0;
		border: 0;
		padding: 3px 10px;
		margin-left: 6px;
	}
	#registry_search h1{
		margin-top: 28px;
		margin-bottom: 0;
	}
	#registry_search h1 .text{
		padding-right: 20px;
		background: url(img/down_bullet.png) no-repeat 100% 50%;
	}
		#registry_search h1 a{
			color: #f89b1c;
		}
		
		#registry_search .search_title .items{
			display: none;
			position: absolute;
			margin-left: 95px;
			background: #fff;
			border: 1px solid #dfdfdf;
		}
		#registry_search .items .item{
			padding: 5px 12px;
		}
			#registry_search .items .item:hover{
				background: #b7d5f9;
			}
				#registry_search .items .item:hover a{
					color: #000;
					border: none;
				}
			#registry_search .items .item a{
				text-decoration: none;
				border-bottom: 1px dotted;
			}

#company_order_form_closed{
	background: url(img/company_order_closed.png) no-repeat 0 0;
	height: 22px;
	margin-top: 33px;
	display: none;
}
#company_order_form{
	background: url(img/company_order_open.png) no-repeat 0 0;
	height: 387px;
	margin-top: 33px;
}
	#company_order_form .form{
		padding: 0 5% 5% 5%;
	}
	#company_order_form .element, #company_order_form .wrapper{
		float: left;
		width: 100%;
	}
	
	#company_order_form .element{
		margin-bottom: 6px;
	}
		#company_order_form .element input, #company_order_form .element textarea{
			width: 180px;
		}
		#company_order_form .element input{
			height: 14px;
		}
		#company_order_form .element textarea{
			height: 60px;
		}
		
			#company_order_form #company_order_btn{
				width: auto;
				height: auto;
				margin-top: 8px;
				margin-left: -7px;
			}
	
	#company_order_form .middle{
		margin-left: 37%;
	}
	#company_order_form .left{
		margin-left: -100%;
		width: 35%;
		float: left;
		line-height: 18px;
	}
	
#company_order_form .control, #company_order_form_closed .control{
	text-align: right;
	font-size: 0.8em;
	padding: 6px 9px 2px 0;
	font-family: Verdana;
}
	#company_order_form .text .descr{
		line-height: 18px;
	}
	#company_order_form_closed .control{
		padding: 3px 9px;
	}
	#company_order_form .control a, #company_order_form_closed .control a{
		color: #000;
	}

#companies_cols #companies-list .imaged .text{
	/*border-top: 1px solid #ededed;*/
	border-bottom: 1px solid #ededed;
	/*padding-bottom: 49px;*/
}
#companies_cols #companies-list .imaged:hover .text{
	background: #f9f5ed;
	padding-bottom: 0;
}

#companies_cols #companies-list h2 a{
	color: #0064db;
}
	#companies_cols #companies-list ul.company-menu{
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#companies_cols #companies-list ul.company-menu li{
		float: left;
		width: 45%;
		margin: 4px 0;
		margin-right: 5%;
		list-style: none;
		padding: 0;
		background: none;
	}
		#companies_cols #companies-list ul.company-menu li a{
			color: #475463;
		}
	#companies_cols #companies-list .company-details, #companies-list .wrapper{
		float: left;
		width: 100%;
	}
		#companies_cols #companies-list .middle{
			margin-right: 70%;
		}
		#companies_cols #companies-list .right{
			float: left;
			margin-left: -60%;
			width: 60%;
		}
	#companies_cols #companies-list .members{
		height: 49px;
		float: left;
		width: 100%;
	}
	#companies_cols #companies-list .members p{
		text-align: right;
		display: none;
		float: left;
		width: 100%;
		margin-top: 20px;
	}
		#companies_cols #companies-list .imaged:hover .text .members p{
			display: block;
		}
		#companies_cols #companies-list .members a{
			color: #df8306;
			margin-right: 25px;
		}

#companies_cols .company-details-table {
	border-spacing: 0;
	/*border-top: 1px solid #ef5326;
	border-bottom: 1px solid #ef5326;*/
	color: #010101;
}

	#companies_cols .company-details-table tr.line td{
		padding-top: 12px;
		border-top: 1px solid #f7ebdd;
	}

#companies_cols .company-details-table td, .company-details-table th {
	text-align: left;
	vertical-align: top;
	padding: 4px 10px;
	line-height: 15px;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}

#companies_cols .company-details-table td.left, .company-details-table th.left {
	width: 180px;
	font-size: 0.85em;
}

#companies_cols .company-details-table tr.even {
	background: #fff2c6;
}

#companies_cols #companies-container {
	margin-top: 20px;
}
	#companies_cols #companies-container h2{
		margin-top: 1.8em;
		font-size: 1.4em;
		margin-bottom: 9px;
		font-weight: bold;
	}

	#companies_cols #companies-container #regions{
		display: none;
	}

#companies_cols #company-columns, #company-columns .wrapper{
	float: left;
	width: 100%;
}
	#companies_cols #company-columns .middle{
		margin-right: 35%;
	}
	#companies_cols #company-columns .right{
		margin-left: -325px;
		width: 325px;
		float: left;
	}
		#companies_cols #company-columns .right .text{
			padding: 0 5%;
			margin-bottom: 19px;
		}
			#companies_cols #company-columns .right .text .title{
				font-weight: bold;
				margin-bottom: 3px;
			}

	#companies_cols #company-columns td{
		padding-left: 0;
	}

#companies_cols #companies-container h1{
	font-size: 2.35em;
	font-weight: bold;
}
	#companies_cols #companies-container .ui-tabs a{
		text-decoration: underline;
	}
	#companies_cols #companies-container .ui-tabs a span{
		border-bottom: none;
	}
	#companies_cols #companies-container .ui-tabs .ui-state-active a{
		text-decoration: none !important;
	}
#companies_cols #companies-container h1 .company_number{
	color: #6b6359;
	font-style: italic;
	font-size: 0.6em;
}
#companies_cols #companies-container .company_members a{
	color: #ffe0b6;
	font-weight: bold;
}
#companies_cols #companies-list h2{
	font-size: 1.4em;
}
#companies_cols #companies-list h2 a{
	color: #0064db;
}
#companies_cols #companies-list a{
	color: #000;
}

#companies_cols #companies-container{
	margin-left: 63px;
}
#companies_cols .search_btn{
	float: left;
}
#companies_cols .search_btn #go_search{
	background: url(img/companies_search.png) no-repeat 0 0;
	width: 66px;
	height: 25px;
	border: 0;
}
	#companies_cols .search_btn #go_search:hover{
		background: url(img/companies_search_hover.png) no-repeat 0 0;
	}
		#companies_cols .search_btn #go_search:focus{
			background: url(img/companies_search_focus.png) no-repeat 0 0;
			border: 0;
		}
		
#blogs-details .experts_author{
	margin-top: 40px;
	font-weight: bold;
}
.gd_groups li{
	list-style: none;
	margin: 8px 0;
	background: none;
}
.gd_groups li a{
	color: #000;
}
.gd_groups li.active a{
	color: #fff;
	text-decoration: none;
}
.gd_groups li.active{
	background: #ee5125 !important;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	margin: 16px 0;
}
.gd_block h2{
	color: #ec2f24;
}

.sape_wpapper {
	margin: 40px 0 20px 0;
	text-align: left;
}

.sape_wpapper a, .sape_wpapper a:hover {
	color: #000;
}

#sape_contents1 {
	display: none;
}