/**
 * Nulling styles
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}
table {
	border-collapse: collapse;
}
ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a {
	color:#004898;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form input {
	font: normal 12px/12px Verdana, Geneva, sans-serif;
}
h2 {
	color: #004898;
	font: normal 18px Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
h3 {
	color:#004898;
	font: normal 16px/16px Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
.listBlock h3 {
	margin-bottom: 10px;
}
p {
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
	color:#4b4a4a;
}
#content ul {
	margin: 0 0 2px 50px;
}
#content ul li {
	background: url(../img/list.gif) 0 3px no-repeat;
	display: block;
	padding: 0 0 13px 24px;
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	height: 1%;
	zoom: 1;
}
#content ol {
	margin: 0 0 2px 72px;
	display: block;
}
#content ol li {
	padding: 0 0 13px 0;
	font: normal 12px/17px Verdana, Geneva, sans-serif;
	list-style-type: decimal;
}
#content .no-style {
	margin: 0;
}
#content .no-style li {
	background: none;
	display: block;
	padding: 0;
	font: normal 10px/13px Verdana, Geneva, sans-serif;
}
#content ul li p {
	font: normal 10px/13px Verdana, Geneva, sans-serif;
	padding-bottom: 0;
}
#content table {
	margin-bottom: 15px;
}
#content th, #content .darkBlue {
	background: #004898;
	color: #FFF;
	font: bold 12px Verdana, Geneva, sans-serif;
	border: 1px solid #FFF;
	padding: 6px 10px 8px 10px;
}
#content td {
	background: #e2e2e2;
	border: 1px solid #FFF;
	padding: 6px 10px 8px 10px;
	color: #4b4a4a;
	font-size: 11px;
}
#content .darkGrey {
	background: #d1d1d1;
}
p img {
	margin: 0 10px 5px 0;
}
/**
 * Default styles
 */
html {
	height: 100%;
	width: 100%;
}
body {
	min-height: 100%;
	height: 100%;
	font: normal 11px/14px Verdana, Geneva, sans-serif;
	color: #4b4a4a;
	background: #919191 url(../img/mainBack.gif) 50% 0 repeat-y;
}
#page {
	margin: 0 auto;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	width: 1000px;
	background:#fff url(../img/leftBack.gif) 0 0 repeat-y;
}
.back_top {
	background: url(../img/gradient.gif) 0 0 no-repeat;
}
/*** =Header= ***/
#header {
	padding-top: 10px;
	background: url(../img/header.gif) 0 10px repeat-x;
	height: 100px;
	overflow: hidden;
	clear: both;
	position: relative;
}
#header .logoSite {
	position: absolute;
	top: 30px;
	left: 20px;
}
#header .searchText {
	position: absolute;
	left: 320px;
	top: 56px;
}
.searchText input {
	float: left;
}
.searchText .textInput {
	background: #FFF;
	border: 1px solid #d5d5d5;
	color: #d5d5d5;
	padding: 7px 0 7px 10px;
	width: 250px;
}
.searchText .textInput input[type="file"]{ padding: 7px 0 7px 10px !important; }
#header .topNavigator {
	display: block;
	position: absolute;
	right: 20px;
	top: 28px;
}
.topNavigator li {
	float: left;
	list-style: none;
	margin-left: 12px;
}
.topNavigator li a {
	width: 16px;
	height: 16px;
	display: block;
	background: url(../img/navigatorTop.gif) 0 0 no-repeat;
}
.topNavigator .home {
	background-position: 2px 3px;
}
.topNavigator .mail {
	background-position: -27px 3px;
}
.topNavigator .mapSite {
	background-position: -57px 3px;
}
.topNavigator .legal {
	background-position: -83px 3px;
}
.versionRU, .versionEN {
	display: block;
	position: absolute;
	right: 45px;
	width: 60px;
	top: 80px;
	color:#939393;
	padding: 0 0 0 30px;
	background: url(../img/langRU.gif) 0 3px no-repeat;
}
.versionEN {
	top: 56px;
	background:  url(../img/langEN.gif) 0 3px no-repeat;
}
/*** =Sidebar= ***/
#sidebar {
	float: left;
	width: 300px;
}
#siteMenu {
	width: 100%;
	display: block;
	position: relative;
	position: relative;
	z-index: 99999;
}
#siteMenu ul {
	width: 300px;
	position: relative;
	z-index: 99999;
}
#siteMenu li {
	display: block;
	list-style: none;
	position: relative;
	height: 100%;
	width: 100%;
	background: url(../img/bottom_line_menu.gif) 0 100% no-repeat;
	padding-bottom: 2px;
	position: relative;
	z-index: 99999;
}
#siteMenu a:hover, #siteMenu .active span {
	background: url(../img/menuActiveElement.gif) repeat-y;
	display: block;
}
#siteMenu li ul {
	display: none;
	left: 300px;
	position: absolute;
	top: -1px;
	border: 1px solid #1483ff;
	border-bottom: none;
}
#siteMenu li ul li .thirdLevel {
	display: none;
	left: 300px;
	position: absolute;
	top: -1px;
	border: 1px solid #1483ff;
	border-bottom: none;
}
#siteMenu .active {
	background: url(../img/bottom_line_menu.gif) 0 100% no-repeat;
	padding-bottom: 2px;
	display: block;
}
#siteMenu a {
	display: block;
	position: relative;
	text-decoration: none;
	background: url(../img/lineMenu.gif) repeat-y;
	cursor: pointer;
}
#siteMenu em {
	display: block;
	background: url(../img/rhomb_menu.gif) 20px 8px no-repeat;
	padding: 6px 0 5px 50px;
	font-style: normal;
	color: #FFF;
	font-size: 14px;
	line-height: 17px;
	zoom:1;
	height:1%;
}
#siteMenu li ul li {
	FLOAT: left;
	display: block;
	width: 300px;
}
#siteMenu LI:hover UL {
	display: block
}
#siteMenu LI.over UL {
	DISPLAY: block;
}
 #secondLevel LI:thhover .thirdLevel {
 display: block
}
#secondLevel LI.thover .thirdLevel {
	DISPLAY: block;
}
/*** =LastNews= ***/
.lastNews {
	background:#e2e2e2 url(../img/topNews.png) 0 0 no-repeat;
	padding: 20px;
}
.titleNews {
	color:#4a4a4a;
	font: normal 22px/22px Verdana, Geneva, sans-serif;
	padding-bottom: 18px;
}
.lastNews ul {
	display: block;
	width: 100%;
	overflow: hidden;
}
.lastNews li {
	list-style: none;
	display: block;
}
.smallText {
	display: block;
	font: normal 11px/11px Verdana, Geneva, sans-serif;
	padding-bottom: 5px;
}
.lastNews a {
	font-weight: bold;
	display: block;
	margin: 5px 0;
}
.lastNews p {
	color:#4b4a4a;
	font: normal 11px/16px Verdana, Geneva, sans-serif;
	margin-top: 8px;
}
.hr {
	display: block;
	background: #bcbbbf;
	border-bottom: 1px solid #FFF;
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
	clear: both;
}
.linkMore, .lastNews .linkMore {
	color:#d30000;
	background: url(../img/archive.gif) 100% 3px no-repeat;
	padding-right: 15px;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	display: inline-block;
}
.goBack {
	color:#d30000;
	background: url(../img/goBack.gif) 0 2px no-repeat;
	padding-left: 15px;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	display: inline-block;
	margin-bottom: 15px;
}
.link_red {
	color:#d30000;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	display: block;
}
.download_file {
	font-size: 10px;
	padding-top: 3px;
}
.download_file span {
	color:#bcbbbf;
	font-size: 16px;
	margin: 0 5px;
	line-height:16px;
	margin-top: -4px;
	display:  inline-block;
}
.download_file a {
	margin-right: 5px;
	margin-top: -3px;
}
.word_file {
	display: inline-block;
	background: url(../img/word.gif) 0 0 no-repeat;
	height: 13px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 2px;
}
.pdf_file {
	display: inline-block;
	height: 13px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 2px;
	background: url(../img/pdf.gif) 0 0 no-repeat;
}
.file {
	display: inline-block;
	height: 13px;
	padding-left: 20px;
	font-size: 12px;
	padding-top: 2px;
	background: url(../img/doc.gif) 0 0 no-repeat;
}

/* fix 13092011 by sdd (--Наложение размера файлов на имя файла--) */
.download_file span.fix13092011 {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  margin-top: -3px;
  margin-bottom: 5px;
  color: #4B4A4A;
  height: auto !important;
  vertical-align: bottom;
}
.download_file span.fix13092011 a {
  font-size: 12px;
  height: auto !important;
  display: inline;
  margin: 0;
  margin-right: 5px;
  line-height: 14px;
  vertical-align: bottom;
}
/* end of fix 13092011 by sdd */

.errorMess, .okMess {
	background: #e2e2e2;
	border-left: 10px solid #d30000;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
	height: 1%;
	zoom: 1;
}
.errorMess b, .okMess b {
	display: block;
	margin-bottom: 5px;
	color: #d30000;
	font-size: 13px;
}
/*** =form= ***/
.okMess {
	padding-bottom: 5px;
	border-color: #004898;
}
.okMess b {
	color:#004898;
	font-size: 16px;
}
.form {
	background: #e2e2e2;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px 0;
	zoom: 1;
	position: relative;
	z-index: 99999;
}
.form form {
	display: block;
}
.line_form {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
.small_margin {
	margin-bottom: 5px;
}
.form label {
	padding: 5px 20px 0 20px;
	width: 120px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.containerInput {
	display: table;
	height: 1%;
	zoom: 1;
	width: 490px;
}
.form small {
	display: block;
	font-size: 10px;
	margin-top: 2px;
	font-weight: normal;
}
.red {
	color: #d30000;
}
.textInput {
	display: block;
	width: 470px;
	border: 1px solid #bcbbbf;
	font: normal 12px/12px Verdana, Geneva, sans-serif;
	color: #4b4a4a;
	padding: 5px 0 5px 10px;
}
.error {
	border: 1px solid #d30000;
}
.containerInput textarea {
	display: block;
	width: 470px;
	border: 1px solid #bcbbbf;
	font: normal 12px/14px Verdana, Geneva, sans-serif;
	color: #4b4a4a;
	padding: 5px 0 5px 10px;
	height: 100px;
	overflow-y: auto;
	resize:none;
}
.simbol {
	background: url(../img/simbol.gif) 96% 10px no-repeat;
}
.imgCode {
	margin: 10px 0 0 0;
}
.imgCode img {
	float: left;
	margin-right: 10px;
}
.line_form span.simbol {
	background: url(../img/simbol.gif) 0 4px no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
}
/*** =mainbar= ***/
#contentAllPage {
	/*  overflow: hidden; */
	width: 100%;
	background:#fff url(../img/leftBack.gif) 0 0 repeat-y;
	zoom: 1;
}
#content {
	margin-left: 300px;
	position: relative;
	zoom: 1;
	padding: 0 20px;
	background: #FFF;
	width:660px;
	padding-bottom: 15px;
}
.collage {
	position: relative;
	height: 300px;
	margin: 0 0 0 300px;
	padding-bottom: 15px;
	width: 700px;
	background: #FFF;
}
.inform_line {
	position: absolute;
	bottom: 0;
	background: url(../img/information_line.png) repeat-x;
	width: 100%;
	left: 0;
	padding: 9px 0;
}
.inform_line span {
	color: #004898;
	font: normal 11px/11px Verdana, Geneva, sans-serif;
	display: block;
	padding-left: 20px;
}
.mainbarWrapper {
	float: right;
	width: 100%;
	margin-left:-300px;
}
.title, h1 {
	background: url(../img/title.gif) 0 0 no-repeat;
	padding: 4px 0 20px 40px;
	color: #004898;
	font: normal 22px/22px Verdana, Geneva, sans-serif;
	display: block;
}
/*** =LineBanners= ***/
.lineBanners {
	border-top: 1px solid #dadada;
	clear: both;
}
.lineBanners ul {
	display: block;
	width: 100%;
	border-top: 1px solid #f3f3f3;
}
.lineBanners ul li {
	list-style: none;
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	background:#fff url(../img/shadowBanner.gif) 50% 100% no-repeat;
	padding: 30px 0;
}
/*** =content= ***/
.infoBlock {
	overflow: hidden;
	clear: both;
}
.imgImfo {
	float: left;
	background:  #e2e2e2;
	width: 220px;
	padding: 10px;
	margin: 0 20px 10px 0;
}
.imgImfo small {
	display: block;
	margin-top: 10px;
	color: #4b4a4a;
	font: normal 10px/14px Verdana, Geneva, sans-serif;
}
.listBlock {
	overflow: hidden;
	margin-bottom: 28px;
	height:1%;
	zoom: 1;
}
.manage_data {
	display: table;
	height: 1%;
	zoom: 1;
}
.about_manage {
	overflow: hidden;
	clear: both;
}
.title_link, .blue_text {
	clear: both;
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	margin-bottom: 13px;
	color: #004898;
}
.listBlock .imgBlock {
	float: left;
	display: inline-block;
	margin: 0 20px 10px 0;
}
.imgBlock img {
	border: 1px solid #d1d1d1;
}
.listBlock p {
	font-size: 11px;
	margin-bottom: 8px;
}
.pages {
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
}
.pages span {
	float: left;
	display: block;
	padding-top: 3px;
	font-weight: bold;
	font-size: 12px;
}
#content .pages ul li {
	float: left;
	margin: 0 5px;
	font: bold 12px/15px Verdana, Geneva, sans-serif;
	padding-top: 3px;
}
#content .pages ul li img {
	margin-top: 3px;
}
#content .no-style .currentPage {
	background: #d30000;
	color: #FFF;
	padding: 3px 6px 4px;
}
/*** =histoty= ***/
.history {
	background: #e2e2e2;
	padding: 8px 0 10px 20px;
	font-size: 11px;
	overflow: hidden;
	line-height: 13px;
	margin: 0 -20px 10px -20px;
	line-height: 20px;
}
.history a {
	background: url(../img/histoty.gif) 100% 2px no-repeat;
	padding: 0 15px 0 0;
	margin-right: 10px;
}
/*** =list file= ***/
#content .listDoc {
}
#content .listDoc li {
	margin-bottom: 20px;
}
.list_manager .title_link {
	margin-bottom: 5px;
}
.select_category {
	font-size: 12px;
	margin-bottom: 15px;
	padding-top: 5px;
}
.select_category span {
	display: inline-block;
	background: url(../img/category_midle.gif) repeat-x;
	color: #FFF;
	margin: -5px 5px 0 10px;
}
.select_category span strong {
	display: inline-block;
	background: url(../img/category_left.gif) 0 0 no-repeat;
}
.select_category span strong em {
	display: block;
	font-style: normal;
	background: url(../img/category_right.gif) 100% 0 no-repeat;
	padding: 4px 14px 5px;
}
.select_category a {
	display: inline-block;
	margin: 0 5px 0 10px;
}
.select_category h2 {
	display: inline-block;
	margin-top: -4px;
}
.select_category h2 {
	float: left;
}
/***  =galery= ***/

.gallery-area {
	text-align: center;
	margin: 0 auto;
	width: 600px;
	padding-top: 50px;
	height: 600px;
}
.highslide-caption {
	text-align: center;
	width: 100%;
	top: -450px;
	position: absolute;
	color:#004898;
	font:  bold 16px/16px Verdana, Geneva, sans-serif;
}
.highslide-number {
	text-align: left;
	font-size: 10px;
	font-weight: normal;
}
.highslide-controls .highslide-play a {
	position: relative;
	z-index: 9999;
}
.highslide-previous {
	position: relative;
}
.highslide-controls {
	position: relative;
	display: block;
	z-index: 9999;
}
.galeryPage {
	height: 600px;
	position: static;
	overflow: hidden;
}
.highslide-full-expand {
	display: none;
}
.highslide-close {
	display: none;
}
.controls-in-heading .highslide-controls ul {
	margin-left: 20px;
}
.clear {
	clear: both;
	width: 100%;
	overflow: hidden;
}
.container_select {
	z-index: 9999;
}
.container_select h2 {
	float: left;
	margin-right: 20px;
	position: relative;
	height: 25px;
}
.forSelect {
	width: 400px;
	float: left;
	z-index: 9999;
}
#content .resultSearch {
	margin-left: 0;
	overflow: hidden;
	zoom: 1;
	height: 1%;
	padding-top: 5px;
}
.resultSearch a {
	font-size: 12px;
	display: inline-block;
	margin: -3px 0 10px 0;
	line-height: 16px;
}
#content .resultSearch p {
	font-size: 12px;
}
#content .resultSearch .source {
	font-size: 11px;
}
.print {
	display: inline-block;
	background: url(../img/print.gif) 0 0 no-repeat;
	padding: 0 0 5px 25px;
}
/*** =Map-site= ***/
.site_map {
}
#content .site_map ul {
	list-style:none;
	margin-left: 15px;
}
#content .site_map ul li {
	list-style:none;
	background: none;
	font-size: 12px;
	line-height: 15px;
	display: block;
	zoom: 1;
	padding: 0;
}
#content .site_map ul li h3 {
	margin-bottom: 4px;
	font-weight: bold;
}
.items, .items_last, .items_open {
	background: url(../img/map/tree_items.gif) 6px 8px no-repeat;
	display:block;
	padding: 6px 0 6px 40px;
	zoom: 1;
}
.items_last {
	margin-top:0;
	background: url(../img/map/tree_items_last.gif) 7px 0 no-repeat;
}
.items_open {
	background:url(../img/map/tree_items_open.gif) 7px 1px no-repeat;
}
.line {
	background:url(../img/map/tree_line.gif) 7px 0px repeat-y;
}
.site_map h3 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 12px;
}
.items_open a {
	margin-bottom: 5px;
	display: inline-block;
}
.items a, .items_last a {
	display: inline;
}
.small_margin {
	margin: 2px 0 15px;
}
/*** =Footer= ***/
#footerGuarantor {
	height: 60px;
	clear: both;
}
#footer {
	margin: 0 auto;
	margin-top: -60px;
	height: 60px;
	clear: both;
	background: #f3f3f3 url(../img/gradient.gif) 0 100% no-repeat;
	color: #b0b0b0;
	width: 1000px;
	position: relative;
	font: normal 9px Verdana, Geneva, sans-serif;
	border-top:1px solid #DADADA;
}
#footer .footerNavigator {
	position: absolute;
	display: block;
	left: 20px;
	top: 10px;
}
.footerNavigator li {
	list-style: none;
	float: left;
	font-weight: bold;
}
.footerNavigator li a {
	font-weight: normal;
}
.footerNavigator li span {
	margin: 0 9px;
}
#footer .developer {
	position: absolute;
	top: 30px;
	left: 20px;
}
.cotyrightLine1 {
	left: 400px;
	top: 5px;
	position: absolute;
}
.cotyrightLine2 {
	position: absolute;
	left: 400px;
	top: 20px;
	width: 400px;
}
@media print {
#printButton {
	display: none;
}
}
input.red, textarea.red {
	border: 1px solid #D30000;
}
.commnet_foto {
	display: inline-block;
	padding: 10px 0 0 0;
}
.counter {
	position: absolute;
	right: 10px;
	top: 5px;
}
/*** =Contracting with Us= ***/
.UserLogin {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}
.UserLogin .containerInput {
	width: 300px;
}
.UserLogin .textInput {
	width: 300px;
}
.UserLogin .button_enter {
	padding-left: 160px;
}
.UserLogin .button_enter input {
	margin-right: 20px;
}
.UserLogin .button_enter a {
	display: inline-block;
	padding-top: 5px;
}
.UserLoginSide {
	width: 250px;
	margin: 0 auto;
	padding-bottom: 0;
}
.UserLoginSide h3 {
	margin: 0 0 -7px;
}
.UserLoginSide label {
	padding: 0 0 3px 0;
}
.UserLoginSide .containerInput {
	width: 220px;
}
.UserLoginSide .textInput {
	width: 230px;
}
.UserLoginSide .button_enter input {
	margin-right: 10px;
}
.titleForUser {
	width: 500px;
	margin: 0 auto 10px;
}
.userProfile {
	width: 250px;
	margin: 20px auto 0;
}
.userLink {
	margin-bottom: 20px;
}
.userLink li {
	margin-bottom: 10px;
	font-size: 12px;
}
.listStep {
	margin-left: 20px;
	margin-top: 15px;
}
.listStep div {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 13px;
}
.formStep label {
	width: 200px;
}
.formStep .containerInput {
	width: 400px !important;
}
.formStep .textInput, .formStep textarea {
	width: 380px;
}
.forRadioLabel {
	width: 480px;
	padding: 5px 20px 0 20px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 12px;
}
.forRadioLabel .simbol {
	background-position: 100% 0;
}
.RadionButton {
	width: 140px;
	float: right;
	text-align: left;
	padding-top: 5px;
	margin-bottom: -10px;
}
.RadionButton label {
	font-weight: normal
}
.RadionButton span {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}
.RadionButton span input {
	float:left
}
.RadionButton span label {
	padding: 0;
	width: 90px;
}
.formStep .commentLine {
	margin-bottom: 0;
	text-align: left;
	padding-left: 20px;
}
.buttonLine input {
	margin-right: 30px;
}
.inputFile {
	margin: 5px 0 10px;
	display: block;
}
.linkAddFile {
	display: inline-block;
	margin-bottom: 15px;
}
/**/.formStep .labelForTextArea {
	display: block;
	width: auto;
	padding-right:30px;
	margin-bottom: 10px;
}
/**/.formStep .textareaContainer {
	margin: 0 0 0 20px;
	width: 610px;
}
.containerInput.textareaContainer {
  margin: 0px !important;
}
.textareaContainer textarea {
	/*width: 98%;*/ 
	resize:none;
}
.lineSeparator {
	margin: 10px 0 20px;
	background: #E2E2E2;
	height: 1px;
	overflow: hidden;
}
.formStep .lineSeparator {
	background: #f7f7f7;
	margin: 10px 20px;
}
.navigationButton {
	text-align: center;
}
.navigationButton a {
	margin-right: 10px;
}
.linkLine {
	font-size: 11px;
	line-height: normal;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}
.link_all_ads {
	margin-top: 15px;
}
.listFirm {
	margin: -10px 0 12px 15px;
}
.lineFirm {
	margin-bottom: 5px;
}
.lineFirm span {
	color: #999;
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	text-align: right;
}
.lineFirm a {
	font-size: 12px;
	font-weight: bold;
}
.radioComment {
	clear: both;
	margin: 5px 20px 0;
}
.lost_password {
	width: 465px;
}
.lost_password .line_form {
	margin-bottom: 0;
}
.lost_password label {
	width: auto;
}
.lost_password .containerInput {
	width: 150px;
	float: left;
	margin-right: 30px;
	margin-top:2px
}
.lost_password .containerInput .textInput {
	width: 100%;
}
.button_accept {
	float: left;
}
/*** style 22/10/2010 ***/
.attention {
	background: url(../img/attention.gif) 0 2px no-repeat;
	display: inline-block;
	width: 20px;
	height: 16px;
	padding:  0 0 0 5px;
	text-align: right;
	margin-left: 5px;
}
.info_mess {
	background: #e2e2e2;
	padding: 7px 10px;
	font-weight: bold;
	margin-bottom: 20px;
}
.dateData {
	float: right;
	width: 150px;
	text-align: center;
}
.inputCheckbox {
	width: 80px;
	float: right;
	text-align: center;
}
.textTender {
	overflow: hidden;
	padding-right: 15px;
}
.nameTender {
	font: bold 12px Verdana, Geneva, sans-serif;
	cursor: pointer;
	background: url(../img/mines.gif) 0 0 no-repeat;
	padding-left: 25px;
	overflow: hidden;
	display: block;
	padding-bottom: 11px;
}
.spoilerOpen {
	padding:6px 15px 8px;
}
.spoilerOpen .nameTender span {
	display: none;
}
.spoilerClose .contentSpoiler {
	display: none;
}
.spoilerClose {
	padding:6px 15px 0;
	zoom: 1;
}
.spoilerClose .nameTender {
	background-image: url(../img/plus.gif);
}
.lineSpoiler {
	margin-bottom: 5px;
	border-bottom: 1px solid #f1f0f0;
	padding-bottom: 7px;
	margin-left: 25px;
}
.textTender small {
	font: bold 10px/15px Verdana, Geneva, sans-serif;
}
.buttonAccept {
	border-top: 1px solid #fff;
	padding-top: 10px;
	text-align: center;
	margin: 10px 0;
}
.userMenu {
	margin: 0;
	padding: 20px 20px 5px;
	background: #f5f5f5;
	width: auto;
}
.userLink li {
	background: url(../img/redList.gif) 0 2px no-repeat;
	padding-left: 25px;
}
.helpMenu{margin: 0; padding: 20px 20px 5px;}
.commentText {
	margin-bottom: 15px;
	margin-top: -10px;
}
.iconApply {
	background: url(../img/iconApply.gif) 0 3px no-repeat;
	display: inline-block;
	margin-left: 0;
	padding-left: 20px;
}
.textParament {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
}
.commonBlock {
	font-size: 14px;
	font-weight: bold;
}
.formStep .nameTender {
	font-size: 11px;
	zoom: 1;
}
.formStep .contentSpoiler {
	margin: 0 -15px 5px;
}
.withSeparator .lineSeparator {
	margin: 0 10px 7px;
}
.formStep .spoilerOpen {
	background: #cdcdcd;
	padding-bottom: 0;
	margin-top: 6px;
}
.formStep .contentSpoiler {
	border: 1px solid #cdcdcd;
	padding: 10px 0;
	background: #E2E2E2;
	zoom: 1;
}
.lineBanners ul li {
	clear: right;
}
.symbol {
	background: url(../img/simbol.gif) 96% 10px no-repeat;
}
.line_form span.symbol {
	background: url(../img/simbol.gif) 0 4px no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
}
.formStep.withSeparator {
	padding-top: 0;
}
.forRadioLabel.symbol {
	background-position: 99% 10px;
}
.RadionButton {
	width: 138px;
}
.fileList .linkLine {
	margin-left: 20px;
}
.fileList .file b {
	font-size: 12px;
}
.fileList .file {
	padding-bottom: 4px;
	font-size: 11px;
}
.fileInput {
	padding:10px 20px;
}
.fileInput .containerInput {
	padding-top: 0;
}
.fileList {
	margin-bottom: 10px;
}
/*** =fadeAll= ***/
.fadeAll {
	background: url(../img/fadeAll.png) repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index:99999;
}
.fadeContent {
	background: url(../img/loader.gif) 50% 30% no-repeat;
	height: 200px;
	width: 350px;
	margin: 300px auto;
}
.fadeContent span {
	padding-top: 110px;
	position: relative;
	z-index: 999;
	color: #CCC;
	font-weight: bold;
	text-align: center;
	display: block;
}
.fadeContent a {
	display: block;
	width: 110px;
	margin: 30px auto;
}
.iconExclamation {
	background: url(../img/exclamation.gif)0 0 no-repeat;
	height: 24px;
	display: inline-block;
	margin-left: 5px;
	padding-left: 25px;
	font-size: 11px;
}
.contentFileEdit {
	margin: 0 0 10px 20px;
}
.contentFileEdit .textParament b {
	display:inline-block;
	width:165px;
}
.contentFileEdit .textParament span {
	font-size: 11px;
}
.downloadInfo {
	padding: 7px 0 10px 15px;
	font-weight: bold;
}
.downloadInfo a {
	background: url(../img/info.gif) 0 0 no-repeat;
	display: inline-block;
	padding-left: 25px;
	padding-bottom: 2px;
}
.textParament .file {
	height: auto;
}
.showTenders {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('/img/plus.gif') 0 0 no-repeat;
	cursor: pointer;
}
.hideTenders {
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url('/img/mines.gif') 0 0 no-repeat;
	cursor: pointer;
	margin: 0 1px;
}
.listTenders {
  background:#f1f0f0;
  border: 1px solid #e2e2e2;
  padding: 10px 10px 0;
  display: none;
  margin-bottom: 15px;
}
.statusTender {
  background: url("../img/iconApply.gif") 0 0 no-repeat;
  width: 15px;
  height:15px;
  margin: 0 auto;
  display: block;
}


#fileName{ width: 150px; top: 0; }

.type_file { /* блок-родитель, внутри которого будут позиционироваться остальные элементы для реализации стильного поля выбора файлов */
position: relative;
height: 30px;
float: left;
width: 305px;

}
.inputFile { /* поле type="file" */
position: absolute; /* абсолютное позиционирование, чтобы можно было совместить поле и блок с оформлением */
top: -2px;
font-size: 26px;
left: 5px;
margin:0;
z-index: 3; /* z-слой должен быть больше, чем у блока с оформлением */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); /* делаем поле абсолютно прозрачным */
-moz-opacity: 0;
-khtml-opacity: 0;
 opacity: 0; 
width: 290px; /* задаем ширину для всех браузеров. Для firefox подбираем значение параметра size в поле */
}
.fonTypeFile { /* блок с оформлением */
width: 295px; /* размеры картинки для оформления */
height: 30px;
background: url(/img/browse_ru.gif) no-repeat right; /* картинка оформления поля */
position: absolute;
top: 0;
left: 0;
z-index: 1; /* z-слой меньше, чем у поля выбора файла */
}
.inputFileVal { /* поле, в котором будет показан результат выбора файла */
position: absolute !important ;
top: 3px;
left: 5px;
z-index: 2;
width: 175px;
}
/*** =new style= ***/
.openTend {
  text-align: center;
  width: 60px
}
.dontAccessible {
  color: #939292;
}
.downloadFile {}
.downloadFile a {
  display: inline-block;
  background: url(../img/downloadIcon.png) 0 2px no-repeat;
  padding: 0 0 2px 20px;
  font-size: 11px;
}
.downloadFile span {
  display: block;
  font-size: 10px;
  margin: 3px 0 0 0;
}
.tableTend td {
  vertical-align: middle;
}
.statusUncheckTender {
  background: url("../img/status_uncheck.png") 0 6px no-repeat;
  width: 12px;
  height:10px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.statusTender {
  cursor: pointer;
}
.historyInfo {
  background:#F5F5F5;padding: 7px 10px;margin-bottom: 12px;border: 1px solid #E2E2E2;
}
.historyInfo p {
  margin-bottom: 7px;
}
.historyInfo p  b {
  display: block;
  padding-bottom: 3px;
}
.historyInfo .statusTender {
  display:inline-block; 
  margin:3px 10px 0 0;
} 
.historyInfo  .statusUncheckTender {
  display:inline-block;
  margin:0;margin-right: 10px;
}
/*messages*/ 
.h_ul  {  margin: 0 0 10px; }
.h_ul   a{ font-weight: bold; }
.messages{ overflow: hidden; margin: 0 0 10px; }
.messages .msg{ overflow: hidden; clear: both; border-bottom: 1px #c4abc4 solid;   min-height:40px;  height:auto !important;  height:40px; padding: 15px 0 10px; }
.title_msg{ width: 220px; color: #6e6e6e; font-size: 11px;   }
.title_msg .msg_date{ color: #0072ff; display: block; }
.title_msg .msg_author{ float: left; }
.msg_text{margin: 0 100px 0px 225px; overflow: hidden ; color: #181818; font-size: 12px; }
.msg_icon{ float: right; margin: 5px 32px 0 0; }
.msg_icon .up, .msg_icon .down{ background: url(../img/send_arrow.png) no-repeat; width: 42px; height: 34px; }
.msg_icon .up{ background-position: 0 0;  }
.msg_icon .down{ background-position: -42px -34px;;  }
.msg_icon .down{  }

/* Clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Tabs */
.tabs {
  margin-bottom: 0 !important;
}
.tabs a {
  display: inline-block;
  margin-right: 3px;
  height: 18px;
  line-height: 18px;
  padding: 4px 3px;
  background: #fff;
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;

  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.tabs a:hover {
  background: #f2f2f2;
}
.tabs a.current {
  background: #E2E2E2;
}
.tabs a.current:hover {
  background: #E2E2E2;
  cursor: default;
}



