/* 
    Document   : slider
    Created on : 19.07.2010, 22:47:28
    Author     : Paul Schramenko
    Description:
        Purpose of the stylesheet follows.
*/

.ajax-content-box {
    width: 506px;
    border: 2px solid #963c1c;
}

.ajax-content-head {
    background: #963c1c url(images/img06.gif) no-repeat left;
    border-bottom: 1px #FFFFFF dashed;
    font-size: 11px;
    color: #FFFFFF;
    cursor: pointer;
    width: 486px;
    padding: 2px 0 2px 20px;
}

.ajax-content-head-last {
    background: #963c1c url(images/img06.gif) no-repeat left;
    font-size: 11px;
    color: #FFFFFF;
    cursor: pointer;
    width: 486px;
    padding: 2px 0 2px 20px;
}

.ajax-content {
    padding: 12px 20px;
    width: 506px;
    display: none;
}
