body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  line-height: 20px;
  font-weight: normal;
  color: #000000;
  background-attachment: scroll;
  background-color: #FCFCFC;
  background-image: url( ../img/background.jpg );
  background-repeat: repeat-y;
  background-position: 0px 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

a:link {
  text-decoration: underline;
  color: #AA33AA;
  font-weight: none;
}

a:visited {
  text-decoration: underline;
  color: #AA33AA;
  font-weight: none;
}

a:hover {
  text-decoration: none;
  color: #666666;
  font-weight: none;
}

a:active {
  text-decoration: underline;
  color: #AA33AA;
  font-weight: bold;
}

.navfoot a:link, .navfoot a:active, .navfoot a:visited {
  text-decoration: underline;
  color: #FFFFFF;
  font-weight: bold;
}
.navfoot a:hover {
	text-decoration:none;
}
	
h1 {
  font-size: 14px;
}

h2 {
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #660033;
}

.errors {
  font-size: 10px;
  color: red;
  background-color:#FFFFFF;
}

#nav-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 10;
  background-image: url( ../img/nav-back.gif );
  background-color: #32323F;
  visibility: visible;
}

#footer {
  position: relative;
  left: 0px;
  top: 150px;
  bottom: -150px;
  width: 100%;
  height: 60px;
  z-index: 11;
  background-color: #32323F;
}

#nav-top-break {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 100%;
  height: 5px;
  z-index: 9;
  background-color: #CCCCCC;
}

#nav-left {
  position: absolute;
  left: 10px;
  top: 100px;
  width: 200px;
  z-index: 12;
  overflow: visible;
  visibility: visible;
  padding: 0px;
}

#content {
  position: relative;
  left: 240px;
  top: 110px;
  width: 730px;
  z-index: 13;
  overflow: visible;
  padding: 10px;
  background-color:#FEFEFE;
  border:solid 1px #CCCCCC;
}

#bottom-recprod {
  width: 160px;
  z-index: 14;
  overflow: visible;
}

.mp-text-field, .searchTextField {
  font-size: 10px;
  background-color:#FFFFFF;
  color:#000000;
  padding:3px;
  border:solid 1px #CCCCCC;  
}

.mp-button, .searchButtons {
  font-size: 10px;
  background-color:#FFFFFF;
  color:#660033;
  padding:2px;
  border:solid 1px #CCCCCC;
  font-weight:bold;
}

#feedback-message-hover {
  position: fixed;
  color: #FFFFFF;
  left: 30%;
  right: 30%;
  width: 40%;
  border: 1px solid #CCCCCC;
  padding: 15px;
  padding-top: 30px;
  padding-bottom: 50px;
  font-weight: bold;
  text-align: center;
  top: 150px;
  z-index: 20001;
  background-image: url( ../img/nav-back.gif );
  background-repeat: repeat-x;
  background-color: #4C4C60;
}

#opaque-div-layer {
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  filter: alpha( opacity = 80 );
  z-index: 8000;
  background-color: gray;
}

#product-thumbnails-sorting-current {
  display: none;
  visibility: hidden;
}

#product-thumbnails-pagination {
  position: relative;
  height: 25px;
}

#product-thumbnails-pagination-summary {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  text-align: right;
}

#product-thumbnails-pagination-pages {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
}

#product-thumbnails-sorting {
  position: relative;
  height: 5px;
  visibility:hidden;
}

#product-thumbnails-sorting-label {
  position: absolute;
  top: 0;
  left: 0;
  font-weight:bold;
}

#product-thumbnails-sorting-options {
  position: absolute;
  top: 0;
  left: 55px;
  text-align: left;
}

#link-currently-selected-sort-by-option
{
  font-weight:bold;
}

a.link-sort-by-option :visited, a.link-sort-by-option 
{
  font-weight:normal;
}

#search-tag-feedback
{
  text-align:center;
}

#search-tag-feedback-searched-label
{
  font-weight:bold;
}

#search-form-enclosing
{
  #margin-top:15px;
}

#products-filtering-menu
{
  text-align:center;
  background-color:#EEEEEE;
  padding:10px;
  border:solid 1px #CCCCCC;
}

#textfield-anonymous-email-address
{
  
}

table.checkout_content
{
	border: solid 1px #B9C6FF;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

th.checkout_header
{
	background-color: #DFEBF9;
	font:bold 13px Arial, Helvetica, Sans-serif;
	color: #1241A0;
	text-align:left;
	padding: 2px 2px 2px 2px;
	border-bottom:solid 2px #B9C6FF;
}