
/*
  Category DataGrid style sheet
--------------------------------------------------------------------- */

.datagrid-table td {
    border-style:solid;
    border-color:#efefef; 
    border-width: 0 0 1px 0;
    border-collapse:collapse; 
    padding: 5px 0;
    height:20px;
}

#filterAttrList {
    border:1px solid #CCCCCC;
    height:200px;
    overflow-y:scroll;
    width:300px;
}

#filterAttrList li {
    border-bottom:1px solid #CCCCCC;
    height:20px;
    list-style:none outside none;
    padding:5px;
}

#filterAttrList li a {
    background:url("../images/toolbar.gif") repeat scroll 0 -171px transparent;
    float:right;
    line-height:15px;
    margin-left:5px;
    text-indent:-999px;
    width:15px;
}

.search-bar {
    border-bottom:1px solid #DDDDD;
    margin-bottom:10px;
    overflow:hidden;
    padding-bottom:5px;
}

.attr-list {
    overflow:hidden;
    width:500px;
}

.attr-list li {
    float:left;
    line-height:20px;
    list-style:none outside none;
    width:165px;
}