
/* -- NAVIGATION -- */

#nav a:link, #nav a:visited,
#nav a span,
#nav a:hover,
#nav a:hover span {
	display: block-inline;
	cursor: pointer;
}

/* -- SUB-NAV -- */

#sub-nav a:link,
#sub-nav a:visited,
#sub-nav a span,
#sub-nav a:hover,
#sub-nav a:hover span {
	display: block-inline;
	cursor: pointer;
}

/* -- LISTS -- */
#main li {
	background-position: 0px 1px;
}
	#main .pros li {
	background-position: 5px 1px;
	}
	#main .cons li {
	background-position: 5px 1px;
	}

/* -- FOOTER -- */

#footer {
	padding-bottom: 40px;
}

/* -- FORMS -- */

legend {
	margin: -30px 0px 18px -7px;
}
fieldset {
	margin-top: 30px;
	margin-bottom: 30px;
}
#main fieldset.homepage {
	padding-top: 0px;
	margin-bottom: 15px;
}
.form-label {
	padding-top: 6px;
}
	.form-field span.description {
		position: relative;
		top: -5px;
	}
	.form-field span.payment-amount {
		position: relative;
		top: -2px;
	}
input.button {
    width: auto;  /* IE table-cell margin fix */
	padding-left: .5em;
	padding-right: .5em;
    overflow: visible;
}
input.secure {
	background-position: 10px 3px;
	padding-left: 30px;
	text-align: left;
}

/*-- MISC --*/

.error, .notice, .success {
	background-position: 9px 12px;
}