﻿

.list_main {
	    width:116px;
	    z-index:1;
	    height:auto!important;
	    height:100%;

    }
.list_title
    {
    	font-family:arial;
    	font-size:12px;
		color:#485e2e;
		font-weight:bold;
    	overflow:hidden;
    	height:21px;
    	float:right;
    	width:95px;
    	direction:rtl;
    }
    .list_header
    {
        width:auto!important;
        width:100%;
        height:21px;
		border:1px solid #7F9DB9;
        background-color:#ffffff;
        cursor:pointer;
    }
    .list_scroll{
	    position:absolute;
	    background-color:#ffffff;
	    width:114px;
	    height:150px;
	    overflow-x:visible;
	    overflow-y:scroll;
	    border:1px solid #7F9DB9;
	    border-top-width:0px;
	    z-index:100;
    }
    .Cursor
    {
		cursor:hand;	
    }