/**
 * response.css
 *
 * CSS-файл со стилями для страницы отзывов
 *
 * @author Denis Barushev <denis@zveno.com.ua>
 * @since 06.06.2006
 */

@import "default.css";

/**
 * List of responses
 */
ul.responses {
    list-style-type: none;
    background: url(/media/images/dashed.gif) repeat-x top;
    padding-top: 1px;
}

ul.responses li {
    background: url(/media/images/dashed.gif) repeat-x bottom;
    padding: 18px 5px 11px 5px;
}

ul.responses li p {
    padding-bottom: 7px;
}

ul.responses li p.sender {
    font-style: italic;
}

ul.responses li p a {
    font-weight: bold;
    color: #9b3214;
    font-size: 13px;
}

ul.responses li img {
    display: block;
    padding-bottom: 9px;
    width: 79px;
    height: 15px;
}

div.filter {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    overflow: hidden;
    _height: 1%;
}

div.filter form {
    float: left;
    padding-top: 20px;
}

div.filter>form {
    padding-top: 0;
}

div.filter form select {
    width: 200px;
}

div.filter p {
    float: right;
    color: #9b3214;
}

div.filter p a {
    font-size: 13px;
    color: #9b3214;
}