#choice {
    clear: left;
    position: relative;
    width: 733px;
    float: left;
    padding: 6px 0 15px 17px;
}

.choice {
    width: 160px;
    height: 248px;
    float: left;
    margin: 15px 0 16px 0;
    padding: 0 15px 0 5px;
}

* html .choice {
    padding-right: 14px;
}

#selection {
    margin-left: 760px;    
    background-color: #d6ecb0;
    padding-top: 4px;
    min-height: 896px;
}

* html #selection {
    height: 896px;
}

.sort {
    clear: left;
}

.sort a, .sort strong {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.sort a:hover, .sort strong {
    color: #006837;
}

.sort span {    
    position: absolute;
    right: 27px;
    font-family: Arial;
    font-size: 11px;
    color: #000;    
}

* html .sort span {
    right: 13px;    
}

.sort span a {
    font-size: 11px;
    color: #006837;
    margin-left: 0;
}

#selection li {
    border-bottom: 1px solid #6aab73;
}

#selection ul a, #selection strong, #if a {
    height: 18px;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    display: block;
    padding: 7px 0 0 30px;
}

#selection ul a:hover, #selection strong {
    background: url(../img/item-green.gif) no-repeat 7px 7px #fff;
}

#if a {
    border-bottom: 1px solid #6aab73;
}


