/* Start of CMSMS style sheet 'Glazenkamp module' */
#postcode_search {
    font-size: 11px;
    position: absolute;
    padding: 0.4em 2em;
    top: 0.0em;
    right: 0.0em;
    width: 21em;
    height: 100px;
    z-index: 0;
    border-left: 1px dotted #aaa;
    background: #bedfe3 url(/images/glazenkamp/header_background_trans.gif) repeat-x top left;
}

#postcode_search .info {
    padding-bottom: 0.5em;
}

#postcode_search .field {
    padding-right:1.1em; float:left;
}

#postcode_search .field .button {
    padding: 0 1em;
}

#postcode_search input {
    font-size: 90%;
    margin-top: 0.4em;
}

div.accordion {
    margin-left: 5em;
    margin-right: 5em;
    line-height; 1em;
}

div.accordion h3 {
    margin: 0;
    padding: 1em 0 0.5em 0;
    line-height: 1.3em;
    font-weight: normal;
    font-size: 1.5em;
    cursor: hand;
    cursor: pointer;
    text-decoration: underline;
}

div.accordion div {
    background-color: #E5F2F3;
}
div.accordion div p {
    padding: 1.5em;
}

div.subnav {
    border: 1px solid teal;
    padding: 1em;
    margin-top: 1em;
    background: lightcyan none repeat scroll 0% 50%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
}

div.subnav div.sitemap li {
    line-height: 1.0em;
}

div.subnav div.sitemap a {
    font-size: 12px;
    font-weight: normal;
}
/* End of 'Glazenkamp module' */

