body {
  background-color: #ffffff;
}
a:link, a:visited {
  text-decoration: none;
  color: #2e373e;
}
a:hover, a:active {
  color: #952f56;
  text-decoration: none;
}

/* Buttons */
.button {
  color: #FFF !important;
  background-color: #963056;
}
.button:hover {
  text-decoration: none;
  background-color: #e8d1da;
  color: #2e373e !important;
}

/* Top */
#top h1 {
  color: #963130;
}

#search input {
  color: #FFFFFF;
  background-color: #952e56;
  cursor: pointer;
  text-transform: none;
}
#search label input {
  color: #2e373e;
  border: 1px solid #FFFFFF;
  background-color: #f2f2f2;
}
.search-txt {
  font-size: 11px;
  color: #ffffff;
}


/* Bar */
#bar {
  color: #2e373e;
  background-color: #f2f2f2;
}
  #bar a:link, #bar a:visited {
  color: #2e373e;
  text-decoration: none;
  font-size: 12px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  }
  #bar a:hover, #bar a:active {
  text-decoration: underline;
  color: #952e55;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  }
  
  #cart {
  color: #2e373e;
  background-color: transparent;
  background-image: url(http://tomero.com.au/images/ship-icon.gif);
  background-repeat: no-repeat;
  background-position: 0 17px;
  padding-right: 20px;
  }
  
  #cart a:link, #cart a:visited {
  color: #2e373e;
  text-decoration: none;
  font-size: 11px;
  }
  #cart a:hover, #cart a:active {
  text-decoration: underline;
  color: #942e55;
  
  #cart-total strong {
    color: #952f56;
  background-image: none;
  }

/* Content */
#content h2, #side h2 {
  color: #952e55;
}
  #content h3 {
  color: #2e373e;
  }
#content h4 {
  color: #952e55;
}

  
  #products td p, p.price {
  color: #2e373e;
  }

/* Side */
#side li a:link, #side li a:visited {
    color: #6c6456;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #a1998c;
}

/* Footer */
#footer p, #footer a {
  color: #2e373e;
}









