/**
 * 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 2765 2006-01-01 21:15:45Z birdbrain $
 */

/* css buttons */
.cssButton, .cssButtonHover{
background: #197198  right center no-repeat;
color : #FFF;
border: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
text-align:left;
white-space: nowrap;
text-decoration: none;
font-weight: bold;
padding: 0.2em 20px 0.2em 0.5em;
}

/* adding the styles below might be needed if the default button width is changed */
/* .button_continue_shopping, .button_shipping_estimator {width: 150px;} */
.button_checkout, .button_buy_now, .button_checkoutHover, .button_buy_nowHover, .button_continue_checkout, .button_continue_checkoutHover{
background: #8C155D  right center no-repeat;
font-weight:normal;
padding: 0.5em 20px 0.5em 0.5em;
}
.button_continue_shopping, .button_continue_shoppingHover{
padding: 0.5em 0.5em 0.5em 20px;
background: #197198  left center no-repeat;
}
.button_back, .button_backHover{
padding: 0.2em 0.5em 0.2em 20px;
background: #197198  left center no-repeat;
}
a.button_remove_item, a.button_remove_itemHover{
padding: 0 0 0 12px;
background: #e8f0f2  left center no-repeat;
}
.button_in_cart, .button_in_cartHover{
background: #8C155D right center no-repeat;
font-weight:normal;
width:125px;
height:27px;
padding: 0;
margin:0;
display:block;
}

.button_search, .button_searchHover{
padding: 0.2em 20px 0.2em 0.5em;
}

.sideBoxContent .button_search, .sideBoxContent .button_searchHover{
float:right;
margin:5px 0;
padding: 0.2em 20px 0.2em 0.5em;
}

#productTellFriendLink{
padding:0;
}

.whiteArrowLink{
background:#FFF  right center no-repeat;
color:#085274;
padding: 0.2em 20px 0.2em 0;
}

.button_TellAFriend, .button_TellAFriendHover{
background:#FFF  right center no-repeat;
color:#085274;
padding: 0.2em 20px 0.2em 0;
}
.button_confirm_order, .button_confirm_orderHover{
background: #8C155D;
font-weight:normal;
padding: 0.5em;
}
.button_sold_out, .button_sold_outHover, .button_sold_out_sm, .button_sold_out_smHover{
padding: 0.2em 0.5em;
background: #197198;
background-image:none;
}
.button_send_a_gift_cert, .button_send_a_gift_certHover, .button_send_another, .button_send_anotherHover{
background: #FFF  right center no-repeat;
color:#8c155d;
display:block;
width:100%;
font-weight:bold;
padding: 0.2em 20px 0.2em 0.5em;
}
.imgLinkBlock{
display:block;
}

.imgLink{
padding: 0.3em 20px 0.3em 0;
background:#FFF right center no-repeat;
color:#085274;
line-height:2em;
}