/*
* Created By:  Bill Yang
* Created On:  March 06, 2010
* Purpose:     osCommerce template for honorcomp.com
*/
* {
  margin: 0;
  padding: 0;
}

body, html {
  font-family: Arial,Helvetica,sans-serif;
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

td {
      vertical-align: top;
}

a:link  {
  color: #333333;
}
a:visited {
  color: #333333;
}
a:hover
{
  color: #CCCCCC;
  background-color: #333333;
}
a:active
{
  color: #333333;
}

div.maindiv {
  background-color: #EBEBEB;
}

div.horizontal-seperator {
  margin: 0;
  padding: 0;
}

div.infoBoxFL {
  border-bottom: 1px dotted black;
}

div.infoBoxHeadingFL {
  margin-left: 20px;
  font-weight: bold;
  font-size: 24px;
}

div.infoBoxContentsFL {
  margin-left: 10px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
}

#menu_ul {
  padding-top: 1px;
  height: 38px;
  list-style: none outside none;
}

#menu_ul li {
  display: inline;
}

#menu {
  background: #EBEBEB  url('images/menu.gif') no-repeat;
}

#menu img { 
  border: 0;
  padding: 0;
  margin: 0;
}

div #bottom-menu {
  padding: 40px;
}

.productListing-data {
  background-color: white;
}

#address {
  font-size: 14px;
  text-align: center;
}

.address-item-small {
  font-size: 11px;
}

.address-item-title {
  font-weight: bold;
}

#rightbar > p img {
  border: 0;
  width: 160px;
}

a:link.productListing-name {
  color: blue;
}
a:visited.productListing-name {
  color: blue;
}
a:hover.productListing-name {
  color: blue;
  text-decoration: underline;
  background-color: transparent;
}
a:active.productListing-name {
  color: blue;
}

.productListing-price {
  color: red;
}

.productListing-model {
  color: #666666;
  font-size: 10px;
}

.productSpecialPrice {
  color: #FF0000;
}

.specials-item-table {
  border-collapse:collapse;
}

.specials-item-table td {
  border: 10px solid #ebebeb;
  padding: 5px;
  background-color: #FFFFFF;
}
