/* 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 {
}

.CategoryDescription {
}

/*Image overlap fix*/
#Discussions li li {
}
/**********************/

.Discussion{
position:relative;
}

.DiscussionCategory {
width:55px !important; height:20px !important;
padding:0; margin:0;
text-indent:-9999px;
position:absolute; top:12px; left:2px;
}
.DiscussionCategory span{
display:none;
}
.DiscussionCategory a:link,
.DiscussionCategory a:visited,
.DiscussionCategory a:hover{
display:block;
width:60px !important; height:60px !important;
padding:0; margin:0 !important;
}
.Category_1 .DiscussionCategory a{
background: transparent url(images/fonam.png) no-repeat;
}
.Category_2 .DiscussionCategory a{
background: transparent url(images/vaca.png) no-repeat;
}
.Category_3 .DiscussionCategory a{
background: transparent url(images/fonam.png) no-repeat;
}
.Category_4 .DiscussionCategory a{
background: transparent url(images/esfer.png) no-repeat;
}
.Category_5 .DiscussionCategory a{
background: transparent url(images/guapa.png) no-repeat;
}
.Category_6 .DiscussionCategory a{
background: transparent url(images/guapo.png) no-repeat;
}
.Category_7 .DiscussionCategory a{
background: transparent url(images/mola.png) no-repeat;
}
.Category_8 .DiscussionCategory a{
background: transparent url(images/llimac.png) no-repeat;
}
.Category_9 .DiscussionCategory a{
background: transparent url(images/caritat.png) no-repeat;
}
.Category_10 .DiscussionCategory a{
background: transparent url(images/swim.png) no-repeat;
}
.Category_11 .DiscussionCategory a{
background: transparent url(images/sense.png) no-repeat;
}
.Category_12 .DiscussionCategory a{
background: transparent url(images/disfun.png) no-repeat;
}
.Category_13 .DiscussionCategory a{
background: transparent url(images/ultima.png) no-repeat;
}
.Category_14 .DiscussionCategory a{
background: transparent url(images/profes.png) no-repeat;
}
.Category_15 .DiscussionCategory a{
background: transparent url(images/caca.png) no-repeat;
}
.Category_17 .DiscussionCategory a{
background: transparent url(images/parlem.png) no-repeat;
}
.Category_18 .DiscussionCategory a{
background: transparent url(images/llepada.png) no-repeat;
}
.Category_19 .DiscussionCategory a{
background: transparent url(images/educa.png) no-repeat;
}
.Category_20 .DiscussionCategory a{
background: transparent url(images/prou.png) no-repeat;
}
.Category_21 .DiscussionCategory a{
background: transparent url(images/jaera.png) no-repeat;
}
.Category_22 .DiscussionCategory a{
background: transparent url(images/enfi.png) no-repeat;
}
.Category_23 .DiscussionCategory a{
background: transparent url(images/tita.png) 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:65px;
}
