.branch_index_all .store-detail {
    
    padding: 10px 0;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#ffffff),to(#dbdbdb));
    background-image: -webkit-linear-gradient(top,#ffffff,0%,#dbdbdb,100%);
    background-image: -moz-linear-gradient(top,#ffffff 0%,#dbdbdb 100%);
    background-image: linear-gradient(to bottom,#ffffff 0%,#dbdbdb 100%);
    background-repeat: repeat-x;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;

    margin-left: 5px;

}

.branch_index_all .store-detail h2 {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 14px;
    font-weight: bold;
    color: #00569d;
}
.branch_index_all .store-detail a,.branch_index_all .store-detail a:hover {
    color: #000;
}
 
.branch_index_all .stores-list > div {
    padding-left: 5px;
}

.branch_index_all .action-buttons {
    padding: 7px 0 0 0;
}

.branch_index_all .search-window {
/*    position: absolute;
    left: 100px;
    top: 10px;
    z-index: 100;

    width: 300px;*/

    border: 1px solid #dbdbdb;
    background: white;
    padding: 0 0 10px 0;
}

.branch_index_all .search-container {
    margin: 10px;
}

.branch_index_all .search-title > h2 {
    margin-top: 0px;
    padding: 8px 10px;
    font-size: 18px;
}

.branch_index_all .search-title {
    color: white;
    background: #0863aa;
}

.branch_index_all #map_canvas {
    height: 700px;
}

.branch_index_all #map-wrapper {
    margin:0 0 10px 0;
    /*padding:0 0 10px 0*/ 
}

.branch_index_all .branch-map-info {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    width:250px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
}

.branch_index_all .branch-map-info address{
    margin-bottom: 10px
}

.branch_index_all .branch-map-info .action-buttons {
    width:225px;
    margin-bottom:10px;
}

.branch_index_all .branch-map-info .action-buttons .btn {
    font-weight:700 !important
}

.branch_index_all .error-box {
    color: white;
    background: red;
    padding: 10px;
    margin: 0 5px 5px 5px;
    font-size: 14px;
}


.branch_index_all input.form-control{
    height:34px;
    padding: 6px 12px;
    border-radius: 0px
}

.branch_index_all #map_scroller{
    padding-right: 10px;
    z-index: 10000;
    position: absolute;
    right:0;
    background-color: rgba(100,100,100,0.0);
}
.branch_index_all #map_scroller .scroller-panel{
    position:relative;
    background: url('../img/scroller-panel-transparent.png') repeat-y;
    background-position-x: right;   
    max-width: 100px;
    min-width:10px;
    /*background-color: rgba(100,100,100,0.6);*/
    height:100%;
    
}
.branch_index_all #map_scroller .scroller-top{
    /*background-color: rgba(100,100,100,0.6);*/
    background: url('../img/scroller-arrow-up-transparent.png') no-repeat;
    background-position-x: right; 
    background-position-y: top; 
    position:absolute;
    top:0;
    height:100%;
    width:100%;
}
.branch_index_all #map_scroller .scroller-content{
    /*background-color: rgba(100,100,100,0.6);*/
    background: url('../img/scroller-center-transparent.png') no-repeat;
    background-position-x: right; 
    background-position-y: center; 
    margin:auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height:100%;
    width:100%;
}
.branch_index_all #map_scroller .scroller-bottom{
    /*background-color: rgba(100,100,100,0.6);*/
    background: url('../img/scroller-arrow-down-transparent.png') no-repeat;
    background-position-x: right; 
    background-position-y: bottom;
    position:absolute;
    bottom:0;
    height:100%;
    width:100%;
}