﻿.listallhidden
{
    display: none;
}

.listallvisible
{
    z-index:100;
    position:absolute;
    top:149px;
    left:288px;
    background:url(../images/listall/bg-listall-brand.gif) transparent; 
    background-repeat:no-repeat;
    background-position:top left;
    width:169px;
    height:522px;
    font-size:11px;
    font-family:verdana;
}

.listallclosebutton
{
    float:right;
    margin-top:3px;
    margin-right:12px;
    border:0;
    cursor: pointer; 
    cursor: hand;
}

.listallinner
{
    z-index:101;
    background:transparent;
    padding-left:0px;
    margin-top:64px;
    margin-left:14px;
    border:0;
    height:435px;
    width:145px;
    overflow:scroll;
}