.CurrencyList {
	width: 960px;
	height: 45px;
}

.CurrencyList .CurrencyItems {
	display: block;
	float: left;
	height: 45px;
	width: 120px;
	background-image: url(../Imgs/UpArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.CurrencyList .CurrencyItems .CurrName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #183152;
	display: block;
	height: auto;
	width: 60px;
	position: relative;
	left: 46px;
	top: 7px;
}
.CurrencyList .CurrencyItems .CurrPoints {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	height: auto;
	width: 70px;
	position: relative;
	top: 14px;
	left: 45px;
	letter-spacing: 1px;
}
.CurrencyList .CurrencyItems .CurrHL {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #828282;
	display: none;
	height: auto;
	width: 80px;
	position: relative;
	left: 40px;
	top: 12px;
}
.CurrencyList .CurrencyItems .CurrPercent {
	display: block;
	position: relative;
	left: 11px;
	top: 14px;
	width: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2B5931;
	font-size: 11px;
}
