
/***********************************
***********Floorplans page *********
************************************/
.fpSectionGrid .headerstyle, a:hover .iconBackground
{
    background-color: #db8b48 !important;
}


.fpSectionGrid
{
    margin-top:25px;
    width: 440px;
    overflow: auto;
    float: left;
    margin-right: 47px;
}
.fpPictureSection
{
    margin-top:25px;
    float: left;
    padding-left: 2px;
}

.fpSectionGrid .gvFloorplans
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    color: #111111;
}
.fpSectionGrid .gvFloorplans a
{
    color: #111111;
}

.fpSectionGrid  .gvFloorplans .headerstyle
{
    color: White;
    font-weight: bold;
    height: 18px;
}

.fpSectionGrid .row1style
{
    background-color: #f2f2f2;
    border-top: solid 1px #edece7;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #edece7;
}

.fpSectionGrid .row2style
{
    background-color: #e1e1e1;
    border-top: solid 1px #edece7;
    border-bottom: solid 1px #edece7;
    border-left: none;
    border-right: none;
}
.fpSectionGrid .row1style td, .fpSectionGrid .row2style td{
    padding-left:3px;
}

.fpSectionGrid a.view
{
    font-family: arial;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.fpSectionGrid a.view:hover
{
}

.fpSectionGrid img
{
    vertical-align: middle;
}

.img2d
{
    max-width: 325px;
    max-height: 500px;
}
* html .img2d{
    height:325px;
}

.floorplanDescription
{
    font-family: "Trebuchet MS";
    font-size: 12px !important;
    width: 100%;
    padding-top: 10px;
}

.fpPictureSection{
    width: 348px;
}

.fpPictureSection .header
{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 30px;
}

.fpPictureSection .fpPictureBar
{
    color: White;
    width: 348px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    display: block;
}

.fpPictureSection .fpPictureBar a, .fpPictureSection .fpPictureBar a:link, .fpPictureSection .fpPictureBar a:active, .fpPictureSection .fpPictureBar a:visited
{
    color: White;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.fpPictureSection .fpPictureBar a:hover
{
    color: #f8eea6;
    text-decoration: none;
}

.fpPictureSection .fpPictureBar img
{
    border: solid 0px;
}


/* the class of #lnk2D3D determines what shows.  d2 means current state is 2D, d3 means current state 3d.*/
#lnk2D3D.d2 .d3
{
    display: none;
}
#lnk2D3D.d3 .d2
{
    display: none;
}

.fpShowcase
{
    max-height:500px;
    width: 340px;
    padding: 10px 5px;
    clear: both;
    text-align: center;
}

.fpPictureBar td{
    text-align:center;
    vertical-align:bottom;
}
.fpPictureBar td a {
    display:block;
}
* html .fpPictureBar td a img{
    behavior: url (styles/resources/iepngfix.htc);
}