/*
--------- PARITE NI CURRENCIES style --------- */

/*
--------- Left Block --------- */
#leftBlock {
	width: 660px;
	margin-right: 17px;
}

#leftBlock h1 {
	display: none;
}

/*
--------- Currencies Block --------- */
.currenciesBlock {
	padding: 13px 11px 13px 10px;
	border: solid 1px #ddd;
	background: #fdfcfb url(../images/pariteniBlockBg.gif) repeat-x top;
}

.moreCurr {
	margin-top: 22px;
}

.currenciesBlock h2 {
	margin-bottom: 14px;
	text-transform: uppercase;
	font: 15px Arial;
	font-weight: bold;
	color: #303c46;
}

.currenciesBlock h3 {
	margin-bottom: 14px;
	padding-top: 14px;
	text-transform: uppercase;
	font: 12px Arial;
	font-weight: bold;
	color: #000;
	border-top: solid 1px #ddd;
}

.calcBlock {
	margin-bottom: 22px;
}

.calcTop {
	height: 2px;
	background: url(../images/calcBlockTop.gif) no-repeat;	
}

.calcMiddle {
	border-right: solid 1px #e1e1e1;	
	border-left: solid 1px #e1e1e1;
}

.calcMiddle p {
	float: left;
}

.calcMiddle .first {
	margin-right: 60px;
}

.calcMiddle label {
	float: left;
	position: relative;
	top: 2px;
	margin-right: 8px;
	font: 12px Arial;
	color: #000;
}

.calcMiddle select {
	float: left;
	width: 233px;
}

.calcSelect {
	height: 38px;
	padding: 16px 18px 0;
	background: #dfeff6 url(../images/calcBlockMiddle.gif) no-repeat;	
}

.calcResult {
	padding: 16px 18px;
	background: #dfeff6;
	overflow: hidden;
}

.calcField {
	float: left;
	border: solid 1px #d1d0cb;
}

.calcSubmit {
	float: left;
	width: 63px;
	height: 20px;
	margin-left: 6px;
	border: none;
	background: url(../images/calcButton.gif) no-repeat;
}

.info {
	float: left;
	margin-left: 6px;
	width: 20px;
	height: 20px;
	background: url(../images/infoImg.gif) no-repeat;
}

.calcBottom {
	height: 2px;
	background: url(../images/calcBlockBottom.gif) no-repeat;	
}

.currencies h4 {
	margin-bottom: 11px;
	padding-left: 14px;
	font: 13px Arial;
	font-weight: bold;	
}

.currTable {
	width: 637px;
	border: solid 1px #ddd;
	background: #f3f2eb;
}

.currTable th, .currTable td {
	font: 13px Arial;
	color: #000;
}

.currTable th {
	padding: 8px 0 24px 8px;
	text-align: left;
	font-weight: bold;
	background: #eae8dd;
}

.currTable td {
	padding: 7px 10px;
}

.currTable .flag, .crossCurrTable .flag {
	margin-right: 7px;
}

.currTable .currChange {
	margin-right: 10px;
	float: right;
}

.currTable .odd {
	background: #fdfcfb;
}

.crossCurr h2 {
	float: left;
}

.crossCurr span {
	position: relative;
	top: 2px;
	left: 3px;
	float: left;
	font: 12px Arial;
	font-weight: bold;
	color: #303c46;
}

.crossCurrTable {
	clear: both;
	width: 637px;
	border: solid 1px #ddd;
	background: #fff;
}

.crossCurrTable th {
	padding: 18px 0;
	text-align: center;
	font: 13px Arial;
	color: #000;
	background: #c8eef7;
}

.crossCurrTable td {	
	padding: 7px 0;
	text-align: center;
	font: 13px Arial;
	color: #000;
}

.crossCurrTable .tB {
	font-weight: bold;
}

.crossCurrTable .oddRow {
	background: #c6f7d2;
}

.crossCurrTable .evenRow {
	background: #b4eac2;
}

.crossCurrTable .crossTd {
	background: #fff;
}

.crossCurrTable .evenCol {
	background: #add9e4;
}

.crossCurrTable .oddCol {
	background: #c8eef7;
}

/*
--------- Currencies Market Block --------- */
.currMarket h2 {
	float: left;
}

.currMarket .dtCm {
	position: relative;
	top: 2px;
	left: 3px;
	float: left;
	font: 12px Arial;
	font-weight: bold;
	color: #303c46;
}

.currMarketTable {
	clear: both;
	width: 277px;
	border: solid 1px #ddd;
	background: #fff;
}

.currMarketTable td, .currMarketTable th {	
	text-align: center;
	font: 13px Arial;
	color: #000;
}

.currMarketTable th {
	padding: 18px 0;	
	font-weight: bold;
	background: #add9e4;
}

.currMarketTable td {
	padding: 7px 0;	
}

.currMarketTable .rateup {
	color: #007d28;
}

.currMarketTable .rateDown {
	color: #eb4301;
}

.currMarketTable .currChange {
	margin-left: 10px;
}

.cMSource {
	margin-top: 9px;
}

.cMSource .cmSFrom {
	font: 13px Arial;
	color: #000;
}

.cMSource a {
	text-decoration: none;
	font: 13px Arial;
	color: #1c63a2;
}

