﻿.x_comments-container 
{
background-color:#EBE9DC;
margin-left:-10px;
padding-left:1em;
}

.x_comments 
{
background-image:none;
border-bottom:2px dotted #7d7d7d;
padding:1em 1em 1em 1em;

}

.x_comment-subject 
{
color:#572887;
display:block;
font-size:1.5em;
font-weight:bold;
padding-bottom:1em;

}

#x_content2b .x_comment-message  {

margin:0; padding:0;
color:#000;
font-size:1.3em;
line-height:1.5em;
padding-bottom:1em;
}


.x_comment-name
{
display:block;
font-size:1.3em;
color:#000;
padding-bottom:1em;

}

.x_comment-date 
{
display:block;
font-family:verdana;
font-size:1em;
color:#000;

}




.x_comment-rating
{
font-size:1.3em;
margin: 1em 0;

}

.x_comment-rating-average
{
	margin-bottom:5px;
	padding-right:.5em;
}

#x_content2b .x_comment-rating
{
	position:relative;
	bottom:0;
}




.rating{
width:85px;
height:16px;
margin:0 0 20px 0;
list-style:none;
clear:both;
position:relative;
}

.rating-answer
{
    position:relative;
    top:-2px;
    padding-left:.5em;
}

.rating span
{padding-left:85px;}

.x_comment-rating-votescast
{
display:block;
font-size:.8em;
position:relative;
left:122px;
}

.fivestars
{
background-position: 0 -160px;
_background-position: 0 -158px;
background: url(/EsccWebTeam.Connexions.MasterPages/images/fivestars.gif) no-repeat 0 0;

}


.fourstars
{


background-position: 0 -144px;
background: url(/EsccWebTeam.Connexions.MasterPages/images/fourstars.gif);
background-repeat:no-repeat;

}


.threestars
{
background-position: 0 -128px;
_background-position: 0px -126px;
background: url(/EsccWebTeam.Connexions.MasterPages/images/threestars.gif) no-repeat 0 0;
}

.twostars
{
/*background-position: 0 -112px;
_background-position: 0 -110px;*/
background: url(/EsccWebTeam.Connexions.MasterPages/images/twostars.gif) no-repeat 0 0;
}

.onestar
{
	/*
background-position:0 -96px;
_background-position:0 -94px;
*/
background: url(/EsccWebTeam.Connexions.MasterPages/images/onestar.gif) no-repeat 0 0;

}


/*
http://www.search-this.com/2007/05/23/css-the-star-matrix-pre-loaded/

key: B=Blank star: O=Orange Star: G = Green Star

colours ... .Background position
B B B B B - (0 0)
G B B B B - (0 -16px)
G G B B B - (0 -32px)
G G G B B - (0 -48px)
G G G G B - (0 -64px)
G G G G G - (0 -80px)
O B B B B - (0 -96px)
O O B B B - (0 -112px)
O O O B B - (0 -128px)
O O O O B - (0 -144px)
O O O O O - (0 -160px)
*/