body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
  color: #600;
  font-size: 16px;
}

h3 {
  color: #090;
  font-size: 13px;
}

a img {
  border: 0;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333300;
	margin-left: 35px;
	width: 75px;
	background-color: #BDBD3E;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
a:hover {
	color: #001E00;
	text-decoration: underline;
}
a:link {
	color: #666612;
	text-decoration: underline;
}
.indexbody {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {

	color: #666612;
	text-decoration: underline;
}
.bodysmall {
	font-size: 9px;
	color: #660000;
}
.bodytables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodytitles {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	text-align: center;
}
.bodyanswers {
	font-weight: bold;
	color: #660000;
	margin-bottom: 0px;
}
.bodyquestions {
	margin-left: 20px;
	margin-top: 0px;
	font-size: 12px;
}

.money {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

ul {
        list-style-type: none;

}

.in-cart {
  border-left: 1px dotted silver;
  border-bottom: 1px dotted silver;
  float: right;
  font-size: smaller;
  font-weight: bold;
  color: #666612;
  margin-right: 1em;
  padding: 0.5em;
}

.soldout {
  color: red;
  font-weight: bold;
}

#cart-contents {
  border-collapse: collapse;
  width: 90%;
}

#cart-contents thead tr {
  background: #002400;
}

#cart-contents thead th {
  text-align: left;
  color: white;
}

#cart-contents tfoot th {
  text-align: left;
}

#cart-contents tbody tr {
  border-bottom: 1px solid #dbdb72;
}
