
div.pseudo-select
{
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    color: #000;
    background-color: #fff;
    border: 1px solid #7f9db9;
}
div.pseudo-select h6
{
    min-height: 17px;
    padding-top: 2px;
    padding-left: 3px;
    overflow: visible;
    color: #000;
    font-weight: normal;
    background: #fff url(../../images/pseudoselect-arrow.gif) right top no-repeat;
}
div.pseudo-select ul
{
    display: block;
    list-style-type: none;
    width: 300px;
    height: 100px;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
div.pseudo-select ul a
{
    display: block;
    width: 280px;
    padding-left: 3px;
    color: #000;
    text-decoration: none;
}
div.pseudo-select ul a:hover
{
    background-color: #b2b4bf;
}
ul.columnar
{
    margin-top: 40px;
}
ul.columnar li
{
    position: relative;
    top: -20px;
    left: -13px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: transparent url(../../images/list-items/box_solid_black.gif) 0px 7px no-repeat;
}
ul.columnar li *
{
    position: relative;
    left: 13px;
}
ul.columnar li * *
{
    left: 0px;
}
li.column1
{
    float: left;
    clear: left;
    width: 47% !important;
}
li.column2
{
    float: right;
    width: 47% !important;
}
li.none
{
    height: 1em;
    background: none !important;
}

