/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size: 13px;
    font-weight: bold;
    color: white;
    margin: 0;
    background-color: #94144a;
    padding: 2px 12px;
}
H1.green  {
    background-color: #a5a800;
}
H1.catname  {
    font-family: Arial, Helvetica;
    font-size: 30px;
    font-weight: bold;
	  color: #b2aca5;
    margin: 0;
    background-color: white;   
}

H2  {
    font-family: Arial, Helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #94144a;
    margin: 0;
    text-transform: uppercase;
}
H2.green  {
    color: #a5a800;
}

H3  {
  	background: url("megamenu_arrow.gif") no-repeat 0 4px;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #5d5246;
    margin: 0;
    padding-left: 10px; 
}

H4  {
    background-color: #b91d5f;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin: 0 0 2px 0;
    padding: 14px 16px;
}

H5  {
    background-color: #c5cc02;
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin: 0 0 2px 0;
    padding: 14px 16px;
}

H6  {
    font-family: Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #94144a;
    margin: 0;
}
H1 a:link, H1 a:visited, H1 a:active {
    color: #494949;
    text-decoration: none;
}
H1 a:hover {
    color: #ed7817;
    text-decoration: none;
}
.relprods {
  margin: 20px;
}
.promolistcont {
  position: relative;
  border: #d4d4d4 solid 1px;
  background-color: white;
  margin: 0 5px;
  text-align: left;
}
.pricecontainer {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.price {
  font-weight: bold;
  color: #494949;
  font-size: 24px;
}
.promoprodlistdesc {
  padding: 0 0 32px 0;
  margin: 5px;  
}
.oldprice {
  text-decoration: line-through;
}

