﻿
/******************************************/
/*     Category List Control              */
/******************************************/


/* header */
#CategoryListHeader
{
    display:block; 
    background:transparent url("i/category-list-top.png") no-repeat left top;
    width:180px;
    height:15px;
}

/* end header */

/*content */
#CategoryList
{
    display:block; 
    background:transparent url("i/category-list-mid.png") repeat-y left top;
    width:180px;
}

#CategoryList span.TitleText
{
    background:transparent url("i/category-list-header-icon.png") no-repeat left top;
    font-weight:normal;
    font-size:16px;
    color:#6d207c;  
    margin: 0px 0px 0px 15px;
    padding-left:30px;
    display:block;
    height:27px;
    text-align:left;
} 

#CategoryList ul
{ 
    list-style-image:url(i/category-list-bullet.png);
    margin:10px 10px 0px 30px;
    padding:0px;
}

#CategoryList ul li
{ padding:2px;}

#CategoryList ul li a
{ 
    color:#003e7e;  /*tboBlue*/
    text-decoration:none; /*cancel default underline of link*/
}

#CategoryList a.AllCatsLink
{
    color:#34a5e2;/*tboAqua*/
    background:transparent url(i/category-list-capsule.png) no-repeat left top;
    display:block;
    width:129px;
    height:27px;
    margin: 10px 10px 0px 10px;
    padding:5px 0px 0px 30px;
}

#CategoryList ul li a:hover,
#CategoryList a.AllCatsLink:hover
{
    text-decoration:underline;
}

/* end content */

/* footer */
#CategoryListFooter
{
    display:block; 
    background:transparent url("i/category-list-bottom.png") no-repeat left top;
    width:180px;
    height:13px;
    margin-bottom:20px;
}
/* end footer */




