@CHARSET "UTF-8";

#features {
    border: none;
    background-color: #eeeeee;
    margin: 0;
    padding: 0;
    min-height:300px;
}
#features div.headline {
    background-color: #eeeeee;
    margin: 5px 10px 10px 5px;
    padding: 0;
    font-size: 1.8em;
    font-weight: bold;
    color: #d51007;
    text-align: right;
}
#features p.affiliate {
    background-color: #eeeeee;
    margin: 0 10px 5px 0;
    padding: 0;
    float: left;
    width: 300px;
    text-align: center;
}

#features div.singlefeature {
    background-color: #eeeeee;
    margin: 10px 0 0 10px;
    padding: 0;
    display: block;
    min-height: 7em;
}
#features div.featurebox {
    margin-left: 75px;
    padding-right: 10px;
}
#features p.featuretype {
    font-size: 1em;
    margin-bottom: 0.5em;
}
#features div.singlefeature span img {
    background-color: #ffffff;
    border: 1px solid black;
    margin: 0 5px 3px 0;
    padding: 0;
    float: left;
    text-align: center;
}
#features .featuretext {
    background-color: #eeeeee;
    margin: 0;
    padding: 0 0 6px 0;
}
#features h3.featuretext a {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin-left: 0;
    color: #2d5dad;
}
#features .featureteaser {
    background-color: #eeeeee;
    margin: 0;
    padding: 0 0 6px 0;
}
#features .featureteaser a {
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #2d5dad;
    text-decoration: underline;
}
#features .featuretext a {
    margin-left: 50%;
    text-align: right;
    font-size: 0.8em;
    font-weight: bold;
    color: #2d5dad;
    text-decoration: underline;
}
#features .featuredevidershort {
    background-color: #eeeeee;
    border-bottom: 1px ridge #ffffff;
    width: 310px;
    text-align: right;
    margin: 5px 0 0 20px;
    padding: 0;
}
#features .featuredeviderlong {
    background-color: #eeeeee;
    border-bottom: 1px solid #ffffff;
    width: 610px;
    text-align: right;
    margin: 0 0 0 20px;
    padding: 0;
}
.featuresblockend {
    background-image: url(/image/content_end.jpg);
    height: 20px;
    margin: 0 0 4px 0;
    padding: 0 4px;
}

#features .affiliates {
    border: none;
    background-color: #eeeeee;
    margin: -20px 20px 0 0;
    padding: 0;
    float: right;
    text-align: right;
    display: block;
    color: #2d5dad;
    font-size: 0.8em;
    font-weight: bold;
}
#features .affiliates a img {
    border: none;
    color: #2d5dad;
    font-size: 0.8em;
    font-weight: bold;
}

