/* @override 
	http://designersleeves.addinteractivity.com/includes/templates/designersleeves_template/css/stylesheet_css_buttons.css
*/

/**
 * CSS Buttons Stylesheet
 *
 * Thanks to paulm for much of the content of the CSS buttons code
 *
 * @package templateSystem
 *
 * @copyright 2007 delicious:suite
 * @author Ben Lawless
 *
 * @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, input.cssButton, div#categoriesContent li a {
    display:block;
    margin-right: auto;
    margin-left: auto;
    float:left;
    clear: left;
    border: 1px solid #a9a9a9;
    border-top: 1px solid #c2c3c5;
    border-left: 1px solid #c2c3c5;
    font-size: 93%;
    line-height: 1.5;
    text-decoration:none;
    text-align: center;
    color:#565656;
    cursor:pointer;
	width:auto;
    overflow:visible; /* IE6 */
    line-height:17px;
	margin: 9px 7px 7px 0;
	background: #dbdcdb url(../images/button_bg.png) repeat-x;
	padding: 6px 10px 5px 7px;
}

.cssButtonHover, .cssButton:hover, div#categoriesContent li a:hover {
	background: #bcbcbd url(../images/button_bgDark.png) repeat-x;
}

.selectType .cssButton {
	float: none;
}
div#categoriesContent ul {
	margin-top: 0px;
}

div#categoriesContent li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: -20px;
	clear: left;
}
div#categoriesContent li span.catCount {
	display: none;
}
div#categoriesContent li a {
	width: 160px;
	text-align: left;
	margin-bottom: -5px;
}
span.currentCategory {
	float: right;
	margin-bottom: -10px;
	margin-top: -1px;
}

/*div.productList span.cssButton, div.productList a:hover span.cssButton {
	margin-top: -10px;
} */

/* 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;}*/
/*.innerbox#headernavcenter .boxtext .button_search {display:inline;}*/

