/* GENERIC */
H1  {
    font-family: Arial, Helvetica;
    font-size: 24px;
    font-weight: normal;
    color: #b7cb11;
    margin: 0;
    border: none;
}

H1 a:link, H1 a:visited, H1 a:active {
    font-size: 18px;
    color: #b7cb11;
    text-decoration: none;
}
H1 a:hover {
    color: #b7cb11;
    text-decoration: none;
}

H2  {
    font-family: Arial, Helvetica;
    font-size: 17px;
    font-weight: normal;
    color: white;
    margin: 0;
}

H3  {
    font-family: Arial, Helvetica;
    font-size: 18px;
    font-weight: normal;
    color: #b7cb11;
    margin: 0;
}

H3 a:link, H3 a:visited, H3 a:active {
    color: #b7cb11;
    text-decoration: none;
}
H3 a:hover {
    color: #b7cb11;
    text-decoration: underline;
}

H4  {
    font-family: Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    color: #5d5644;
    margin: 0;
}

H5  {
    font-family: Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: white;
    margin: 0;
}

H6  {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: white;
    margin: 0;
    line-height: 24px;
    font-style: italic;
}
.oldprice {
text-decoration: line-through;
font-weight: normal;
}
/* SUB-MENU */
.treeview li ul {
	padding: 5px 0;
}
.treeview li li {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	text-indent: 0;
}
.treeview li li a:link, .treeview li li a:visited, .treeview li li a:active {
  color: white;
	display: block;
	height: auto;
	text-decoration: none;
	font-weight: normal;
	border: none;
 	background: none;
}
.treeview li li a:hover {
	color: #b7cb11;
}
.treeview li li a.selected {
	color: #b7cb11;
}
/* SUB-SUB-MENU */
.treeview li li li {
  font-size: 11px;
}

