/* Category icons on the discussions page by DraganBabic */

/* Make the .Discussion li relative so that we can absolutely position things within it for Category icons */

/*IE Fix*/
* html #Categories ul {height:65px;}


#Categories ul {min-height:65px;}

/* Follow this pattern to whatever number of categories you have set up */

/* Add paddings for the linked icons */
.CategoryName,
.CategoryDescription,
.CategoryDiscussionCount,
.CategoryOptions li ul{
padding-left:72px;
}

/* Add the icons to the categories page */
#Categories .Category_1 ul {
background: transparent url(images/1.jpg) 16px 50% no-repeat;
}
#Categories .Category_2 ul {
background: transparent url(images/2.jpg) 16px 50% no-repeat;
}
#Categories .Category_3 ul {
background: transparent url(images/3.jpg) 16px 50% no-repeat;
}
#Categories .Category_4 ul {
background: transparent url(images/4.jpg) 16px 50% no-repeat;
}
#Categories .Category_5 ul {
background: transparent url(images/5.jpg) 16px 50% no-repeat;
}
#Categories .Category_6 ul {
background: transparent url(images/6.jpg) 16px 50% no-repeat;
}
#Categories .Category_7 ul {
background: transparent url(images/7.jpg) 16px 50% no-repeat;
}
#Categories .Category_8 ul {
background: transparent url(images/8.jpg) 16px 50% no-repeat;
}
#Categories .Category_9 ul {
background: transparent url(images/9.jpg) 16px 50% no-repeat;
}
#Categories .Category_10 ul {
background: transparent url(images/10.jpg) 16px 50% no-repeat;
}
/* end Category icon style by DraganBabic */

