*{
	padding: 0;
	margin: 0;
	list-style: none;
}

img,table,fieldset {
	border-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
}

input, label, select {
	vertical-align: middle;
}

a {
	text-decoration: underline;
	color: #26bae4;
}

a:hover {
	text-decoration: none;
	color: #eb3e3e;
}

p:last-child {
	padding: 0;
}

#popup {
	margin: 0 auto;
}

#popuphead {
	background: #fff;
}

#popuphead h1 {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	background: #126db3;
}

#popuphead a {
	color: #fff;
}

#popupbody {
	ppadding: 10px 0 0 0;
	margin: 10px 10px 0;
}

#popupbody h1 {
	font-size: 18px;
}

#popupbody h2 {
	padding: 0 0 10px 0;
	font-size: 16px;
}

#popupbody h3,
#popupfoot h3 {
	padding: 0 0 5px 0;
	font-size: 13px;
}

#popupbody p {
	padding: 0 0 10px 0;
	font-size: 12px;
}

#popupfoot {
	padding: 10px 0 0 0;
}

#popupfoot p {
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 13px;
	color: #666;
}

.infoschema {
	position: relative;
}

.infoschema-left {
	display: inline-block;
	width: 47%;
	vertical-align: top;
}

.infoschema-right {
	display: inline-block;
	margin: 0 0 0 15px;
	width: 47%;
}

.infoschema .print {
	position: absolute;
	top: 10px;
	right: 0;
}

.brL {
	display: inline;
	float: left;
}

.brR {
	display: inline;
	float: right;
}

.small {
	font-size: 11px !important;
}

.scroll {
	padding: 0 10px 0 0;
	height: 70px;
	overflow: auto;
}

/* Broshura
----------------------------------------------------------- */

#popup .download {
	margin: 0 0 1em 0;
	padding: 2em;
	text-align: center;
	background: #fff;
}

#popup .download h2 {
	font-size: 38px;
}

#popup .download p {
	font-size: 16px;
	color: #666;
}

#popup .download h2 a {
	padding: 0 0 0 40px;
	background: url(../img/btn_pdf32.gif) no-repeat 0 10px;
}

/* Form
----------------------------------------------------------- */

#popup form {
	padding: 10px 0;
}

#popup form .note {
	margin: 0 0 1em 0;
	padding: 10px;
	border: dotted 1px #126db3;
}

#popup form .note p {
	padding: 0 !important;
}

#popup form table {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #eee;
}

#popup form tr {
	vertical-align: middle;
}

#popup form th {
	padding: 4px 0;
	width: 30%;
	font-weight: bold;
	text-align: left;
}

#popup form td {
	padding: 4px 0;
	width: 70%;
}

#popup form td input,
#popup form textarea {
	clear: both;
	margin: 3px 0 0 0;
	padding: 3px;
	font: 12px Tahoma;
	color: #126db3;
	background: #fff;
	border: 1px solid #ccc;
}

#popup form th small {
	font-weight: normal;
}

#popup form .submit .btn-submit {
	padding: 4px 8px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

/* Paging
-----------------------------------------------------------*/

.pcount {
	text-transform: uppercase;
}

.pcount a {
	display: inline;
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	background-color: #5a5a5a;
}

.pcount a:hover {
	text-decoration: none;
	background-color: #eb3e3e;
}

.pcount span {
	float: left;
	margin-right: 5px;
	padding: 5px 3px;
}

.pcount .active {
	float: left;
	margin-right: 5px;
	padding: 5px 10px;
	color: #fff;
	background-color: #eb3e3e;
}

a.mico {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 2px 6px 2px 20px;
	font-size: 11px;
	text-decoration: none;
	color: #666;
	background-image: url(../img/ico-mini.png);
	background-repeat: no-repeat;
	border: solid 1px #ccc;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

a.mico:hover {
	color: #333;
	background-color: #f9f9f9;
}

a.sf {
	background-position: 4px -28px;
}

a.pr {
	background-position: 4px -43px;
}

/* Clearfix
----------------------------------------------------------- */

.br:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.br {
	display: block;
}

.br {
	.display: inline-block;
}

* html .br {
	height: 1%;
}

.clear10 {
	margin: 0 0 10px 0;
}

.clear20 {
	margin: 0 0 20px 0;
}