﻿
div.pnlSearchSlide
{
    width:280px!Important;
    top:0;
    left:-310px;
    z-index:1000;
    background-color:#eceded;
    padding-left:50px;
    
    height:100%;
    position:fixed;    
}

* html div.pnlSearchSlide
{
    position:absolute;  
}


div.pnlMainSlide
{
    width:100%;
    height:100%;
    background-color:#616163;
    position:relative;
    overflow-x: hidden;
    overflow-y: scroll;
}

div.pnlSlideArea
{
    width:20px;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:2000;
}

div.pnlRightBorder, div.pnlLeftBorderSlider
{
    width:32px;
    height:100%;
    background-repeat:repeat-y;
    z-index:1000;
    position:absolute;
    
}

div.pnlRightBorder
{
    /*background-image:url(/img/borderRight.gif);
    background-position:left top;*/
    background-color:#eceded;
    border-left:black 1px solid;
    right:16px;
    top:0;
    position:fixed;
}

* html div.pnlRightBorder
{
    position:absolute;
}

div.pnlLeftBorderSlider
{
    top:0;
    right:-15px;
    background-image:url(/img/search/Slider_Arrow.jpg);
    background-position:10px 88px;
    background-repeat:no-repeat;
    border-right:black 1px solid;
    background-color:#eceded;
}

div.pnlContent
{
    width:99.7%;
    height:100%;
    background-color:#616163;
    float:left;    
}


