/**

* 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: 22px;

line-height: 22px;

margin: 0 2px;

padding: 0 5px;

text-transform: uppercase !important;

}

.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/sc.png) no-repeat #e03b3b;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: 0px 20px 0px 0px;
    border: none;
    text-transform: uppercase !important;
    border-radius: 4px;

}

#head-search .cssButtonHover.search{

    background:url(../images/sc.png) no-repeat #555;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: 0px 20px 0px 0px;
    border: none;
    text-transform: uppercase !important;
    border-radius: 4px;

}

.button { float:left;}

.button2 { float:left;}

.cssButton.button_in_cart{

background:#e03b3b; 

border: medium none;

border-radius: 0 0 0 0;width:150px !important;

color: #FFFFFF;

cursor:pointer!important;

display: inline-block;

font-size: 12px;

font-weight: bold;

height: 39px;

line-height: 39px;

padding: 0 5px 0 30px;

text-transform: uppercase !important;

}

.cssButtonHover.button_in_cart{

background:#a828b5;

border: medium none;

border-radius: 0 0 0 0; width:150px !important;

color: #FFFFFF;

cursor:pointer!important;

display: inline-block;

font-size: 12px;

font-weight: bold;

height: 39px;

line-height: 39px;

padding: 0 5px 0 30px;

text-transform: uppercase !important;

}

.TagsbuttonRow {

background:#a828b5;

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: #a828b5; 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:#a828b5; width:79px!important; height:27px; float:right; font-size:10px; color:#fff; padding:5px; 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; }

