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

input{border:0px;
	font-weight:lighter;}
 
/* css buttons */
.cssButton, .cssButtonHover{
background-color: #4570D1;
font-weight:lighter;
 color: #FFFFFF;	
/*border: 1px outset #F4F4F4;*/
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
padding-bottom:1px;
padding-top:1px;
/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
display: inline;
padding:5px;
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}
*html .button_view, .button_back{text-align:center;
			vertical-align:middle;			
			/*padding:0.3 em;*/
			/*border:1px solid #FFFFFF;*/
			font-weight:lighter;}

input.submitBtn{background-color: #4570D1;
	color:#FFFFFF;
	font-weight:lighter;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	padding-bottom:1px;
	padding-top:1px;
	white-space: nowrap;
	text-decoration: none;
	/*padding: 0.3em;*/}
	
input.submitBtn:hover{background-color: #4570D1;
		color:#FFFFFF;
		font-weight:lighter;
		cursor:pointer;
		_cursor:hand;
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:center;
		white-space: nowrap;
		text-decoration: none;
		/*padding: 0.3em;*/}
		
.button_buy_now, .button_in_cart{
font-size: 14px;
width:100px;
background-image:url(http://www.compu-square.be/images/cart.gif); 
background-color:transparent; 
border:0px solid #FFFFFF; 
background-repeat:no-repeat;
width:25px;
height:25px;
}

/* 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: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {width: 10em;}
.button_return_to_product_list, .button_add_selected {width: 22em;}
.button_in_cart{width: 19em;}  
.button_submit {width: 18em;}
.button_update_cart {color: red;}
.button_update_cartHover {color: black;}

.button_login:hover{background-color: #4570D1;
 color: #FFFFFF;
/*border: 1px outset #F4F4F4;*/
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
/*padding: 0.3em;*/}

.button_login,.small_delete, .button_prev,.button_next,.button_search,.button_write_review,.button_submit,.button_submitHover,.button_TellAFriend,.button_TellAFriendHover,.button_sold_out,.button_update_cart,.button_checkout,.button_login,.button_return_to_product_list,.button_add_selection,.button_submit,.button_update_cart,.button_update_cartHover:hover{background-color: #4570D1;
 color: #FFFFFF;
/*border: 1px outset #F4F4F4;*/
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
/*padding: 0.3em;*/}

/*.button_submit,.button_submitHover :{color: #FFFFFF;
border: 1px outset #F4F4F4;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align:center;
white-space: nowrap;
text-decoration: none;
padding: 0.3em;}*/


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

/*IE 6 hacks for menu*/

*html input.submitBtn{background-color: #4570D1;
	color:#FFFFFF;
	/*border: 1px outset #F4F4F4;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	white-space: nowrap;
	text-decoration: none;
	padding-bottom:4px;}
	
*html input.submitBtn:hover{background-color: #4570D1;
		color:#FFFFFF;
		/*border: 1px outset #F4F4F4;*/
		font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align:center;
		white-space: nowrap;
		text-decoration: none;
		}
		
*html .cssButton{padding-bottom:10px;}
*html .buttonRow{padding-bottom:0.3em;
		      font-weight:bold;}
