/** * 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 $ */.cssButton, .cssButtonHover, .more-info {	display: inline-block;	font-size: 12px;	color: #fff;	background-color: #9c9c9d;	-webkit-border-radius: 6px;	-moz-border-radius: 6px;	border-radius: 6px;	min-height: 40px;	vertical-align: middle;	text-transform: uppercase;	padding: 0 6px;	margin: 0;	line-height: 40px;	font-weight: bold;	text-decoration: none;	white-space: nowrap;	text-align: center;	border: 1px solid #9c9c9d;}.cssButton:active, .cssButton:focus {	border: 1px solid #9c9c9d;}.more-info {	width: 60px;	margin: 0 auto;	background: #f2f2f3 url("../images/design/more_info_button_background.png") top left repeat-x;	border: 1px solid #dbdbdb;}.more-info:hover {	text-decoration: underline;	border: 1px solid #9c9c9d;}.cssButtonHover {	color: #fff;	background-color: #9c9c9d;	text-decoration: none;	border: 1px solid #9c9c9d;}.small_delete, .button_prev, .button_next, .button_search  {	width: 7em;}.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {	width: 10em;}.button_return_to_product_list, .button_add_selected {	width: 16em;}.button_in_cart {	width: 17em;}  .button_submit {	width: 15em;}.button_update_cart {	color: red;}.button_update_cartHover {	color: #000;}.button_goto_prod_details{}.button_in_cart{	width: 150px !important;	font-size: 120% !important;	background: #444;	height: 40px;}.button_in_cartHover {	text-decoration: underline;}.button_add_selected{	width: 220px !important;}.button_sold_out, .button_sold_out_sm {	background-color: #a54f37;	border: 1px solid #bd053e;}.add_to_basket_button, .add_to_basket_button:active, .add_to_basket_button:focus, .button_checkout, .button_checkout:active, .button_checkout:focus {	color: #fff;	background: #f00;	background: -moz-linear-gradient(top,  #f00 50%, #e30011 100%);	background: -webkit-linear-gradient(top,  #f00 50%,#e30011 100%);	background: linear-gradient(to bottom,  #f00 50%,#e30011 100%);	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#e30011',GradientType=0 );	border: 1px solid #ccc;	outline: none;}.add_to_basket_button, .button_continue_shopping, .button_checkout {	font-size: 14px;	min-height: 40px;	line-height: 40px;}#product_description .button_checkout, #product_description .button_checkout:active, #product_description .button_checkout:focus {	color: #fff;	background-color: #34495e;	border-color: #34495e;	outline: none;}