/* RIGHT TO LEFT */
/******************************************************
 * @package Ves Theme Framework for Magento
 * @version 1.0
 * @author http://www.venustheme.com
 * @copyright Copyright (C) Augus 2013 Venustheme.com <@emai:venustheme@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
#currencies-block-top {
  float: left;
  position: relative;
  border-left: 1px solid #F1F1F1;
}
.rtl #currencies-block-top {
  float: right;
}
.rtl #currencies-block-top {
  border-right: 1px solid #F1F1F1;
  border-left: inherit;
}
#currencies-block-top #setCurrency {
  height: 100%;
}
#currencies-block-top span.firstWord {
  display: none;
}
#currencies-block-top div.current .cur-label {
  float: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  display: none;
}
.rtl #currencies-block-top div.current .cur-label {
  float: right;
}
