/* GENERIC */
H1  {
  font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  18px;
    font-weight:    normal;
    color: #79274b;
    margin: 0;
}

H2  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #300b0a;
    margin: 0;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
    margin: 0;
}

H5  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
    margin: 0;
}
H1 a:link, H1 a:visited, H1 a:active, H1 a:hover {
    color: #b72f61;
    text-decoration: none;
}
.newstitle {
    font-family: Arial, Helvetica;
    font-size:  14px;
    font-weight:    bold;
    color: #300b0a;
    padding: 0 35px;
}
.newstext {
    font-family: Arial, Helvetica;
    font-size:  12px;
    color: #300b0a;
    padding: 0 35px;
}
.newstext p {
  margin: 8px 0;
}
.newsep {
  text-align: center;
  padding: 15px 0;
}
.nb_store_cartheader {
  background-color: #79274b;
  color: white;
}