/* css buttons */
.cssButton, .cssButtonHover { }
/* adding the styles below might be needed if the default button width is changed */
.small_delete, .button_prev, .button_next, .button_search { }
.button_sold_out_sm, .button_sold_out, .button_update_cart, .button_checkout {
text-decoration: none;
width:5em;
display: block;
}
.button_login { }
.button_return_to_product_list, .button_add_selected {
}
.button_in_cart{
/*width: 19em;*/
}
.button_submit {
width: 60px;
}
.button_update_cart {
color: red;
}
.button_update_cartHover {
color: black;
}
/*.innerbox#headernavcenter .boxtext .button_search {
display:inline;
}*/
/* Added by Andy for Millers */
.button_search { float: right; }
.button_viewRange, .button_write_review, .button_TellAFriend, .button_continue_shopping, .button_shipping_estimator, .button_checkout { }
.button_back { }
.button_sold_out_sm {
margin-top: 5px;
}