﻿.LearnMoreLink
{
    background: url('Images/Common/maf_img_arrow.png') 0 bottom no-repeat;
    padding-left:17px;
}

    .LearnMoreLink a
    {
        color:#336c7f;
        font-size:11px;
        font-weight:bold;
        text-decoration:none;
    }
    
    .LearnMoreLink a:hover
    {
        text-decoration:underline;
    }
    
h2.Title
{
    color:#e47126;
    font-weight:normal;
    font-size:25px;
    padding-bottom:5px;
    border-bottom:solid 1px #a2a6aa;
    margin-bottom:18px;
}

h3.Title
{
    color:#e47126;
    font-weight:normal;
    font-size:25px;
    padding-bottom:5px;
}

h3.SubTitle
{
    color:#e47126;
    font-weight:normal;
    font-size:25px;
    padding-bottom:5px;
    border-bottom:solid 1px #a2a6aa;
}

h4.Title
{
    color:#e47126;
    font-weight:normal;
    font-size:20px;
}

#Container
{
    position:relative;
    width: 980px;
    margin:auto;
    margin-top:8px;
}

    #Container .Top
    {
        position:relative;
        width:980px;
        height:22px;
        font-size:0px;
        text-indent: -5000em;
        background: url('/Images/Background/maf_bkg_container_top.png') no-repeat;
    }
    
    #Container .Content
    {
        position:relative;
        width:910px;
        min-height:335px;
        overflow:auto;
        padding: 0px 31px 0px 39px;
        background: url('/Images/Background/maf_bkg_content.png') repeat-y;
    }
    
        #Container .Content .MainContent
        {
            position:relative;
            width:715px;
            min-height:331px;
            margin-right:10px;
            float:left;
        }
        
        #Container .Content .FullContent
        {
            position:relative;
            width:910px;
            padding-bottom:34px;
            overflow:auto;
        }
        
        #Container .Content .FullLeftNavContent
        {
            position:relative;
            width:910px;
            overflow:auto;
        }
    
        #Container .Content .RightNav
        {
            position:relative;
            width:185px;
            float:left;
        }
        
            #Container .Content .RightNav .Divisor
            {
                position:relative;
                font-size:0px;
                text-indent: -5000em;
                background:url('/Images/Background/maf_bkg_rightnav_div.gif') center 0 no-repeat;
                height:1px;
            }
        
            #Container .Content .RightNav .OpeningHours
            {
                position:relative;
                padding-left:45px;
                margin-bottom:5px;
                background: url('/Images/Icon/maf_ico_clock.png') 0 0 no-repeat;
            }
        
                #Container .Content .RightNav .OpeningHours #RightNavOpeningHours
                {
	                width: 140px;
	                height: 98px;
	                overflow: auto;
	                float: left;
                    color:#4d5256;
                }
                    #Container .Content .RightNav .OpeningHours #RightNavOpeningHours h3{font-size:12px;font-weight:bold;}
                    #Container .Content .RightNav .OpeningHours #RightNavOpeningHours p{font-size:10px;margin-top:5px;}
                    
            #Container .Content .RightNav .Item
            {
                position:relative;
                padding-top:10px;
                padding-bottom:10px;
                padding-left:42px;
                width:143px;
            }

                #Container .Content .RightNav .StoreGuide{background: url('/Images/Icon/maf_ico_store_guideb.png') 12px center no-repeat;}
                #Container .Content .RightNav .Taxi{background: url('/Images/Icon/maf_ico_taxib.png') 2px center no-repeat;}
                #Container .Content .RightNav .Shuttle{background: url('/Images/Icon/maf_ico_shuttleb.png') 4px center no-repeat;}
                #Container .Content .RightNav .Newsletter{background: url('/Images/Icon/maf_ico_newsletter.png') 4px center no-repeat;}               

                #Container .Content .RightNav .Item h3
                {
                    font-size:12px;
                    color:#4d5256;
                }
                
                    #Container .Content .RightNav .Item h3 a
                    {
                        color:#4d5256;
                        text-decoration:none;
                    }
                    
                    #Container .Content .RightNav .Item h3 a:hover
                    {
                        text-decoration:underline;
                    }