/**
* 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: #555;
border-bottom: 1px solid #111;color: #FFFFFF;
cursor:pointer!important;
display: inline-block;
font-size: 11px;
height: 19px;
line-height: 19px;
margin: 0 2px;
padding: 0 5px;
}
.cssButton:hover,
.cssButtonHover { background:#222;border-bottom: 1px solid #111;}
.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_submit {}
.button_update_cart {}
.button_update_cartHover {}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
/*---search-button---*/
.head-search .cssButton.search{
background:url(../images/scc.png) no-repeat 5px;
font-size:0; width:36px; height:36px;
margin: 0;
border:none;
text-transform: uppercase !important;
}
.head-search .cssButtonHover.search{
background:url(../images/scc.png) no-repeat 5px;
font-size:0; width:36px; height:36px;
margin: 0;
border:none;
text-transform: uppercase !important;
}
.button { float:left;}
.button2 { float:left;}
.cssButton.button_in_cart{
background:#353535; 
border: medium none;
border-radius: 0 0 0 0;width:40% !important;
color: #FFFFFF;
cursor:pointer!important;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 39px;
line-height: 39px;
padding: 0 5px 0 5px;
text-transform: uppercase !important;
}
.cssButtonHover.button_in_cart{
background:#353535;
border: medium none;
border-radius: 0 0 0 0; width:40% !important;
color: #FFFFFF;
cursor:pointer!important;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 39px;
line-height: 39px;
padding: 0 5px 0 5px;
text-transform: uppercase !important;
}
.TagsbuttonRow {
background:#353535;
border: medium none;
border-radius: 0 0 0 0;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 28px;
line-height:24px;
margin: 0 0 0 2px;
padding: 0 5px;
text-transform: uppercase !important;
}
.cssButton.button_subscribe{
background:#555; 
border: medium none;
border-radius: 0 0 0 0;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 36px;
line-height: 36px;
margin: 0;
padding: 0 5px;
text-transform: uppercase !important;
}
.cssButtonHover.button_subscribe{
background:#000;
border: medium none;
border-radius: 0 0 0 0;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: bold;
height: 36px;
line-height: 36px;
margin: 0;
padding: 0 5px;
text-transform: uppercase !important;
}
.cssButton.button_login{background: #353535; margin-top:10px; margin-right:5px;
border-bottom: 1px solid #111;color: #FFFFFF;
cursor:pointer!important;
display: inline-block; float:right;
font-size: 11px;
height: 22px;
line-height: 22px; color:#fff;

padding: 0 5px;
text-transform: uppercase !important;
}
.cssButtonHover.button_login{background: #555; margin-top:10px; margin-right:5px;
border-bottom: 1px solid #111;color: #FFFFFF;
cursor:pointer!important;
display: inline-block; float:right;
font-size: 11px;
height: 22px;
line-height: 22px; color:#fff;

padding: 0 5px;
text-transform: uppercase !important;
}
.cssButton.button_add_to_cart {
background:url(../images/ccart.png) no-repeat; padding-left:18px; font-size:10px; text-transform: uppercase !important; color:#555; float:right; border-bottom:none;}
.cssButtonHover.button_add_to_cart { 
background:url(../images/ccart.png) no-repeat; padding-left:18px; font-size:10px; text-transform: uppercase !important; color:#000; float:right; border-bottom:none;}

#crossSell .button_in_cart { background:#353535; width:79px!important; height:20px; float:right; font-size:12px; color:#fff; padding:2px; line-height:14px;
}
.cssButton.vote{ width:50px!important;}
.cssButtonHover.vote{ width:50px!important;}
.button_read_reviews { width:50px!important;}
.button_goto_prod_details { width:60px!important; }
.cssButton.button_ask_question{ width:100%; height:38px; line-height:38px; background:#fff; color:#111;border:1px solid #222; font-size:14px;}
.cssButtonHover.button_ask_question{ width:100%; height:38px; line-height:38px; background:#111; color:#fff; font-size:14px;}
