/* css buttons */
.cssButton, .cssButtonHover {
  font: bold 1em Verdana, Arial, Helvetica, sans-serif;
  /* to center the button texts vertically line-height and height need to be equal */
  line-height: 1.5em;
  height: 1.5em;
  /*border-top: 1px solid lightgrey;
border-left: 1px solid lightgrey;
border-bottom: 1px solid darkgrey;
border-right: 1px solid darkgrey;*/
border: none;
  color: white;
  background-color: #F4F4F4 !important; /* !important to retain the background color after auto form field coloring fix */
  background:#F4F4F4 url(/images/buttonbg.jpg) repeat-x;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  margin: 1px;
  padding: 0em .5em .2em .5em;
}
.cssButtonHover, a:hover .cssButton, input.cssButton:hover {
  color: #BD0000;
    background-color: #d00 !important;
background:#Fff url(/images/button-hover-lt.jpg) repeat-x;
text-decoration: none;
}

/* bof some IE comp. stuff */ 
.cssButton, .cssButtonHover{
  /*  _width: 0; needed to stop IE adding "magic" padding to the input, _witdh is a hack that uses an IE bug */
  /* to remove this hack move the width setting to an IE specific stylesheet */
  _width: 0;
  overflow: visible;  
}
/* eof some IE comp. stuff */
span.cssButton, span.cssButtonHover{
/* added to get the right line-height */
display: block;
}
.navNextPrevWrapper span.cssButton, .navNextPrevWrapper span.cssButtonHover{
/* note that the diplay inline removes line-height from the element (depending on doctype settings) */
display: inline;
line-height: 200%;
padding:2px;
}
/* css popups */
.cssButtonLinkPopup strong, .cssButtonSubmitPopup strong{
display: none;
}
span.cssButtonLinkPopup, span.cssButtonSubmitPopup{
position: relative;
}
a:hover .cssButtonLinkPopup strong, span.cssButtonSubmitPopup:hover strong{
display: block;
position: absolute;
top: 2em;
left: 0;
color: black;
background: #fe3;
}

.button_sold_out,.button_sold_out_sm{background:#Fff url(/images/button-sold-out.jpg) repeat-x;color:#fff;border: 1px yellow solid;}
/*#cartBoxGVButton {font-size: 8px;width:90px;position:relative;right:3px;}*/
/*#cartBoxGVButton {font-size: 8px;width:122px;margin-left: 8px;}*/
 #cartBoxGVButton .button_send_a_gift_cert {padding:0; font-size: 9px;}
 
#checkoutsuccessBody .button_update{position: relative; top:.4em;}
#accountNotifications .button_update{position: relative; top:.1em; height:1.8em;}
.button_search, button_update {font-size: .9em;}
input.cssButton,input.cssButtonHover {line-height: 1.5em; height: 1.5em;}
.button_update{position:relative; top:-1em;}

input.cssButton,input.cssButtonHover{width:0 !important;overflow:visible;}
input.cssButton[class],input.cssButtonHover[class]{width:auto !important;}

#accountDefault .small_view{margin-left: 5px;}


/*#checkoutShipping .button_change_address{float:left;margin-right:70px;padding-right: 25px;}*/
#checkoutShipping .button_change_address, #checkoutPayment .button_change_address {padding-right: 25px;}

#acctNewslettersDefault .button_update , #addressBookProcessDefault .button_update , #accountEditDefault .button_update{height:20px;position:relative; top:0em;}
#advSearchDefault .button_search, #contactUsDefault .button_send,#gvFaqDefault .button_redeem {height:20px;}
#addressBookProcessDefault .button_submit, #accountPassword .button_submit{height:20px;}
