/* ACCC Internet - Business styles */

H1,H2,H3 { color: #7685C2; }

.acccRelatedInformationHelpBoxTitleBar { background: #7685C2; }
.acccRelatedInformationHelpBoxContentFrame { background: #E8EBFC; }

.acccRelatedInformationNotesBoxTitleBar { background: #7685C2; }
.acccRelatedInformationNotesBoxContentFrame { background: #E8EBFC; }
.acccRelatedInformationNotesBoxContentFrame h2 { color: #7685C2; }

/* left hand side nav menu css */
ul.menuItem_1 {
    background-color: #7685C2;
}

ul.menuItem_2 {
    background-color: #DADEEF;
}

/* Styles for front page */
table.businessSection {
    width: 100%;
}
table.businessSection td {
    width: 50%;
    margin-left: 0px;
}
/* Hack for IE because it adds extra margin to the left for some reason */
* html ul.twocol {
    margin-left: 20px;
}

ul.twocol {
    margin-top: 0px;
}
ul.twocol li {
    padding-right: 10px;
}

ul.mergers li {
    width: 160px;
}

img.stupidMergersicon {
    height: 16px;
    width: 48px;
    float: left;
    margin-left: 20px;
}

* html img.stupidMergersIcon {
    margin-left: 5px;
}

ul.mergers {
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 0;
}
/* Hack for IE because of the nasty margin problem, like above */
* html ul.mergers {
    padding-left: 25px;
}

.keyPublicationBoxTitleBar {
    background-color: #7685C2;
}