/* css buttons */
.cssButton, .cssButtonHover {
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	color: #FFFFFF;
	background: #FF6600 url('../images/buttonBack.gif');
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	margin: 1px;
	border: none;
/*	padding: 2px 1px 4px 1px; */
}
.cssButtonHover {
/*	padding: 0 0 9px 0;*/
	text-align: center;
}
.cssButtonHover, a:hover .cssButton, .cssButton:hover {
	color: #F06000;
	background: #FFFFFF!important;
	border: 1px solid #FF6600;	
}

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

.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 #FF6600;
display: block;
width: 275px;
white-space: normal;
}
/* eof css popups */

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

.button_next, .button_prev, .button_return_to_product_list {
	border: 1px solid #ffffff;
	background-color: #FF6600;
	background-image: none;
	padding: 2px 0;
}

.button_write_review {
	width: 125px !important;
	border: 1px solid #ffffff;
	padding: 2px 2px;
}

.button_in_cartHover{
	border: 1px solid #FF6600!important;
	text-decoration: none;
}
