#available-options, #selected-options{
    margin-top:15px;
    margin-bottom:15px;
}
.logo-container{
    width:200px;
    height:220px;
    float:left;
    margin-right:26px;
    margin-bottom:35px;
}
.logo-title{
    font-size: 11px;
    padding: 5px 0 0 5px;
}
.logo{
    width:186px;
    height:186px;
    padding:10px;
    border:1px solid #DAE4E5;
    background-position:center center;
    background-repeat:no-repeat;
}
.logo-over{
    padding:1px;
    border:10px solid #DAE4E5;
}
.sel-option{
    padding-top:9px;
    padding-bottom:9px;
    border-bottom:1px solid #DAE4E5;
    font-size:14px;
}
.search-title{
    font-weight:bold;
    padding-bottom:5px;
    border-bottom:1px solid #DAE4E5;
}
.avv-group{
    padding-left:20px;
    padding-top:4px;
    padding-bottom:4px;
    background-image:url(../images/arrow-right.gif);
    background-position:4px center;
    background-repeat:no-repeat;
    border-bottom:1px solid #DAE4E5;
}
.avv-group a{
    font-size:14px;
}
.opened{
    background-image:url(../images/arrow-down.gif);
    background-position:4px center;
    background-repeat:no-repeat;
    background-color:#F0F4F5;
}
.opened a:link, .opened a:visited, .opened a:hover{
    color:black;
    font-weight:bold;
    text-decoration:none;
}
.avv-options{
    padding-top:5px;
    padding-left:20px;
    display:none;
}
#reset{
    margin-top:20px;
    display:none;
}
#pages{
    margin-bottom:10px;
    font-size:14px;
    padding-right:13px;
}
#pages a{
    color:black;
    font-size:14px;
}
