#featureblock {
    position: relative;
    top: 20px;
    width: 720px;
    height: 500px;
    min-width: 720px;
    max-width: 720px;
    padding-bottom: 30px;
}

#featureblock .featureblockFeature {
    position: relative;
    float: left;
    width: 215px;
    height: 160px;
    margin-right: 10px;
}

#featureblock .left {
    width: 10px;
    height: 500px;
    float: left;
	background: url(img/smartsvn-features/features-left.png) no-repeat;
}

#featureblock .right {
    width: 10px;
    height: 500px;
    float: left;
	background: url(img/smartsvn-features/features-right.png) no-repeat;
}

#featureblock .center {
    width: 700px;
    height: 500px;
    float: left;
	background: #3E6D9F url(img/smartsvn-features/features-center.png) repeat-x; 
}

#featureblock .headline {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    color: #B8DD22;
    font: 28px/28px Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif; /* Taken from h1 */
    font-weight: bold;
}

#featureblock .content {
    position: absolute;
    width: 680px;
    top: 70px;
    left: 20px;
    z-index: 2;
}

#featureblock ul {
    position: absolute;
    top: 100px;
    width: 215px;
}

#featureblock p,
#featureblock ul li,
#featureblock ul li a,
#featureblock ul li a:hover {
    color: #FFF;
}

#featureblock ul li a,
#featureblock ul li a:hover {
    border-bottom-color: #FFF;
}

#featureblock ul li {
    padding-top: 0;
    padding-bottom: 0;
}

#featureblock .featureSymbol {
    float: left;
}

#featureblock .gap {
    height: 10px;
}

#featureblock .more {
    float: right;
    margin-right: 15px;
    font-size: 10px;
    background: url(img/dot.gif) no-repeat 0 5px;
    padding-left: 10px;
}

#featureButtonWhatsNew {
    float: right;
}

#featureButtonCompare {
    float: right;
    padding-top: 20px;
}

#featureButtonCompare a {
    font-size: 16px;
    padding-left: 13px;
}

#featureblock .featureTourIntro {
    padding-bottom: 20px;
    z-index: 3;
}

#featureblock .content .featureTourIntro .tourText {
    color: #FFF;
    font-size: 18px;
    line-height: 1.3em;
}

#contentContainer .featureHeader {
    padding-left: 90px;
    padding-bottom: 5px;
    font-weight: bold;
}

#contentContainer .featureText {
    padding-left: 90px;
    font-size: 11px;
	line-height: 15px;
}

.featureLinks, .featureLinks a {
    font-size: 10px;
    color: #999;
}
