/**
 * 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 $
 */

/* css buttons */

.cssButton {
	background-color: #0000ff;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 0.8em;
	padding: 2px;
	text-decoration: none;
	}

.button_search {
	background-color: #579C26;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	font-size: 1em;
	padding: 0 2px 1px 2px;
	height: 26px;
	}
	
.button_checkout {
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
.cssButtonHover {
	background-color: #fff;
	color: #0000ff;
	border: 1px solid #000;
	font-size: 0.8em;
	padding: 2px;
	text-decoration: none;
	}
	
.button_searchHover {
	background-color: #fff;
	color: #579C26;
	border: 1px solid #000;
	font-size: 1em;
	padding: 0 2px 1px 2px;
	}	
	
span.button_checkout, span.button_change_address, span.small_edit, span.button_logoff, span.button_back, span.button_view, span.small_edit, span.button_add_address, span.button_delete_small {
	display: block;
	margin-bottom: 2px;
	text-decoration: none;
	}
	
span.button_back {
	width: 3em;
	}
	
* html .cssButtonHover {
	background-color: #0000ff;
	color: #fff;
	}

