/* ### -- -- -- -- -- Button Styles -- -- -- -- -- ### */


/* ### -- -- -- -- -- Large Buttons -- -- -- -- -- ### */

.largeButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.largeButtons li {
	border: 1px;
	margin: 0 0 0 5px;
	float: right;
}

.largeButtons a {
	text-decoration: none;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	padding: 1px 4px;
	display: block;
}

.largeButtons span {
	font-weight: normal;
}


/* ### -- -- -- -- -- Small Buttons -- -- -- -- -- ### */

.smallButtons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.smallButtons li {
	border: 1px;
	margin: 10px 0 0 4px;
	float: right;
}

.smallButtons .pageMenu li {
	border: 0; 
	margin: 0;
	padding: 0;
	float: none;
}

.smallButtons a {
	text-decoration: none;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	padding: 0 2px;
	display: block;
}

.smallButtons .pageMenu a {
	border: 0;
}

.smallButtons span {
	font-weight: normal;
	padding-left: 1px;
}