/**
 *
 * @package templateSystem
 * @copyright Copyright 2012-2014 Andrew Berezin eCommerce-Service.com
 * @copyright Copyright 2003-2014 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @link http://gazpo.com/2012/02/scrolltop/
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_scroll2top.css 2.5.1 21.06.2013 10:54:33 AndrewBerezin $
 */
/*
#scroll2top {
  width:40px;
  height:40px;
  opacity:0.6;
  position:fixed;
  bottom:50px;
  right:270px;
  display:none;
  text-indent:-9999px;
  background: url('scroll2top.png') no-repeat;
}
*/
#scroll2top {
  bottom: 50px;
  position: fixed;
  display:none;
    left: 50%;
    margin-left: 650px;
}
#scroll2top a {
    display: block;
    width: 60px;
    height: 60px;
    background: url("top-btn.png");
}
#scroll2top a:hover {
    background-position: 0 -60px;
}

#_scroll2top {
    bottom: 50px;
    color: #682E8C;
    position: fixed;
    right: -5px;
    display:none;
}
#_scroll2top a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("scroll2top.png") no-repeat scroll 8px 7px #494D4E;
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
    border-image: none;
    border-radius: 5px 0 0 5px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    height: 26px;
    line-height: 27px;
    overflow: hidden;
    padding-left: 36px;
    padding-right: 5px;
    transition: width 0.5s ease 0s;
    width: 51px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
