﻿/*

	Landsbankinn
	Einkabanki - Handheld Currency

*/

table.currency td.USD,
table.currency td.EUR,
table.currency td.GBP,
table.currency td.JPY,
table.currency td.NOK,
table.currency td.SEK,
table.currency td.DKK,
table.currency td.CHF,
table.currency td.CAD,
table.currency td.AUD,
table.currency td.ZAR,
table.currency td.HKD,
table.currency td.NZD,
table.currency td.CZK,
table.currency td.TRY,
table.currency td.PLN,
table.currency td.SKK,
table.currency td.HUF,
table.currency td.RUB,
table.currency td.SGD,
table.currency td.XDR,
table.currency td.GVT {
background-repeat:no-repeat;
background-position:5px 5px;
padding-left:37px;
font-weight:bold;
}
table.currency td.USD {background-image:url(../img/currency/3g/usd.gif);}
table.currency td.EUR {background-image:url(../img/currency/3g/eur.gif);}
table.currency td.GBP {background-image:url(../img/currency/3g/gbp.gif);}
table.currency td.JPY {background-image:url(../img/currency/3g/jpy.gif);}
table.currency td.NOK {background-image:url(../img/currency/3g/nok.gif);}
table.currency td.SEK {background-image:url(../img/currency/3g/sek.gif);}
table.currency td.DKK {background-image:url(../img/currency/3g/dkk.gif);}
table.currency td.CHF {background-image:url(../img/currency/3g/chf.gif);}
table.currency td.CAD {background-image:url(../img/currency/3g/cad.gif);}
table.currency td.AUD {background-image:url(../img/currency/3g/aud.gif);}
table.currency td.ZAR {background-image:url(../img/currency/3g/zar.gif);}
table.currency td.HKD {background-image:url(../img/currency/3g/hkd.gif);}
table.currency td.NZD {background-image:url(../img/currency/3g/nzd.gif);}
table.currency td.CZK {background-image:url(../img/currency/3g/czk.gif);}
table.currency td.TRY {background-image:url(../img/currency/3g/try.gif);}
table.currency td.PLN {background-image:url(../img/currency/3g/pln.gif);}
table.currency td.SKK {background-image:url(../img/currency/3g/skk.gif);}
table.currency td.HUF {background-image:url(../img/currency/3g/huf.gif);}
table.currency td.RUB {background-image:url(../img/currency/3g/rub.gif);}
table.currency td.SGD {background-image:url(../img/currency/3g/sgd.gif);}
table.currency td.XDR {background-image:url(../img/currency/3g/xdr.gif);}
table.currency td.GVT {background-image:url(../img/currency/3g/gvt.gif);}

table.currency tbody tr{height:27px;}

div.rates
{
    background:#103b5f; -webkit-gradient(linear, left top, left bottom, from(#103b5f), color-stop(0.19, #103b5f), color-stop(0.80, #103b5f), to(#103b5f)) no-repeat;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#567489), color-stop(0.19, #123651), color-stop(0.80, #123651), to(#021c30)) no-repeat;*/
	/*background:#103b5f;*/
	height:42px;	
}
div.rates ul.tabs
{
	
	height:100%;
	margin:0px 0px 0px 15px;
	padding:18px 0px 0px 0px;		
}
div.rates ul.tabs li
{	
	padding:0px 0px 9px 8px;
	float:left;
	margin-right:13px;	
}
div.rates ul.tabs li a 
{
	color:#dbe1e5;
	font-weight:bold;
	font-size:0.9em;
	background:none;
	text-decoration:none;
	text-shadow:#000 0 1px 1px;
}
div.rates ul.tabs li.active
{
	line-height:0;
	/*background:url(../images/tab.gif) no-repeat 0 0;	 */
    border-top: 1px solid #d7dbe0; border-right: 1px solid #d7dbe0; border-left: 1px solid #d7dbe0; border-bottom:none;
	/*-webkit-box-shadow: rgba(0,0,0,.3) 1px 0px 0px; -moz-box-shadow: rgba(0,0,0,.3) 1px 0px 0px;*/
	-webkit-border-top-left-radius: 6px; -moz-border-radius-topleft: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-topright: 6px;
	background:#e7e9ec;
}
div.rates ul.tabs li.active a
{
	color:#083456;
	/*background:url(../images/tab.gif) no-repeat 100% 0;*/
	padding-right:8px;
	font-size:0.8em;
	display:block;
	text-shadow:#fff 0 1px 1px !important;
	cursor:default;
	text-decoration:none;
}
div.rates ul.tabs li.active a span
{
	top:4px;
	position:relative;
}
div.search
{
	height:25px;
	background:url(../images/search-bg.gif);
	padding:10px 10px;
}
div.search input
{
	padding:3px 0px 0px 19px;
	width:94%;
	height:22px;
	background:#fff url(../images/search.gif) no-repeat 1% 51%;
	border:1px solid #b2b6bb;	
	color:#a3aab1;
	float:left;
	display:block;
	position:relative;
}
div.search img.close
{
	float:left;
	position:absolute;	
	top:59px;
	right:18px;
	display:none;
}
#symbol{
	width:100%;	
}
#symbol input{
	margin:0 auto;
	padding:0;
	width:90%;
	position:relative;
	display:block;
	height:30px;
	font-size:16px;
	font-weight:bold;	
}


