﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #000;
    line-height: 1.3em;
}


/* 
----------------------------------------
	STOCK INFORMATION
----------------------------------------
*/

#StockInfo
{
    width: 100%;
    margin-bottom: 20px;
}

    #StockInfo .comment
    {
        color: #000;
        font-size: 0.833em;
        padding: 0px;
        margin-bottom: 0.5em;
    }

    #StockInfo .info
    {
        color: #000;
        width: 289px;
        clear: both;
    }

    #StockInfo .dt
    {
    }

    #StockInfo .dl.last
    {
        width: 160px;
        height: 55px;
        overflow: hidden;
        padding: 0 10px 10px 10px;
        margin: 0;
        float: left;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

        #StockInfo .dl.last .dt
        {
            position: relative;
            top: 5px;
        }

        #StockInfo .dl.last .dd
        {
            position: relative;
            text-align: right;
            font-size: 36px;
        }

            #StockInfo .dl.last .dd.change
            {
                clear: both;
                width:50px;
                padding: 0 15px 0 0;
                margin: 10px 0 0 0;
                background-position: left 50%;
                background-repeat: no-repeat;
                font-size: 12px;
                text-align: right;
                float: right;
                position: relative;
                top: 0px;
            }

    #StockInfo .info .last .change.up
    {
        background-image: url(Images/shareChange_up.gif);
    }

    #StockInfo .info .last .change.down
    {
        background-image: url(Images/shareChange_down.gif);
    }

    #StockInfo .info .dl.highAndLow
    {
        margin: 0;
        float: right;
        width: 108px;
        height: 65px;
        border-left: 1px solid #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

        #StockInfo .info .dl.highAndLow .dt
        {
            position: absolute;
            clear: both;
            padding-left: 14px;
            padding-top: 10px;
            margin: 0;
            margin-left: 5px;
            background-repeat: no-repeat;
            background-position: left 70%;
        }

            #StockInfo .info .dl.highAndLow .high {
                background-image: url(Images/shareChange_up.gif);
                
            }
            #StockInfo .info .dl.highAndLow .low {
                background-image: url(Images/shareChange_down.gif);
            }

        #StockInfo .info .dl.highAndLow .dd
        {
            padding-left: 8px;
            padding-top: 8px;
            margin: 0;
            height: 24px;
        }

        #StockInfo .info .dl.highAndLow .dd
        {
            text-align: right;
            font-size: 20px;
            padding-right: 8px;
        }


#StockInfo .currency
{
    font-size: 18px;
}