/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @copyright Copyright 2009-2010 7templates.net
 * @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 */
.buttonRow {
	padding: 4px 0;
}
.buttonRow input {
	border: none;
	background: none;
	width: auto !important;
}
.buttonRow a, .navNextPrevWrapper a {
	text-decoration: none;
}
.cssButton, .cssButtonHover {
	background: #2B2B2B url("../images/button_bg.gif") repeat-x 0 0 !important;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
/*	border-bottom: 1px solid #111111 !important;
	border-right: 1px solid #111111 !important;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	white-space: nowrap;
	text-decoration: none !important;
	font-weight: bold;
	margin: 3px 0;
	padding: 0.5em 0.7em;
	cursor: pointer;
	text-transform: capitalize;
}
/* 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_sold_out, .button_sold_out_sm {
	background: none !important;
	border: none !important;
	cursor: default !important;
	padding: 0 !important;
	color: #444444;
}
.button_in_cart, .button_checkout,  .button_login, .button_continue_checkout, .button_confirm_order, .button_submit {
	background: #2B2B2B url("../images/button_bg.gif") repeat-x 0 0 !important;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 10px;
	width: auto !important;
}
.button_in_cart{height: 30px; font-size: 16px;}
.cssButtonHover {
	background: #333333 !important;
}
.button_in_cartHover, .button_checkoutHover,  .button_loginHover, .button_continue_checkoutHover, .button_confirm_orderHover, .button_submitHover {
	background: #333333 !important;
}
.button_tell_a_friend {
	width: 20px !important;
	height: 20px;
	background: #f7e39d url("../images/arrow.gif") no-repeat center center !important;
	margin: 0;
	padding: 0;
	color: #f7e39d;
}
.button_submit {/*width: 18em;*/}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
.button-search-header {
	width: 22px !important;
	margin: 0 !important;
	float: left;
	padding: 0 !important;
	height: 22px !important;
}
.button_goto_prod_details, .button_add_to_cart{padding: 0;font-size: 11px; font-weight: normal;}
.button_goto_prod_details{float: left; }
.button_add_to_cart{float: right;}
.itemButton{border: 1px solid #bab9ba; margin-bottom: 10px;width: 201px}
.itemButton a{display: inline-block; width: 100px; height: 21px; line-height: 21px;}
.itemButton a:hover{background: #000 !important; color: #000 !important;}
.itemButton .button_goto_prod_details, .itemButton .button_add_to_cart{float: none; background:none !important; color: #000 !important;}
.itemButton a:hover .button_goto_prod_details, .itemButton a:hover .button_add_to_cart{color: #fff !important;}
.itemButton a:first-child{border-right: 1px solid #bab9ba;}