.rateThis a.like,
.rateThis a.dislike {
	float: left;
	display: block;
}

.like {
	padding-right:10px;
}

.like span {
	display:block;
	line-height:1.5em;
	float:left;
}

.like img {
	border:0 none;
	float:left;
}

.dislike img {
	border:0 none;
}

.rateThis {
	margin-top:15px;
}

#rating_area {
	font-size: 1em;
	margin: 15px 0px;
}

.ratings {
	margin: 15px 0px;
}

.rateThis a {
	text-decoration:none;
	color:#000;
}

.ratingDesc, .ratingResults {
	float:left;
	margin-right:5px;
}



/* CommentBox */
.commentBox button {
	-moz-border-radius: 3px 3px 3px 3px;
	background: -moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	margin-right: 5px;
	padding: 2px;
}

.comment_button.on {
	display: none;
}

.userCommentReply {
	margin: 10px 0px;
}

.userComment {
	border-top: 1px dotted #000;
	background: #efefef;
	font-size: 0.9em;
	margin-bottom: 1px;
	padding: 2%;
	width: 96%;
}
.userData {
	float: left;
	padding-right: 2%;
	width: 15%;
	word-wrap: break-word;
}
.commentData {
	float: left;
	width: 83%;
}
.username {
	font-weight: bold;
}
.userIcon {
		height:32px;
		width:32px;					
}
.submit_date {
	font-size: 0.6em;
}
.comment {
	padding: 2px 0px;
	word-wrap: break-word;
}
.coc {
	border-top: 1px solid #fff;
	padding: 5px 0 0 15px;
}
#add_comment_text {
	text-align: center;
	padding: 2%;
	width: 96%;
}
#comment_form {
	margin: 10px 0px;
	text-align: center;
}

.submit{
	margin-left: 10px;
}
.comment_box {
 	border-top: 1px dotted #000;
 	border-bottom: 1px dotted #000;
}

.panel{
	margin-left:50px; margin-right:50px; margin-bottom:5px; background-color:#D3E7F5; height:45px; padding:6px; width:400px;
	display:none;
}

/* Pager */

ul.simplePagerNav {
	display: block;
	margin-bottom: 12px;
	padding: 3px;

}
ul.simplePagerNav li  {
	display: block;
	float: left;
}
ul.simplePagerNav li a {
	display: block;
	float: left;
	padding: 2px 5px;
}
ul.simplePagerNav li.currentPage a,
ul.simplePagerNav li a:hover {
	background: #000;
	color: #fff;
}
