td {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
}

td a {
  font-family: verdana;
  font-size: 11px;
  color: #FF6600;
  text-decoration: underline;
}

td a:hover {
  font-family: verdana;
  font-size: 11px;
  color: #FF6600;
  text-decoration: none;
}

font.product_name {
  font-family: verdana;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

span.product_style {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
}

td.product_price {
  font-family: verdana;
  font-weight: bold;
  font-size: 16px;
  color: #FF0000;
}

span.product_stock {
  font-family: verdana;
  font-size: 12px;
  color: #B2B1B1;
}

td.copyright {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
}

td.bm {
  font-family: verdana;
  font-weight: bold;
  font-size: 10px;
  color: #000000;
}

td.bm a {
  font-family: verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: underline;
}

td.bm a:hover {
  font-family: verdana;
  font-size: 10px;
  color: #0000FF;
  text-decoration: underline;
}

font.lp_price {
  font-family: verdana;
  font-size: 12px;
  color: #FFFFFF;
}

font.lp_stock {
  font-family: verdana;
  font-size: 12px;
  color: #B2B1B1;
}

div.productnumber {
  position:relative;
  padding-right:35px;
  top:-10px;
}

td.selectedcolor {
  border: 1px solid #FFCA00;
}

td.unselectedcolor {
  border: 1px solid #FFFFFF;
}

select.product_dropdown {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  width: 100px;
}

select.product_dropdown_sh {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  width: 50px;
}

td.cart_head {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  font-weight:bold;
  background-color: #d7d7d7;
}

td.cart_row {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 5px;
  padding-bottom: 5px;
}

td.cart_subtotal {
  font-family: verdana;
  font-size: 11px;
  color: #000000;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight:bold;
}

table.sizechart td {
  padding: 5px;
  border: 1px solid #d7d7d7;
}

a.cart_link {
  color: #000000;
  text-decoration: none;
}

a.cart_link:hover {
  color: #000000;
  text-decoration: underline;
}

td.form_td {
  color: #000000;
}

td.form_td_error {
  color: #FF0000;
}

td.productdetailactive {
  background-color:#FFFFFF;
  border-top:1px solid #D7D7D7;
  padding-right:25px;
  padding-left:25px;
  height:26px;
  cursor:default;
}

td.productdetailactive div {
  position:relative;
  top:5px;
  font-size:13px;
  font-weight:bold;
}

td.productdetaildisable {
  background-color:#CCCCCC;
  padding-right:20px;
  padding-left:20px;
  height:27px;
  cursor:pointer;
}

td.productdetaildisable a {
  color:#000000;
  text-decoration:none;
}

td.productdetaildisable a:hover {
  color:#000000;
  text-decoration:none;
}

td.productdetailborder {
  background-color:#CCCCCC;
}

div.productdetailbody {
  overflow-y:auto;
  height:140px;
  font-size:11px;
  color:#999999;
}