/* 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 li li {
	height:52px;
}

* html .CategoryDescription {
	margin-top:-25px;
}

/*Image overlap fix*/
#Discussions li li, {
	height:24px;
}
/**********************/

.Discussion{
position:relative;
}

.DiscussionCategory {
width:48px !important; height:49px !important;
padding:0; margin:0;
text-indent:-9999px;
position:absolute; top:0px; left:-2px;
}
.DiscussionCategory span{
display:none;
}
.DiscussionCategory a:link,
.DiscussionCategory a:visited,
.DiscussionCategory a:hover{
display:block;
width:48px !important; height:49px !important;
padding:0; margin:0 !important;
}
.Category_4 .DiscussionCategory a{
background: transparent url(images/culture.gif) 2px 50% no-repeat;
}
.Category_8 .DiscussionCategory a{
background: transparent url(images/jeux.gif) 2px 50% no-repeat;
}
.Category_9 .DiscussionCategory a{
background: transparent url(images/a-la-une.gif) 2px 50% no-repeat;
}
.Category_11 .DiscussionCategory a{
background: transparent url(images/humour.gif) 2px 50% no-repeat;
}
.Category_13 .DiscussionCategory a{
background: transparent url(images/lettres.gif) 2px 50% no-repeat;
}
.Category_15 .DiscussionCategory a{
background: transparent url(images/redaction.gif) 2px 50% no-repeat;
}
.Category_16 .DiscussionCategory a{
background: transparent url(images/articles.gif) 2px 50% no-repeat;
}
.Category_18 .DiscussionCategory a{
background: transparent url(images/ego.gif) 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:56px;
}

/* Add the icons to the categories page */
#Categories .Category_4 .CategoryDescription{
background: transparent url(images/culture.gif) 0px 50% no-repeat;
min-height:60px;
}
#Categories .Category_8 .CategoryDescription{
background: transparent url(images/jeux.gif) 0px 50% no-repeat;
min-height:60px;
}
#Categories .Category_9 .CategoryDescription{
background: transparent url(images/a-la-une.gif) 0px 50% no-repeat;
min-height:60px;
}
#Categories .Category_11 .CategoryDescription{
background: transparent url(images/humour.gif) 0px 50% no-repeat;
min-height:60px;
}
#Categories .Category_13 .CategoryDescription{
background: transparent url(images/lettres.gif) 0px 50% no-repeat;
min-height:60px;
}
#Categories .Category_15 .CategoryDescription{
background: transparent url(images/redaction.gif) 0px 50% no-repeat;
min-height:60px;
}
#Categories .Category_16 .CategoryDescription{
background: transparent url(images/articles.gif) 0px 50% no-repeat;
min-height:60px;
}
#Categories .Category_18 .CategoryDescription{
background: transparent url(images/ego.gif) 0px 50% no-repeat;
min-height:60px;
}
/* end Category icon style by DraganBabic */

