﻿.HomePanel
{
    display: block;
    clear: both;
    height: 280px;
    overflow: hidden;
}
.HomeLeft
{
    display: block;
    float: left;
    width: 420px;
}
.HomeRight
{
    display: block;
    float: left;
    width: 450px;
    margin-left: 50px;
}

/*****************************************************
*** Highlights
*****************************************************/
.HomeHigh
{
    display: block;
    clear: both;
    padding-top: 23px;
    background-image: url(/GuiaGessulli/WebSite/Home/HighBaseBack.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.HomeHighLeft
{
    display: block;
    float: left;
    width: 380px;
    margin-right: 10px;
}
.HomeHighMagazine
{
    display: block;
    float: left;
    width: 250px;
    height: 141px;
    background-image: url(/GuiaGessulli/WebSite/Home/HighBack.png);
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    behavior: url(/GuiaGessulli/WebSite/App_Common/PngFix.htc);
    margin-left: 15px;
}
.HomeGuideLabel
{
    background-image: url(/GuiaGessulli/WebSite/Home/GuideTitle.gif);
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 134px;
    padding-top: 30px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #666666;
    display: block;
    margin-top: 19px;
    padding-left: 3px;
    padding-bottom: 20px;
}
.HomeGuideButton
{
    margin-left: 133px;
}
.HomeHighLabel
{
    background-image: url(/GuiaGessulli/WebSite/Home/HighTitle.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 30px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #666666;
    display: block;
    padding-left: 3px;
}
.HomeMagTitle
{
    display: block;
    clear: both;
    margin-bottom: 14px;
    font-family: Tahoma, Arial, Verdana;
    font-size: 9pt;
    color: #cc0000;
    font-weight: bold;
    padding-top: 12px;
    padding-left: 13px;
}
.HomeMagLeft
{
    float: left;
    display: block;
    width: 65px;
    margin-left: 13px;
}
.HomeMagRight
{
    float: left;
    display: block;
    width: 150px;
}
.HomeMagLabel
{
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #666666;
    display: block;
    padding-bottom: 13px;
}