#content div.left h1 {
    margin-top: 20px;
    color: #862131;
    font-size: 120%;
    border: none;
    font-weight: bold;
}

#content div.left ul.pros li {
    margin-bottom: 10px;
}

#content div.left h2 {
    border: none;
    background-color: transparent;
}

h2 a:link, h2 a:visited {
    color: #fff;
    background-color: #AE9B7D;
    display: block;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

h2 a:hover, h2 a:active {
    text-decoration: none;
    background-color: #862131;
}

h3 {
    background-color: #862131;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    margin: 0;
    margin-top: 20px;
}

/**
 * comments
 */
 
div.comment {
     background-repeat: no-repeat !important;
     background-position: bottom right !important;
     padding: 5px !important;
     padding-bottom: 170px !important;
}

div.quote-start {
    background-image: url("../images/quote-start.gif");
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.quote-end {
    background-image: url("../images/quote-end.gif");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 20px;
}

/**
 * news
 */

div.part {
    float: left;
    width: 174px;
    margin-bottom: 20px;
}

div.part div.content {
    padding: 10px;
    border-left: 1px solid #AE9B7D;
    border-right: 1px solid #AE9B7D;
    height: 90px;
}

div.part2 {
    margin-left: 10px;
    margin-right: 10px;
}

div.part img {
    border-left: 1px solid #AE9B7D;
    border-right: 1px solid #AE9B7D;
}

div.part h1 {
    background-color: #862131;
    color: #fff !important;
    padding: 5px 10px;
    margin: 0 !important;
    border-left: 1px solid #AE9B7D;
    border-right: 1px solid #AE9B7D;
}

div.part h2 {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 100%;
    font-weight: bold;
    background-color: transparent !important;
}

div.part h3 {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 100%;
    text-align: left;
    font-weight: normal;
    background-color: transparent !important;
}

div.part p {
    color: #862131;
    font-weight: bold;
    padding: 10px 0;
    padding-bottom: 0;
}

div.part a.button:link, div.part a.button:visited {
    bottom: 0;
    display: block;
    background-color: #AE9B7D;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #AE9B7D;
}

div.part a.button:hover, div.part a.button:active {
    background-color: #862131;
    border: 1px solid #862131;
}
