#bnbselector {
    font-size: 0.85em;
    line-height: 0.9em;
    background-color: #9DBBC4;
    padding: 10px 4px;
    float: right;
    width: 180px;
}
#bnbselector h2 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 4px 2px 4px 2px;
    color: #036;
    line-height: 1.3em;
    text-align: center;
}
.bnbClear {
    clear:both !important;
}

#bnbselector #bnbform {
    font-size: 1em;
    line-height: 1.25em;
}

#bnbselector #bnbform select {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 4px 2px 4px 2px;
    max-width:180px;
}

#bnbselector #bnbform #submitbtn {
    font-size: 0.85em;
    line-height: 1em;
    padding: 2px 20px 2px 20px;
}

#bnbselector a {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    display: block;
    margin:0.3em auto 0.35em auto;
}
#bnbselector a:hover, #bnbselector a:focus {
    color:#00C;
}
#bnbmain {
    display:inline-block;
    width: 70%;
    width:calc(100% - 192px);
    border: 2px solid #87A0A8;
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 29em;
}
.bnbitem {
    margin: 2px;
    height: 190px;
    max-width: 160px;
    min-width: 120px;
    width:90%;
    border: 1px solid #069;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.bnbitem img {
    padding:0;
    width:100%;
    height:auto;
    margin:0;
}
.bnbitem:after {
    clear:both;
}
.bnbitem a, .bnbitem h4 a, .bnbitem p a {
    text-decoration:none;
}
.bnbitem h4 {
    font-size: 1em;
    font-weight: bold;
    color: #069;
    margin: 0 2px 4px 2px;
    padding: 2px;
    text-decoration: none;
    line-height: 1em;
    height: 1.5em;
    width: 98%;
}

.bnbitem p {
    font-size: 0.9em;
    font-style: italic;
    color: #069;
    margin: 0 0 2px 0;
    text-decoration: none;
    padding:2px;
}
.catitem {
    width: 180px;
    margin: 4px 2px;
    padding:0.25em 0;
    border-bottom:transparent 1px solid;
}
.catitem label:hover, .catitem input:hover {
    cursor: pointer;
    border-bottom:#009 1px solid;
}

#info{
    width:300px;
    height:100px;
    font-size:12px;
    text-align:center;
}

#info .aimg {
    float: left;
    margin: 0 5px 2px 5px;

}
#info > a {
    float:left;
    width: 160px;
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration: none;
    text-align:center;
    color:#036;

}
