/* LiveSearch */



.LSRow small, #searchcontrols small {

color: #e2e2e2;

}

#LSHighlight small {

color: #e2e2e2;

}

#LSResult {

position: relative;

left: -12px;

top: 6px;

background-color: #2d2d2d;

width: 168px;

margin: 0 0 0 4px;

font: 8.5pt 'Lucida Grande', Arial, Sans-Serif;

padding: 0 0 6px 0;

border: 1px solid #484848;

z-index: 100;

}

#LSResult:hover #LSHighlight {

background-color: white;

border-color: white;

}

.LSRow {

text-align: left;

padding: 3px 10px 3px;

border-top: 2px solid #292929;

}

#LSHighlight, .LSRow:hover {

background-color: #1d1d1d;

border-top: 2px solid #292929;

}

.LSRow a {

color: #e2e2e2;

font-weight: normal;

}

.LSRow a:hover {

color: #ffca02;

font-weight: normal;

text-decoration: none;

}

#LSHighlight small {

color: #e2e2e2;

}

#searchcontrols {

padding: 3px;

}

.oddresult {

background-color: #1d1d1d;

margin-bottom: -10px;

}



/* End LiveSearch */


