/**
 * 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 */
html {
	  overflow-y: scroll !important;
	}

.cssButton, .cssButtonHover {
    color : #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    display:block;
    cursor:pointer;
    border:none;
	background: url(../images/button_bg.jpg) no-repeat top;
	line-height:25px;
	width: 67px;
}

.buttonnofocus input:focus
{
    background:url(../images/buynow_o.gif) no-repeat !important;
}
.bn90nofocus input:focus
{
    background:url(../images/bn90_o.gif) no-repeat !important;
}


.bn82nofocus input:focus
{
    background:url(../images/bn82_o.gif) no-repeat !important;
}
.bn165nofocus input:focus
{
    background:url(../images/bn165_o.gif) no-repeat !important;
}

.buttonsubmitfocus input:focus
{
    background:url(../images/bn165_o.gif) no-repeat !important;
}


.bn100nofocus input:focus
{
    background:url(../images/bn100_o.gif) no-repeat !important;
    
}
.btn_buynow {
    background:url(../images/buynow_n.gif) no-repeat;
    width:81px;
    border: none;
    height:30px;
    display:block;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    font-family:Arial;
    padding-bottom:3px;
}

.buynowBtnHover {background:url(../images/buynow_o.gif) no-repeat;width:81px;
    border: none;height:30px;
    display:block;font-size:12px;
    font-weight:bold;
    color:#fff;
    font-family:Arial;
    padding-bottom:3px;
    }
    
/* adding the styles below might be needed if the default button width is changed */
 .button_continue_shopping
 {
    background:url(../images/bn135_n.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
 .button_continue_shoppingHover
 {
    background:url(../images/bn135_o.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }

 .button_goto_prod_details
 {
    background:url(../images/bn135_n.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 } 
 
  .button_goto_prod_detailsHover
 {
    background:url(../images/bn135_o.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
 
 .button_more_reviews
  {
    background:url(../images/bn135_n.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 } 
   .button_more_reviewsHover
 {
    background:url(../images/bn135_o.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
 
 .button_write_review
 {
    background:url(../images/bn135_n.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
 .button_write_reviewHover
  {
    background:url(../images/bn135_o.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }

 
  .button_read_reviews
 {
    background:url(../images/bn135_n.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
 .button_read_reviewsHover
 {
    background:url(../images/bn135_o.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
 .button_shipping_estimator
 {
    background:url(../images/bn135_n.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
 .button_shipping_estimatorHover
 {
    background:url(../images/bn135_o.gif) no-repeat;
    height:25px;
    width:135px;
    line-height:25px !important;
 }
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 10em;}
.button_span100
{
    background:url(../images/bn100_n.gif) no-repeat;
    height:25px;
    width:100px;
    line-height:25px !important;
}
.button_span100Hover
{
    background:url(../images/bn100_o.gif) no-repeat;
    height:25px;
    width:100px;
    line-height:25px !important;
}
.button_in_cart{
    background:url(../images/bn100_n.gif) no-repeat;
    height:25px;
    width:100px;
 }
 
.button_in_cartHover{
    background:url(../images/bn100_o.gif) no-repeat;
    height:25px;
    width:100px;
 }
 .button_checkout, .button_login 
 {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
 }
 .button_checkoutHover, .button_loginHover
 {
    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
 }
.button_submit {
    background:url(../images/bn165_n.gif) no-repeat;
    height:25px;
    width:165px;
}
.button_submitHover {
    background:url(../images/bn165_o.gif) no-repeat;
    height:25px;
    width:165px;
}
.button_continue_checkout
{
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

.button_continue {
	line-height:25px;
}
.button_continue_checkoutHover
{
    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}
.button_send
{
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}
.button_sendHover
{
    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}
.button_confirm_order
{
    background:url(../images/bn165_n.gif) no-repeat;
    height:25px;
    width:165px;
    line-height:25px !important;
}
.button_confirm_orderHover
{
    background:url(../images/bn165_o.gif) no-repeat;
    height:25px;
    width:165px;
    line-height:25px !important;
}

.button_update_cart {color: red;}
.button_update_cartHover {color: black;}

.button_change_address
{
    background:url(../images/bn100_n.gif) no-repeat;
    height:25px;
    width:100px;
    line-height:25px !important;
}
.button_change_addressHover
{
    background:url(../images/bn100_o.gif) no-repeat;
    height:25px;
    width:100px;
    line-height:25px !important;
}
.button_add_address
{
    background:url(../images/bn100_n.gif) no-repeat;
    height:25px;
    width:100px;
    line-height:25px !important;
    margin-right:0px;
}
.button_add_addressHover
{
    background:url(../images/bn100_o.gif) no-repeat;
    height:25px;
    width:100px;
    line-height:25px !important;
    margin-right:0px;
}
.button_delete_small
{
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

.button_delete_smallHover
{
    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}



.small_edit {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.small_editHover {

    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

.button_back {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.button_backHover {

    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.button_continue {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.button_continueHover {

    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

.button_logoff {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.button_logoffHover {

    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

.button_view {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.button_viewHover {

    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

.button_delete {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.button_deleteHover {

    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

.button_update {
    background:url(../images/bn82_n.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}


.button_updateHover {

    background:url(../images/bn82_o.gif) no-repeat;
    height:25px;
    width:82px;
    line-height:25px !important;
}

/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/
