/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2009-2010 12leaves.com
 * @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 4567 2006-09-20 01:55:24Z birdbrain $
 */



#center_css a.details-button{
	background:url("../images/details-button.gif") repeat-x center top #f2f3f3; 
	border:1px solid #dfdfdf; 
	font-size:12px; 
	font-weight:bold; 
	color:#027ab6;
	border-radius:3px;
	height:26px;
	line-height:25px;
	display:inline-block;
	padding:0 10px;
	margin:7px 0 0 8px;
	text-decoration:none;
	}	
#center_css a.details-button:hover{background:#444444; color:#fff; border-color:#444444;}
.button_prev, .button_next { border: medium none; display: block!important; outline: 0 none; position: relative; text-indent:-9999px; border: 1px solid #FFFFFF; margin-top:2px; height:13px; width:25px; }


.cssButton{ 
    cursor:pointer;	
	float:left; 
	height:27px;
	background:url("../images/bkg_button.gif") repeat-x center top;
	font:bold 12px/26px Arial, Helvetica, sans-serif; 
	text-align:center;
	white-space:nowrap;
	color:#fff!important;
	border-radius:3px;
	line-height:27px;
	padding:0 10px;
	padding-bottom:2px;
	}
span.cssButton,a.cssButton{ height:25px;}
.cssButtonHover{
	cursor:pointer;	
	float:left; 
	height:27px;
	background:url("../images/bkg_button.gif") repeat-x center bottom #4e4e4e;
	padding:0 10px; 
	font:bold 12px/26px Arial, Helvetica, sans-serif; 
	text-align:center;
	white-space:nowrap;
	color:#fff!important;
	border-radius:3px;
	line-height:27px;
	padding-bottom:2px;
	}	
span.cssButtonHover,a.cssButtonHover{ height:25px;}	
.button_login{height:27px;}
.button_buy_now{ margin-top:8px;}
input.button_in_cart{background:url("../images/add_to_cart.png") repeat-x center top;height: 37px;margin-top:10px;padding: 0!important;width: 132px!important; text-indent:-9999px;border-radius:3px;}
input.button_in_cartHover{background:url("../images/add_to_cart.png") repeat-x center bottom;height: 37px;margin-top:10px;padding: 0!important;width: 132px!important;text-indent:-9999px;border-radius:3px;}
.button_buy_now,.button_buy_nowHover{ width:75px!important;}
	
	
	
	
	
.button_prev { background:url("../images/prev-page.gif") no-repeat; }
.button_next { background:url("../images/next-page.gif") no-repeat; }

.small_edit{ background: url("../images/button_edit.png") no-repeat; margin:0 auto;height: 30px !important;text-indent: -9999px;width:30px !important; display:block;}
.button_delete_small,.button_delete { background: url("../images/button_delete.png") no-repeat; margin:0 auto;height: 30px !important;text-indent: -9999px;width:32px !important; display:block;}
#createAcctSuccess .buttonRow  a{ float: left; padding: 0 5px;}