/****************
    General CSS
*****************/

body, td, caption {
    margin-left: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #333333;
    line-height: 145%;
}

p {
    margin-top: 0px;
}

tt {
    font-size: 1.3em;
}

ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}
ul ul {
    margin-left: 15px;
}
ol {
    padding-left: 25px;
    /* IE6 fixes */
    * padding-left: 0px;
    * margin-left: 30px;
}

/*
 You cannot use a list-style-image in css as you cannot position it correctly,
 instead you're forced to use a background-image which allows you to position it correctly.
 Most bullets on the internet css (currently) use a little arrow, but many don't.
 The ones that don't use it need to override the background-image specified here
 and set it to none. The padding-left also needs to be overridden.
*/
ul li {
    background: transparent url(/images/purpleArrow.gif) no-repeat 0px 7px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-left: 15px;
}
ul.sytadelBoxContent {
    margin-left: 5px;
}
ul li.listItemEmail {
    background-image: url(/images/emailIcon.gif);
}

ul li.listItemRss {
    background-image: url(/images/rssIcon.gif);
}
h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h1 {
    color: #4C2177;
    font-size: 1.75em;
    margin-bottom: 5px;
    margin-top: 8px;
    line-height: 110%;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 8px;
    margin-top: 10px;
}

h3 {
    font-size: 1.15em;
    margin-bottom: 5px;
    margin-top: 10px;
}

h4 {
    font-size: 1.15em;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 12px;
}

h5 {
    font-size: 1em;
    color: #666666;
    margin-bottom: 0px;
    margin-top; 12px;
}
table.acccTable td {
    padding: 3px 3px 3px 10px;
}
hr.clear {
    clear: both;
    border: none;
    height: 0;
    color: #FFFFFF;
}

/* Boxes on the Publications -> Browse by topic page */
div.publicationsByTopicDiv {
    background-color: #F7F7F7;
    border-bottom: 2px dotted #CFD8D7;
    color: #000000;
    padding-top: 1px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
div.publicationsByTopicDiv h2 {
    border-bottom: 2px dotted #CFD8D7;
    padding-bottom: 2px;
    margin-right: 10px;
}

/* Publication order form styles */
table.publicationOrders {
    border-collapse: collapse;
}

table.publicationOrders td, table.publicationOrders th {
    padding: 0.3em;
    text-align: center;
    border: 1px solid lightgray;
}

/* Boxes on main home pages */
div.distinctiveHighlightBox {
    background-color: #F7F7F7;
    border-bottom: 2px dotted #CFD8D7;
    color: #000000;
    padding-top: 1px;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

div.distinctiveHighlightBox h2 {
    border-bottom: 2px dotted #CFD8D7;
    padding-bottom: 2px;
    margin-right: 10px;
}
div.distinctiveHighlightBox hr.clear {
    color: #F6F6F6;
}

/* ACCC Header banner styles */
div.leftHandInternetBannerBox {
    float: left;
    width: 230px;
}

div.middleInternetBannerBox {
    margin: 0px 230px;
    text-align: center;
}

div.acccHeaderInfocentreSearch {
    width: 250px;
    float: right;
    text-align: right;
}
div.acccHeaderInfocentreSearch span {
    font-size: 1.2em;
    color: #00667C;
    font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
}
div.acccHeaderInfocentreSearch span a {
    color: #6060AA;
}
div.acccHeaderInfocentreSearch ul {
    margin: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 3px;
    font-size: 0.8em;
}

div.acccHeaderInfocentreSearch li {
    margin: 0;
    display: inline-block;
    /* inline-block for IE */
    *display: inline;
    *height: 1%;
    padding-left: 1.1em;
}

li.acccHeaderInfocentreDisclaimer a {
    padding-right: 0.5em;
}

div.acccHeaderInfocentreSearch form {
    margin: 0;
}

td.footerDividerLeftPane {
    background-color: #00667C;
    height: 3px;
    width: 17%;
}
td.footerDividerMiddlePane {
    background-color: #599CA9;
    height: 3px;
}
td.footerDividerRightPane {
    background-color: #66A3B0;
    height: 3px;
    width: 16%;
}
td.headerDividerLeftPane {
    background-color: #00667C;
    height: 10px;
    width: 17%;
}
td.headerDividerMiddlePane {
    background-color: #599CA9;
    height: 10px;
}
td.headerDividerRightPane {
    background-color: #66A3B0;
    height: 10px;
    width: 16%;
}
td.leftPane {
    vertical-align: top;
    width: 17%;
    padding: 0px;
}
td.middlePane {
    padding-left: 10px;
    vertical-align: top;
}
td.rightPane {
    vertical-align: top;
    width: 16%;
}

.acccSiteFooter {
    text-align: right;
    font-size: 0.85em;
    color: #666666;
    margin-right: 10px;
    margin-top: 5px;
}

/* Inline headers, like the related topics box */
div.inlineContentHeader {
  font-size: 1em;
  color: #00667C;
  font-weight: bold;
  border-bottom: 1px dotted #00667C;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

div.relatedPubBox {
    height: 50px;
}

div.relatedPubBox div.relatedPubImage {
    border: 1px solid #E3E3E3;
    float: left;
    margin-right: 15px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
}

div.relatedMediaImage {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

div.keyPubBox img.relatedPubImage {
    border: 1px solid #E3E3E3;
    float: left;
}
div.keyPubBox ul {
    padding-left: 60px;
    margin-top: 0px;
}
/* IE6 */
*div.keyPubBox ul li {
*    margin-left: -40px;
*}

/* Left hand side navigation styles */
div.menuTreeContainer {
    font-size: 1.2em;
}
div.menuTreeContainer img {
    border:0 none;
}

div.menuTreeContainer ul {
    margin: 0px;
    padding: 0px;
}

div.menuTreeContainer ul li {
    background:transparent none repeat scroll 0 0;
    padding:0px;
    margin: 0px;

}
div.menuTreeContainer ul li a {
    display:block;
    font-family:Helvetic Light,Helvetica,Arial,sans-serif;
    font-size:1.25em;
    line-height:120%;
    padding:7px;
}

div.menuTreeContainer li.menuLeafNode {
    background-image:url(/images/blackArrow.gif);
    background-repeat: no-repeat;
    background-position: 7px 4px;
    padding-left: 22px;
}
div.menuTreeContainer ul ul li {
    padding-left: 21px;
    * margin-bottom: 3px;
}
div.menuTreeContainer ul ul {
    * margin-bottom: -3px;
}
div.menuTreeContainer ul ul li a {
    line-height: 160%;
}
div.menuTreeContainer ul ul a {
    display:inline;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.85em;
    font-weight: bold;
    padding-left:0;
}

div.menuTreeContainer ul ul ul {
    display:none;
    margin-left: -21px;
}

div.menuTreeContainer a.menuExpandButtonLink {
    border:0 none;
    padding:5px 6px 5px 5px;
    margin-left: -22px;
}

div.menuTreeContainer div.separator {
    background-image:url(/images/separatorBackground.gif);
    background-repeat: repeat-x;
    height:8px;
*    margin-bottom: -9px;
}
/*
The ACCC menu styling
*/
div.menuTreeContainer ul.menuTheAccc {
    background-color: #4C2177;
}
div.menuTreeContainer ul.menuTheAccc li a {
    color: white;
}
div.menuTreeContainer ul.menuTheAccc ul {
    background-image: url(/images/leftHandLinesBg.gif);
    background-color: #D7E6EA;
}
div.menuTreeContainer ul.menuTheACCC ul li {
    border-top: 1px solid #D7E6EA;
    padding-left: 21px;
}

div.menuTreeContainer ul.menuTheAccc ul a {
    color: #4C2177;
}

div.menuTreeContainer ul.menuTheAccc ul ul {
    background-image: none;
    background-color: #F7F7F7;
}

div.menuTreeContainer ul.menuTheAccc ul ul a {
    color: #4D4D4D;
}
div.menuTreeContainer ul.menuTheACCC ul ul li {
    border-top: none;
}

/*
Misc. menu styling
*/
div.menuTreeContainer ul.menuOurSites {
    background-color: #00667C;
}

div.menuTreeContainer ul.menuOurSites span {
    display:block;
    font-family:Helvetic Light,Helvetica,Arial,sans-serif;
    font-size:1.25em;
    line-height:120%;
    margin-top: 2px;
    padding:5px;
    color: white;
}

div.menuTreeContainer ul.menuOurSites ul {
    background-image: url(/images/leftHandLinesBg.gif);
    background-color: #D7E6EA;
}

div.menuTreeContainer ul.menuOurSites ul li {
    border-top: 1px solid #D7E6EA;
    background-image: url(/images/externalLink.gif);
    background-position: 5px 6px;
    background-repeat: no-repeat;
    padding-left: 21px;
}

div.menuTreeContainer ul.menuOurSites ul a {
    color: #1B3B64;
}
div.menuTreeContainer ul.menuOurSites ul a:visited {
    color: #1B3B64;
}

div.homeLinkContainer {
    background-color: #E0EDEF;
    padding-left: 5px;
}

div.homeLink {
    background-image: url(/images/backArrow.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 2px;
    color: #4C2177;
    background-position: 0px 8px;
    font-weight: bold;
}

div.menuTreeContainer li.menuAreaLinkConsumersLeafNode {
    background-image: url(/images/consumerArrow.gif);
    background-position: 5px 6px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.menuTreeContainer li.menuAreaLinkBusinessLeafNode {
    background-image: url(/images/businessArrow.gif);
    background-position: 5px 6px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.menuTreeContainer li.menuAreaLinkIndustryLeafNode {
    background-image: url(/images/industryArrow.gif);
    background-position: 5px 6px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
/* This hack prevents IE6 from doing stupid things to the menu css */
*ul {
*    height: 1%;
*}


li.complaint { 
    background-color: white;
    
}

/* Home page CSS */

h1.homePageWelcomeMessage { 
    font-family: Arial;
    font-size: 3em;
    font-weight: normal;
    margin-bottom: 15px;
}

div.imageBox {
    float: left;
    margin-top: -15px;
}

div.acccHomePageBoxInner {
    background-position: center bottom;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

div.acccHomePageBox div.acccHomePageBoxInner {
    float: left;
    width: 100%;
}

div.acccHomePageHighlightedNewsItems {
    padding: 1em 1em 0 1em;
}

ul.acccHomePageHighlightedNewsItems {
    background-color: white;
}

div.acccHomePage div.acccHomePageNewsReleasesBox li.acccHomePageHighlightedNewsItem {
    margin-top: 0;
    padding-left: 0;
    padding-top: 5px;
}

div.acccHomePage div.acccHomePageNewsReleasesBox li.acccHomePageHighlightedNewsItemLast {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.acccHomePage div.acccHomePageNewsReleasesBox div.acccHomePageLinksMoreLink {
    padding: 0 0.5em 0 0;
    right: 51%;
}

div.acccHomePage div.acccHomePageNewsReleasesBox ul.acccHomePageNewsItems {
    margin-bottom: 2em;
}

div.acccHomePage div, div.acccHomePage ul, div.acccHomePage h2 {
    /* we don't want long text breaking the layout */
    word-wrap: break-word;
}

div.acccHomePage h1 {
    font-family: Arial;
    font-size: 3em;
    font-weight: normal;
    margin-bottom: 8px;
}

a.acccHomePageBoxHeadingLink:hover {
    color: white;
}

div.acccHomePage ul li {
    background: transparent url('/ui/images/listDash.gif') no-repeat 3px 7px;
    /* Hack for IE to get hasLayout */
    zoom: 1;
}

div#acccHomePageFirstRow, div#acccHomePageSecondRow {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

div#acccHomePageSecondRow {
    margin-top: 1em;
}

div.acccHomePageQuickLinksLeft, div.acccHomePageQuickLinksCenter {
    width: 33.9%;
}

div.acccHomePageQuickLinksRight {
    width: 32%;
}

div.acccHomePageQuickLinksLeft div.acccHomePageBoxInner, div.acccHomePageQuickLinksCenter div.acccHomePageBoxInner {
    width: 95%;
}

div.acccHomePageLinks {
    position: relative;
}

div.acccHomePageLinksEditLink {
    position: absolute;
    top: 0.5em;
    right: 0;
}

div.acccHomePageLinks div {
    margin: 0 1em 0 1em
}

div.acccHomePageLinks ul {
    margin: 0.5em 1em 0 2em
}

div.acccHomePageLinks ul div {
    margin: 0;
}

div.acccHomePageLinksMoreLink {
    text-align: right;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}

div.acccHomePageLinks div.acccHomePageLinksMoreLink {
    margin-right: 0.5em;
}

div.acccHomePageLinksMoreLink a {
    background: url("/images/blackArrow.gif") no-repeat 3px 1px;
    padding-left: 15px;
}

div#acccHomePageNewsReleases a.acccHomePageBoxHeadingLink:hover h2 {
    background: #2A0055 url('/images/homePageHeadingArrow.gif') no-repeat right center;
}

div#acccHomePageNewsReleases {
    width: 49.2%;
    float: left;
    background-image: url(/images/leftHandLinesBg.gif); 
    background-repeat: repeat;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

div#acccHomePageNewsReleasesInner {
    width: 100%;
    background-color: white;
}

div#acccHomePageFaqs {
    width: 49.2%;
    float: right;
    background-color: #ECEDF9;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

div#acccHomePageFaqsInner {
    background-color: #ECEDF9;
    width: 100%;
    margin: 0;
}

#acccHomePageFaqsInner .acccHomePageLinks {
    position: static;
}

div.acccHomePageLinks h2, h2.acccHomePageNewsTitle {
    margin: 0 0 0.5em;
    padding: 0.5em;
    color: white;
}

h2.acccHomePageNewsTitle {
    background: #4c2177 url('/images/homePageHeadingArrow.gif') no-repeat right center;
    margin-bottom: 0;
}

div#acccHomePageFaqs h2 {
    background: #96004B url('/images/homePageHeadingArrow.gif') no-repeat right center;
}

div#acccHomePageFaqs a.acccHomePageBoxHeadingLink:hover h2 {
    background: #620018 url('/images/homePageHeadingArrow.gif') no-repeat right center;
}

div#acccHomePageFaqs div.acccHomePageLinks {
    width: 100%;
    background-color: #ECEDF9;
}

div#acccHomePageFaqHotTopics {
    float: left;
    width: 100%;
}

div#acccHomePageFaqHotTopicsInner {
    padding: 1em 1em 2em 1em;
    background-color: #ECEDF9;
}

div#acccHomePageFaqHotTopics div.acccHomePageLinks {
    background-color: white;
    padding-bottom: 0.5em;
    width: 100%;
    position: relative;
}

div#acccHomePageFaqHotTopics div.acccHomePageLinks h2 {
    background-color: white;
    color: black;
    margin-bottom: 0;
}

div#acccHomePageFaqHotTopics ul {
    margin-top: 0;
}

div#acccHomePageFaqHotTopics ul li {
    background: transparent;
    padding-left: 0;
}

div#acccHomePageCurrentConsultations {
    width: 100%;
    float: left;
}

div#acccHomePageCurrentConsultations div.acccHomePageLinks {
    background-color: #F2F9F1;
    padding-bottom: 2em;
    width: 100%;
    float: left;
}

div#acccHomePageCurrentConsultations h2 {
    background: #00667C url('/images/homePageHeadingArrow.gif') no-repeat right center;
    position: relative;
}

div#acccHomePageCurrentConsultations a.acccHomePageBoxHeadingLink:hover h2 {
    background: #003349 url('/images/homePageHeadingArrow.gif') no-repeat right center;
}

div#acccHomePageCurrentConsultations div.acccHomePageLinks ul {
    width: 49.9%;
    float: left;
    margin: 0.5em 0;
}

div#acccHomePageCurrentConsultations div.acccHomePageLinks ul li {
    margin-left: 1em;
}

div#acccHomePageQuickLinks {
    width: 100%;
    float: left;
    margin-top: 1em;
    position: relative;
    overflow: hidden;
}

div.acccHomePageBox {
    clear: none;
    float: left;
    padding-bottom: 1px;
    height: 100%;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

div.acccHomePageBoxContent {
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

div.acccHomePageBoxContent ul {
    margin: 1em;
}

div.acccHomePageBoxInner h2 {
    font-weight: bold;
    margin: 0px;
    padding: 10px;
    font-size: 1.25em;
}

div#acccHomePageConsumersBox div.acccHomePageBoxInner {
    background-color: #F4E5D7;
}

div#acccHomePageConsumersBox div.acccHomePageBoxContent {
    background: url('/images/consumerGrad.jpg') repeat-x left top;
}

div#acccHomePageConsumersBox div.acccHomePageLinksMoreLink {
    right: 69%;
}

div#acccHomePageConsumersBox h2 {
    background: #E37F1D url('/images/homePageHeadingArrow.gif') no-repeat right center;
    color: #FFFFFF;
}

div#acccHomePageConsumersBox a.acccHomePageBoxHeadingLink:hover h2 {
    background: #B04C0A url('/images/homePageHeadingArrow.gif') no-repeat right center;
}

div#acccHomePageBusinessBox div.acccHomePageBoxInner {
    background-color: #C8CEE7;
}

div#acccHomePageBusinessBox div.acccHomePageBoxContent {
    background: url('/images/businessGrad.jpg') repeat-x left top;
}

div#acccHomePageBusinessBox div.acccHomePageLinksMoreLink {
    right: 35%;
}

div#acccHomePageBusinessBox h2 {
    background: #7685C2 url('/images/homePageHeadingArrow.gif') no-repeat right center;
    color: #FFFFFF;
}

div#acccHomePageBusinessBox a.acccHomePageBoxHeadingLink:hover h2 {
    background: #435290 url('/images/homePageHeadingArrow.gif') no-repeat right center;
}

div#acccHomePageConsumersBox {
    margin-top: 0px;
}

div#acccHomePageIndustryBox div.acccHomePageBoxInner {
    background-color: #EDD7E3;
}

div#acccHomePageIndustryBox div.acccHomePageBoxContent {
    background: url(/images/industryGrad.jpg) repeat-x left top;
}

div#acccHomePageIndustryBox div.acccHomePageLinksMoreLink {
    right: 1.3%;
}

div#acccHomePageIndustryBox h2 {
    background: #96004B url('/images/homePageHeadingArrow.gif') no-repeat right center;
    color: #FFFFFF;
}

div#acccHomePageIndustryBox a.acccHomePageBoxHeadingLink:hover h2 {
    background: #630018 url('/images/homePageHeadingArrow.gif') no-repeat right center;
}

div.acccHomePageBox p {
    margin-top: 0px;
    padding-top: 10px;
}

div#acccHomePageConsumersBox select {
    border: 1px solid #E37F1D;
    vertical-align: middle;
}

div#acccHomePageBusinessBox select {
    border: 1px solid #7685C2;
    vertical-align: middle;
}

div#acccHomePageIndustryBox select {
    border: 1px solid #96004B;
    vertical-align: middle;
}

div.acccHomePageBoxInner h2 a:visited {
    color: #FFFFFF;
}

div.acccHomePageBoxInner h2 a {
    display: block;
    color: #FFFFFF;
}

div.acccHomePageBox a {
    text-decoration: none;
}

div.acccHomePageBox a:hover {
    text-decoration: underline;
}

/* Media centre box css*/
.homeHotListTitle {
    background-color: #4C2177;
    color: white;
    font-size: 1.5em;
    font-weight: normal;
    padding: 5px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
}

.mediaReleaseDate {
    color: #00667C;
    position: absolute;
    top: 0;
    right: 1em;
}

div.acccHomePageHighlightedNewsItems .mediaReleaseDate {
    right: 0;
    top: 5px;
}

div.acccHomePage td#acccHomePageNewsReleases {
    background-image: url('/images/leftHandLinesBg.gif');
    background-repeat: repeat;
    padding-top: 1px;
    width: 50%;
}

div.acccHomePage div.acccHomePageNewsReleasesBox {
    background-image: url('/images/leftHandLinesBg.gif');
    background-repeat: repeat;
    padding-top: 1px; 
}

div.acccHomePage div.acccHomePageNewsReleasesBox ul {
    margin: 0;
    padding-left: 0 7px;
}

div.acccHomePage div.acccHomePageNewsReleasesBox li {
    border-bottom: 1px solid #CDC5BF;
    margin: 5px 10px 0;
    position: relative;
    padding: 0 7.5em 5px 10px;
    background: transparent;
}

/* Publications CSS */
#genericSearchBox {
    background-color: #F5F5F5;
    padding: 10px;
    width: 80%;
    margin-bottom: 5px;
}

ul.publicationList li {
    margin-top: 5px;
}

/* Right hand side boxes */
/* General page and box construction hierarchy */
.sytadelBoxFrame { border: none; }

.sytadelBoxTitleBar { 
    border: none; 
    background: #888888; 
    font-size: 0.95em;
    height: 35px;
    vertical-align: middle;
}

.sytadelBoxTitle { font-weight: bold; color: #FFFFFF; font-size: 0.95em; text-align: left; padding-left: 5px; }
.sytadelBoxTitle a { color: #FFFFFF; }
.sytadelBoxContentFrame { border: none; font-size: 0.82em; background: #F5F5F5; }
.sytadelBoxContentFrame h2 { margin: 0; padding: 0; }
.sytadelBoxContentFrame p { margin-top: 0; }
.sytadelBoxContentFrame ul li {
    background-position: 0px 6px;
}
.sytadelBoxContentFrame ul li.listItemEmail {
    background-position: 0px 3px;
}
.sytadelBoxContentFrame ul li.listItemRss {
    background-position: 0px 3px;
}

.acccRelatedInformationTopicsBoxTitleBar { background: #599CA9; }
.acccRelatedInformationDocumentsBoxTitleBar { background: #599CA9; }
.acccRelatedInformationSubHelpBoxTitleBar { background: #599CA9; }
.acccRelatedInformationEmailBoxTitleBar { background: #599CA9; }
.acccRelatedInformationNotesBoxContentFrame {
    padding: 5px 5px 5px 10px;
}
.fancySubmitButton { 
    width: 60px; 
    background: transparent url(/images/submitIcon.gif) no-repeat scroll left top; 
    border: 0pt none; 
    cursor: pointer; 
    cursor: hand;
}

.imageButton {
    vertical-align: -3px;
    border: 0px none;
}


.hotTopicBox {
    background-color:#F7F7F7;
    background-image:url(/images/hotTopicBg.gif);
    background-position:100% 3px;
    background-repeat:no-repeat;
    border:1px solid #E3E3E3;
    height:90px;
    width:100%;
    margin-bottom: 5px;
}
.hotTopicBox h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
}
.hotTopicTdFirst {
    vertical-align: top;
    width: 78px; /* need to explicitly have width at 78px so columns don't take up the whole width*/
}
.hotTopicTdOthers {
    vertical-align: top;
    align: left;
}
.hotTopicTdEdit {
    text-align: right;
    padding-bottom: 5px;
}
.hotTopicImage {
    padding: 5px;
}
.hotTopicReadMore {
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Home page right hand banner CSS */
    div.homePageRightHandBannerBox {
    padding: 5px;
    text-align: center;
}

div.homePageRightHandBannerBox img {
    border: 0 none;
    padding: 5px;
}
.sytadelPageGrid {
    width:100%;
}

a.arrowedLink {
    background-image: url(/images/blackArrow.gif);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0px 0px;
}

form.ratingBox {
    background-color: #F5F5F5;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    margin-top: 0px;
}

h2.relatedContentHeading {
    background-image: url(/images/relatedContentDottedLine.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    color:#00667C;
    font-size:1em;
    padding-bottom:3px;
    padding-left:2px;
}

div.keyPubBox {
    margin-bottom: 10px;
    background-image: url(/images/relatedContentDottedLine.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding: 5px;
}
div.morePublicationsDiv {
    padding: 5px;
}
div.morePublicationsDiv ul {
    margin-left: 5px;
}

/* Fixes a spacing problem in IE6 */
td.sytadelPageCell div.contenttopic {
    margin-bottom: 20px;
}

img.acccPublicationImage {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #E3E3E3;
}

td.acccRelatedInformationEmailBoxContentFrame {
    padding: 5px;
}

td.acccRelatedInformationEmailBoxContentFrame ul li {
    padding-left: 20px;
}
td.acccRelatedInformationHelpBoxContentFrame {
    padding: 5px;
}
td.acccRelatedInformationHelpBoxContentFrame ul {
    padding-left: 5px;
    padding-right: 3px;
}
div.printerFriendlyDiv {
    padding-bottom: 3px;
    margin-bottom: 5px;
    background-image: url(/images/relatedContentDottedLine.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: right;
}

div.printerFriendlyImageDiv {
    float: right;
    padding-top: 3px;
    margin-right: 7px;
}
.mergersAreSpecial {
    background-image: url(/images/clawArrow.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 80px;
}

.ACLchanges2011 {
    display: none;
}

/* Fix for IE */
table.businessSection tbody tr td ul {
   margin-left: 0px;
}
div#pubShoppingBasket {
    padding: 5px;
}

/* Fluid width rounded corners for ACCC home page
   credit: http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm */
div.acccHomePageRoundedCornersTopLeft, div.acccHomePageRoundedCornersTopRight, div.acccHomePageRoundedCornersBottomLeft, .acccHomePageRoundedCornersBottomRight {
    background-image: url('/ui/images/whiteRoundedCorners18px.gif');
    height: 9px;
    font-size: 2px;
}

.acccHomePageRoundedCornersTopLeft {
    margin-right: 9px;
}

.acccHomePageRoundedCornersTopRight {
    margin: -9px 0 0 9px;
    background-position: 100% 0;
}

.acccHomePageRoundedCornersBottomLeft {
    margin-right: 9px;
    background-position: 0 -9px;
}

.acccHomePageRoundedCornersBottomRight {
    margin: -9px 0 0 9px;
    background-position: 100% -9px;
}
/* Styles for small business complaints form */
.smallBusinessComplaintsFullWrapper table {
    width: 90%;
}
.smallBusinessComplaintsEditWrapper h1 {
   color: rgb(126,137,191);
}
.smallBusinessComplaintsEditWrapper h2 {
    width: 100%;
    background-color: #7071B2;
    color: #FFFFFF;
}
.smallBusinessComplaintsEditWrapper h4 {
    color: #000000;
}
.smallBusinessComplaintsEditWrapper {
    width: 100%;
}
.smallBusinessComplaintsEditWrapper table {
    border-collapse: collapse;
    width: 70%;
}
.smallBusinessComplaintsEditWrapper #formcontainer div table {
    width: 90%;
}
.smallBusinessComplaintsEditWrapper table tr td {
    vertical-align: middle;
}

/* Styles for the autocomplete search boxes on the ACCC site
 * These class names are defined by the thrid party autocomplete.js
 * library.
 * These will need to be made more specific if we use the autocomplete
 * code for other (non-search) form fields as well
 */
.autocomplete-w1 { 
    position:absolute;
    top:4px;
    left:6px;
    /* IE6 fix: */ _background:none; _top:1px;
}
.autocomplete-w2 { 
    padding:0 6px 6px 0;
}
.autocomplete {
    width:300px;
    border:1px solid #999;
    background:#FFF;
    cursor:default;
    text-align:left;
    max-height:350px;
    overflow:auto;
    margin:-6px 6px 6px -6px;
    /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden;
}
.autocomplete .selected {
    background:#E0EDEF;
}
.autocomplete div {
    padding:2px 5px;
    white-space:nowrap;
}
.richTopicBriefView {
    position: relative;
}
.richTopicBriefViewHeading {
    font-size: 1.25em;
    font-weight: bold;
}
.richTopicBriefViewHeading a {
    color: #38405E;
    padding-right: 2px;
}
.richTopicBriefViewImage {
    float: right;
}
.richTopicBriefViewImage img {
    border: none;
}
.richTopicBriefViewSummary {
    clear: both;
}
.richTopicBriefViewMoreLink {
    position: absolute;
    bottom: -1.2em;
    right: -0.3em;
}
.richTopicBriefViewMoreLink a {
    background: url("/images/blackArrow.gif") no-repeat scroll 3px 1px transparent;
    padding-left: 15px;
}
.richTopicFullViewImage {
    float: right;
}
.richTopicFullViewBody {
    clear: left;
    padding-top: 10px;
}
div.richTopicLandingItems {
    border-collapse: separate;
    border-spacing: 10px;
    display: table;
    height: 100%;
    min-height: 100%;
    width: 100%;
    *display: block;
    *height: auto;
}
div.richTopicLandingItemsRow {
    display: table-row;
    height: 100%;
    min-height: 100%;
    *display: block;
}
div.richTopicLandingItem {
    display: table-cell;
    width: 50%;
    border: 1px solid #DDDDDD;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    padding: 10px 10px 15px 10px;
    background: url("/ui/images/richTopicGradient.png") repeat-x scroll 0 0 transparent;
    height: 100%;
    min-height: 100%;
    *display: block;
    *float: left;
    *width: 47%;
    *margin: 10px 5px;
    *height: 100%;
}
div.richTopicLandingItemsRow .richTopicBriefView {
    position: relative;
    height: 100%;
    min-height: 100%;
}

div#acccWorkflowWizard1 {
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    height: 402px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

div#acccWorkflowWizard1Inner {
    float: left;
    position: relative;
    width: 200%;
    z-index: 1;
}

div.acccWorkflowWizard1Step {
    float: left;
    height: 400px;
    position: relative;
    width: 50%;
    z-index: 10;
}

div.acccWorkflowWizard1Choices {
    bottom: 0;
    position: absolute;
    width: 100%;
}

a.acccWorkflowWizardRightButton, a.acccWorkflowWizardLeftButton, a.acccWorkflowWizard1BackLink {
    background-color: #F2D7BA;
    border: 1px solid black;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    color: black;
    float: right;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em;
    padding: 0.5em 1em;
}

a.acccWorkflowWizardRightButton:hover, a.acccWorkflowWizardLeftButton:hover {
    background-color: #EE9332;
    text-decoration: none;
}

a.acccWorkflowWizard1BackLink:hover {
    background-color: #7D4710;
    text-decoration: none;
}

a.acccWorkflowWizard1BackLink {
    background-color: #E37F1D;
    color: white;
    float: left;
}

div.acccWorkflowWizard1Step ul {
    margin-left: 2em;
}

div.acccWorkflowWizard1Step h2 {
    color: black;
    font-size: 1.6em;
    line-height: 1.2em;
    margin: 0 0.5em 0.5em 0;
}

/* when focusing on the heading we don't want an outline */
div.acccWorkflowWizard1Step h2:focus {
    outline: medium none;
}

div.acccWorkflowWizard1Step p {
    margin: 7px 0;
}

div.acccWorkflowWizard1Step h3 {
    margin: 0;
}

div.acccWorkflowWizard1Question {
    height: 312px;
    *height: 340px;
    overflow-y: auto;
    padding: 14px;
}

div.acccWorkflowWizard1Question ul {
    margin: 0 0 1em 2em;
}

div.acccWorkflowWizard1Question div.acccWorkflowWizard1AdditionalInformation {
    background-color: #F3E7DB;
    border: 1px solid black;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 2px 2px 2px gray;
    height: auto;
    overflow: hidden;
    padding: 0 14px;
}

div.acccWorkflowWizard1Example {
    background-color: #F5F5F5;
    border: 1px solid #4D4D4D;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 2px 2px 2px gray;
    padding: 14px;
}

div.acccWorkflowWizard1Example h3 {
    border-bottom: 1px dashed black;
    color: black;
    font-style: italic;
    margin: 0;
    padding-bottom: 7px;
}

table.acccWorkflowWizardQuestionOnly {
    height: 340px;
    width: 100%;
}

table.acccWorkflowWizardQuestionOnly td {
    vertical-align: middle;
}

table.acccWorkflowWizardQuestionOnly h2 {
    margin: 0;
    text-align: center;
}

div.acccWorkflowWizard1Choices {
    background: url("/ui/images/workflowWizardBottomGradient.png") repeat-x scroll center bottom transparent;
    height: 60px;
}

a.acccWorkflowWizardLeftButton {
    right: 10em;
}

div#acccWorkflowWizard1 {
    border: 2px solid #CCCCCC;
}

div.acccWorkflowWizard1Question h2, table.acccWorkflowWizardQuestionOnly h2 {
    color: #4F2683;
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0 0 0.5em;
}

div.acccWorkflowWizard1Question h3, div.acccWorkflowWizard1Question h4 {
    color: #4F2683;
    font-weight: bold;
    letter-spacing: 0.01em;
}

div.acccWorkflowWizard1Example, div.acccWorkflowWizard1AdditionalInformation {
    border: 2px solid #DDDDDD !important;
}

div.acccWorkflowWizard1Example {
    background-color: #F9F9F9 !important;
}

div.acccWorkflowWizard1AdditionalInformation {
    background-color: #FDFAF7 !important;
}

div.acccWorkflowWizard1Example h3 {
    border-bottom: 2px dashed #AAAAAA;
}

div.acccWorkflowWizard1Question h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    padding-bottom: 0.8em;
}

div.acccWorkflowWizard1Question h4 {
    font-size: 1.2em;
    line-height: 0.9em;
}

div.acccWorkflowWizard1Question p, div.acccWorkflowWizard1Question ul {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 1em;
    margin: 1em 2em 1em 0;
}

div.acccWorkflowWizard1Question ul {
    margin-bottom: 2em;
}

a.acccWorkflowWizardRightButton, a.acccWorkflowWizardLeftButton, a.acccWorkflowWizard1BackLink {
    border: 2px solid #CCCCCC;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

a.acccWorkflowWizardRightButton {
    background-color: #C8DA9C;
    border-color: #E1EBD8;
}

a.acccWorkflowWizardLeftButton {
    background-color: #E59CA7;
    border-color: #F2D5E3;
}

a.acccWorkflowWizard1BackLink {
    background-color: #002C45;
    border-color: #8096A2;
}

table.acccWorkflowWizardBanner * {
    margin: 0;
    padding: 0;
}

table.acccWorkflowWizardBanner {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

table.acccWorkflowWizardBanner td.acccWorkflowWizardBannerLeft {
    background: url("/images/consumerGuaranteesWizardBannerLeft.png") no-repeat scroll 0 0 transparent;
    width: 332px;
}

table.acccWorkflowWizardBanner td {
    height: 104px;
}

table.acccWorkflowWizardBanner td.acccWorkflowWizardBannerSpacer {
    background: url("/images/consumerGuaranteesWizardBannerRepeatSlice.png") repeat-x scroll 0 0 transparent;
}

table.acccWorkflowWizardBanner td.acccWorkflowWizardBannerRight {
    background: url("/images/consumerGuaranteesWizardBannerRight.png") no-repeat scroll 0 0 transparent;
    width: 147px;
}

img.acccWorkflowWizardMobileBanner {
    display: none;
