/* 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;
	opacity: 1 !important;
}
#currencies_block_top ul#first-currencies li.selected {
	opacity: 1 !important;
}
/*languages with jquery*/
#setCurrency {
	position: relative;
	top: 1px;
	width: 40px;
	height: 20px;
	padding: 0px !important;
}
#setCurrency p {
	position: relative;
	top: 2px;
	margin-left: 5px;
	padding: 0;
	font-size: 12px;
}
#setCurrency p img {
	padding-left: 5px;
}
#setCurrency .currencies_ul li{
	padding: 2px;
}
#setCurrency .currencies_ul{
	display:none;
	z-index: 10000;
	list-style-type:none;
	text-align: left !important;
	width: 36px !important;
	text-align: center !important;
	font-size: 12px;
	padding: 6px 2px !important;
}
#setCurrency .currencies_ul_hover{
	display:block;
	z-index: 5000;
	position:absolute;
	height:auto;
	text-align: center;
    width: auto;
}
#setCurrency .currencies_ul_hover a {color: #9D9D9E !important;}
#setCurrency .currencies_ul_hover a:hover {color: #fff !important;}
#setCurrency .currencies_ul_hover .selected a {color:#fff !important;}

.category_footer ul li a{
	background: none !important;
	text-shadow: none !important;
}

#setCurrency:hover .currencies_ul{
	display:block
}

#setCurrency .currencies_ul li a{
	color: #9D9D9E;
}
#setCurrency .currencies_ul li a:hover{
	color: #fff;
}
#setCurrency .currencies_ul li.selected a{
	color: #fff !important;
}

@media only screen and (max-width: 767px) {

	.cur_name{
		display: none;
	}

	#setCurrency {
		background: none !important;
		width: 40% !important;
		left: 0px !important;
	}
	#currencies_block_top{
		height: 30px;
		margin-bottom: 10px;
	}
	
	#setCurrency ul {
		background: none !important;
		width: 100% !important;
		left: 0px;
		text-align: left !important;
	}
	#setCurrency ul li {
		display: inline;
		background: #E7E7E7;
		color: #000;
		position: relative !important;
		padding: 8px 12px !important;
		opacity: 1 !important;
	}
	
	#setCurrency .currencies_ul_hover{
		display:block !important;
		position: relative;
		right: 0px;
		left: 0px;
		padding: 0px;
		text-align: center;
		background:#ccc;
		color: #fff !important;
	}
	#setCurrency .currencies_ul{
		display:block !important;
		position: relative;
		right: 0px;
		left: 0px;
		padding: 0px;
		text-align: center;
		color: #fff !important;
	}
	#first-currencies li a{
		color: #333 !important;
	}
	.selected{
		background: #4AADAD !important;
	}
	#color_to_pick_list .selected{
		background: #fff !important;
	}
	.selected a{
		text-shadow: none!important;	
	}
	#setCurrency p {
		display: none;
	}
	
	#setCurrency .currencies_ul{
		width: 100% !important;
	}
	
	#setCurrency .currencies_ul_hover .selected a {
		color: #333 !important;
	}
	
	#currencies_block_top ul#first-currencies li {
	margin-right: 3px;
	opacity: 1 !important;
	float: left;
	margin-top: -10px;
	}
	
	#setCurrency .currencies_ul_hover a{
		color: #333 !important;
	}
	#setCurrency .currencies_ul{
		color: #333 !important
	}
}
