﻿.pviewSearch .filter ul
{
    padding: 0px;
    overflow: auto;
    outline-style: none;
    list-style-type: none;
}
.pviewSearch .filter li
{
    position: relative;
    border: 1px solid #FFCE8D;
    background: #fff;
    padding-left: 3px;
    padding-right: 6px;    
    +padding-right: 16px;
    float: left;
    margin: 0 3px 3px 0;
    outline-style: none;
    list-style-type: none;
    width: auto;
}
.pviewSearch .filter li.head
{
    border: 0px;
    background-color: Transparent;
    padding-right: 0px;
    padding-top: 1px;
}
.pviewSearch .filter .text
{
    float: left;
}
.pviewSearch .filter .close
{
    +position:absolute;
    display: block;
    float: right;
    width: 8px;
    height: 8px;
    margin: 5px 0 0 4px;
    background: url(images/common/closered.gif) no-repeat left top;
    cursor: pointer;
}

.pviewleft
{
    padding-left: 30px;
}
.pviewleft .plus
{
    background: url(images/common/plus.gif) no-repeat left 3px;
    padding-left: 15px;
    cursor: pointer;
}
.pviewleft ul
{
    padding: 0px;
    overflow: auto;
}
.pviewleft li
{
    padding-left: 15px;
    margin-right: 3px;
}
.pviewleft .line
{
    height: 1px;
}
