﻿/* 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 */

#Categories {
	height:60px;
}

/*IE Fix*/
#Categories li li {
	height:40px;
}

.CategoryDescription {
	margin-top:-13px;
}

/*Image overlap fix*/
#Discussions li li {
	height:20px;
}
/**********************/

.Discussion{
position:relative;
}

.DiscussionCategory {
width:60px !important; height:40px !important;
padding:0; margin:0;
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:60px !important; height:40px !important;
padding:0; margin:0 !important;
}
.Category_2 .DiscussionCategory a{
background: transparent url(images/Forum-category-img1-small.jpg) 2px 50% no-repeat;
}
.Category_8 .DiscussionCategory a{
background: transparent url(images/Forum-category-img2-small.jpg) 2px 50% no-repeat;
}
.Category_9 .DiscussionCategory a{
background: transparent url(images/Forum-category-img2-small.jpg) 2px 50% no-repeat;
}
.Category_10 .DiscussionCategory a{
background: transparent url(images/Forum-category-img3-small.jpg) 2px 50% no-repeat;
}
.Category_11 .DiscussionCategory a{
background: transparent url(images/Forum-category-img4-small.jpg) 2px 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:70px;
}


/* Add the icons to the categories page */
#Categories .Category_2 {
background: #F5F9FF url(images/Forum-category-img1.jpg) 2px 50% no-repeat;
min-height:60px;
}
#Categories .Category_8 {
background: #F5F9FF url(images/Forum-category-img2.jpg) 2px 50% no-repeat;
min-height:60px;
}
#Categories .Category_9 {
background: #F5F9FF url(images/Forum-category-img2.jpg) 2px 50% no-repeat;
min-height:60px;
}
#Categories .Category_10 {
background: #F5F9FF url(images/Forum-category-img3.jpg) 2px 50% no-repeat;
min-height:60px;
}
#Categories .Category_11 {
background: #F5F9FF url(images/Forum-category-img4.jpg) 2px 50% no-repeat;
min-height:60px;
}
/* end Category icon style by DraganBabic */

