/**
 * search.css
 *
 * CSS-файл со стилями для страницы поиска заведений
 *
 * @author Denis Barushev <denis@zveno.com.ua>
 * @since 14.06.2006
 */

@import "n_default.css";

form legend {
    font-weight: bold;
    padding: 0 8px;
    margin-left: 15px;
}

form fieldset {
    border: 1px solid #d9cda1;
    height: 100%;
}

form fieldset ul {
    padding: 15px 18px 15px 22px;
    list-style-type: none;
}

form fieldset ul li {
    padding-bottom: 2px;
}


form li {
    overflow: hidden;
    zoom: 1;
}

form li label {
    display: block;
    margin-left: 19px;
    padding: 3px 0 0 0;
}

form li input {
    float: left;
}

/* Rule only for Firefox */
form input[type="checkbox"], x:-moz-any-link {
    margin: 3px 0 3px 0;
}








ul.search-results {
    list-style-type: none;
    background: url(/media/images/dashed.gif) repeat-x bottom;
    padding: 0 0 10px 0;
}

ul.search-results li {

}

ul.search-results li.first-child {
    background: url(/media/images/dashed.gif) repeat-x top;
    padding: 20px 0 0 0;
}

ul.search-results li p {
    background: #ebdb9f;
    padding: 5px 10px;
}

ul.search-results li p a {
    font-weight: bold;
    color: #9b3214;
    font-size: 13px;
}

ul.search-results ul {
    list-style-type: none;
    background: #fff1bf;
    padding: 0 10px 10px 10px;
}

ul.search-results ul li {
    background: url(/media/images/dashed.gif) repeat-x top;
    padding: 10px 0;
}

ul.search-results ul li.first-child {
    background: none;
    padding: 10px 0;
}

ul.search-results ul li p {
    background: #fff1bf;
    padding: 0;
}

ul.search-results ul li p.link {
    padding: 0 0 7px 0;
}

ul.search-results ul li p a {
    font-weight: normal;
    color: #9b3214;
    font-size: 12px;
}

table.search-params {
}

table.search-params td {
    padding: 3px 0;
}

table.search-params td.param {
    padding-right: 30px;
    width: 50px;
    white-space: nowrap;
}

span.cairo-search {
    font-weight: bold;
}