﻿.summary
{
    position:relative;
    height: 400px;
    color: #333;
    background: #EEEEEE url(../../media/Climbers.jpg) right top no-repeat;
}

.summary .summary-section
{
}

.summary .summary-section .master,
.summary .summary-section .masterHovered
{
    width: 20em;
    padding: 15px 20px 15px 20px;
}

.summary .summary-section .master h2,
.summary .summary-section .masterHovered h2
{
    color: #0066CC;
    margin-bottom: 0;
    font-size: 1.5em;
    border-top: outset 2px white;
    border-left: outset 2px white;
}

.summary .summary-section .master h3,
.summary .summary-section .masterHovered h3
{
    text-align:right;
    margin: 0 15px 0 0;
    font-size:1.1em;
}

.summary .summary-section .detail-container
{
    width: 37em;
    visibility:hidden;
}

.summary .summary-section .detail-container .detail
{
    background:white;
    margin-left:0px;
}

.summary .summary-section .detail-container .detail ul
{
    margin: 0 10px 0 0;
}

.summary .summary-section .detail-container .detail li
{
    list-style: none;
    padding: 5px 0 5px 0;
}

.summary .summary-section .detail a
{
}

.masterHovered
{
    background:white url(../../media/SummaryMasterBG.jpg) repeat-y;
}