﻿/* Default Settings for the Etracker FX Page
--------------------------------------------------------------------------*/
.content
{
    text-align: center;
    width: 700px;
    padding: 0 62px 0 62px;
    margin-bottom: 15px;
}
#etrackerContent
{
    width: 680px;
    background: #ffffff;
    text-align: left;
    color: #000000;
    padding: 10px;
}
.content p
{
    margin-bottom: 1em;
}
#FXbox01
{
    width: 220px;
    height: 200px;
    float: left;
}
#FXbox02
{
    width: 220px;
    height: 200px;
    float: left;
    margin-left: 7px;
}
#FXbox03
{
    width: 220px;
    height: 200px;
    float: right;
}
#FXbox01 p, #FXbox02 p
{
    font-size: 0.75em;
    margin-bottom: 0.5em;
}
h6
{
    margin-bottom: 0.5em;
}
#FXbox01 img, #FXbox03 img
{
    float: left;
}
#FXbox03 p
{
    font-size: 0.75em;
    margin-bottom: 0;
}
#FXboxlowerImage img
{
    float: right;
}
.etfxFeatures h4
{
    background-color: #99cc99;
    margin-bottom: 1em;
    clear: both;
}
.etfxFeatures img
{
    margin: 10px;
}