#searchView {
    background-image: url(/images/mettler/faq_bg_sidecolumn.png);
    padding: 12px 0px 10px 10px;
    font-size: 11px;
}

#searchView a {
    color: #009DE0;
}

#searchView input {
    border: 1px solid #D5D5D5;
    background-color: white;
    color: #959595;
    padding: 2px 0px 2px 10px;
    font-size: 10px !important;
}


#searchWapperView {
    width: 420px;
    float: right;
    position: relative;
}

#searchWapperView h1 {
    font-size: 12px;
    color: #9B7D4E;
    border-bottom: 1px solid #9B7D4E;
    padding: 0px 0px 1px 0px;
}

#searchWapperView h3 {
    font-weight: normal;
    font-size: 12px;
    color: #9B7D4E;
    border-bottom: 1px solid #9B7D4E;
    padding: 31px 0px 1px 0px;    
    margin: 0px 0px 21px 0px;
}

#searchWapperView input.field {
    border: 1px solid #9B7D4E;
    background-color: white;
}

#searchWapperView [type="submit"] {
    margin-bottom: 6px;
    padding:2px 2px 2px 10px;
    background-image: url(/images/mettler/faq-inactive.gif);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: #9B7D4E;
    text-transform: uppercase;
    margin: 0px 0px 0px 10px;
}

.searchResultItem {
    float: left;
    width: 420px;
    padding: 0px 0px 15px 0px;
    position: relative;
}

.searchResultItem a h2 {
    color: #9B7D4E;
    text-transform: uppercase;
    background-image: url(/images/mettler/faq-inactive.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0px 2px 10px;
    font-size: 12px;
}

.searchResultImageItem {
    position: absolute;
    left: -150px;
    top: 0px;
}
