#pshu-gls-map #left-canvas,
#pshu-gls-map #right-canvas,
#pshu-gls-map #map-canvas{
    height: 450px;
}

#pshu-gls-map #left-canvas {
    overflow: hidden;
    float: left;
    width: 30%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
#pshu-gls-map #psitems-canvas {
    overflow: auto;
    height: 100%;
    width: 100%;
}
#pshu-gls-map #searchinput {
    background-color: whitesmoke;
    margin-left: 5px;
    width: 90%;
    border-left: 0;
    border-right: 0;
    z-index: 1;
    padding: 5px 5px 5px 5px;
}
#pshu-gls-map #searchinput.default {
    color: grey;
    font-style: italic
}

#pshu-gls-map .psOver {
    background-color: infobackground;
}
#pshu-gls-map .psSelected {
    font-weight: bold;
}
