/* CSS Document */

#exchange-table {
	border-collapse: collapse;
	border: 2px solid #eee;
	font: normal 12px Verdana;
	width: 100%;
}

#exchange-table td a {
	color: #000;
}
#exchange-table a:hover {
	color: #f00;
}
#exchange-table tbody, #exchange-table th {

}
#exchange-table td, #exchange-table th {
	border-left: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
}
#exchange-table th {
	border-bottom: 2px solid #ccc;
}

#exchange-table .last-row td, #exchange-table .exchange-block td, #exchange-table .exchange_first td {
	border-bottom: 1px dotted #999;
}
#exchange-table tr td {
	height: 30px;
}
html>body #exchange-table tr td {
	height: 40px;
	/height: 30px;
}
#exchange-table tr.hover td {
	background-color: #efefef;
/*
	border-left-color: #fff;
	border-top-width: 1px;
*/
}
#exchange-table tr.current td.exchange-value span {
	visibility: hidden;
}
#exchange-table tr.current.hover td.exchange-value span {
	visibility: visible;
}
#exchange-table th {
	font: normal 14px Arial;
	text-align: left;
	background-color: #fff;
}

#exchange-table th a {
	text-decoration: underline;
	color: #000;
	font: normal 14px Arial;
}
h1 a:hover {
	background-image: url(/image/icon/sort/bullet-down-current.gif);
}
#exchange-table th.current a {
	padding-left: 12px;
	background-position: 0 6px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #f00;
	cursor: default;
}
#exchange-table th.max a {
	background-image: url(/image/icon/sort/bullet-down-current.gif);
}
#exchange-table th.min a {
	background-image: url(/image/icon/sort/bullet-up-current.gif);
}

#exchange-table .exchange-name {
	text-align: center;
	font-weight: bold;
}
#exchange-table .exchange-name span {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 25px;
	line-height: 20px;
}
#exchange-table .exchange-name.usd span {
	background-image: url(/image/icon/exchange/dollar2.png);
}
#exchange-table .exchange-name.eur span {
	background-image: url(/image/icon/exchange/euro2.png);
}

.exchange a span {
	border-bottom: 1px dotted #000;
}
.exchange a:hover span {
	border-color: #f00;
	color: #f00;
}
.exchange .bank-name span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	float: right;
	line-height: 16px;
}
.bank-name {
	font-weight: bold;
}
.bank-name a {
	font-weight: bold;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 1px 2px 1px 22px;
	display: block;
	font-size: 12px;
	cursor: pointer;
}
.exchange .bank-name a span {
	font-weight: bold;
	font-size: 12px;
	float: none;
	line-height: auto;
	color: #000;
	border-bottom-width: 0px;
}
.exchange .exchange-block .bank-name a {
	text-decoration: none;
}
.exchange .exchange-block .bank-name a span {
	border-bottom-width: 1px;
}
.exchange .bank-name a:hover span {
	color: #f00;
}
.exchange .exchange-value {
	font-size: 17px;
	text-align: center;
}
.exchange .exchange-value.best {
	color: #c00;
}
.exchange .exchange-value.old {
	color: #999;
}
.exchange .bank-address  {
	vertical-align: middle;
}
.exchange .bank-address a {
	display: block;
	text-decoration: none;
	padding-left: 23px;
/*	background: url(./image/icon/map2.gif) 0 4px no-repeat;*/
	background: url(/image/icon/option/map.gif) left 0px no-repeat;
	cursor: pointer;
}
.exchange .bank-address a.address-view {
	background: url(/image/icon/plus.gif) left 0px no-repeat;
}
.exchange .bank-address a.address-view:hover {
	background-image: url(/image/icon/plus-hover.gif);
}

.exchange .bank-address a.all-address {
	padding: 8px 0 8px 30px;
	text-decoration: none;
}

.exchange .h1 {
	color: #999;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 26px;
	font-weight: normal;
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	background: #f0f0f0 url(/image/bg/bg-header-right.gif) right 0px no-repeat;;
	padding: 9px 20px 12px 10px;
}
.exchange .h1 a {
	color: #666;
	font-size: 19px;
	text-decoration: none;
	padding-right: 12px;
	background: url(/image/icon/sort/bullet-down.gif) right 10px no-repeat;
}
.exchange .h1 .arrows {
	color: #666;
	display: inline;
	font-size: 27px;
	line-height: 30px;
	padding: 0 7px;

}
.exchange .clear {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}