/* General Structure */

body {
  background-color: #fff;
  color: #333;
  font-size: small;
  font-family: verdana, arial, helvetica, sans-serif;
  voice-family: "\"}\"";
  voice-family: inherit;
}

a {
  color: #333;
}

a:hover {
  color: #000;
}

img {
	border: 0;
}

#content {
/*
  margin-top: 5px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 2px #69c solid;
  border: 1px solid red;
*/
}


/* Page Formatting */
p.heading {
  font-size: medium;
  font-weight: bold;
  color: #f30;
}
p.subheading {
  font-weight: bold;
}

#infobar {
}

#maincontent {
  width: 718px;
  margin: 0 5px 5px 10px;
  /* border: 1px solid blue; */
}

/* Header */
#header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#headercontent {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

div#logo {
  padding: 5px 10px 5px 10px;
}

div#logo a { 
  text-decoration:none;
  font-size: x-large;
  font-style: italic;
  font-weight: bold;
  color: #f30;
}

div#logo div span {
  /*vertical-align: middle;*/
  margin-left: 10px;
  vertical-align: 20%;
}

/* List */

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

ul.itemlist li
{
  padding-left: 10px;
  background-image: url("../images/reddot.gif");
  background-repeat: no-repeat;
  background-position: 0 .5em;
  font-size: small;
}

ul.itemlist .first
{
  background-image: none;
  list-style: none;
  padding-bottom: 5px;
}

/* Forms */

.fieldRequired {
    background: url(../images/required.gif) center left no-repeat;
    padding: 0 0 0 8px;
    color: White;
} 

.field {
  margin: 0 1em 1em 0;
}

.field label {
    font-weight: bold;
}

.error {
    /* Class for error indication in forms */
    background-color: #ffc;
    border: 1px solid #fe0;
    padding: 1em;
    margin: 0 0 1em 0;
    width: 68% !important;
}


.error .fieldRequired {
   color: #ffc;
}

.message {
  font-weight: bold;
  background-color: #ffc;
  border: 1px solid #fe0;
  padding: 0.25em;
  margin: 0 0 1em 0;
  width: 68% !important;
}

#footercontainer {
  margin: 5px 0 0;
  padding: 0.5em 0 0 1em;
  color: #333;
  font: 0.8em/1.6em verdana,sans-serif;
  text-align: left;
  border-top: 1px solid #ddd;
}

/* Help */
ul.helplist {
  list-style: none;
}

ul.helplist li {
  font-weight: bold;
}


ul.helplist li div {
  margin-left: 2em;
  font-weight: normal;
}

ul.helplist li div li {
  font-weight: normal;
}

.hideme {display: none}

#navlist {
  border-top: 2px #9cf solid;
  border-bottom: 2px #369 solid;
  padding: 3px 5px 2px;
  margin: 0;
  font-weight: bold;
}

ul#navlist {
  background: #69c;
}

#navlist li {
  list-style: none;
  margin: 0;
  display: inline;
  padding-left: 3px;
  border-right: 1px solid #9cf;
}

#navlist li.last {
  border: 0px;
}
#navlist li a {
  padding: 0.25em 0.25em 0.25em 0.25em;
  color: #fff;
  text-decoration: none;
}
#navlist li a:link {
/*  color: #fff;*/
}
#navlist li a:visited {
/*  color: #fff;*/
}
#navlist li a:hover {
/* color: #c00;*/
 text-decoration: underline;
}

/* "current tab" style */
#navlist li a#current {padding-bottom: 2px;color: #fff; background: #dd0000;}


div.spacer {
  clear: both;
}

div.images {
  text-align: center;
}

div.thumb1 {
  float: right;
  padding: 0 10px 0;
}

div.float {
  width: 200px;
  float: left;
  padding: 15px 10px 0;
}

div.floats {
  width: 200px;
  float: left;
  padding: 15px 10px 0;
}

div.float {
  font-weight: bold;
}

div.float a {
  text-decoration: none; 
  font-weight: bold;
}


div.float a:hover {
   text-decoration: underline; 
} 

div.float span {
  text-align: center;
}

/* Product results */

.results li {
  list-style: none;
  display: inline;
}

div.pctresult {
  float: right;
  font-weight: bold;
  background: #fff;
  border: 1px solid #333;
  padding: 2px;
}
span.pctlike {
  color: #00f;
}

span.pctdislike {
  color: #f00;
}


fieldset {
    border: 1px solid #BFCFFF;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
legend {
    background: White;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}
textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #BFCFFF;  
    color: Black;
    background-color: white;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #BFCFFF;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}
select {
    border: 1px solid #BFCFFF;  
    color: Black;
    vertical-align: top;
}


