
/* css buttons */
.cssButton, .cssButtonHover {
	font-weight: normal;
	font-size: inherit;
	/* to center the button texts vertically line-height and height need to be equal */
	line-height: 18px;
	height: 25px;
	color: #7A7900;
	/* !important to retain the background color after auto form field coloring fix */
	background: #fff url(../images/bg-btn.gif) bottom center repeat-x !important;
	border: 3px double;
	border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1;
	white-space: nowrap;
	text-align: center;
	cursor: pointer;
	margin: 3px;
	padding: 1px 5px;
	vertical-align: middle;
	text-decoration: none;
}

.cssButtonHover, a:hover .cssButton, input.cssButton:hover {
  color: #312401;
  background: #fff url(../images/bg-btn-on.gif) bottom center repeat-x !important;
}
#cartAdd .cssButton .button_in_cart {
	background: url(../images/korb.gif) left top no-repeat;
	}
.button_checkout {float: right;}
#cartAdd .button_in_cart {
	background: #fff url(../images/bg-btn.gif) repeat-x bottom center !important;
	color: #A30502;
	width: 150px !important;
}
#cartAdd .button_in_cartHover {
	/*background: #fff url(../images/korb.gif) left top !important;*/
  background: #fff url(../images/bg-btn-on.gif) bottom center repeat-x !important;
  color: #7A7900;
}
#prevOrders a, #checkoutSuccessLogoff a {text-decoration: none;}

.buttonRow { padding: 0 0; font-size: 0.8em; text-decoration:none;}

div.buttonRow a, .cssButtonHover a{
 text-decoration: none;}

span.right a {text-decoration: none;}

span.left a {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;*/
	line-height:20px;
	height: 20px;
}
.navNextPrevWrapper span.cssButton, .navNextPrevWrapper span.cssButtonHover {
/* note that the diplay inline removes line-height from the element (depending on doctype settings) */
display: inline;
}

.navNextPrevWrapper .navNextPrevList a, #navEZPageNextPrev a, #navEZPageNextPrev a {text-decoration: none; float:left;}

.navNextPrevWrapper {clear: both;margin-bottom: 10px;}
.navNextPrevList a {padding: 3px 0;}
#accountDefault a:link span.cssButton {text-decoration: none;}

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

.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 */

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