a.cie-votecontrol-promote img, a.cie-votecontrol-promote:visited img
{
	background: url( 'images/buttons.gif' ) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
    background-position: 0 0;
    cursor: pointer;
}

a.cie-votecontrol-promote:hover img
{
	background-position: 0 -24px;
}

.cie-votecontrol-clear img, .cie-votecontrol-clear:visited img
{
	background: url( 'images/buttons.gif' ) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
    background-position: 0 -72px;
    cursor: pointer;
}

.cie-votecontrol-clear:hover img
{
	background-position: 0 -96px;
}

.cie-votecontrol-demote img, .cie-votecontrol-demote:visited img
{
	background: url( 'images/buttons.gif' ) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
    background-position: 0 -120px;
    cursor: pointer;
}

.cie-votecontrol-demote:hover img
{
	
	background-position: 0 -144px;
}


.cie-votecontrol-promote-on img
{
	background: url( 'images/buttons.gif' ) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
    background-position: 0 -48px;
    cursor: pointer;
}



.cie-votecontrol-demote-on img
{
	background: url( 'images/buttons.gif' ) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
    background-position: 0 -168px;
    cursor: pointer;
}


.cie-categories-level1
{
    font-weight:bold !important;
}
.cie-categories-level2
{
    padding-left: 10px;
}