/**
 * 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 : 70px;*/
/*background-color: #DCB8C4;
color : #fff;*/
font-family: Arial;
font-size: 11px;
text-align:center;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 4px 10px;
border-radius:20px;
color: #824157; 
background:#fff;
border:1px solid #dadada;
}

.cssButtonHover {
color: #824157;
text-decoration: none;
-moz-box-shadow: 0px 0px 10px #ccc;
-webkit-box-shadow: 0px 0px 10px #ccc; 
box-shadow: 0px 0px 10px #ccc;
border:1px solid #dadada;
}
/* 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: 50px;}
.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,.button_subscribe_designer,.button_unsubscribe_designer,.button_login_subscribe_designer{ 
border:none; 
padding: 5px 10px; 
font-size:13px; 
color: #824157; 
background:#DCB8C4;
}  

.button_subscribe_designer{ 
width: 201px !important;
height: 35px;
display: block;
white-space: pre-wrap;
}  
.button_in_cartHover,.button_subscribe_designerHover,.button_unsubscribe_designerHover,.button_login_subscribe_designerHover { 
color: #fff;     
-moz-box-shadow: none;
-webkit-box-shadow: none; 
box-shadow: none;
cursor:pointer;
}  
.wishlist_add { /*border:none;*/ }  


.button_submit {width: 18em;}

