/* css buttons */
.cssButton, .cssButtonHover {
  font: normal .9em Verdana, Arial, Helvetica, sans-serif;
  /* to center the button texts vertically line-height and height need to be equal */
  line-height: 1.2em;
  font-weight:normal !important;
  height: 1.2em;
  border: none;
  color: white;
  background-color: #93CDD7 !important; /* !important to retain the background color after auto form field coloring fix */ 
  color:#666666 !important;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  margin: 1px;
  padding: 0 0.5em;
 
}
.cssButtonHover, a:hover .cssButton, input.cssButton:hover {
  color: #b1b1b1;
  background-color: #CDDFDF !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;
width:150px;
}
.navNextPrevWrapper span.cssButton, .navNextPrevWrapper span.cssButtonHover{
/* note that the diplay inline removes line-height from the element (depending on doctype settings) */
display: inline;
}
/* 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: #93CDD7;
}

/* css buttons */
.contact_send {
  font-size:1.2em;
  height:2em;
  font-weight:bold;
  width:150px;
  color: #666;
  background-color: #93CDD7 !important; /* !important to retain the background color after auto form field coloring fix */
}
.contact_send_over {
  color: #666;
  background-color: #CDDFDF !important;
  font-size:1.2em;
  height:2em;
  font-weight:bold;
  width:150px;
  border-top:2px solid #666;
  border-left:2px solid #666;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
}

.button_update_cart {
	font-size:1.1em !important;
  height:2em;
  font-weight:bold;
  width:145px !important;
  color: #000;
  background-color: #93CDD7 !important; /* !important to retain the background color after auto form field coloring fix */
  font-variant:normal;
}

.button_update_cartHover {

}

.navNextPrevWrapper {
	margin-bottom:20px;
}

.buttonRow input.cssButton {
	font-size:1.2em;
  height:2em;
  font-weight:bold;
  color: #000;
  background-color: #93CDD7 !important; /* !important to retain the background color after auto form field coloring fix */
}
.buttonRow input.cssButtonHover {
	color: #666;
  background-color: #CDDFDF !important;
  font-size:1.2em;
  height:2em;
  font-weight:bold;
  border-top:2px solid #666;
  border-left:2px solid #666;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
}

.searchButton {
font-size:1.1em;
  height:2em;
  font-weight:bold;
  width:60px !important;
  color: #666 !important;
  background-color: #93CDD7 !important; /* !important to retain the background color after auto form field coloring fix */
}
