/*
div.page_content { width: 342px; margin: 10px 0 0 0; padding: 0; float: left; border-left: 1px solid #F7C873; border-right: 1px solid #F7C873;  }
*/

div.scrollholder
{
    position: relative;
    top: 10px;
    width: 359px; height: 220px;
    overflow: auto;
    z-index: 1;
    border-left: 1px solid #4FA833;
    /*border-right: 1px solid #F7C873;*/
    margin: 0 0 0 0; padding: 0 0 0 0;
    /*background-color: #f3f3f3;*/
}

div.scrollholder p { padding: 0 0 5px 10px; margin: 0; }

div.scroll
{
    position: absolute;
    left: 0; top: 0px;
    width: 95%;
    z-index: 2;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 11px; height: 100%;
    font-size: 0;
    z-index: 3;
    
    background-image: url("images/scroll_bar.gif");
    background-position: center top;
    background-repeat: repeat-y;
    /*
    background-color: #030303; */
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 26px;
    cursor: pointer;
    z-index: 4;
    /* background: #F7C873;
    */
    background-image: url("images/slider.gif");
    background-position: center center;
    background-repeat: no-repeat;
    
}  
