/* Covers older spweb elements not present in foundation */
/* Keep these consistent with css/scss/_settings.scss */

footer {
    background-color: #C8233C;
	color: #EEE;
	text-align: center;
}
footer a {
	color: #EEE;
}
footer a:hover {
	color: #AAA;
}
footer a:visited {
	color: #DDD;
}
footer ul {
	list-style-type: none;
	text-align: center;
	font-size: 0.875em;
}
footer li {
	display: inline-block;
	margin-left: 1em;
	margin-right: 1em;
}
footer li a {
	color: #EEE;
}
footer li a:visited {
    color: #DDD;
}
footer li a:hover {
  color: #AAA;
}
footer p {
	font-size: 0.875em;
}
.banner {
	margin-top: 1em;
}
.externallinks img {
	display: block;
	margin: auto;
}
.purchase li {
	list-style: none;
}

#navnext {
	margin-left: 1em;
	margin-bottom: 1em;
}
#navprev {
	margin-right: 1em;
	margin-bottom: 1em;
}

.contents ul li {
	list-style: none;
}

.samples ul li {
	list-style: none;
}

.payment-icons {
	text-align: center;
}
.payment-icons ul {
	list-style-type: none;
}

.payment-icons li {
	display: inline-block;
}


div.review
{
  padding-top: 20px;
  background-image: url("../images/quote-open.png");
  background-repeat: no-repeat;
  background-position: left top;
}

div.review blockquote
{
  padding-top: 0px;
  padding-right: 2em;
  padding-bottom: 10px;
  padding-left: 2em;
  min-height: 45px;
  background-image: url("../images/quote-close.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  border: 0px;
}
div.review p
{
  text-align: right;
}
div.review blockquote p
{
  text-align: center;
}


.side-nav a
{
  color: red;
}

.rbroundbox {
	background-color: #e6e6e6;
	float: left;
	text-align: left;
	position: relative;
  width: 100%;
}

ul.navlist
{
  list-style: none;
}

ul.navlist li a
{
 border-bottom: 1px solid #5d5a5b;
   color: #5d5a5b;
   display: block;
   /*padding: 3px 10px;*/
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   font-family: Arial,Helvetica,sans-serif;
   list-style: none outside none;
}
ul.navlist li a:hover
{
 color: #8b7833;
 background: #ede8d7;
 font-weight: normal;
}