/* css buttons */
.cssButton, .cssButtonHover {
  font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  /* to center the button texts vertically line-height and height need to be equal */
  line-height: 17px;
  border: 1px solid #da0000;
  color: white;
  background-image: url("../images/red/button-out.gif");
  background-color:#ae0000;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  text-decoration:none;
  margin: 1px;
  padding: 6px 11px;
}
.cssButton a, .cssButtonHover a {
  background-color:#ae0000;
}
.cssButtonHover, a:hover .cssButton, .cssButton:hover{
  background: url("../images/red/button-in.gif");
  background-color:#ae0000;
  text-decoration:none;
}
.button_in_cart, .button_submit, .button_login, .button_checkout, .button_confirm_order, .button_update, .button_download, .button_send {

	background-image: url("../images/red/button-out-emph.gif") !important;
	padding-left:22px;
	background-color:#ae0000;
}
.button_in_cart:hover, .button_submit:hover, .button_login:hover, .button_checkout:hover, .button_confirm_order:hover, .button_update:hover, .button_download:hover, .button_send:hover {
	background-image: url("../images/red/button-in-emph.gif") !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;
text-decoration:none;
}

.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_view {
	width:40px;
}
.small_edit {
	position:relative;
	bottom:9px;
}
.button_logoff{
	position:relative;
	bottom:7px;
}
