﻿
/***********************************************************************/
/* HOTSPOT  DEFINITIONS */
/***********************************************************************/
.hotSpotList
{
}
.hotSpotList .hotSpot
{
    vertical-align: top;
    width: 300px;
    background-color: #efefef;
    border: 1px solid #E5E5E5;
    margin-bottom: 7px;
    margin-right: 7px;
}
.hotSpotList .hotSpot .logo
{
    float: left;
    width: 120px;
    padding: 5px;
    text-align: center;
}
.hotSpotList .hotSpot .info
{
    float: left;
    width: 160px;
    padding: 5px;
}
.hotSpotList .hotSpot .info .name
{
    padding: 5px;
    font-weight: bold;
    background-color: #652834;
    color: White;
    margin-bottom: 5px;
}
.hotSpotList .hotSpot .info .name a
{
    color: White;
    text-decoration: none;
}

.hotSpotList .hotSpot .info .address
{
    font-size: 10px;
    color: #252525;
}

.hotSpotInfoArea
{
}
.hotSpotInfoArea .logo
{
    background-color: #efefef;
    padding: 5px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-right: 10px;
}
.hotSpotInfoArea .name
{
    padding: 5px;
    font-weight: bold;
    background-color: #652834;
    border: 1px solid #2c030a;
    color: White;
    margin-bottom: 10px;
}
.hotSpotInfoArea .cuisine
{
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.hotSpotInfoArea .contact
{
    padding: 5px;
    line-height: 18px;
    color: White;
}
.hotSpotInfoArea .bio
{
    line-height: 18px;
    padding: 5px;
}
.hotSpotInfoArea .bio p:first-letter
{
    font-size: 24px;
}
.hotSpotInfoArea .groupHeader
{
    padding: 5px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hotSpotInfoArea .groupHeader a
{
    color: Black;
    text-decoration: none;
}
.hotSpotInfoArea .menu .menuItem .description
{
    font-size: 11px;
    color: #666666;
}
.hotSpotImagesList
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hotSpotImagesList img
{
    border: 0;
}

.hotSpotImagesList li
{
    width: 90px;
    display: inline;
    float: left;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 2px;
    border: solid 1px #efefef;
}


