/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 * @version $Id: stylesheet_css_buttons.css 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover {
-webkit-appearance: none;
-webkit-box-align: center;
-webkit-box-sizing: border-box;
-webkit-rtl-ordering: logical;
-webkit-user-select: text;
background-attachment: scroll;
background-color: #E3880B;
background-image: none;
border-bottom-color: white;
border-bottom-style: none;
border-bottom-width: 0px;
border-left-color: white;
border-left-style: none;
border-left-width: 0px;
border-right-color: white;
border-right-style: none;
border-right-width: 0px;
border-top-color: white;
border-top-style: none;
border-top-width: 0px;
color: white;
cursor: pointer;
display: inline-block;
font-family: Arial;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: bold;
letter-spacing: normal;
line-height: normal;
margin-bottom: 2px;
margin-left: 0px;
margin-right: 0px;
margin-top: 2px;
padding-bottom: 4px;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
text-align: center;
text-indent: 0px;
text-shadow: none;
text-transform: none;
white-space: pre;
word-spacing: 0px;
border:none;
background:#0E0960;
color:#333;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:4px;
font-weight:bold;
cursor:pointer;
background-color: #D2D2D2;
background-image: url(../images/sbbg.jpg);
background-repeat: repeat-x;

/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
border: 1px solid #999;
}

.cssButtonHover {
	color:#789824;
	
}
/* 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: 8em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 9em;}
.button_return_to_product_list, .button_add_selected {width: 8em;}
.button_in_cart{width: 8em;}  
.button_submit {width: 8em;}
.button_update_cart {color: #789824;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_in_cart
{
	border:none !important;
	background-image: url(../images/bbgred.jpg) !important;
	background-repeat: no-repeat !important;
	color:#FFF !important;
	background-color: transparent !important;
}
.button_in_cartHover
{
	text-decoration:underline !important;;
}

div.simgbox a {
   display:table-cell;
   float:none;
   height:150px;
   text-align:center;
   vertical-align:middle;
   width:160px;
}

.simgbox img {
vertical-align:middle;
}

div.simgbox a {
text-align:center;
}
