@charset "utf-8";
/*steve force to utf-8 with ñ*/
/*styles for Product Finder mod*/
#pfTemplateWrapper { /*extra div wrapper to use two different background images and contains search */
   background-image: url(../images/background_bg.gif);
    background-repeat: repeat;
    margin: 0 auto;
    /*height: 41px;*/
    width: 960px;
    padding: 10px 0 0 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: white;
    /*overflow: hidden;*/ /*removed for conflict with Instant Search */
    vertical-align: middle;
}

#pfTemplate { /*div containing code*/
    background-image: url(../images/search_bar.png);
    background-repeat: no-repeat;
    height: 41px;
    width: 960px;
    padding: 6px 0 0 0;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    vertical-align: middle;
}

#pfTemplate span, #pfTemplate ul {
   /* display: inline-block;*/
    height: 100%;
}

#pfTemplate span {
    float: left;
}

#pfTemplate ul {
    margin: 0;
    list-style: none;
}

#pfTemplate ul li {
    float: left;
    margin-left: 10px; /*space between the drop-down items*/
}

#pfTemplate #pf_title { /*"Show Products for..."*/
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 5px;
}

#pfTemplate .pf_selectBoxLabel { /*text in front of drop-down select box*/
    font-weight: bold;
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    margin-right: 2px; /*space between the drop-down name and the drop-down box*/
}

#pfTemplate .pf_selectBoxContent { /*text of select box*/
    padding: 1px;
    border: 2px solid #949494;
    font-size: 13px;
}

#navMainSearch {
    padding-top: 2px;
    float: right;
}
#navMainSearch span {
    float: none; /* to stop replaced <span>search term</span> being misplaced */
}

/*Sidebox*/
#productfinder { /*autogenerated sidebox id*/
    color: black !important; /*testing only*/
    background-color: white;
}

#productfinder h3.leftBoxHeading { /*autogenerated sidebox id*/
    color: black !important; /*testing only*/
    background-color: white;
}

li.pf_noscript {
    margin-left: 0 !important;
    padding: 2px 0 0 0 !important;
}

.pf_go_css_button {
    width: 25px !important; /*80px is default in functions/html_output.php: function zenCssButton*/
}

#productFinder {
    display: inline-block;
}
