/******************************************************
 * @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
*******************************************************/
/* RIGHT TO LEFT */
/*
 * LAYOUTS VAIRABLES
 */
#languages-block-top a.current img {
  margin-top: -4px;
  margin-right: 5px;
}
.rtl #languages-block-top a.current img {
  margin-left: 5px;
  margin-right: inherit;
}
#languages-block-top ul {
  left: 0;
  width: 157px;
}
.rtl #languages-block-top ul {
  right: 0;
  left: auto;
}
#languages-block-top ul li {
  color: white;
  line-height: 35px;
  font-size: 13px;
}
#languages-block-top ul li a img {
  margin-right: 3px;
  margin-top: -2px;
}
.rtl #languages-block-top ul li a img {
  margin-left: 3px;
  margin-right: inherit;
}
