#currencies_block_top {
  background-color:#f8f8f8;
  background-image:-moz-linear-gradient(top,#ffffff,#eeeeee);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#eeeeee));
  background-image:-webkit-linear-gradient(top,#ffffff,#eeeeee);
  background-image:-o-linear-gradient(top,#ffffff,#eeeeee);
  background-image:linear-gradient(to bottom,#ffffff,#eeeeee);
  background-repeat:repeat-x;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  color:#444444;
  text-shadow:1px 1px 0 transparent;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:2px;
  border-radius:2px;
  border:1px solid #dddddd;
  float:left;
  font-size:11px;
  margin:-3px 10px 0 0;
}
#setCurrency {
  width:6px;
  position:relative;
  cursor:pointer;
  padding:1px 20px 1px 8px;
}
#setCurrency:after {
  content:"\e677";
  font-family:'icomoon';
  font-size:14px;
  font-weight:300;
  position:absolute;
  top:0;
  right:2px;
}
#setCurrency .currencies_ul {
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  -webkit-border-radius:0 0 2px 2px;
  border-radius:0 0 2px 2px;
  background:#eeeeee;
  border:1px solid #dddddd;
  border-top:0;
  width:6px;
  position:absolute;
  top:16px;
  left:-1px;
  padding:5px 20px 5px 8px;
  white-space:nowrap;
  z-index:1000;
}
#setCurrency .currencies_ul a { color:#444444; }
#setCurrency .currencies_ul .selected a, #setCurrency .currencies_ul a:hover {
  color:#f7941d;
  font-weight:700;
}
#setCurrency .currencies_ul .selected a { cursor:default; }
