

/**
 * Standart presets
 */

.width_fix {
	width: 100%;
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden;
}

.clickable {
	cursor: pointer;
}

.nobr {
	white-space: nowrap;
}

.hidden {
	display: none !important;
}

.js .jhidden {
	display: none !important;
}

.errors,
.successes {
	margin: 1.5em 0;
}

.errors {
	color: #c66;
}

.pseudo_link {
	border-bottom: 1px dashed;
	color: #1a56bb;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
}

.pseudo_link:hover {
	color: #5bbf33;
}

ul.list {
	margin-left: 1.3em;
}

ul.list > li {
	text-indent: -1.3em;
}

ul.list > li:before {
	content: '\2014\a0';
}

p.before_list {
	margin-bottom: .2em !important;
}

input.empty {
	color: #b2b2b2;
}

input.empty:focus {
	color: #000;
}

.navigation a,
.navigation b {
	font-weight: normal;
}

table.data {
	border-collapse: separate;
	empty-cells: show;
	line-height: normal;
	margin: 0 0 2em;
}

table.data th {
	border-bottom: 1px solid #888;
	/*color: #469028;*/
	font-size: .846em;
}

table.data tr.first td {
	border-top: 10px solid #fff;
}

table.data thead td {
	font-size: 1.23em;
	padding: 0 0 1em;
	text-align: center;
}

table.data th,
table.data td {
	padding: 7px 26px 7px 5px;
}

table.data th {
	/*border-bottom: 1px solid #d6d6d6;*/
	font-weight: normal;
}

table.data .number {
	text-align: right;
}

table.data tr:hover td {
	background: #dbfccd;
}

table.data tr.head:hover td {
	background: none;
}

.data_note,
.footnotes {
	font-size: .846em;
	line-height: normal;
	margin: 0 0 2.5em;
}

.data_note p,
.footnotes p {
	margin-bottom: .5em;
}

#main_content strong {
	color: #469028;
	font-size: 1.23em;
	font-weight: normal;
}

.smaller {
	font-size: .846em;
	line-height: normal;
}

.smaller p {
	margin-bottom: .5em;
}

.phone {
	color: #469028;
	font-size: 1.23em;
	white-space: nowrap;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

.bigger {
	font-size: 1.23em;
}


/**
 * Рубли
 */
.rur {
	text-transform: uppercase;
}

.rur span {
	height: 1em;
	margin: 0.1ex 0 0 -0.55em;
	margin: 0.25ex 0 0 -0.6em;
	overflow: hidden;
	position: absolute;
	width: 0.45em;
}

.rur span:before {
	content: '\2013';
}
