body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0px;
  background-color: white;
  color: black;
}
img {
  border: 0px none;
}
#topbar {
  background-image: url(/media/skin/bannerbg.jpg);
  background-repeat: repeat-x;
  background-position: 320px 0px;
  height: 96px;
}
#cart_view {
  float: right;
  font-weight: bold;
  padding-top: 80px;
}
#navigtaionbar {
  background-color: #CC0000;
  color: white;
  font-weight: bold;
}
#navigtaionbar a:link,
#navigtaionbar a:visited {
  color: white;
  text-decoration: none;
}
#navigtaionbar a:active,
#navigtaionbar a:hover {
  color: #DDDDDD;
  text-decoration: none;
}
#navigationdropdowns {
  background-image: url(/media/skin/tabBG.gif);
  height: 29px;
}
#centereddropdowns {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  width: 800px;
}
#centereddropdowns div.floatLeft {
  float: left;
}
#centereddropdowns div.twentypadding {
  padding-right: 20px;
}
#centereddropdowns div.searchText {
  color: white;
  font-weight: bold;
  padding-top: 3px;
  margin-left: 2px;
}
#centereddropdowns div.searchBox form {
  margin: 0px;
  padding: 0px;
  margin-left: 4px;
}
#centereddropdowns div.searchBox form input {
  width: 30px;
}
#centereddropdowns div.searchBox form #search {
  width: 130px;
}
#section_logo {
  clear: both;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#more_info_logo {
  clear: both;
  text-align: left;
  margin-bottom: 20px;
}
#product_listing {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  margin-bottom: 40px;
}
#product_listing a:link,
#product_listing a:visited {
  text-decoration: none;
  color: black;
}
#product_listing a:hover,
#product_listing a:active {
  color: red;
}
#product_listing td {
  padding: 2px;
  text-align: center;
}
#product_listing thead th {
  background-color: black;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#product_listing tbody tr.odd td {
  background-color: #CCCCCC;
}
#product_listing tbody tr.even td,
#product_listing tbody tr.odd td.product_image {
  background-color: white;
}
#product_listing thead tr th.red {
  color: red;
}
#product_listing tbody tr td.red {
  color: red;
  font-weight: bold;
  font-size: 16px;
}
#product_listing thead tr th.product_image,
#product_listing tbody tr td.product_image {
  padding-left: 0px;
}
#product_listing tbody tr td.product_image img {
  width: 68px;
  height: 61px;
}
#product_listing tbody tr td.product {
  text-align: left;
}
#product_listing thead tr th.cart,
#product_listing tbody tr td.cart {
  padding-right: 0px;
}
.red {
  color: red;
}
#product {
  font-family: Arial, Helvetica, sans-serif;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
#product_logo {
  margin-bottom: 20px;
}
#product_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}
#product_data {
  width: 245px;
  float: left;
}
#product_summary {

}
#product_image {

}
#product_data table {
  width: 245px;
  margin-top: 10px;
}
#product table td.centered {
  text-align: center;
}
#product table tr.price {
  font-size: 16px;
  color: red;
  font-weight: bold;
}
#product table tr.msrp {
  color: #666666;
}
#product table tr.save {

}
#product table tr.cart {
  font-weight: bold;
}
#product_content {
  width: 500px;
  float: left;
  padding-left: 25px;
  padding-rigth: 50px;
}
#page_content,
#front_page_content {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  clear: both;
}
#page_content {
  margin-top: 20px;
  clear: both;
}
#footer {
  padding-top: 10px;
  clear: both;
}
.footer_text {
  line-height: 10px;
}
form.productsearch {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  text-align: left;
}
form.productsearch table {
  margin-left: 150px;
}
form.productsearch center {
  text-align: left;
}
form.productsearch center input {
  width: 38px;
}

table.cart td.cart_delete,
table.cart td.cart_cp_delete,
table.cart td.cart_quantity,
table.cart td.cart_cp_quantity,
table.cart td.cart_name,
table.cart td.cart_cp_name,
table.cart td.cart_sku,
table.cart td.cart_cp_sku,
table.cart td.cart_price,
table.cart td.cart_cp_price,
table.cart td.cart_total,
table.cart td.cart_cp_total {
  background-color: #CCC;
}

.includes_free_shipping {
  font-weight: bold;
  color: blue;
  text-transform: uppercase;
}

.stock {
  font-weight: bold;
  text-transform: uppercase;
  color: #F00;
}
