/* css buttons */
.cssButton, .cssButtonHover {
  font: bold 8pt Arial, Verdana, Helvetica, sans-serif;
  /* to center the button texts vertically line-height and height need to be equal */
  height: 1%;
  border: 1px solid #000000;
  color: black;
  background: #ffffff !important; /* !important to retain the background color after auto form field coloring fix */
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
text-transform: uppercase;
  margin: 1px;
  /* padding: 0 0.5em; */
  padding: 3px 5px 3px 5px;
}
.cssButtonHover, a:hover .cssButton, .cssButton:hover{
  color: #ffffff;
  background: #000000 !important;
}

/* 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;
}

/* bof 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;
text-align: left;
top: 2em;
left: 0;
color: black;
background: #f6f6f6;
padding: 0.4em;
white-space: nowrap;
border: 1px dotted silver;
}
.button_return_to_product_list, .button_next, .button_prev {
  font: bold 11px Arial, Verdana, Helvetica, sans-serif;
  /* to center the button texts vertically line-height and height need to be equal */
  height: 1%;
  border: none;
  color: #bbbbbb;
  background: #ffffff !important; /* !important to retain the background color after auto form field coloring fix */
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
text-transform: uppercase;
  margin: 1px;
  /* padding: 0 0.5em; */
  padding: 1px 5px 3px 5px;
}

.button_return_to_product_listHover, .button_nextHover, .button_prevHover {color:#000000}
.button_delete {height:1%}

.cssButtonLinkPopup strong span, .cssButtonSubmitPopup strong span{
font-weight: normal;
background: white;
text-align: center;
padding: 0.4em;
margin: 0.2em;
font-size: xx-small;
border: 1px solid silver;
display: block;
width: 275px;
white-space: normal;
}
/* eof css popups */

.button_subscribe {font-size: 16px;
font-weight:normal;font-family:Arial Black, Arial, sans-serif;
	color: #000000;
text-transform:uppercase;margin-left:5px;
text-align:left;
padding-bottom:4px;border:none;position:relative;right:10px;background: #cccccc !important;height:1%;background-image:url(../images/bg_subscribe.png);
	background-repeat:repeat;}

.button_continue_shopping, .button_checkout {
height:1%}

td .cssButton, td .cssButtonHover{
/* prevents buttons taking the full width of table cells */
display: inline;
}
.button_subscribeHover {color:#ffffff}

.button_confirm_orderActive, .button_confirm_orderHover {color:#ffffff;background: #000000 !important; /* !important to retain the background color after auto form field coloring fix */}

.button_TellAFriend, .button_wishlist {border:none;text-transform:uppercase;color:#b4b4b2;margin-left:10px}
.button_TellAFriendHover, .button_wishlistHover {color:#000000;background: #ffffff !important; /* !important to retain the background color after auto form field coloring fix */
  white-space: nowrap;}


.button_in_cart {font-weight:bold;font-size:1em;text-transform:uppercase;width:128px;height:1%;background: #ffffff !important;padding:6px 0;margin:10px 0; /* !important to retain the background color after auto form field coloring fix */;border:1px solid #000000}
.button_in_cartHover {color:#ffffff;background: #000000 !important; /* !important to retain the background color after auto form field coloring fix */}