/**
 * 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, .cssButtonHover {
	width : 20em;
	background-color: #000000;
	color : #ffffff;
	/*border: 2px outset #F4F4F4;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align:center;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	border:none;
	/*padding: 0.3em;/*border-spacing: 1px;*/
/*margin-left: auto;
margin-right: auto;*/
/*display: block;*/
/*vertical-align: top;*/
/*line-height: 130%;*/
/*cursor: pointer;*/
}

.cssButtonHover {
color: #ffffff;
/*border-style: inset;*/
text-decoration: none;
}
/* 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: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

.button_in_cart, .button_send, .button_login, .button_submit, .button_continue_checkout, .button_continue, .button_update_cart, .button_buy_now, .button_redeem, .button_confirm_send {
	background-color:#FFFFFF;
	background-image:url(../images/mmbutton_addtocart.png);
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	width:80px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
	}
.button_buy_now {
/*float:right;
margin-right:33%;
font-size:12px;*/
text-align:center;
clear:both;
display:inline-block;
vertical-align:bottom;
}

.button_in_cartHover, .button_sendHover, .button_loginHover, .button_submitHover, .button_continue_checkoutHover, .button_continueHover, .button_update_cartHover, .button_buy_nowHover, .button_redeemHover, .button_confirm_sendHover {
	background-color:#FFFFFF;
	background-image:url(../images/mmbutton_cartback.png);
	background-repeat:no-repeat;
	color:#6e6e6e;
	width:80px;
	height:40px;
	}

.button_TellAFriend, .button_write_review, .button_read_reviews, .button_goto_prod_details, .button_reviews, .button_more_reviews, .button_checkout, .button_continue_shopping, .button_change_address, .button_confirm_order, .button_send_another, .button_add_address {
	background-color:#FFFFFF;
	width:120px;
	height:40px;
	color:#000000;
	display: inline-block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left:0px;
	}
		
	.button_TellAFriend, .button_goto_prod_details, .button_more_reviews, .button_send_another {
	background-image:url(../images/mmbutton_tellafriend.png);
	background-repeat:no-repeat;
	padding-right:30px;
	padding-left:10px;
	line-height:40px;
	vertical-align: middle;
	}
	
	.button_confirm_order {
	background-image:url(../images/mmbutton_continue.png);
	background-repeat:no-repeat;
	padding-right:60px;
	padding-left:60px;
	line-height:40px;
	vertical-align: middle;
	}
	.button_checkout, .button_add_address {
	background-image:url(../images/mmbutton_continue.png);
	background-repeat:no-repeat;
	padding-right:30px;
	padding-left:10px;
	line-height:40px;
	vertical-align: middle;
	}
	
	
	.button_confirm_orderHover, .button_checkoutHover, .button_add_addressHover {
	background-image:url(../images/mmbutton_continueHover.png);
	background-repeat:no-repeat;
	color:#494949;
	}
	
	.button_write_review, .button_read_reviews, .button_reviews, .button_continue_shopping, .button_change_address {
	background-image:url(../images/mmbutton_writereview.png);
	background-repeat:no-repeat;
	padding-right:30px;
	padding-left:10px;
	line-height:40px;
	vertical-align: middle;
	}
	.button_write_reviewHover, .button_read_reviewsHover, .button_reviewsHover, .button_continue_shoppingHover, .button_change_addressHover {
	background-image:url(../images/mmbutton_writereviewHover.png);
	background-repeat:no-repeat;
	color:#6e6e6e;
	}
	.button_write_review a {
	line-height:40px;
	vertical-align: middle;
	}
	
	.button_TellAFriendHover, .button_goto_prod_detailsHover, .button_more_reviewsHover, .button_send_anotherHover {
	background-image:url(../images/mmbutton_tellafriendhover.png);
	color:#6e6e6e;
	}
	.button_search {
	background-image:url(../images/mmbutton_searchheader.png);
	background-repeat:no-repeat;
	color:#000000;
	height:30px;
	background-color:#d0e8ff;
	}
	.button_searchHover {
	background-image:url(../images/mmbutton_searchheaderHover.png);
	background-repeat:no-repeat;
	color:#494949;
	}
	/*.button_checkout {
	background-image:url(../images/mmbutton_checkout.png);
	background-repeat:no-repeat;
	display:block;
	background-color:#d4fecd;
	line-height:30px;
	margin-left:35px;
	color:#000000;
	}
	.button_checkoutHover {
	background-image:url(../images/mmbutton_checkoutHover.png);
	background-repeat:no-repeat;
	color:#494949;
	}*/
	.button_continue_shopping,	.button_continue_shoppingHover {
	font-size:10px;
	padding-right:5px;
	padding-left:5px;
	}
	.button_checkout, .button_checkoutHover {
	padding-left:20px;
	}
	/*.button_return_to_product_list {
	background-image:url(../images/buttonstyle_prev.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	line-height:20px;
	color:#000000;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}*/
.button_prev, .button_next {
background-image:url(../images/mmbutton_previousnext.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
font-size:9px;
height:24px;
color:#000000;
line-height:24px;
vertical-align:middle;
padding-top:7px;
padding-bottom:7px;
}
.button_back {
background-image:url(../images/mmbutton_previousnext.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
height:24px;
color:#000000;
line-height:24px;
vertical-align:middle;
padding-left:10px;
padding-right:14px;
padding-bottom:14px;
padding-top:6px;
}
.button_backHover {
background-image:url(../images/mmbutton_previousnextHover.png);
background-repeat:no-repeat;
color:#494949;
}
.small_edit {
background-image:url(../images/mmbutton_smalledit.png);
background-repeat:no-repeat;
margin-bottom:20px;
background-color:transparent;
height:24px;
color:#000000;
line-height:24px;
vertical-align:middle;
padding-left:16px;
padding-right:40px;
padding-bottom:6px;
padding-top:6px;
}
.button_delete, .small_delete {
background-image:url(../images/mmbutton_smalldelete.png);
background-repeat:no-repeat;
line-height:24px;
vertical-align:middle;
color:#000000;
background-color:transparent;
padding-bottom:6px;
padding-top:6px;
padding-left:10px;
padding-right:10px;
}
.button_deleteHover, .small_deleteHover {
background-image:url(../images/mmbutton_smalldeleteHover.png);
background-repeat:no-repeat;
}

.button_logoff {
background-image:url(../images/mmbutton_smalledit.png);
background-repeat:no-repeat;
margin-bottom:20px;
background-color:transparent;
height:24px;
color:#000000;
line-height:24px;
vertical-align:middle;
padding-bottom:6px;
padding-top:6px;
margin-right:10px;
padding-left:8px;
padding-right:8px;
}


.small_editHover, .button_logoffHover {
background-image:url(../images/mmbutton_smalleditHover.png);
background-repeat:no-repeat;
color:#494949;
margin-bottom:20px;
}

.button_prev {
padding-left:5px;
padding-right:6px;
}
.button_next {
padding-left:16px;
padding-right:16px;
}
.button_prevHover, .button_nextHover {
background-image:url(../images/mmbutton_previousnextHover.png);
background-repeat:no-repeat;
color:#494949;
}



.button_return_to_product_list {
background-image:url(../images/mmbutton_return.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
font-size:9px;
height:24px;
color:#000000;
line-height:24px;
padding-left:10px;
padding-right:12px;
vertical-align:middle;
padding-top:7px;
padding-bottom:7px;
}

.button_return_to_product_listHover {
background-image:url(../images/mmbutton_returnHover.png);
background-repeat:no-repeat;
color:#494949;
}
/*.button_next {
background-position:right;
}

.button_prev {
background-position:left;*/
}
.buttonRow {
height:auto;
padding:5px;
}
/*.button_back {
background-image:url(../images/buttonstyle_small_edit.gif);
background-repeat:no-repeat;
color:#000000;
line-height:24px;
text-align:center;
vertical-align:middle;
padding:3px 2px 3px 2px;
background-color:#ffffff;
}
.button_backHover {
color:#494949;
}*/


.button_view {
background-image:url(../images/mmbutton_view.png);
background-repeat:no-repeat;
background-color:#ffffff;
height:30px;
color:#000000;
text-align:center;
vertical-align:middle;
width:80px;
padding-top:.8em;
padding-bottom:.8em;
padding-left:2.2em;
padding-right:2em;
}
.button_change_address {
padding-left:5px;
}
.button_send_a_gift_cert {
background-image:url(../images/mmbutton_giftvoucher.png);
background-color:#ffffff;
background-repeat:no-repeat;
font-size:1em;
line-height:40px;
vertical-align: middle;
padding-top:15px;
padding-bottom:15px;
padding-left:8px;
padding-right:16px;
margin-left:0px;
color:#000000;
	}
	.button_send_a_gift_certHover {
	background-image:url(../images/mmbutton_giftvoucherHover.png);
	background-repeat:no-repeat;
	color:#494949;
	}
.button_change_address, .button_change_addressHover {
margin-right:20px;
background-color:#d4fecd;
}