/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet_css_buttons.css 2765 2006-01-01 21:15:45Z birdbrain $
 */
span.cssButton{
	text-align:center;
}
div.buttonRow a, div.buttonRow div{
	display:block;
	float:left;
	height:46px;
	background: transparent url(../images/template/button-bar/button_left.png) no-repeat scroll left top;
}
div.buttonRow a span, div.buttonRow div input{
	background:transparent url(../images/template/button-bar/button_right.png) repeat-x scroll right top;
	margin:0 0 0 12px;
	padding: 0 15px 0 3px;
	line-height:46px;
	display:block;
	color:#ffffff;
	font-weight:bold;
	font-size:120%;
}
div.buttonRow div input{
	border:0;
	height:46px;
}
div.buttonRow a:hover span, div.buttonRow div.cssButtonHover input{
	background-position: right -45px;
	color:#474747
}

div.buttonRow a:hover, div.buttonRow div.cssButtonHover{
	background-position: left -45px;
}
.wizzardButtons div{
	height:61px;
	background: transparent url(../images/customiser/buttons/button_left.png) no-repeat scroll left top;
}
.wizzardButtons div input{
	background: transparent url(../images/customiser/buttons/button_right.png) no-repeat scroll right top;
	margin:0 0 0 15px;
	padding: 0 15px 0 0;
	height:58px;
	display:block;
	color:#474747;
	font-weight:bold;
	font-size:120%;
	border:0;
	text-align:center;
}
div.wizzardButtons div.cssButtonHoverHover{
	background-position: left -57px;
}
div.wizzardButtons div.cssButtonHoverHover input{
	background-position: right -57px;
	color:#ffffff;
}