.cssButton {
	background: #999; /*fallback for non-CSS3 browsers*/
	border:none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	display:inline-block;
	color:#fff;
	font-size:1.1em;
	font-weight:normal;
	padding:11px;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	-webkit-appearance: none;
	margin:2px;
	height:auto;
}
.cssButtonHover {
	background: #ccc; /*fallback for non-CSS3 browsers*/
	border:none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
	display:inline-block;
	color:#fff;
	font-size:1.1em;
	font-weight:normal;
	padding:11px;
	text-decoration:none;
	position:relative;
	cursor:pointer;
	-webkit-appearance: none;
	margin:2px;
	height:auto;
}


.button_continue_shopping {padding:9px;}
.button_prev {
    border-radius: 0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
	background:#ddd;
	color:#555;
}
.button_next {
    border-radius: 0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
	background:#ddd;
	color:#555;
}

.button_return_to_product_list {
    border-radius: 0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 18px;
    font-weight: normal;
    height: 25px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px;
	background:#ddd;
	color:#555;
}
.button_nextHover,.button_return_to_product_listHover,.button_prevHover {
	background:#eee;
	color:#333;

}
#topCartContents .button_checkout {
    float: right;
    padding: 8px;
}
#topCartContents .small_edit {
    float: left;
    padding: 8px;
}
.small_edit {
    float: right;
}
.button_checkout {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	padding:10px;
	}
.button_checkout,.button_buy_now {background:#83a588;}
.button_in_cart {
    background: #83a588;
    font-size: 1.5em;
    padding: 11px 25px;
    width: 40%;
	margin:0;
    min-width: 250px;
}
.button_sold_out_sm {padding:5px 8px;}
.button_in_cartHover,.button_buy_nowHover,.button_checkoutHover,.button_in_cart:hover {background:#89b590;}
.button_buy_now,.button_buy_nowHover {margin:0;padding:5px 8px;}
.decreaseButton, .increaseButton {
    width: 32px;
    height: 100%;
    display: inline-block;
    text-align: center;
    color: #666;
    line-height: 44px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.button_in_cart {
    width: 100%;
}	
}
