/**
 * 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 4387 2006-09-04 13:54:28Z drbyte $
 */

/* css buttons */

.inputclasstext, .inputclasspassword  {
height:15px;
border: 1px inset #8D8D8D;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
text-decoration: none;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.button_in_cart{

}

.cssButton, .cssButtonHover {
 font-size:12px;
 font-family: arial;
 color : white;
 text-align:center;
 white-space: nowrap;
 text-decoration: none;
 font-weight: bold;
 margin:0;
 padding-top: 10px;
 display: inline-block;
 height:25px;
 width:152px !important;
	background-image: url(../images/button01.png);
	background-repeat: no-repeat;
 border:none;
}

.button_search{
	background-image: url(../images/button02.png);
	background-repeat: no-repeat;
}

.button_prev,
.button_next,
.button_buy_now1,
.button_detail1
{
	background-image: url(../images/button03.png);
 width:84px !important;
}

.cssButtonHover {
	background-image: url(../images/button01-hover.png);
text-decoration: none;
background-color:#8F0000;
color:white;
}

.button_detail1Hover, .button_buy_now1Hover{
	background-image: url(../images/button03-hover.png);
}

input{
padding: 0;margin: 0;
}

input[type="text"],input[type="password"]{
 background-image: url(../images/bg-input.gif);
 padding: 2px 3px;
 margin-bottom: 5px;
}

.input01{
 background-image: url(../images/bg-input.gif);
 background-repeat:repeat-x;
 background-position:bottom;
 border:1px solid #999999;
}

input[type="submit"] {
  padding-top:0px;
  height:35px;
}


input[type="hidden"] {
  display: none;
}

.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
{
 }
