/* @override 
	http://includedigital.serveftp.net:8080/flaircomm/includes/templates/flair/css/stylesheet_css_buttons.css
	http://www.flair-uk.com/includes/templates/flair/css/stylesheet_css_buttons.css
*/

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

/* css buttons */
.cssButton, .cssButtonHover {
width : 20em;
background-color: #8b8b8a;
color : #ffffff;
border: none;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: n;
padding: 0.4em;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
	color: #000000;
}
/* 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_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_search, .button_searchHover {
	background-image: url(../images/button_search.gif);
	border: none;
	width: 23px !important;
	height: 23px !important;
	padding: 0;
	margin: 0px;
}

.button_add_selected {
	background-image: url(../images/button_add_selected.gif);
	border: none;
	width: 159px !important;
	height: 23px !important;
	padding: 0;
	margin: 0;
}

.button_prev {
	float: left;
	background-image: url(../images/nav_prev.gif);
	width: 53px !important;
	height: 25px !important;
	padding: 0;
	margin: 0;
	clear: both;
	border: none;
}

.button_next {
	float: left;
	background-image: url(../images/nav_next.gif);
	width: 53px !important;
	height: 25px !important;
	padding: 0;
	margin: 0;
	clear: right;
	border: none;
}

.button_return_to_product_list {
	float: left;
	background-image: url(../images/nav_listing.gif);
	width: 57px !important;
	height: 25px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.button_in_cart {
	background-image: url(../images/button_add_selected.gif);
	width: 159px !important;
	height: 23px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.button_continue_shopping {
	float: left;
	background-image: url(../images/continue_shopping.jpg);
	width: 159px !important;
	height: 22px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.button_checkout {
	float: left;
	background-image: url(../images/checkout.jpg);
	width: 159px !important;
	height: 22px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.button_login {
	float: left;
	background-image: url(../images/sign_in.jpg);
	width: 159px !important;
	height: 22px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.button_submit {
	float: left;
	background-image: url(../images/submit_the_info.jpg);
	width: 159px !important;
	height: 22px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.button_change_address {
	float: left;
	background-image: url(../images/change_address.jpg);
	width: 159px !important;
	height: 22px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.button_continue_checkout {
	float: left;
	background-image: url(../images/checkout.jpg);
	width: 159px !important;
	height: 22px !important;
	padding: 0;
	margin: 0;
	border: none;
}

.cssButton.button_send_a_gift_cert {
	display: none;
}

#cartBoxVoucherBalance {
	margin-top: 1.5em;
}




