/* block top currencies */
#header_right #currencies_block_top {
	float: left;
	margin: 8px 0 8px 10px;
}
#header_right #currencies_block_top p {
	padding: 0 0 0 10px;
	min-width: 100px;
	height: 25px;
	display: block;
	color: #333;
	text-transform: capitalize;
	font-weight: normal;
	position: relative;
	z-index: 10;
	margin: 0;
	line-height: 25px;
	border: 1px solid #ddd;
	text-align: left;
}

#currencies_block_top ul#first-currencies li {
}
#currencies_block_top ul#first-currencies li.selected {
	opacity: 1 !important;
}
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
}
#setCurrency p {
	position: relative;
	top: 0;
	margin-left: 5px;
	padding: 0;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul{
	display:none;
	z-index: 10000;
	padding:10px;
	list-style-type:none;
}
#setCurrency .currencies_ul_hover{
	display:block;
	z-index: 5000;
	position:absolute;
	right: 0;
	padding: 0;
	height:auto;
	text-align: left;
	border: 1px solid #ddd;
	border-top: none;
	top: 25px;
}
#setCurrency .currencies_ul_hover a {
	border-top: 1px solid #fff;
	background: #fff;
	padding: 3px 0 3px 10px;
	min-width: 98px;
	text-align: left;
	display: block;
	color: #333;
	text-transform: capitalize;
	font-weight: normal;
}

