
#tabbedPanel
{
    position:absolute;
    width:298px;
    height:195px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:.9em;
    color:#0961ae;
}


#nav_desc
{
    /*display:none;*/
}

#nav moreInfo
{
    /*display:none;*/
}

#nav_ammenities
{
    /*display:none;*/
}

.desc_on
{
    position:absolute;
    top:0px;
    left:0px;
    width:110px;
    height:26px;
    background:url(../images/desc_btn.gif) 0 -26px no-repeat;
    text-indent:-1000em;
    overflow:hidden;
}


#desc_off a
{
    position:absolute;
    top:0px;
    left:0px;
    width:110px;
    height:26px;
    background:url(../images/desc_btn.gif) 0 0 no-repeat;
    text-indent:-1000em;
    overflow:hidden;
}
#desc_off a:hover
{
    position:absolute;
    top:0px;
    left:0px;
    width:110px;
    height:26px;
    background-position:0 -26px;
    text-indent:-1000em;
    overflow:hidden;
}

.moreInfo_on
{
    position:absolute;
    top:0px;
    left:110px;
    width:93px;
    height:26px;
    background:url(../images/moreInfo_btn.gif) 0 -26px no-repeat;
    text-indent:-1000em;
    overflow:hidden;
}

#moreInfo_off a
{
    position:absolute;
    top:0px;
    left:110px;
    width:93px;
    height:26px;
    background:url(../images/moreInfo_btn.gif) 0 0 no-repeat;
    text-indent:-1000em;
    overflow:hidden;
}
#moreInfo_off a:hover
{
    position:absolute;
    top:0px;
    left:110px;
    width:93px;
    height:26px;
    background-position:0 -26px;
    text-indent:-1000em;
    overflow:hidden;
}

.ammenities_on
{
    position:absolute;
    top:0px;
    left:203px;
    width:95px;
    height:26px;
    background:url(../images/Ammen_btn.gif) 0 -26px no-repeat;
    text-indent:-1000em;
    overflow:hidden;
}

#ammenities_off a
{
    position:absolute;
    top:0px;
    left:203px;
    width:95px;
    height:26px;
    background:url(../images/Ammen_btn.gif) 0 0 no-repeat;
    text-indent:-1000em;
    overflow:hidden;
}

#ammenities_off a:hover
{
    position:absolute;
    top:0px;
    left:203px;
    width:95px;
    height:26px;
    background-position:0 -26px;
    text-indent:-1000em;
    overflow:hidden;
}

#tab_content
{
    position:absolute;
    top:26px;
    height:157px;
    width:296px;
    border-left:solid 1px #0961ae;
    border-right:solid 1px #0961ae;
}


ul
{
    padding-left:0px;
}

.label ul
{
    padding-left:12px;
}

.property ul
{
    padding-right:12px;
}

    
#tabbedPanel li
{
    border-bottom:solid 1px #d6e2e5;
    padding-top:3px;
    padding-bottom:4px;
    list-style:none;
}

.label
{
    width:150px;
}

.property
{
    position:absolute;
    width:146px;
    color:#393b3c;
    right:0%;
    top:0px;
}


#tabPanel_footer
{
    position:absolute;
    height:12px;
    width:298px;
    top:183px;
}


#bl_corner
{
    position:absolute;
    width:12px;
    height:12px;
    background-image:url(../images/bl_corner.gif);
}

#bottomBar
{
    position:absolute;
    height:11px;
    width:274px;
    left:12px;
    border-bottom:solid 1px #0961ae;
}

#br_corner
{
    position:absolute;
    width:12px;
    height:12px;
    left:274px;
    background-image:url(../images/br_corner.gif);
}
