
#productNav .buttonOff{
	text-align: right;
	font-size: 15px;
	color: #2a5098;
	width: 175px;
	height: 22px;
	margin: 7px;
	padding-top: 3px;
	padding-right: 10px;
}

#productNav .buttonOn{
	text-align: right;
	font-size: 15px;
	color: #646464;
	width: 175px;
	height: 22px;
	margin: 7px;
	padding-top: 3px;
	padding-right: 10px;
	background-image:url('/images/buttonOn.png');
}


a.button {
 	background-color: #D6D6D6;
 	padding: .25em 1.0em;
 	border: 1px solid #CCC;
 	text-decoration: none;
	font-size: 13px;
	color: #585858;
 	display: inline-block;
 	-moz-border-radius: .9em .9em .9em .9em;
 	-webkit-border-radius: .9em;
 	margin-bottom: .14em;
 }
 a.button:hover {
 	background-color: #b4b4b4;
 	border-color: #B4B4B4;
	font-size: 13px;
	color: #2a5098;
 }
 a.button:active {
 	background-color: #E3E3E3;
 	border-color: #B4B4B4;
	font-size: 13px;
	color: #2a5098;
 }
 
