/**
 * 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 4567 2006-09-20 01:55:24Z birdbrain $
 */
.cssButton, .cssButtonHover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f90909), color-stop(1, #a32121) );
	background:-moz-linear-gradient( center top, #f90909 5%, #a32121 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f90909', endColorstr='#a32121');
	background-color:#f90909;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #9a0c0c;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 7px;
	text-decoration:none;
}.cssButtonHover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a32121), color-stop(1, #f90909) );
	background:-moz-linear-gradient( center top, #a32121 5%, #f90909 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a32121', endColorstr='#f90909');
	background-color:#a32121;
}.cssButton :active {
	position:relative;
	top:1px;
}

/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */



.button_info {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#424142;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
}.button_info:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button_info:active {
	position:relative;
	top:1px;
}

.button_topcheckout {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #444444), color-stop(1, #222222) );
	background:-moz-linear-gradient( center top, #444444 5%, #222222 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222');
	background-color:#444444;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #111111;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
	text-decoration:none;
}.button_topcheckout:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #222222), color-stop(1, #444444) );
	background:-moz-linear-gradient( center top, #222222 5%, #444444 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#444444');
	background-color:#222222;
}.button_topcheckout:active {
	position:relative;
	top:1px;
}
.button_buy_disable {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6bdb8), color-stop(1, #c98b8b) );
	background:-moz-linear-gradient( center top, #e6bdb8 5%, #c98b8b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6bdb8', endColorstr='#c98b8b');
	background-color:#e6bdb8;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #cc7e76;
	display:inline-block;
	color:#d93b3b;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 6px;
text-decoration: line-through;
	
}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

