/* ---------------------------------------------------------------------------------------
| CSS : for the Search display gui
|
*/

.searchPart {
    margin-top: 10px;
    margin-bottom: 30px;
}

.searchPart h1 {
    border-bottom: 1px dashed #999;

    margin-bottom: 10px;
    padding: 5px;
}

.searchPart ul {
    font-style: oblique;
    margin: 0;
    padding: 0;
}

.searchPart li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

span.scoreH0 {
    background: url("../images/search/h0.gif") no-repeat left;

}

span.scoreH1 {
    background: url("../images/search/h1.gif") no-repeat left;

}

span.scoreH2 {
    background: url("../images/search/h2.gif") no-repeat left;

}

span.scoreH3 {
    background: url("../images/search/h3.gif") no-repeat left;

}

span.scoreH4 {
    background: url("../images/search/h4.gif") no-repeat left;
}

/* Live search */

.searchresultscontainer {
    z-index: 1;
    position: absolute;
    left: 25px;
    top: 20px;
}

ul.searchresults {
    list-style: none;
    background: url(../images/search/bg_mid_grey.png) repeat-y 0 0;
    color: #333;
    padding: 0 3px;
    margin: 0;
    width: 422px;
    text-align: left;
    font-size: 10px;
}

ul.searchresults li {
    border-left: 1px solid #919191;
    border-right: 1px solid #919191;
    height: 2em;
    padding: 5px 10px;
}

.searchresults a {
    color: #333;
}

ul.searchresults .searchCat {
    font-weight: bold;
    font-size: 11px;

    position: relative;
    color: #f6f6f6;
    background: #919191;
    height: 8px;
    margin: 0;
    padding-bottom: 12px;
    border: 1px none #fb6bff;
}

ul.searchresults li.viewall {
    height: 20px;
    text-align: right;
    color: #000;
    position: absolute;
    bottom: -30px;
    width: 408px;
    left: 0;

    background: url(../images/search/bg_foot_grey.png) no-repeat left bottom; /*_background: url(http://images.apple.com/euro/global/nav/images/shortcuts_bg_foot_grey.gif) no-repeat left bottom;*/
    border-style: none;
}

ul.searchresults li.viewall a {
    color: #fff;
    padding-right: 23px;
    background: url(http://images.apple.com/euro/global/nav/images/shortcuts_arrow.gif) no-repeat 99% 50%; /*behavior: url(/global/scripts/lib/iepngfix.htc);*/
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
}

