﻿div.mmDealList
{
    margin-left:3px;
}

div.mmDeal
{
   border-bottom:solid 1px silver;
   padding-bottom:10px;
   margin-bottom:10px; 
}

div.mmDeal h3
{
    font-size:1.2em;
   margin:4px 0px;
}

p.mmDealText
{
    margin:5px 0px;
}

p.mmDealSponsor
{

}

/* used for the list of new deals on the home page */
div#mmRecentDealsList
{
    margin-top:5px;
    padding-bottom:10px;
    
}

div.mmRecentDeal
{
    margin-bottom:15px;
}

div.mmRecentDeal h3
{
        font-size:1.2em;
    margin:4px 0px;
}

p.mmDealTeaser
{
    margin:0px;
}

p.mmDealBusinessName
{
    margin-top:-1px;
    margin-bottom:4px;
}

div#mmMoreDetailsLink
{
    font-weight:bold;
    margin-top:10px;
    border-top:solid 1px silver;
    padding:5px 2px;
    
}