<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* block top currencies */
#header_right #currencies_block_top {
	float:right;
	margin: 0 6px 0 0;
	padding: 2px 6px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background: none repeat scroll 0 0 #000;
}
#header_right #currencies_block_top p {
	clear: left;
	padding-right:16px;
	font: 11px Arial,Verdana,sans-serif;
	color: #ccc;
	text-align: right;
	background: url("img/block_languages_top_p_bg.png") no-repeat scroll right 1px transparent;
}
#currencies_block_top ul#first-currencies li {
	margin-right: 3px
}
#currencies_block_top ul#first-currencies li.selected {
	opacity: 1 !important;
}
#currencies_block_top ul#first-currencies li.selected a {
	color: #f06ca8;
    cursor: default;
}
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
	top: 1px;
}
#setCurrency p {
	position: relative;
	top: 0;
	margin-left: 5px;
	padding: 0;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul{
	z-index: 10000;
	list-style-type:none;
	margin-bottom: 0;
}
#setCurrency .currencies_ul_hover{
	
}
#setCurrency .currencies_ul_hover a {color:#f06ca8;}
#currencies_block_top {
	display: inline-block;
    text-transform: uppercase;
    border-left: 1px solid #a4a4a4;
    padding-left: 5px;

}
#currencies_block_top ul li {
    display: inline;
    padding: 0 5px;
}
</pre></body></html>