/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#leo_block_top {
  float: left;
}
.rtl #leo_block_top {
  float: right;
}
#leo_block_top .popup-title {
  display: none;
}
#leo_block_top p {
  color: #333333;
  margin-bottom: 5px;
  font-weight: 700;
}
#leo_block_top ul {
  margin-bottom: 5px;
}
#leo_block_top ul li {
  display: block;
}
#leo_block_top ul li.selected a, #leo_block_top ul li.selected span {
  color: #f37600;
}
#leo_block_top ul li img {
  margin-right: 5px;
  vertical-align: -1px;
}
.rtl #leo_block_top ul li img {
  margin-left: 5px;
  margin-right: inherit;
}
