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

/* css buttons */
.cssButton, .cssButtonHover {
	color : #FFFFFF;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	display: block;
	background-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 2px;
}

.cssButtonHover {
	color: #ff6600;
	background-color: #000000;
}


#button_add_address, .button_add_address {
	background-image: url(../buttons/tchinese/button_add_address.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_add_address:Hover, .button_add_address:Hover {
	background-position: 0px -27px;
}

#button_add_selected, .button_add_selected {
	background-image: url(../buttons/tchinese/button_add_selected.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_add_selected:Hover, .button_add_selected:Hover {
	background-position: 0px -27px;
}

#button_add_to_cart, .button_add_to_cart {
	background-image: url(../buttons/tchinese/button_add_to_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_add_to_cart:Hover, .button_add_to_cart:Hover {
	background-position: 0px -27px;
}

#button_confirm_order, .button_confirm_order {
	background-image: url(../buttons/tchinese/button_confirm_order.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_confirm_order:Hover, .button_confirm_order:Hover {
	background-position: 0px -27px;
}

#button_continue_checkout, .button_continue_checkout {
	background-image: url(../buttons/tchinese/button_continue_checkout.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_continue_checkout:Hover, .button_continue_checkout:Hover {
	background-position: 0px -27px;
}

#button_continue_shopping, .button_continue_shopping {
	background-image: url(../buttons/tchinese/button_continue_shopping.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_continue_shopping:Hover, .button_continue_shopping:Hover {
	background-position: 0px -27px;
}

#button_in_cart, .button_in_cart {
	background-image: url(../buttons/tchinese/button_in_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_in_cart:Hover, .button_in_cart:Hover {
	background-position: 0px -27px;
}

#button_sold_out, .button_sold_out {
	background-image: url(../buttons/tchinese/button_sold_out.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_sold_out:Hover, .button_sold_out:Hover {
	background-position: 0px -27px;
}

#button_TellAFriend, .button_TellAFriend {
	background-image: url(../buttons/tchinese/button_TellAFriend.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_TellAFriend:Hover, .button_TellAFriend:Hover {
	background-position: 0px -27px;
}

#button_unsubscribe, .button_unsubscribe {
	background-image: url(../buttons/tchinese/button_unsubscribe.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 121px;
}
#button_unsubscribe:Hover, .button_unsubscribe:Hover {
	background-position: 0px -27px;
}



#button_buy_now, .button_buy_now {
	background-image: url(../buttons/tchinese/button_buy_now.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 81px;
}
#button_buy_now:Hover, .button_buy_now:Hover {
	background-position: 0px -27px;
}

#button_change_address, .button_change_address {
	background-image: url(../buttons/tchinese/button_change_address.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 81px;
}
#button_change_address:Hover, .button_change_address:Hover {
	background-position: 0px -27px;
}

#button_create_account, .button_create_account {
	background-image: url(../buttons/tchinese/button_create_account.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 81px;
}
#button_create_account:Hover, .button_create_account:Hover {
	background-position: 0px -27px;
}

#button_login, .button_login {
	background-image: url(../buttons/tchinese/button_login.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 81px;
}
#button_login:Hover, .button_login:Hover {
	background-position: 0px -27px;
}

#button_sold_out_sm, .button_sold_out_sm {
	background-image: url(../buttons/tchinese/button_sold_out_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 81px;
}
#button_sold_out_sm:Hover, .button_sold_out_sm:Hover {
	background-position: 0px -27px;
}

#button_update_cart, .button_update_cart {
	background-image: url(../buttons/tchinese/button_update_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 81px;
}
#button_update_cart:Hover, .button_update_cart:Hover {
	background-position: 0px -27px;
}


#button_back, .button_back {
	background-image: url(../buttons/tchinese/button_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_back:Hover, .button_back:Hover {
	background-position: 0px -27px;
}

#button_checkout, .button_checkout {
	background-image: url(../buttons/tchinese/button_checkout.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_checkout:Hover, .button_checkout:Hover {
	background-position: 0px -27px;
}

#button_continue, .button_continue {
	background-image: url(../buttons/tchinese/button_continue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_continue:Hover, .button_continue:Hover {
	background-position: 0px -27px;
}

#button_delete_small, .button_delete_small {
	background-image: url(../buttons/tchinese/button_delete_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_delete_small:Hover, .button_delete_small:Hover {
	background-position: 0px -27px;
}

#button_delete, .button_delete {
	background-image: url(../buttons/tchinese/button_delete.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_delete:Hover, .button_delete:Hover {
	background-position: 0px -27px;
}

#button_logoff, .button_logoff {
	background-image: url(../buttons/tchinese/button_logoff.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_logoff:Hover, .button_logoff:Hover {
	background-position: 0px -27px;
}

#button_redeem, .button_redeem {
	background-image: url(../buttons/tchinese/button_redeem.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_redeem:Hover, .button_redeem:Hover {
	background-position: 0px -27px;
}

#button_search, .button_search {
	background-image: url(../buttons/tchinese/button_search.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_search:Hover, .button_search:Hover {
	background-position: 0px -27px;
}

#button_send, .button_send {
	background-image: url(../buttons/tchinese/button_send.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_send:Hover, .button_send:Hover {
	background-position: 0px -27px;
}

#button_submit, .button_submit {
	background-image: url(../buttons/tchinese/button_submit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_submit:Hover, .button_submit:Hover {
	background-position: 0px -27px;
}

#button_update, .button_update {
	background-image: url(../buttons/tchinese/button_update.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_update:Hover, .button_update:Hover {
	background-position: 0px -27px;
}

#button_view, .button_view {
	background-image: url(../buttons/tchinese/button_view.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#button_view:Hover, .button_view:Hover {
	background-position: 0px -27px;
}

#small_edit, .small_edit {
	background-image: url(../buttons/tchinese/small_edit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 27px;
	width: 61px;
}
#small_edit:Hover, .small_edit:Hover {
	background-position: 0px -27px;
}

#search_small, .search_small {
	background-image: url(../buttons/tchinese/search_small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	width: 24px;
	position: absolute;
	top: 8px;
	right: 25px;
	bottom: 12px;
}
#search_small:Hover, .search_small:Hover {
	background-position: 0px -16px;
}
