﻿#VenueInfo{
    float:left;
    display:inline;
    width:48%;
    margin-bottom:24px; 
}

    #VenueInfo h1{
        margin-bottom:4px; 
    }
    
    #VenueInfo .topRow{
        height:80px;
    }
    
    .venueMap{
        width:100%;
        height:146px; 
        border:solid 1px #CCCCCC; 
    }

#VenuePic{
    float:right;
    display:inline;
    width:48%;
    border:solid 1px #999999; 
    text-align:center;
    margin-top:10px; 
    height:216px;
    line-height:216px;
    padding:2px; 
     
}

    #VenuePic img{
        vertical-align:middle; 
    }


#VenueDiscounts{
    clear:both; 
    margin-bottom:30px; 
    border-top:solid 1px #999999;
    padding-top:24px;
}

    #Calendar{
        float:left;
        display:inline;
        width:184px;
    }
    
     #ClearCalendar{
        float:right; 
        font-size:.8em; 
        margin-right:4px;
    }
    
    #DiscountResults {
        float:right;
        display:inline;
        width:470px; 
    }
    
        #DiscountResults  span {
           float:left; 
        }
        
    #VenueDiscountProgress{
        width:460px;
        min-height:150px; 
    }

    #VenueDiscountProgress img{
         margin-top:40px;
    }
    #DiscountAjaxErrorMsg{
        display:none;
    }


#NearbyVenues{

    clear:both; 
    height:50px; 
}