/* 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*/
#Categories li li {
	/*height:60px;*/
}

.CategoryDescription {
	margin-top:-40px;
}

/*Image overlap fix*/
#Discussions li li {
	/*height:40px;*/
}
/**********************/

.Discussion{
position:relative;
}

.DiscussionCategory {
width:20px !important; height:20px !important;
padding:0; margin:2px 0 0 2px;
text-indent:-9999px;
position:absolute; top:4px; left:2px;
}
.DiscussionCategory span{
display:none;
}
.DiscussionCategory a:link,
.DiscussionCategory a:visited,
.DiscussionCategory a:hover{
display:block;
width:20px !important; height:20px !important;
padding:0; margin:0 !important;
}

.Category_1 .DiscussionCategory a {
background: transparent url(images/g.gif) 50% 50% no-repeat;
}
.Category_2 .DiscussionCategory a{
/*background: transparent url(images/nay-kiconcarribe1.01.jpg) 2px 50% no-repeat;*/
}
.Category_3 .DiscussionCategory a{
background: transparent url(images/e.gif) 50% 50% no-repeat;
}
.Category_4 .DiscussionCategory a{
background: transparent url(images/p.gif) 50% 50% no-repeat;
}
.Category_5 .DiscussionCategory a{
background: transparent url(images/s.gif) 50% 50% no-repeat;
}

/* Follow this pattern to whatever number of categories you have set up */

/* Add paddings for the linked icons */
.CategoryDescription,
.CategoryDiscussionCount,
.CategoryOptions,
#Discussions li ul{
padding-left:20px;
}

/* Add the icons to the categories page */
#Categories .Category_1 .CategoryDescription{
background: transparent url(images/g.gif) 2px 0 50% no-repeat;
}
#Categories .Category_2 .CategoryDescription{
/*background: transparent url(images/nay-kiconcarribe1.01.jpg) 2px 50% no-repeat;*/
}
#Categories .Category_3 .CategoryDescription{
background: transparent url(images/e.gif) 2px 50% no-repeat;
}
#Categories .Category_4 .CategoryDescription{
background: transparent url(images/p.gif) 2px 50% no-repeat;
}
#Categories .Category_5 .CategoryDescription{
background: transparent url(images/s.gif) 2px 50% no-repeat;
}
/* end Category icon style by DraganBabic */

