﻿.tree
{
    height: 1%;
    overflow: hidden;
    padding-bottom: 80px;
    background: url(../../Images/Shared/Divider.jpg) left bottom no-repeat;
}

    .tree h2
    {
        margin-bottom: 5px;
    }
    
    .tree a.primaryLink
    {
        display: inline;
        text-align: left;
    }
    
    .tree .alpha a
    {
        display: block;
        padding: 2px 0 0 2px;
        border: 1px solid #50596C;
        height: 103px;
    }
    
    .tree .omega
    {
        height: 100px;
        background: url(../../Images/Pages/Trees/PriceLabel.png) center center no-repeat;
    }
    
        .tree .omega h3
        {
            font-size: 15px;
        }
        
        .tree .omega div
        {
            color: White;
            font-size: 13px;
            font-weight: bold;
            position: absolute;
            top: 45px;
            left: 10px;
        }
    
.last
{
    background: none;
    padding-bottom: 15px;
}
