/* block top currencies */

#currencies_block_top
{
	border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    float: right;
    height: 34px;
    margin-right:3px;
    position: relative;
    width: 36px;
	margin-top:16px;
	/* margin-bottom:18px; */
	text-align:center;
	background-color:#F3F3F3;
}
#currencies_block_top p{padding:13px 8px;line-height:1}
#currencies_block_top span {padding:0 13px 0 0}
#currencies_block_top span:hover {color:#fff}
#currencies_block_top .block-cur-languages
{
	  padding:0 10px 10px;
	  color:#FFF;
}

#currencies_block_top ul#first-currencies li {
	margin:0 2px 0px 7px;
	float:left;
	display:inline-block;
}
#currencies_block_top ul li a {color:#fff;}
#currencies_block_top ul li a:hover {opacity:1; color: #fff}
/*languages with jquery*/
#setCurrency {
	cursor: pointer;
	position: relative;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul{
	 background: none repeat scroll 0 0 #000000;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	left: 0px;
	opacity: 0.5;
	padding: 4px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	top: 40px;
	white-space: nowrap;
	z-index: 1;
	min-width:45px;
	display:none;
}
#setCurrency .currencies_ul:before{
	 border-color: transparent transparent #000000;
    border-style: solid;
    border-width: 4px;
    content: "";
    display: block;
    position: absolute;
    left:15px;
    top: -8px;
}
#setCurrency .currencies_ul_hover{
	display:block;
	z-index: 5000;
	padding:4px;
	height:auto;
    width: auto;
}
#setCurrency .currencies_ul_hover a {color:#fff;}
#setCurrency  .first-item{background:url(img/arrow.png) right 10px no-repeat; float:left; color: #c1c1c1; padding:2px 6px 0px 0px;text-align: right;}