/**
 * @version		$Id$
 * @author		Pham Minh Tuan (admin@vnskyline.com)
 * @package		Joomla.Site
 * @subpakage	Skyline.ScrollToTop
 * @copyright	Copyright (c) 2012 Skyline Software (http://www.vnskyline.com). All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt

	width:100px;
        border:1px solid #ccc;
        background:#f7f7f7;
        text-align:center;
        padding:5px;
        position:fixed;
bottom:10px;
right:10px;
cursor:pointer;
display:none;
color:#333;
font-family:verdana;
font-size:11px;
 */

.scrollToTop {
	background: none repeat scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.9em;
	padding: 5px;
	position: fixed;
	font-family:verdana;
	right: 10px;
	bottom:10px;
	text-align: center;
	text-transform: lowercase;
	width: 100px;
	display: none;
}

.scrollToTop-icon {
	background: url(../images/totop.png) no-repeat scroll center center !important;
	bottom: 10px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 51px;
	height: 51px;
	z-index: 510;
	text-indent: -999em;
	display: none;
}