.dashed-link, .dashed-link:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
}

span.ajax {
	cursor: pointer;
}

span.ajax-text {
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dotted #800000;
	padding: 7px 0px 0px 0px;  /* increase height of hitbox */
}

span.ajax:hover span {
	text-decoration: none;
	color: #FF0000;
/* 	background: #F0F0F0; */
}

button.bbuy {
/*	min-width: 110px; */
	text-align: left;
	border: 0px;
	background: #feb;
	padding: 9px 14px;
	cursor: pointer;
	font-size: 12pt;
	font-family: Arial;
	color: #800000;
	/* hack for IE suckage */
	width: 0;
	overflow: visible;
	
}
button.bbuy[class] {
	width: auto; /* correct value for non-IE */
}
button.bbuy img {
	display: none;
	vertical-align: bottom;
	padding-right: 12px;
}
button.bbuy:active {
/*	padding-left: 4px;
	padding-right: 2px; */
}
button.bbuy:hover {
	color: #ff0000;
	text-decoration: underline;
}

