A {
  color: red;
  text-decoration: none;
}

A:hover {
  color: red;
  text-decoration: underline;
}

A.small {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
  color: red;
  text-decoration: none;
}

A.small:hover {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
  color: red;
  text-decoration: underline;
}

BODY {
  margin: 0pt 0pt 0pt 0pt;
  background-color: #ffed55;
  background-image: url(/images/wsr-bgmain.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  color: black;
}

BODY.black {
  background-color: black;
}

DIV#header {
  width: 100%;
  height: 50px;
  clear: both;
}

DIV#header H1 {
  display: none;
}

DIV#nav {
  width: 100%;
  height: 16px;
  color: white;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  background-color: white;
  clear: both;
}

H2 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
  font-size: 24pt;
  color: #888800;
}

H3 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
  font-size: 18pt;
  color: #888800;
}

H4 {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica;
  font-size: 12pt;
  color: #888800;
}

IMG {
  border-width: 0pt;
}

INPUT {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #e7e7e7;
}

MARQUEE {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
}

P {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
}

P.small {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
}

SMALL {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
}

TABLE.navbar {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
}

TD {
  vertical-align: top;
}

TD.center {
  text-align: center;
  vertical-align: middle;
}

TD.dark {
  background-color: #888800;
}

TEXTAREA {
  border-style: solid;
  border-width: 1px;
  border-color: black;
  background-color: #e7e7e7;
  font-size: 8pt;
}

TH {
  text-align: left;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
  border-width: 1pt;
  border-style: solid;
  border-color: black;
  padding-left: 2pt;
  vertical-align: top;
}

UL {
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
}

#nav ul li a {
  color: #ff0000;
  font-size: 8pt;
}

#nav ul { /* all lists */
  list-style: none;
  z-index: 1000;
  padding: 0px;
  margin: 1px;
}

#nav li { /* all list items */
  position : relative;
  float : left;
  width: 80px;
}

#nav li ul { /* second-level lists */
  position : absolute;
  left: -999em;
  margin-left: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
  left: -999em;
}

#nav li a {
  width: 80px;
  color: black;
  display: block;
  text-decoration: none;
  background-color: white;
  padding : 0px;
}

#nav li ul a {
  border: 1px solid #ccc;
  width: 150px;
  padding: 2px;
  margin-top: -1px;
}

#nav li a:hover {
  background-color: transparent;
  background-color: #ff0000;
  color : white;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

DIV.window {
  margin-top: 10px;
  padding-right: 4px;
  width: 100%;
}

DIV.windowtitle {
  width: 100%;
  border: 1px solid black;
  text-align: center;
  background-color: #dddddd;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
  font-weight: bold;
  padding: 2px;
}

DIV.windowcontents {
  margin-top: -1px;
  width: 100%;
  border: 1px solid black;
  background-color: white;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 8pt;
  padding: 2px;
  overflow: hidden;
}

DIV#sidebar {
  z-index: 1;
  margin: 10px;
  float: left;
}

DIV#main {
  padding-left: 205px;
  padding-right: 15px;
}

#cart_contents {
  width: 100%;
  border-collapse: collapse;
}

#cart_contents td, #cart_contents th { font-size: 0.8em; }

#cart_contents th {
  border: none;
  font-weight: normal;
}

#cart_contents thead td, #cart_contents thead th {
  font-weight: bold;
  border-bottom: 1px solid black;
}

#cart_contents tfoot td, #cart_contents tfoot th {
  border-top: 3px solid black;
  font-size: 1em;
  font-weight: bold;
}

#cart_contents th {
  text-align: left;
}

#cart_contents td {
  text-align: right;
}

a.button {
  font-size: 11px;
  color: black;
  display: inline;
  border: 1px solid black;
  background-color: #ddd;
  padding: 2px 10px;
  height: 18px;
  line-height: 18px;
  position: relative;
  margin-top: 2px;
  text-decoration: none;
  cursor: default;
}

.productlist th {
    white-space: nowrap;
}

.productlist td {
    line-height: 32px;
    padding: 0;
}

.productlist p {
    padding: 0 5px;
