/*** ASIST Society ***/
/* ASIST Tree */
.asist ol {
    margin-left: 0.75em;
}
.asist.tree li a {
    font-weight: normal;
}

.asist.tree a.viewing {
    font-weight: bold;
}
.asist .branchLabel {
    float: left;
    width: 80%;
}
.asist .search,
.asist .exploded,
.asist .scope {
    text-indent: -999em;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 2px;
    background-repeat: no-repeat;
}
.asist .search {
    background-image: url(../images/magnifier.png);
}
.asist .exploded {
    background-image: url(../images/magnifier_zoom_in.png);
}
.asist .scope,
#scopeNote h4 {
    background-image: url(../images/note.png);
}

/* ASIST browse structure */
.simple {
    overflow: hidden;
}
#scopeInfo h4 {
    margin-bottom: 0.5em;
}
#scopeInfo ul {
    margin-bottom: 1em;
}
#scopeNote h4 {
    padding-left: 16px;
    background-repeat: no-repeat;
    line-height: 16px;
    margin-bottom: 0;
}
#browseAsist #scopeInfo.topLeftRoundCorner {
    width:18em;
    float: left;
}
#browseAsist {
    width: 54.3em;
    overflow: hidden;
}
#browseAsist .topLeftRoundCorner {
    width: 33em;
    float: right;
    clear: none;
}

#browseAsist #termResults {
    width: 100%;
    float: none;
}
#browseAsist #terms li {
    margin: 1em 0;
}
#browseAsist #terms div.seeTerm {
    margin-left: 1em;
}

/* ASIST Advanced Search Page */
#asistRestrict li.allAsist {
    border-bottom: 2px solid #E1E9EB;
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
}
#asistRestrict li label {
    margin-left: 0.5em;
}
#asistRestrict li label,
#asistRestrict li input {
    vertical-align: middle;
}

#asistRestrict li {
    margin-bottom: 0.5em;
}