/* Designs page -------------------------------------------------------------------------------------  */  
 #infoBar
 {
   color: #444c48;
   float: right; 
   line-height: 1.2em;
   width: 260px;
 }

#btn_Abode, #btn_Atrium, #btn_Chelsea, #btn_Grandview, #btn_Manhattan, #btn_Marina, #btn_Rialto, #btn_Sorrento, #btn_Vogue
{
   background: url(../images/designs/btn_Abode.jpg) top left no-repeat;     
   display: block;
   height: 140px;
   width: 200px;
}

#btn_Atrium
{
   background: url(../images/designs/btn_Atrium.jpg) top left no-repeat;     
}

#btn_Chelsea
{
   background: url(../images/designs/btn_Chelsea.jpg) top left no-repeat;     
}

#btn_Grandview
{
   background: url(../images/designs/btn_Grandview.jpg) top left no-repeat;     
}

#btn_Manhattan
{
   background: url(../images/designs/btn_Manhattan.jpg) top left no-repeat;     
}

#btn_Marina
{
   background: url(../images/designs/btn_Marina.jpg) top left no-repeat;     
}

#btn_Rialto
{
   background: url(../images/designs/btn_Rialto.jpg) top left no-repeat;     
}

#btn_Sorrento
{
   background: url(../images/designs/btn_Sorrento.jpg) top left no-repeat;     
}

#btn_Vogue
{
   background: url(../images/designs/btn_Vogue.jpg) top left no-repeat;     
}

#btn_Abode:hover, #btn_Atrium:hover, #btn_Chelsea:hover, #btn_Grandview:hover, #btn_Manhattan:hover, #btn_Marina:hover, #btn_Rialto:hover, #btn_Sorrento:hover, #btn_Vogue:hover
{
   background-position: bottom;
}

#info_Abode, #info_Atrium, #info_Chelsea, #info_Grandview, #info_Manhattan, #info_Marina, #info_Rialto, #info_Sorrento, #info_Vogue  
{
   display: none;
}

#tab_floorplan table
{    
    width: 100% !important;
}
