﻿#size, #price, #slider
{
    margin: 15px 0;
}

#size, #price
{    
    text-align: center;
    font-size: 20px;    
}

#price
{    
    padding-top: 18px;
    height: 47px;
    background: url(../../Images/Pages/Tree/BgPrice.png) center center no-repeat;
    color: White;
}
    
#priceTable
{
    display: none;
}

#hGallery
{
    height: 1%;
    overflow: hidden;
}

    #hGallery .image
    {
        padding: 2px 2px 0 2px;
        border: 1px solid #50596C;
        height: 103px;
        float: left;
        margin-right: 100px;
    }
    
    #hGallery .last
    {
        margin-right: 0;
    }
    
#introduction
{
    font-size: 18px;
    color: #3C5744;
    font-family: Georgia;
}

ul#varieties
{
    padding-left: 15px;
    border-left: 1px solid #FCF2C6;
}

    ul#varieties li
    {
        padding-bottom: 5px;
    }
    
            ul#varieties li a
            {
                font-weight: normal;
                color: #3C5744;
                padding-right: 15px;
                background: url(../../Images/Shared/LinkArrowRed.png) right center no-repeat;
            }
            
            ul#varieties li a.active
            {
                font-weight: bold;
                color: #3C5744;
                padding-right: 15px;
                background: url(../../Images/Shared/LinkArrowRed.png) right center no-repeat;
            }            
            
p#instructions
{
    font-weight: bold;
    padding-left: 20px;
    background: url(../../Images/Icons/Information.png) left center no-repeat;
}
