body {
margin: 0px;
height: 100%;
width: 100%;
background-color: #dddddd;
}

table {
border-width: 0px;
border-style: solid;
border-color: #000000;
}

td, p, div {
font-family: arial, verdana, helvetica;
color: #000000;
font-size: 11px;
line-height: 13px;
}

p {
text-align: justify;
margin: 10px;
margin-left: 0px;
}

a {
font-family: arial, verdana, helvetica;
color: #990000;
font-size: 11px;
line-height: 13px;
text-decoration: none;
outline: none;
}

a:hover {
color: #ee3b33;
}

ul {
list-style-type: none;
list-style-image: url("../images/arrow.gif");
margin: 0px;
padding: 0px;
}

li {
margin-left: 20px;
padding: 0px;
}

.pageTitle {
font-size: 14px;
font-weight: bold;
}

.pageTitleBig {
font-size: 22px;
font-weight: bold;
}

.prodTitle {
font-size: 13px;
font-weight: bold;
}

.prodImg {
border:1px solid;
border-color:#000000;
width:200px;

}

.illustrImg {
border:1px solid;
border-color:#ff0000;
}

.subMenu {
cursor: pointer;
text-align: center;
line-height: 20px;
border: 1px solid;
border-color: #000000;
font-size: 10px;
font-weight: normal;
color: #ffffff;
background-color: #5c5c5c;
}

.subMenuOver {
cursor: hand;
text-align: center;
line-height: 20px;
border: 1px solid;
border-color: #ffffff;
font-size: 10px;
font-weight: normal;
color: #000000;
background-color: #bebebe;
}

.hideElement {
visibility: hidden;
}

