td.categoriesHeader
{
    background-image: url( '../images/widgetHeaderBg.png' );
    width: 201px;
    height: 30px; 
    overflow: hidden;   
}

td.categoriesHeader table
{
    width: 100%;
    padding: 0px;
}

td.categoriesLeft
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: left top;
    background-repeat: no-repeat;
}

td.categoriesTitle
{
    width: 201px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

td.categoriesRight
{
    width: 5px;
    background-image: url( '../images/widgetHeaderRadius.png' );
    background-position: right top;
    background-repeat: no-repeat;
}
            
td.categoriesIcon
{
    width: 25px;
    height: 19px;
    background-image: url( '../images/widgetHeaderIcon.png' );
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

td.categories
{
    background-color: #ff8e01;
    /*background-image : url( '../images/widgetBorderRight.png' );*/
    background-repeat: repeat-y;
    background-position: right;
    /*border-left: 1px solid #c0b9a9;*/
    border: 1px solid #7f4e01;
    width: 201px;
    padding-bottom: 3px;
    overflow: hidden;
}

td.categories div
{
    width: 199px;
    overflow: hidden;
    background:none;
    background-color: #ff8e01;
}

td.categories div.subcategory
{
    padding-left:4px;
}

td.categories div#paid-categories-tree
{ 
    padding-left: 0px;   
}

td.categories div#free-categories-tree
{
    padding-left: 0px;   
    
}

td.categories div#paid-categories-tree div
{ 
    background-color: #ff690d;
    background:url('../images/paid-bg.gif');
}

td.categories div#free-categories-tree div
{ 
    background-color: #f4d000; 
    background:url('../images/free-bg.gif');
}

td.categories div.close
{
    margin-top: 3px;
    height: 30px;
    line-height: 30px;
    background-image: url( '../images/icons/categoriesExpand.png' );
    /*background-repeat: no-repeat;
    background-position: 7px center;*/
    padding-left:7px;
    border-bottom: 1px solid #d27200;
    border-top: 1px solid #d27200;   
}

td.categories div.close span
{
    background-image: url( '../images/icons/categoriesExpand.png' );    
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:17px;
}

td.categories div.close p
{
    margin: 0px;
    padding: 0px;
    padding-left:17px;
}

td.categories div.close a
{
    color: #000000;
    /*text-transform: lowercase;*/
    font-size: 12px;
}

td.categories div.open
{
    margin-top: 3px;
    height: 30px;
    line-height: 30px;
    background-image: url( '../images/icons/categoriesCollapse.png' );
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left:7px;
    border-bottom: 1px solid #d27200;
    border-top: 1px solid #d27200;    
}

td.categories div.open span
{
    background-image: url( '../images/icons/categoriesCollapse.png' );    
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:17px;
}

td.categories div.open p
{
    margin: 0px;
    padding: 0px;
    padding-left:17px;
}

td.categories div.open a
{
    color: #000000;
    /*text-transform: lowercase;*/
    font-size: 12px;
    font-weight: bold;
}

td.categories div.select
{
    margin-top: 3px;
    height: 30px;
    line-height: 30px;
    background-image: url( '../images/icons/categoriesArrowSelect.png' );
    background-repeat: no-repeat;
    background-position: 7px center;
    padding-left:7px;
    border-bottom: 1px solid #d27200;
    border-top: 1px solid #d27200;    
}

td.categories div.select span
{
    background-image: url( '../images/icons/categoriesArrowSelect.png' );    
    background-position: left center;
    background-repeat: no-repeat;
    padding-left:17px;
}

td.categories div.select p
{
    margin: 0px;
    padding: 0px;
    padding-left:17px;
}

td.categories div.select a
{
    color: #000000;
    /*text-transform: lowercase;*/
    font-size: 12px;
    font-weight: bold;
}

td.categories span
{
    display: block;
    
}

td.categories div#paid-categories-tree a
{
    font-size: 13px;    
}

td.categories div#paid-categories-tree div.subcategory
{
    background-color: #ff7800;
    border-bottom: 1px solid #d27200;
}

td.categories div#paid-categories-tree div.subcategory img
{
    margin-left: 5px;
}

td.categories div#paid-categories-tree div div
{
    margin: 0px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    background:none;
}

td.categories div#free-categories-tree div.subcategory
{
    background-color: #f4d000;
    border-bottom: 1px solid #d27200;
}

td.categories div#free-categories-tree div.subcategory img
{
    margin-left: 5px;
}

td.categories div#free-categories-tree div div
{
    margin: 0px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    background: none;
    background-color: #f4d000;
}