@import  "screen.css";

/* ---------------- [ Elementy stranitsy (colors, fonts, elements padding) */
#content {
}

#bnrs {
	margin-bottom: 20px;
}

#content #bnrs li {
	margin-bottom: 5px;
}

#exchange {
	padding-top: 20px;
	width: 249px;
	font-size: 1.3em;
}

.xchng {
	display: none;
}

.xchng.active {
	display: block;
}

#exchange p {
	float: left;
	margin-right: 5px;
	padding-top: 5px;
	height: 22px;
	width: 119px;
	text-align: center;
	background: #fff no-repeat;
}

#exchange p a {
	color: #07599d;
	text-decoration: none;
	border-bottom: 1px dashed;
}

#exchange p a:hover {
/*color: #7bc031;*/
	border-bottom: 0;
}

#exchange p.active {
	width: 114px;
	padding-right: 5px;
	background-image: url(/img/xchng-uho.png);
}

#exchange p.active a {
	color: #000;
	border-bottom: 0;
	cursor: default;
}

#exchange table {
	clear: both;
	border-collapse: collapse;
	background: url(/img/xchng-corner.png) 100% 0 no-repeat #f3f3ef;
	width: 250px;
	font-size: .9em;
}

#exchange table thead td {
	padding-top: 20px;
}

#exchange table tbody tr {
	height: 1.8em;
}

.xchng-currency {
	width: 50px;
	font-weight: 600;
	text-align: right;
	padding-right: 25px;
}

.xchng-buy,.xchng-sale {
	width: 80px;
	font-style: italic;
	color: #898989;
}

.xchng-bottom {
	background: url(/img/xchng-bottom.png) 0 100% no-repeat;
}

#services {
	margin-top: 15px;
	margin-left: 15px;
}

/*************** �������  */
#header {
	margin-bottom: 27px;
}

#logo {
	height: 43px;
	margin-top: -25px;
}

#navigation {
	margin-top: 0;
}

ul#nav {
	margin-bottom: 16px;
}

ul#nav a {
	color: #000;
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration: underline;
}

ul#nav a:hover {
	text-decoration: none;
}