/**
* 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 $
*/
/* css buttons */
.cssButton, .cssButtonHover {
background: #FCC802;
    border: 1px solid #FAA41A;color: #FFFFFF;
cursor:pointer!important;
display: inline-block;
font-size: 11px;
height: 22px;
line-height: 22px;
margin: 0 2px;
padding: 0 5px;
text-transform: uppercase !important;
}

.cssButton:hover,
.cssButtonHover { background:url(../images/box.gif) top;border: 1px solid #80ac19;}
.navNextPrevWrapper a,
.btn1 a{
text-decoration:none;
}
/* 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  {}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {}
.button_return_to_product_list, .button_add_selected {}
.button_in_cart{}  
.button_submit {}
.button_update_cart {}
.button_update_cartHover {}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
/*---search-button---*/
#head-search .cssButton.search{
background:url(../images/box1.gif) bottom;
color: #FFFFFF;
cursor:pointer!important;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 34px;
line-height: 34px;
margin: 0;
padding: 0 5px;border:none;
text-transform: uppercase !important;
}
#head-search .cssButtonHover.search{
background:url(../images/box.gif) bottom;border:none;color: #FFFFFF;
color: #FFFFFF;
display: inline-block;
font-size: 14px;
font-weight: bold;
height: 34px;
line-height: 34px;
margin: 0;
padding: 0 5px;
text-transform: uppercase !important;
}
.button { float:left;}
.button2 { float:left;}
.cssButton.button_in_cart{
background:#f67070; font-family:Arial, Helvetica, sans-serif;
border: medium none;
border-radius: 0 0 0 0;width:100px !important;
color: #FFFFFF;
cursor:pointer!important;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 44px;
line-height: 44px;
margin: 0; 
padding: 0 5px;
text-transform: uppercase !important;
}
.cssButtonHover.button_in_cart{
background:#555;
border: medium none;
border-radius: 0 0 0 0; width:100px !important;
color: #FFFFFF;
cursor:pointer!important;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 44px;
line-height: 44px;
margin: 0;
padding: 0 5px;
text-transform: uppercase !important;
}
.TagsbuttonRow {
background:#71a32f;
border: medium none;
border-radius: 0 0 0 0;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 32px;
line-height:24px;
margin: 0 0 0 2px;
padding: 0 5px;
text-transform: uppercase !important;
}
.cssButton.button_subscribe{
background:#ff7a01;
border: medium none;
border-radius: 0 0 0 0;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 34px;
line-height: 34px;
margin: 0;
padding: 0 5px;
text-transform: uppercase !important;
}
.cssButtonHover.button_subscribe{
background:#666;
border: medium none;
border-radius: 0 0 0 0;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 34px;
line-height: 34px;
margin: 0;
padding: 0 5px;
text-transform: uppercase !important;
}
.cssButton.button_add_to_cart {
background:#fafafa;border-bottom: 1px solid #ccc;
color: #555;
cursor:pointer!important;
display: inline-block;
font-size: 11px;
height: 22px;
line-height: 22px;
margin: 0 2px;
padding: 0 5px;
text-transform: uppercase !important;}

.cssButtonHover.button_add_to_cart { background:#fd836f;
}
.cssButton.vote{ width:50px!important;}
.cssButtonHover.vote{ width:50px!important;}
.button_read_reviews { width:50px!important;}
.button_goto_prod_details { width:50px!important;}
