/**
 * 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, .cssButtonHover {
	font-weight:400;
	text-decoration:none!important;
	display:inline-block;
	cursor:pointer!important;
	margin:0 2px;
	background:#c60651;
	padding:0 8px 0 8px;
	color:#fefefe;
	font-size:15px;
	line-height:30px;
	height:30px;
	text-transform:uppercase;
	font-family: 'Cambo', serif;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .6);
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	position:relative;
  text-align: center;
}
a span{
}

.cssButtonHover {
	font-weight:400;
	text-decoration:none!important;
	display:inline-block;
	cursor:pointer!important;
	margin:0 2px;
	background:#D2ACD1;
	padding:0 8px 0 8px;
	color:#fefefe;
	font-size:15px;
	line-height:30px;
	height:30px;
	text-transform:uppercase;
	font-family: 'Cambo', serif;
	text-shadow:1px 1px 1px rgba(0, 0, 0, .6);
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	position:relative;
}
.navNextPrevWrapper a,
.btn1 a{
	text-decoration:none;
}
/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.small_delete, .button_prev, .button_next, .button_search  {}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {}
.button_return_to_product_list, .button_add_selected {}
.button_in_cart{}  
.button_submit {}
.button_update_cart {}
.button_update_cartHover {}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/


/*---search-button---*/
#head-search .cssButton.search{
	width:83px!important;
	height:33px!important;
	border:none;
	background:url(../images/search.gif) no-repeat 0 0;
	font-size:0;
	cursor:pointer;
	float:left;
	margin:1px 0 0 3px;
}
#head-search .cssButtonHover.search{
	width:83px!important;
	height:33px!important;
	border:none;
	background:url(../images/search.gif) no-repeat 0 bottom;
	font-size:0;
	cursor:pointer;
	float:left;
	margin:1px 0 0 3px;
}