body {
	position: relative;
	height: 100%;
	font-family: sans-serif;
	font-size: 87.5%;
}

a {
	font-family: Georgia, serif;
}

a:active {
	background: none;
}

.this {
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: pointer;
}

h1,
h2,
h3 {
	font-family: Georgia, serif;
}

h1 {
	margin: 0.2em 0 1em;
	font-size: 2.5em;
	text-align: center;
	line-height: 1;
}

h2,
h3 {
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	line-height: 1.1;
	font-style: italic;	
	margin: 1.5em 0 0.8em 1em;
}

h3 {
	font-weight: bold;
}

ul {
	margin-bottom: 1em;
}

ul li {
	background: url(li.gif) 0 0.8em no-repeat;
	padding: 0 0 0 1em;
}

form * {
	font-family: sans-serif;
}

p {
	margin-bottom: 0.6em;
}

th,
td {
	padding: 0 1em 0.6em 0;
}


/* layout */

#min-width {
	position: absolute;
	left: -100em;
	top: -2em;
	width: 71em;
	height: 1em;
	overflow: hidden;	
}

#layout {
	position: relative;	
	min-width: 71em;
	min-height: 100%;
	overflow: hidden;
	overflow: -moz-hidden-unscrollable;
}

.layout {
	padding: 0 1.5em;
}

.layout-wrapper {
	display: -moz-inline-block;
	width: 100%;
}

.column {
	float: left;
	min-height: 1em;
}

.first-column {
	width: 19%;
}

.main-column {
	width: 57%;
}

.last-column {
	width: 24%;
}

.two-column {
	width: 76%;
}

.main-column .column-reducer {
	margin: 0 5em 0 3em;
}

.no-first-column {
	padding-left: 19%;
}

#middle-layout {
	padding-bottom: 20em;
}


/* header */

#header {
	margin-bottom: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid;
}

#header .layout-wrapper {
	min-height: 90px;
}

#header .first-column form {
	width: 80%;
	margin-top: 0.5em;
	font-size: 0.8em;
}

#header .first-column input {
	width: 100%;
	margin-bottom: 0.4em;
}

#header-title {
	margin: -0.2em 0 -0.2em;
	font-size: 4.08em;
}

.with-no-selected #header-title {
	margin-bottom: -0.05em;
}

#header-title a {
	text-decoration: none;
}

#header-title b {
	font-weight: normal;
}

#header .main-column .column-reducer {
	margin-right: 0.5em;
}

#header .add {
	position: relative;
	z-index: 1;
	margin-left: 23em;
	font-size: 0.91em;
}

#header .last-column {
	font-size: 0.91em;
}

#header .add a,
#header .last-column a {
	font-family: sans-serif;
}


/* navigation */

#top-links {
	height: 2.2em;
	border-bottom: 1px solid;	
}

#system-links a,
#system-links b {
	float: left;
	display: block;
	width: 29px;
	height: 29px;
	background-image: url(icons.gif);
	position: relative;
	z-index: 11;
}

#home-link {
	background-position: -96px 0;
}

b#home-link,
#home-link:hover {
	background-position: -125px 0;
}

#search-link {
	background-position: -212px 0;
}

b#search-link,
#search-link:hover {
	background-position: -241px 0;
}

#feedback-link {
	background-position: -154px 0;
}

b#feedback-link,
#feedback-link:hover {
	background-position: -183px 0;
}

.navigation {
	margin: 0;
}

ul.navigation li {
	background: none;
	padding: 0;
}

.navigation b {
	font-family: Georgia, serif;
	font-weight: normal;
}

#super-navigation {
	z-index: 2;
	top: -2.5em;
	margin: -2px -100% -2.4em 0;
	float: left;
	font-family: Georgia, serif;
}

#super-navigation .content {
	font-size: 1.2em;
}

#super-navigation ul {
	margin: 0 -0.5em -0.13em 0;
}

#super-navigation.with-no-selected .navigation {
	margin-bottom: 0;
}

#super-navigation li {
	display: inline;	
	margin-right: 0.5em;	
}

ul.navigation span.invisible {
	display: none;
}

ul.visible span.invisible {
	display: inline;
}

#super-navigation .navigation .selected {
	font-size: 1.25em;
}

#super-navigation #union-link {
	position: absolute;
	right: 0.8em;
	top: 0;
	font-size: 0.85em;
}

#super-navigation #union-link a,
#super-navigation #union-link b {
	font-size: 1em;
}

#header-navigation {
	clear: left;
	padding: 1.5em 0 0.2em;
}

#header-navigation li {
	display: inline;
	margin-right: 1em;
}

#header-navigation a,
#header-navigation b {
	font-family: sans-serif;
}

#header-navigation b.selected {
	font-weight: bold;
}


/* footer */

#footer {
	position: absolute;
	z-index: 3;
	bottom: 0;
	width: 100%;
	height: 12em;
	background: url(footer-bg.gif) 0 0 repeat-x;
	font-family: Georgia, serif;
	font-size: 0.85em;
	padding: 0;
}

#footer .column {
	margin-top: 2.5em;
}

#footer .first-column {
	margin-top: 1em;
	width: 52%;
}

#footer .column .column-reducer {
	margin-right: 1.5em;
}

#footer .first-column .column-reducer {
	margin-left: 1.5em;
}

#footer h3 {
	font-size: 1.1em;
}

#footer-notice {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0.4em 0 0.5em;
	font-family: Gerogia, serif;
	background: url(notice-bg.gif) left top repeat-x;
}
#footer .column span
{
font-size: 0.89em;
}


/* authorization */

#authorization {
	float: right;
	padding: 0.4em 0 0.1em;
	white-space: nowrap;
}

#authorization a {
	font-family: sans-serif;	
}

#authorization a.authorization {
	margin-left: 1em;
	font-size: 0.8em;
	font-weight: bold;
}


/* icons */

.icon i {
	position: relative;
	z-index: 2;
	left: -16px;
	margin: 0.35em -13px -100% 0;
	width: 13px;
	height: 11px;
	display: block;
	float: left;
	background: url(icons.gif) 0 0 no-repeat;
	overflow: hidden;
}

.icon i.expand-all {
	left: -27px;
	width: 25px;
	height: 18px;
	margin-top: 0.2em;
	margin-right: -25px;
	background-position: -270px 0;
}

.icon i.avatar1,
.icon i.avatar2,
.icon i.avatar3,
.icon i.avatar4,
.icon i.avatar5 {
	width: 10px;
	height: 15px;
	left: -15px;
	margin-top: -0.1em;
	margin-right: -15px;
}

#authorization .icon i.avatar1,
#authorization .icon i.avatar2,
#authorization .icon i.avatar3,
#authorization .icon i.avatar4,
#authorization .icon i.avatar5 {
	margin-top: 0;
}

.icon i.avatar1,
.union-page .card .icon i.avatar1 {
	background-position: -734px 0;
}

.icon i.avatar2,
.union-page .card .icon i.avatar2 {
	background-position: -744px 0;
}

.icon i.avatar3,
.union-page .card .icon i.avatar3 {
	background-position: -754px 0;
}

.icon i.avatar4,
.union-page .card .icon i.avatar4 {
	background-position: -764px 0;
}

.icon i.avatar5,
.union-page .card .icon i.avatar5 {
	background-position: -774px 0;
}

.index-page .icon i.avatar1,
.library-page .icon i.avatar1,
.union-page .icon i.avatar1 {
	background-position: -784px 0;
}

.index-page .icon i.avatar2,
.library-page .icon i.avatar2,
.union-page .icon i.avatar2 {
	background-position: -794px 0;
}

.index-page .icon i.avatar3,
.library-page .icon i.avatar3,
.union-page .icon i.avatar3 {
	background-position: -804px 0;
}

.index-page .icon i.avatar4,
.library-page .icon i.avatar4,
.union-page .icon i.avatar4 {
	background-position: -814px 0;
}

.index-page .icon i.avatar5,
.library-page .icon i.avatar5,
.union-page .icon i.avatar5 {
	background-position: -824px 0;
}

.icon i.company {
	left: -19px;
	width: 19px;
	height: 9px;
	margin-top: 0.45em;
	margin-right: -19px;
	background-position: -834px 0;
}


/* rounded */

.rounded {
	position: relative;
	left: -14px;
	margin: 13px -28px 13px 0;		
}

.rounded ins {
	display: block;
}

.rounded .wrapper {
	width: auto;
	padding: 1px 3px;
	position: relative;
}

.rounded ins ins {
	height: 15px;
	margin: 0 15px;
}

.rounded .content {			
	border-left: 1px solid;
	border-right: 1px solid;
	padding: 1px 10px;
}

.rounded ins.top,
.rounded ins.bottom,
.rounded ins.border {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: 15px;
	margin: 0;
	overflow: hidden;
}

.rounded ins.top {
	top: -13px;
}

.rounded ins.bottom {
	bottom: -13px;	
}

.rounded ins.top ins ins,
.rounded ins.bottom ins ins {
	position: relative;
	left: 15px;
	top: 0;
	float: right;
	width: 15px;
	height: 190px;
	margin: 0;
	padding: 0;
	border-width: 0;
	background: url(rounded.png) !important;
}

.rounded ins ins ins.left {
	position: absolute;
	left: 0;
	top: -15px;
}

.rounded ins.bottom ins ins {
	top: -30px;
}

.rounded ins.bottom ins ins.left {
	top: -45px;
}

.rounded ins.top ins.border,
.rounded ins.bottom ins.border {
	position: relative;
	left: 0;
	float: left;
	top: 10px !important;
	height: 1px;
	margin: 0 -100% 0 0;
	width: 100%;
	border-bottom: 1px solid;
	background-image: none !important;
}

.rounded ins.top ins.border {
	top: 2px !important;
}

.rounded-black ins.top ins ins,
.union-page #super-navigation.rounded ins.top ins ins {
	top: -130px;
}

.rounded-black ins.top ins ins.left,
.union-page #super-navigation.rounded ins.top ins ins.left {
	top: -145px;
}

.rounded-black ins.bottom ins ins,
.union-page #super-navigation.rounded ins.bottom ins ins {
	top: -160px;
}

.rounded-black ins.bottom ins ins.left,
.union-page #super-navigation.rounded ins.bottom ins ins.left {
	top: -175px;
}


/* popups */

.popup-container {
	position: absolute;
	width: 100%;	
	left: 0;
	top: 0;
	z-index: 10;	
}

.popup-reducer {
	position: relative;
	height: 1px;
	margin: 0 1.5em -1px;
}

.popup-container .popup {
	position: absolute;		
	right: 0;
	width: 24%;
	font-family: Georgia, serif;
}

.popup .rounded {
	z-index: 2;
}

.popup .rounded .content {
	min-height: 150px;
}

.popup h2 {
	text-align: center;
	margin: 0 10px 1em 0;
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
}

.popup .preloader {
	position: absolute;
	z-index: 5;
	left: 20px;
	top: 5px;
	visibility: hidden;
}

.popup .closer {
	position: absolute;
	top: -5px;
	right: 15px;
	font-size: 1.2em;
}

.loading .preloader {
	visibility: visible;
}

.loading .content .content-inner {
	opacity: 0.2;
}

#popup-term,
#popup-products {
	margin-right: -30%;
}

#popup-term dt {
	font-size: 1.5em;
}

#popup-term dd {
	margin-top: 0.3em;
}

#popup-term .bg,
#popup-products .bg {
	position: absolute;
	z-index: 1;
	left: -60px;
	top: -60px;
	width: 225px;
	height: 220px;
	background: url(leaf.png) no-repeat;
}

#popup-products .rounded .content {
	position: relative;
	overflow: hidden;
	padding-left: 0;
}

#popup-products .rounded .content-inner {
	padding-left: 10px;
}

#popup-products .content img {
	display: block;
	position: relative;
	margin-left: 10%;
	margin-right: -100%;
}

#popup-products .content dt {
	position: relative;
	margin-top: 2em;
	font-size: 1.3em;
}

#popup-products .content dt a span {
	position: relative;
	z-index: 2;
	top: -25px;
}

#popup-products .content dd {
	margin: -22px 0 2em;
	font-family: sans-serif;
}

#popup-authorization {
	top: -20em;
	margin-top: 4px;
}

#popup-authorization .rounded {
	margin-top: 0;
}

#popup-authorization .wrapper {
	background-image: url(authorization-bg.gif);
	background-repeat: repeat-x;	
}

#popup-authorization .content {
	margin-top: 1px;	
}

#popup-authorization .content-inner {
	width: 90%;
}

#popup-authorization ins.top {
	display: none;
}

#popup-authorization .rounded ins.bottom ins ins {
	top: -100px;
}

#popup-authorization .rounded ins.bottom ins ins.left {
	top: -115px;
}

#popup-authorization .closer {
	top: 5px;
}

#popup-authorization form {	
	margin-top: 2.5em;
	width: auto;
	position: relative;	
}

#layout .small .label {
	width: 4em;
}

#layout .small .field {
	margin-left: 5em;
}

#layout .small .link {
	margin-left: 5.6em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}


/* tabs */

.tabs {
	position: relative;
	left: -0.5em;
	z-index: 2;
}

.tab {
	float: left;	
	padding: 0.1em 0.5em 0.3em;
	margin-right: 0.5em;
}

.tab-selected .this {
	cursor: text;
}

.tab-selected .this {
	border: 0;
}


/* banners */

#header .banner {
	padding: 20px 0 0 100px;
	margin-bottom: -1.7em;	
}

#header .banner a {
	font-family: Georgia, serif;
	font-size: 1.35em;
	line-height: 1.1;
}

#header .banner p {
	position: relative;
}

#header .banner img {
	position: absolute;
	z-index: 1;
	left: -90px;
	top: -10px;
}


/* promo banner */

.promo-banner-outer {
	padding: 2px 0 3px;
}

.promo-banner {
	min-height: 245px;
	position: relative;
}

.promo-banner-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.promo-banner img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -650px;
}

.promo-banner ins {
	display: block;
	position: absolute;
	height: 10px;
}

.promo-banner .top-border,
.promo-banner .bottom-border {
	left: 0;
	width: 100%;
}

.promo-banner .left-border,
.promo-banner .right-border {
	height: 100%;
	width: 10px;
}

.promo-banner .right-border {
	margin-left: 100%;
	left: -10px;
}

.promo-banner .top-border,
.promo-banner .left-border,
.promo-banner .right-border {
	top: 0;
}

.promo-banner .bottom-border {
	bottom: -1px;
}

.promo-banner ins ins {
	width: 9px;
	overflow: hidden;
	background: none !important;
}

.promo-banner .left {
	left: 10px;
}

.promo-banner .right {
	margin-left: 100%;
	left: -19px;
}

.promo-banner .top-border .left,
.promo-banner .top-border .right {
	top: 10px;
}

.promo-banner .bottom-border .left,
.promo-banner .bottom-border .right {
	top: -10px;
}

.promo-banner ins ins ins {
	height: 230px;
	background: url(rounded.png) !important;
}

.promo-banner .top-border .left ins {
	top: -70px;
}

.promo-banner .top-border .right ins {
	top: -60px;
}

.promo-banner .bottom-border .left ins {
	top: -90px;
}

.promo-banner .bottom-border .right ins {
	top: -80px;
}


/* other */

.action {
	font-style: italic;
}

.button-disabled {
	cursor: text !important;
	border: 0;
}

.size-2 {
	font-size: 1.2em;
}

.rub span {
	height: 0.9em;
	margin: 0.075em 0 0 -0.6em;
	overflow: hidden;
	position: absolute;
	width: 0.45em;
}
.rub span:before {
	content: '\2013';
}

.lead,
.intro {
	margin-bottom: 1em;
	font-family: Georgia, serif;
}

.lead {
	text-align: center;
	font-size: 1.5em;
}

.intro {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5;	
}

.incut {
	margin: 1em 0 0.8em 1em;
	font-size: 1.25em;
}

.image {
	margin-bottom: 2.5em;
}

.center {
	text-align: center;
}

.caption {
	font-size: 0.9em;
}

#layout .image .caption {
	margin: 0.5em 0 0 100px;
}

.with-arrows a {
	text-decoration: none;
}

.with-arrows a span {
	text-decoration: underline;
}

.with-arrows .left-arrow {
	text-indent: -0.9em;
}

.number {
	text-align: right;
}

.closer {
	border: 0;
}

.top {
	z-index: 100;
}

.with-overflow {
	width: 100%;
	overflow: hidden;
}

#r_icon .selector label {
	margin-left: 0;
	padding-left: 16px;
}

.no-flash {
	margin: 0 auto;
	width: 415px;
	min-height: 255px;	
	background: url(no-flash.png) no-repeat;
}

.no-flash p {
	padding: 50px 1em 10px;
}