﻿/* Plant Illustration */
#content #content_right #plant-map-ctn    {
    position:relative;
    margin:0;
    padding:0;
    height:535px;
    width:637px;
    top:0;
    left:0;
}
    #content #content_right #plant-map-ctn img#marker    {
        display:none;    
        z-index:102;
    }
    
    
#content #content_right #plant-map    {
    position:absolute;
    margin:0;
    padding:0;
    z-index:0;
    top:0;
    left:0;
}
#content #content_right #plant-sections    {
    clear:both;
    position:absolute;
    margin:0;
    padding:3px 5px;
    z-index:101;
    width:175px;
    border:1px solid #ccc;
    background:#efefef;
}
#content #content_right #plant-sections ul    {
    list-style:none;    
    margin:0;
    padding:0;
}
#content #content_right #plant-sections ul li    {
    list-style:none;
    margin:0;
    padding:0;    
}
#content #content_right #plant-sections ul li a    {
    padding:0;
    margin:0;
}
#content #content_right .section-content    {
    width:440px;
    border:1px solid #ccc;
    background:#efefef;
    padding:5px;
    height:300px;
    clear:both;
    z-index:104;
}
    #content #content_right .section-content .close_btn    {
    border:1px solid #ccc;
    display:none;
    float:right;
    }
    
        #content #content_right .section-content .close_btn a    {
            text-decoration:none;    
            padding:2px 5px;
            display:block;
        }
        
            #content #content_right .section-content .close_btn a:hover    {
                background:#ccc;    
            }
    #content #content_right .section-content img    {
        float:right;
        border:1px solid #ccc;
    }
    
    #content #content_right .section-content ul    {
        margin-top:0px;
    }
    
    #content #content_right .section-content .section-info    {
        height:250px;
        overflow:auto;
        width:255px;
        padding:0 5px;
    }
    
        #content #content_right .section-content .nopic    {
            width:auto;    
        }
        
            #content #content_right .section-content .nopic .nopic-left    {
                width:45%;
                float:left;
            }
            
            #content #content_right .section-content .nopic .nopic-right    {
                width:45%;
                float:right;
            }
    
    #plant-map-ctn a.hotzone_marker    {    
        
    }
    
    #content #content_right #plant-map-ctn a.hotzone_marker:hover    {
        background:none;    
    }