﻿
.MDBusinessCat
{
    overflow: hidden;
    text-align: left;
    width: 250px;
    float: left;
    margin: 0 0 20px 40px;
    padding-left: 20px;
    color: Navy;
    font-size: 16px;
    font-weight: bold;
}
.MDBusinessCat a
{
    color: Navy;
}
.MDBusinessCat a:hover
{
    color: Red;
}


.MDBusinessDetails
{   display:block;
    border: solid #666 1px;
    width: 260px;
    height:220px;
    float: left;
    margin: 0 0 10px 40px;
    _margin: 0 0 10px 30px;
    padding-bottom:5px
    
}
.MDBusinessDetails .BusinessName
{  overflow:hidden;
   text-align:Center;  
   display:block;
   width:100%;
   height:20px;
   background-color:Navy;    
   color:White;
   font-weight:bold;
   
}
.MDBusinessContentBody 
{  
   
   
   width:240px;
   height:160px;
   padding:5px;
   font-weight:bold;
   padding-left:5px;
   
   
}



.imgMembership
{
padding-left:10px;    
border:1px solid red;
width:180px;
height:20px;  
}