.mainContent h3 {
    background-color: #eee;
    clear: both;
    font-weight: bold;
    margin: 15px 0 20px;
    padding: 2px 10px;
}

.mainContent p {
    margin: 20px 0;
}

.mainContent ul {
    color: #d60000;
    margin: 20px 0;
}

.mainContent ul li {
    margin: 10px 0;
}

a.buttonEdit {
    background: url(/www/static/frontend/default/gfx/btn.edit.png);
    height: 20px;
    width: 90px;
}

.boxContent, .boxHead, .navPath {
    color: #474747;
    font-size: 86%;

}

.navMenu a {
    color: #474747;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.boxHead {
    color: #fff;
    font-weight: bold;
    font-size:11px;
    line-height: 22px;
}

.hr {
    background: url(/www/static/frontend/default/gfx/hr.grey.gif) repeat-x;
    height: 2px;
    margin: 10px 0;
    width: 910px;
}

.navMenu {
    margin: 10px 0;
}

.navMenu, .navMenu li {
    overflow: hidden;
}

.navMenu .active {
    font-weight: bold;
}

.navMenu li {
    line-height: 30px;
    padding-left: 10px;
}

.navMenu li ul li {
    padding-left: 17px;
}

.navMenu li {
    background: url(/www/static/frontend/default/gfx/dots.grey.gif) no-repeat 13px -5px;
}

.navMenu li.first {
    background: url(/www/static/frontend/default/gfx/dots.grey.first-child.gif) no-repeat 13px 15px;
}

.navMenu li.last {
    background: url(/www/static/frontend/default/gfx/dots.grey.last-child.gif) no-repeat 13px -3px;
}
.navMenu ul li.last {
    background: url(/www/static/frontend/default/gfx/dots.grey.last-child.gif) no-repeat 3px -3px;
}

.navMenu li ul li {
    background: url(/www/static/frontend/default/gfx/dots.grey.gif) no-repeat 3px -5px;
}

.navMenu li a {
    background: #fff url(/www/static/frontend/default/gfx/arr.collapsed.red.gif) no-repeat left 2px;
    padding-left: 17px;
    padding-right: 3px;
}

.navMenu li ul li a {
    background: #fff url(/www/static/frontend/default/gfx/arr.expanded.grey.gif) no-repeat left 2px;
}

.navMenu li {
    height: 1%;
}

.navMenu li ul li {
    height: 1%;
}

.navMenu li.opening ul li.opening ul {
    margin-left: -17px;
}
.navMenu li.opening li.opening ul li {
    padding-left: 35px;
}
.navPath {
    height: 13px;
    overflow: hidden;
}

.navPath li {
    background: url(../gfx/arr.navigation.grey.gif) no-repeat 0 4px;
    display: inline;
    height: 13px;
    line-height: 13px;
    margin-left: 7px;
    padding-left: 15px;
}

.navPath li.first {
    background: none;
    margin-left: 0;
    padding-left: 7px;
}

.headerMenu {
    height: 24px;
}
strong.red {
    color:red;
    font-weight:bold;
}
