/* @override http://www.lefthomeart.co.uk/includes/templates/lefthome/css/stylesheet_css_buttons.css */

/**
 * CSS Buttons Stylesheet
 * @package templateSystem
 */

/* css buttons */
/*.cssButton, .cssButtonHover {
width : auto;
background: #eee url(../images/greybutton.png);
color : #000;
border: 1px outset #999;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
font-size: .7em;
white-space: nowrap;
padding: 0.3em;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;
vertical-align: top;
line-height: 130%;
cursor: pointer;
text-align: center;
text-decoration: none;
}

.cssButtonHover {
border-style: inset;
text-decoration: none;
background: #eee url(../images/greyredbutton.png);

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

/*.button_login, .button_create_account,  {
	font-size: 1em;
	}
	
.button_checkout, .button_continue_shopping {
	font-size:.9em;
	}
	
/*input.cssButton.button_in_cart {
	font-size: .8em;
	padding: .3em 1em .3em .3em;
	text-align: left;
	}*/	
