/* General widget CSS */
ul.coin_switcher {
	overflow: hidden;
	zoom: 1;
	list-style: none outside;
}
ul.coin_switcher li {
	float: left;
	margin: 0 4px 4px 0;
	list-style: none outside;
}
ul.coin_switcher li a {
	float: left;
	padding: 3px 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
ul.coin_switcher li a.active, ul.coin_switcher li a:hover {
	background: #ddd;
}


/* Custom CSS style for Logos */
ul.coin_switcher .logo {

}

/* Custom CSS style for Currency symbols */
ul.coin_switcher .currency-symbol {
	padding: 5px 11px;
	font-size: 18px;
}

/* Custom CSS style for Plain text */
ul.coin_switcher .plaintext {
	padding: 10px 4px;
	font-size: 14px;
}