/**
 * 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 4567 2006-09-20 01:55:24Z birdbrain $
 */

/* css buttons */
.cssButton {
background:url(../images/bg-b.gif) no-repeat scroll right top #C2C1AB;
border-width:0;
color:#404040;
cursor:pointer;
font-size:12px;
height:23px;
padding:3px 19px 5px 6px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: normal;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
background:url(../images/bg-bh.gif) no-repeat scroll right top #C2C1AB;
border-width:0;
color:#404040;
cursor:pointer;
font-size:12px;
height:23px;
padding:3px 19px 5px 6px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: normal;
}
.button_ask_question, .button_write_review, .button_TellAFriend, .button_reviews {
width: 120px; 
float: left;
height: 15px;
margin-bottom: 2px;
padding:3px 19px 5px 6px;
border-left: 1px solid #787878;
text-align: left;
}
.button_search {
padding:1px 19px 4px 6px;
border-left: 1px solid #787878;
}
.button_prev, .button_continue_shopping, .small_edit, .button_delete, .button_back {
background:url(../images/bgt-b.gif) no-repeat scroll left top #C2C1AB;
padding:3px 6px 5px 19px;
border-right: 1px solid #787878;
}
.button_prevHover, .button_continue_shoppingHover, .small_editHover, .button_deleteHover, .button_backHover {
background:url(../images/bgt-bh.gif) no-repeat scroll left top #C2C1AB;
padding:3px 6px 5px 19px;
}

.button_next, .button_login, .button_submit, .button_continue, .button_goto_prod_details, .button_read_reviews, .button_send {
border-left: 1px solid #787878;
}
.button_read_reviews {
margin-bottom: 1px;}
.button_continue {
background:url(../images/go-b.gif) no-repeat scroll right top #C2C1AB;
color: #000000;}
.button_continueHover {
background:url(../images/go-bh.gif) no-repeat scroll right top #C2C1AB;
color: #000000;}
.button_return_to_product_list {
background:url(../images/b-b.gif) no-repeat scroll left top #C2C1AB;
border-left: 1px solid #787878;
border-right: 1px solid #787878;}
.button_return_to_product_listHover {
background:url(../images/b-bh.gif) no-repeat scroll left top #C2C1AB;
}
.button_in_cart {
width: 98.8%;
padding:3px 19px 5px 6px;
border-left: 1px solid #787878;
background:url(../images/go-b.gif) no-repeat scroll right top #C2C1AB;
color: #000000;
margin: 1px 0px 1px 2px;
}
.button_buy_now, .button_checkout {
border-left: 1px solid #787878;
background:url(../images/go-b.gif) no-repeat scroll right top #C2C1AB;
color: #000000;
}
.button_in_cartHover, .button_buy_nowHover, .button_checkoutHover {
background:url(../images/go-bh.gif) no-repeat scroll right top #C2C1AB;
color: #000000;}

/* 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: 5.8em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
, .button_checkout {background-color: #CC0000; color: #FFFFFF;}
.button_in_cartHover {color: #000000;}
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
.button_goto_prod_details {display:block;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

