/* Common */

/** Popup **/
/*** Switch Clone ***/
#switchClone .popup_counter { left:50%; top:170px; margin-left: -280px; width: auto; position: absolute; z-index: 1000; background:#FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;     background: #f2f2f2;}
#switchClone .popup_counter a.close {text-decoration: none; position: absolute; display: block; height: 14px; width: 14px; background: url(../img/switch-clone/close.png) no-repeat; top: 20px; right: 20px;}
#switchClone .popup_counter .small-country { left:31%; top:-30px; width: 121px; height: 128px; position: absolute; }
#switchClone .popup_counter .small-country.nd { left:46%; }
#switchClone .popup_counter .icon_text {background: #f2f2f2; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
#switchClone .popup_counter .switch-clone-title { font-family: Arial; font-size: 30px; color: #000;  text-align: center; margin-top: 62px; padding: 0 20px 20px;}

#switchClone .popup_counter .links {text-align: center; padding: 28px 20px; background-color: #fff;-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;}
#switchClone .popup_counter ul li {display: inline-block; height: 32px; line-height: 32px;}
#switchClone .popup_counter ul li:first-child {margin-right: 10px;}
#switchClone .popup_counter ul li:last-child {margin-left: 10px;}
#switchClone .popup_counter ul li a {text-decoration: none; font-size: 13.5px; font-family: Arial; font-weight: bold; float: left; }
#switchClone .popup_counter ul li * { float: left; }
#switchClone .popup_counter ul li a b { padding-left: 5px; position: relative; top: 1px; }

#switchClone .switch-clone-overlay { top: 0; background: #FFF; opacity: 0.6; position: fixed; width: 100%; height: 100%; z-index: 1000; }
#switchClone .switch-clone-overlay.black { background: #000; }


/** AB Tests **/
.abtestTemplate {
    display: none;
}
