/**
 * 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, input.cssButton, .cssButtonHover, input.cssButtonHover {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	color: #007AC1;
	border: 1px solid #007AC1;
	background: url(../images/i_bullet_register_submit.gif) no-repeat left center;
	margin-left: 10px;
	padding-left: 20px;
	cursor: pointer;
	text-decoration: none;
}

input.cssButton, input.cssButtonHover {
	font-size: 0.9em;
	text-align: left;
	padding: 0 0.25em;
	padding-left: 20px;
	width: 1px;
	overflow: visible;
}

/* ignored by IE */
input.cssButton, input.cssButtonHover {
	width: auto;
}

a span.cssButton, a span.cssButtonHover {
	float: left;
}

.button_back {
	background: url(../images/b_bullet_shopnav_left.gif) no-repeat left center;
	border: 1px solid #F7941D;
	color: #F7941D;
}

.button_forward, .button_update {
	background: url(../images/b_bullet_shopnav_right.gif) no-repeat right center;
	border: 1px solid #F7941D;
	color: #F7941D;
}

input.button_update_cart {
	background: url(../buttons/german/button_update_cart.gif) no-repeat 2px center;
	border: none;
	color: #F7941D;
}

input.button_prev {
	background: url(../images/b_bullet_shopnav_left.gif) no-repeat left center;
}

input.button_create_ordertemplate, input.button_rename_ordertemplate, input.button_delete_ordertemplate {
	background: transparent;
	text-decoration: underline;
	font-weight: normal;
	border: none;
	color: #F7941D;
	margin: 0;
	padding: 0;
}

input.button_create_ordertemplate:hover, input.button_rename_ordertemplate:hover, input.button_delete_ordertemplate:hover {
	color: black;
}

.button_continue_shopping {
	background: url(../images/b_bullet_shopnav_left.gif) no-repeat left center;
	border: 1px solid #F7941D;
	color: #F7941D;
}

.button_continue, .button_checkout, input.button_continue_checkout, input.button_confirm_order {
	background: url(../images/b_bullet_shopnav_right.gif) no-repeat right center;
	border: 1px solid #F7941D;
	color: #F7941D;
	padding-left: 0px;
	padding-right: 20px;
	text-align: right;
}

input.button_add_to_cart {	
	background: url(../images/i_show_shoppingcart.gif) no-repeat left center;
	color: #F7941D;
	border: 1px solid #F7941D;
	padding-left: 20px;
}

input.button_submit {
	margin: 0em 1em 1em 145px;
}

#accountPassword input.button_submit, #addressBookProcessDefault input.button_submit {
	margin: 0;
	margin-left: 10px;
}

/* 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  {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: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: black;}*/
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

#search input.cssButton
{
	height: 18px;
	font-size: 0.9em;
	color: #483D1C;
	cursor: pointer;
	background: transparent;
	border: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

#search input.cssButtonHover
{
	height: 18px;
	font-size: 0.9em;
	color: #483D1C;
	cursor: pointer;
	background: transparent;
	border: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
}

div#loginDefaultRegister a span.cssButton, div#loginDefaultRegister a span.cssButtonHover {
  margin: 0.1em 1em 1em 12em;
  font-size: 1em;
  overflow: visible;
  padding: 0 0.25em 0 20px;
  text-align: left;
}
