/* Hide Header */
#categories-grid-div div.x-grid3-header, #categories-grid-div .x-grid3-header div {
    visibility: hidden;
    height: 0 !important;
}

/*CSS for the whole grid */
#categories-grid-div .x-grid3-header {
    display:none;
}

/*CSS for the whole grid */
#categories-grid-div .x-grid3 {
/*background-color: transparent !important;*/
}

#categories-grid-title-div {
    padding-top:15px;
    color: #80321B;
    font-size: 11px;
    font-weight: bold;
    left:5px;
    position:relative;
}


/*CSS for the whole grid */
#categories-grid-div  .x-grid3 {
    background-color: transparent !important;
}

#categories-grid-div  .x-grid3-row {
    border: 0;
    cursor: pointer;
    color: #6E694C;
    width: 100%;
}

#categories-grid-div  .x-grid3-row:hover {
    color: #000000;
}

#categories-grid-div  .x-grid3-row-selected {
    color: #FFFFFF;
    background:transparent none repeat scroll 0 0 !important;
}

#categories-grid-div  .x-grid3-cell-inner {
    white-space: normal !important;
    font-size:11px;
    text-align:justify;
}