HTML, BODY {  
  font-family : Verdana, Arial, San Serif;
  font-size: 10pt;
  height: 100%;
  background: white url("/images/page_back.gif") repeat-y center;
  margin: 0px;
}

#wrapper {
  margin: 0px auto;
  min-height: 100%;
  _height: 100%;
  position: relative;
  background: url("/images/page_back_corners.gif") no-repeat center top;
}

#content {
  width: 750px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 120px;
  margin: 0px auto;
}

IMG {
  border: 0px;
}

A {
  color: #37379b;
  text-decoration: none;
  font-weight: bold;
}

A:visited {
  color: #6666aa;
}

A:hover {
  text-decoration: underline;
}

.bigger {
	font-size: 16pt;
}


.submit {
	background: #2a1188;
	color: white;
	font-size: 20pt;
	font-weight: bold;
	padding: 4px;
}

TEXTAREA {
  width: 90%;
  margin-top: -10px;
  margin-bottom: 15px;
}

H1 {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background: url("/images/h1_back.gif") no-repeat top left;
  margin-top: 0px;
  padding: 3px 0px;
  padding-left: 14px;
  margin-left: -14px;
}

H2 {
  font-size: 16px;
  margin-bottom: 5px;
}

H3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: -5px;
  margin-top: 25px;
}

P {
  margin-top: 5px;
  margin-bottom: 15px;
}

TD {
  vertical-align: top;
}

THEAD {
  color: white;
  font-weight: bold;
  background: #37379b;
  margin: 0px;
}

TR.foot {
  font-weight: bold;
  border-top: 1px solid black;
}

FORM {
  margin-bottom: 15px;
}

.imgright {
  float: right;
  margin-left: 10px;
  border: 1px solid black;
}

.imgleft {
  float: left;
  margin-right: 10px;
  border: 1px solid black;
}

/* ADDED FOR WTMA 7/29/07 */

.imgwtma {display: block; margin-left: auto; margin-right: auto;  margin-bottom: 50px; margin-top: 10px; text-align: center;
}

legend { background: #ffffcc; color: blue;}

/* END WTMA 7/29/ DGUREVICH */
A[class=newwin] {
  background: transparent url("/images/new-win-icon.gif") right no-repeat;
  padding-right: 18px;
}

A[class=childwin] {
  background: transparent url("/images/new-win-icon.gif") right no-repeat;
  padding-right: 18px;
}

.item {
  margin-bottom: 30px;
}

.item_head {
  font-weight: bold;
  font-size: 11pt;
}

.item_head H3 {
  margin-bottom: 4px;
}

.quote {
  font-weight: bold;
}

.form_row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.citation {
  margin-top: -7px;
  margin-left: 30px;
  margin-bottom: 20px;
}

.sample_table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.sample_table CAPTION {
  font-weight: bold;
  margin-bottom: 5px;
}

.sample_table TD {
  border: 1px solid black;
  padding: 3px;
}

.ans_table {
  margin-top: -10px;
  margin-bottom: 15px;
}

.ans_table TD {
  padding-right: 10px;
}

.checkdiv {
  margin-top: -10px;
}

.checkdiv LABEL {
  margin-right: 20px;
}

.required {
  font-weight: bold;
  color: #cc0000;
}

.longlist LI {
  margin-bottom: 15px;
}

.cartimg {
  display: inline;
  vertical-align: -25%;
}

.item_head {
  margin-top: 20px;
  margin-bottom: -10px;
}

.qty_box {
  margin-left: 15px;
  text-align: right;
  width: 25px;
}

TABLE.cart {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
}

TABLE.cart TD {
  padding: 4px;
}

TABLE.cart .qty {
  width: 40px;
  text-align: left;
}

TABLE.cart .qty .qty_box {
  margin-left: 0px;
}

.price {
  text-align: right;
}

.remove {
  font-size: 11px;
}

#checkout {
  margin-top: 20px;
}

THEAD TD.price {
  padding-right: 25px;
}

#shipping_list {
  margin-top: -10px;
}

#rightnav {
  width: 200px;
  float: right;
  background: #A5A9FF url("/images/side_back.gif") repeat-x bottom left;
  padding-bottom: 50px;
  margin-left: 10px;
  margin-bottom: 10px;
}

#rightnav UL {
  list-style: none;
  margin: 8px;
  padding: 0px;
}

A.order {
  color: #aa0000;
}

A.order:visited {
  color: #aa0000;
}

#rightnav LI {
  margin-bottom: 10px;
  margin-top: 10px;
}

.clear {
  clear: both;
}

#footer {
  text-align: center;
  font-size: 10px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

#footer_nav {
  font-size: 12px;
  margin-bottom: 20px;
}

#extra_space {
  margin-bottom: 22px;
}

