

.product_accordion {
    width: 600px;
    display: block;
    background-color: #666;
    color: #ccc;
    font-size: 13px;
    padding: 3px 0 3px 10px;
    font-weight: bolder;
}

#accordion {
    clear: both;
    width: 610px;
    padding-bottom: 14px;
    background: url("images_start/accbottom.jpg") bottom left no-repeat;
}

.toggler {
    color: #333;
    margin: 0;
    padding: 4px 10px;
    background: #999 url('images_start/acctop.jpg');
    height: 22px;
    border: 0px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #fff;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4em;
    font-size: 1.0em;
    cursor: pointer;
    clear: both;
}

#accordion h3 {
    color: #333;
    padding-bottom: 4px ! important;
    padding-top: 4px ! important;
}

.element {
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
    height: 150px;
}

.element {
    background: #fff;
    background-repeat: repeat-x;
}

.element .content {
    padding: 0px;
    line-height: 1.6em;
    font-size: 1.1em;
    background: #e9e9e9 url('images/acccont.jpg');
    background-repeat: repeat-x;
}

.element h2 {
    margin: 0.5em 1em 0 0;
    border-bottom: 1px solid #d2dde4;
    padding: 0.4em 0 0 0;
    top: -10px;
}

.element p {
    margin: 0px;
    padding: 0px;
}

.float-right {
    padding: 10px 20px;
    float: right;
}

blockquote {
    padding: 5px 0 5px 10px;
}

.acctitle {
    height: 17px;
    width: 600px;
    background: url('images_start/acctitle.jpg') top left no-repeat;
    padding: 5px 10px;
    color: #383838;
}

