﻿#RateContainer {
	clear:both;
	margin-top:4px;
	margin-bottom:4px;
	margin-left:450px;
}
#rate {
	position:relative;
	border:none;
}
#rate li {
	top:0;
	position:absolute;
	margin:0px;
	padding:0px;
	padding-left:6px;
	list-style:none;
	border:none;
	border-left:0px dotted #cccccc;
}
#rate li, #rate span {
	display:block;
}
#rate li span {
	width:40px;
	text-align:right
}
#heading {
	left:0px;
	width:80px;
	font-family:'Arial';
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	line-height:normal;
	letter-spacing:0px;
	color:#888888;
}
#like{
	left:100px;
	width:36px;
	cursor:pointer;
	cursor:hand;
	
	font-family:'Arial';
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	letter-spacing:0px;
	text-align:right;
	color:#333333;
}
#dislike {
	left:150px;
	width:36px;
	cursor:pointer;
	cursor:hand;
	
	font-family:'Arial';
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	letter-spacing:0px;
	text-align:right;
	color:#333333;
}
.LikeActive {
	background:url('arrows_rating.png') 3px 3px no-repeat;		
}
.DislikeActive {
	background:url('arrows_rating.png') -48px 3px no-repeat;		
}
.LikeInactive {
	background:url('arrows_rating.png') -96px -47px no-repeat;		
}
.DislikeInactive {
	background:url('arrows_rating.png') -147px -47px no-repeat;		
}
.LikeSelected {
	background:url('arrows_rating.png') 3px -47px no-repeat;		
}
.DislikeSelected {
	background:url('arrows_rating.png') -48px -47px no-repeat;		
}
.HeadingInactive {
	color:Gray;
}
.HeadingError {
	color:red;
}






.UserRatingOptions 
{
    float:right;
}
.UserRatingOptions ul 
{
    list-style:none;
    
}
.UserRatingOptions ul li 
{
    float:left;
    display:inline;
    padding:4px;
    width: 36px;
    text-align:right;
    font-weight:bold;    
    border-left:0px dotted #cccccc;
    color:#333333;
}

.UserRatingOptions ul li:nth-child(1)
{
    width: 80px;
    text-align:left;
    font-weight:normal; 
	color:#888888;       
}

.CursorPointer{
    cursor:pointer;
	cursor:hand;	    
}

.ActiveLike {
	background:url('arrows_rating.png') 5px 5px no-repeat;		
		
}
.ActiveDislike {
	background:url('arrows_rating.png') -48px 5px no-repeat;		

}
.InactiveLike {
	background:url('arrows_rating.png') -96px -45px no-repeat;		
}
.InactiveDislike {
	background:url('arrows_rating.png') -147px -45px no-repeat;		
}
.InactiveHeading {
	color:Gray;
	
}
.SelectedLike {
	background:url('arrows_rating.png') 5px -45px no-repeat;		
}
.SelectedDislike {
	background:url('arrows_rating.png') -48px -45px no-repeat;	
}

.ErrorHeading {
	color:red;
}

















