/**
 * 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 */
#navBreadCrumb {
	margin: 0 0 5px 0;
	color: #b37e17;
	font-size: 11px;
		visibility: hidden;
}
.bread1 {
	visibility: visible;
}
.nohide {
	visibility: visible;
}
#navBreadCrumb p {
	margin: 0;
	padding: 0px;
	float: left;
	color: #979636;
	font-size: 11px;

}
#navBreadCrumb a {
	padding: 0 2px;
	margin: 0 3px 0 0;
	color : #979636;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	text-decoration: underline;
	font-weight: 400;
	/*margin-left: auto;
margin-right: auto;*/
	overflow: hidden;/*vertical-align: top;*/
	visibility: visible;	/*cursor: pointer;*/

 }
 #navBreadCrumb a:hover {
	color: #b37e17;
	text-decoration: underline;
}

.cssButton, .cssButtonHover, .cssButtonHoverHover, .button_login {
	width: 150px;
	color : #fff;
	border: 0px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	text-decoration: none;
	font-weight: 400;/*border-spacing: 1px;*/
	display: block;/*margin-left: auto;
margin-right: auto;*/
	/*vertical-align: top;*/
	/*cursor: pointer;*/
	background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	height: 34px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

.cssButtonHover, .cssButtonHoverHover {
	color: #fff;
	text-decoration: none;
	background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;	
}


#checkout .cssButton, #easySignUp .cssButton, .button_login .cssButton { 
line-height: 34px;

 }
 #checkout .cssButtonHover, #easySignUp .cssButtonHover, .button_login .cssButtonHover,#checkout .cssButtonHoverHover, #easySignUp .cssButtonHoverHover, .button_login .cssButtonHoverHover {line-height: 34px; }
 
 
.button_login, .button_submit, .button_continue_checkout { padding: 0px!important; margin: 0px!important; width: 150px!important; } 
 #checkout .cssButtonHover { 
 padding: 5px 0 0 0;
 margin: 5px 0 0 0;
 }
 


 #checkout .button_confirm_order { 	font-size: 15px;
 padding: 0px 0 0 0 !important;
	width: 200px!important;
background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button2.png);
margin: 0px 0 0 0!important;

 }
  #checkout .button_confirm_order:hover {  color: #fff;
	text-decoration: none;
	background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button-hover2.png);}

 
 
 #checkout .button_change_address, #checkout .small_edit, .button_redeem, .button_update {
width: 200px!important;
background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button2.png);
line-height: 34px;
height: 34px;
padding: 0px;
margin: 0px;
}
 #checkout .button_change_addressHover,  #checkout .button_change_addressHoverHover, #checkout .small_editHover, #checkout .small_editHoverHover, .button_redeemHover, .button_redeemHoverHover, .button_updateHover, .button_updateHoverHover { 
 background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button-hover2.png);
 line-height: 34px;
 padding: 0px;
 margin: 0px 0 0 0px;
 height: 34px;
 width: 200px!important;
 
 }


.search_small {
	width: 40px;
	display: none;/*margin-left: auto;
	background-color: #48422e;/*line-height: 130%;*/
	/*cursor: pointer;*/

 }

/* adding the styles below might be needed if the default button width is changed */
.button_continue_shopping, .button_shipping_estimator {
	width: 135px;
	background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button-shop.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
	
}
html body#productinfoBody div#content div#mainarea div.topmain div.topcart ul li div.ajaxCartSlide ul li.ajaxCartSlideOptions span#ajaxCartSlideCheckout.buttonRow a span.cssButton {
	position: relative;
	top: 5px;
	left: 5px;
}

#ajaxCartSlideContinueShopping {height: 30px;
	margin: 0 0 35px 0; }
	
.button_continue_shopping { padding: 6px 0 0 0;}
.button_checkout { padding: 10px 0 0 0;
	margin: -6px 0 0 0;}
	

#ajaxCartSlideContinueShopping .button_continue_shopping {
	position: absolute;
	left: 7px;

	padding: 6px 0 0 0;
	margin: -10px 10px 0 0;
	width: 140px;
	
}
.small_delete, .button_prev, .button_next, .button_search  {width: 7em;}
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout, .button_login {
	
}
#ajaxCartSlideCheckout .button_checkout {
	position: absolute;
	right: -10px;
	padding: 10px 0 0 0;
	margin: -15px 0 0 0;
}



.button_return_to_product_list, .button_add_selected {width: 22em;}

.button_checkout {
	float: right;
}
.button_submit, .button_login, .button_create_account, .button_cowoa {
}
.button_update_cart {color: red;}
.button_update_cartHover {color: #003D00;}
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

input.search_small {
	background-image: url(/includes/templates/cold_steel/buttons/english/search_small.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	font-size: 1px;
	text-decoration: none;
	font-weight: normal;
	color : #000000;
	border: 0px solid #ccc;
	top: 8px;
	width: 25px;
	right: 2px;
	position: absolute;
	padding: 0;
	height: 20px;
	display: block;
	background-color: transparent;	
	z-index: 40;
}
input.button_in_cart {
	float: right;
}
.button_buy_now {
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;

}
.button_in_cart{
	width: 133px!important;
	font-size: 13px;
	height: 30px!important;
	background-image: url(../images/cartadd.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: absolute;
	right: -152px;
	top: -3px;
	text-indent: -5000px;
}

#loginFormSidebox, #loginFormSidebox a {
	font-size: 11px;
}

#ajaxCartSlideCheckout {
	margin-left: 0px;
	width: 75px!important;
}
.button_send {
	float: right;
	width: 110px!important;
}
.button_back, .button_buy_now { padding: 16px 0 0 0; 
margin: -6px 0 0 0;}


.button_confirm_checkout {
	width: 150px!important;
	height: 30px;
}

html body#shoppingcartBody div#content div#mainarea div#shoppingCartDefault.centerColumn div#shippingEstimatorContent form div.buttonRow input.cssButton { width: 107px!important; }

html body#shoppingcartBody div#content div#mainarea div#shoppingCartDefault.centerColumn div#shippingEstimatorContent form div.buttonRow input.cssButtonHoverHover { width: 107px!important; }

html body#productinfoBody div#content div#mainarea div.topmain div.topcart ul li div.ajaxCartSlide ul li.ajaxCartSlideOptions span#ajaxCartSlideCheckout.buttonRow a span.cssButton {
	position: relative;
	top: 5px;
	width: 103px!important;
	height: 20px!important;
	padding: 5px 0;
	left: 5px;
}

.button_continue_shopping:hover, .button_shipping_estimator:hover { width: 120px; background-image: url(http://stonegifts.com/includes/templates/cold_steel/images/button-shop-hover.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 135px;
	font-size: 11px;
}

