/* 
 * PRICEGUIDE DISTRIBUTED CSS 
 * For local newspapers etc.
 * 
 */

div .pg {
    clear: none;
}

.wrap {
    background: #fff none;
    overflow: hidden;
}

.thirdcol { 
    display: none;
}

.distributed {
    width: 989px;
    height: 92px;
    position: relative;
    background: url(../distributedGfx/subpageHeader.png) no-repeat;
}

.distributed.front {
    height: 200px;
    background-image: url(../distributedGfx/frontpageHeader.png);
}

.distributed ol {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.distributed ol li {
    float: left;
    height: 37px;
    width: 800px;
    padding-left: 20px;
}

.distributed ol .searchBox p {
    margin: 9px 4px 0;
    float: left;
    font-size: 10pt;
    display: inline;
}

.distributed.front ol li {
    padding-left: 83px;
    width: 398px;
    height: 76px;
}

.distributed.front ol .searchBox {
    height: 98px;
}

.distributed.front ol .infoBox {
    margin-top: 16px;
}

.distributed.front ol .searchBox p {
    font-size: 12pt;
    float: none;
    display: block;
    margin-left: 3px;
}

.distributed .searchBox p.suggestions {
    font-size: 9pt;
    margin-left: 5px;
    color: #10668d;
    font-weight: normal;
}

.distributed .suggestions {
    margin-left: 0;
}

.distributed strong {
    color: #888;
}

.distributed.front p {
    clear: both;
    font-size: 12pt;
    margin: 4px 0;
}

.distributed .priceguide-no {
    height: 0;
    text-indent: -9999px;
}

.distributed .priceguide-no a {
    outline-style: none;
    top: 0;
    right: 0;
    position: absolute;
    display: block; 
    width: 150px;
    height: 36px;
}


/* LIVE SEARCH */

.header #liveSearch {
    padding: 0;
    margin: 0 0 4px;
}

.header #liveSearch .dooxLiveSearchInput input {
    height: 26px;
}

.header #liveSearch #submitSearch {
    margin-top: 2px;
    color: #fff;
    background-image: url(../distributedGfx/buttonMetallicPrisguide30.png);
    height: 30px;
}

.header #liveSearch .submit {
    float: left;
}

.header #liveSearch .submit .end {
    margin-top: 2px;
    float: right;
    height: 30px;
    width: 4px;
    background: url(../distributedGfx/buttonMetallicPrisguide30.png) no-repeat right top;
}

.header #liveSearch .submit:hover #submitSearch {
    background-position: 0 -30px;
}

.header #liveSearch .submit:hover .end {
    background-position: right -30px; 
}

