/**
 * 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 */

input.cssButton, input.cssButtonHover {
	cursor: pointer;
	vertical-align:top;
	}
input:focus{
	cursor:auto;
	}

.cssButton, .cssButtonHover {
	display:block;
	background: url(../images/bg/transgreyvertlines2.png);
	color: #333333;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;

	text-align:center;
	font-weight: bold;
	padding: 0.2em 0.3em;
	cursor: pointer;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/

}

.cssButtonHover {
	background: #CCCCCC url(../images/bg/transgreyvertlines2.png);
}
/* 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,   {width: 7em;}
.button_update_cart, .button_checkout{width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
 
.button_submit {}
.button_update_cart {
	background: url(../images/button_update_cart.gif) no-repeat;
	border: none;
	width: 25px;
	height: 25px;
	font-size: 0px;
}
.button_update_cartHover {
	background: url(../images/button_update_carthover.gif) no-repeat;
	}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_search{
	width: 3em;
	display:inline;
	background-color: #330000;
	color : #FFFFFF;
	border: 1px solid #990000;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	font-weight: bold;
	padding: 0.1em 0.3em;
}
.button_searchHover{
	background-color: #CC0000;
	color : #FFFFFF;
	border: 1px solid #990000;
	font-weight: bold;
}
.BUTTON_IMAGE_SEARCH_LEFT_COLUMN{
	width: 3em;
	display:inline;
	background: url(../images/darktransparentdot.png);
	color : #FFFFFF;
	border: 1px solid #990000;
	font-family: Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:center;
	font-weight: bold;
	padding: 0.1em 0.3em;
}

.BUTTON_IMAGE_SEARCH_LEFT_COLUMNHover{
	background: url(../images/lighttransparentdot.png);
	color : #FFFFFF;
	border: 1px solid #990000;
	font-weight: bold;
}

.button_login {
	right: 6px;
	display: inline;
	
}
.button_loginHover {
	right: 5px;
	display: inline;

}
.BUTTON_IMAGE_LOGIN_LEFT_COLUMN{
	background: url(../images/darktransparentdot.png);
	border: 1px solid #990000;
	color:#FFFFFF;
	right: 6px;
	display: inline;
	padding: 0.1em 0.3em;
	
}
.BUTTON_IMAGE_LOGIN_LEFT_COLUMNHover{
	background: url(../images/lighttransparentdot.png);
	right: 6px;
	display: inline;
	
}

.button_back {
                                    

}

.button_buy_now{
	background: url(../images/buttons/button_buy.jpg) no-repeat ;
	width:60px;
	height: 18px;
	color: #000;
	text-align:center;
	line-height: 18px;
	float:left;
	border: none;
	padding:0px;
	margin:3px;
	font-weight: bold;
	font-size: 11px;
	
}
.button_buy_nowHover{
	background: url(../images/buttons/button_buyHover.jpg) no-repeat ;
	color: #fff;	
}

a.listingBuyNowButton{
	border: 1px solid #f8f8f8;
	width:60px;
	height: 18px;
	color: #000;
	text-align:center;
	line-height: 18px;
	float:left;
	border: none;
	padding:0px;
	margin:0px;
font-weight: bold;

}


.more_info{
	background: url(../images/buttons/more_info.gif) no-repeat ;
	width:62px;
	height: 16px;
	color: #FFFFFF;
	text-align:center;
	line-height: 16px;
	padding:0px;
	float:left;
	border: none;
	margin:3px;
}
.more_infoHover{
	background: url(../images/buttons/more_infoHoover.gif) no-repeat ;
	
}

.button_sold_out_sm{
	background: transparent;
	width:0px;
	height:0px;
	padding:0px;
	margin: 0px;
	border: none;
}

.button_sold_out_smHover{
	background: transparent;
	width:0px;
	height:0px;
	padding:0px;
	margin: 0px;
	border: none;
}

.button_delete_small{
	margin-top: 3px;
}

.button_in_cart{
	width: 100px;
	height: 20px;
	background: url(../images/buttons/to_checkout.jpg) no-repeat;
	color: #000;
	border: none;
	margin-left:auto;
	margin-right: auto;
	font-size:12px;
	font-weight:bold;
	line-height: 20px;
	clear:left;
	} 

.button_in_cartHover{
	background: url(../images/buttons/to_checkout_hoover.jpg) no-repeat;
	color: #FFFFFF;
	} 
.button_sold_out{
	width: 130px;
	background: ;
	color: #660000;
	border: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	} 

.button_view{
	width: 50px;
	} 
	
.button_viewHover{
	width: 50px;
	} 