
div.featuresDiv
{
    margin: 0 0;
    padding:0;
    width: 100%;
    text-align: center;
    font-family: Arial,sans-serif;
    font-size: 12pt;
}

div.featurePage
{
    float: left;
    width: 550px;
    padding: 6px 20px 0 23px;
    background-color: #fff;
    text-align: left;    
    font-size: 16pt;
    margin-bottom: 20px;
}

div.featurePage h3
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    font-size: 90%;
    color: #439ED6;
}

div.featurePage h4
{
    padding: 0;
    font-size: 80%;
    color: #439ED6;
    font-style:italic;    
}

div.featurePage p
{
    font-size: 70%;
}

div.featurePage img
{
    border: 1px #ff8000 solid;
    margin: 10px 10px 10px 0px;        
}

div.featureMenu
{
    float: right;
    width: 185px;
    padding-top: 0px;
    background: url(docs/features/images/page_delimeter.gif) left top no-repeat;
    text-align: left;
}


div.section-header span a
{
    color: #888;
    background: url(docs/features/images/gray_1px.gif) left bottom repeat-x;
}

div.section-header
{    
    font-size: 27px;
    font-weight: bold;
    color: #ff8000;
    margin: 0 5px 10px 0px;
    letter-spacing: -1px;
}


div.section-header-small
{
    font-size: 17px;
    height: 34px;
    margin-left: 18px;
    margin-right: 0;
    border-bottom: none;
    color: #439ED6;
}

div.section-summary
{    
    font-size: 70%;
}

div.featureMenu div.learn_menu a
{
    margin-left: 12px;
    display: block;
    padding: 0;
    padding-left: 10px;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    width: 165px;
    border: none;
    font-family: Arial,sans-serif;
    font-size: 13px;
    color: #888;
    background: url(docs/features/images/features-menu-last.gif) left top no-repeat;
    text-decoration: none;
}

div.featureMenu div.learn_menu a.learn_menu_selected, div.featureMenu div.learn_menu a:hover
{
    background: url(docs/features/images/features-menu-selected.gif) left top no-repeat;    
    color: #fff;
    border: none;
    font-weight: bold;
    text-decoration: none;
}

div.cleaner
{
    line-height: 0;
    clear: both;
}


div.featureBox
{
    background: url(docs/features/images/star_green.png) left top no-repeat;
    padding-left: 25px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

div.featureBox .featureBoxHeader a
{
    padding: 0 0 0px 5px;
    margin: 0;
    font-family: Arial,sans-serif;
    font-size: 20px;        
    font-weight: bold;
    color: #439ED6;
}

div.featureBox p
{
    padding: 0 0 5px 5px;
    margin: 0;
    color: #333;
    font-size: 12px;
    font-family: Arial,sans-serif;
}

div.featurePage .note
{
    border: 1px solid #FF8000;
    border-left: 4px solid #FF8000;
    border-right: 4px solid #FF8000;
    background: #ececec;
    padding: 10px;
    font-size: 70%;
}

div.featurePage li
{
    font-size: 70%;
}