/*----Structural DIVs----*/


/*----Other DIVs----*/

#subNav {
	text-align: right;
}

#subNav ul {
	list-style: none;
	display: inline;
	text-align: right;
}

#subNav ul li {
	display: inline;
	text-align: right;
	padding-right: 10px;
}


/*----Typography----*/

.amount {
	font: bold 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;
	padding: 20px 0 5px 0;
}
 
/*----Links----*/

#subNav a {
	font: normal 12px/35px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #4c672e;
	text-decoration: none;
}

.buttonLink {
			color: #fff !important;
			font-size: 12px !important;
			font-weight: bold !important;
			background: #3b0b0b !important;
			padding: 4px 10px 5px 10px !important;
			text-decoration: none !important;
		}