/* CUSTOM STYLE
--------------------------------------------------------- */

/*PRODUCT*/
.currencyCalc{
	margin:15px; 
	background-color:#EAECF5; 
	width:570px; 
	height:175px; 
	text-align:left; }
	
.currencyCalculator {
	font-size:11px; 
	font-family:Tahoma; 
	color:#6a6a6a; 
	height:20px;
	margin:0 0 0 10px; 
	padding:3px 16px 5px 13px; 
	background:transparent url(../images/currency_calc.png) no-repeat; }
.currencyCalculator:hover { color:#6a6a6a; }
.currencyCalculator:active { color:#6a6a6a; }
.currencyCalculator:focus { color:#6a6a6a; }
	
.currencyClose {
	font-weight:bold; 
	cursor:pointer; 
	font-size:18px; 
	padding:0 3px; 
	border:1px solid #000; 
	margin:0 0 0 40px; }
	
.currencyLine {
	background-color:#EAECF5;
	border-left:1px solid #B3C3E3;
	border-right:1px solid #B3C3E3;
	padding:2px 0 0 20px; 
	font-weight:bold;
	font-family:Tahoma;
	font-size:13px;
	color:#6A6A6A;
	height:145px; }
	
.currencyTop {
	background:transparent url(../images/top_currency.png) no-repeat;
	padding:4px 0 0 20px;
	font-weight:bold;
	font-family:Tahoma;
	font-size:13px;
	color:#FFF;
	height:20px; }
	
.currencyBottom {
	background:transparent url(../images/bottom_currency.png) no-repeat;
	height:9px; }
	