.label{
	font-family:arial;
	font-size:11px;
}

#commentsList {
	font-family: arial;
	font-size: 11px;
	width:300px;
}
#commentsList .starsline {
	font-weight:bold;
	margin-top:10px;
}

#awaiting_acceptation {
	font-family:arial;
	font-size:11px;
}
#awaiting_acceptation .head, #awaiting_acceptation .info,#awaiting_acceptation .tytul {
	font-weight:bold;
}
#awaiting_acceptation .head {
	margin-bottom:2px;
}
#awaiting_acceptation .starscontainer, #awaiting_acceptation .head,#awaiting_acceptation .ocena{
	margin-bottom:2px;
}
#awaiting_acceptation .tytul,#awaiting_acceptation .opinia{
	margin-top:10px;
	font-style:oblique;
}
#awaiting_acceptation .opinia {
}

#regulamin {
	font-size:11px;
	font-family:arial;
}

.sendbutton {
	cursor:pointer;
}

.separate_your_comment {
	height:1px;
	background-color:silver;
	border:none;
}

.commentItem {
	padding:10px 0;
}

.commentItem .agreements {
	color:grey;
}

.commentItem .agreements a {
	text-decoration:none;
	color:grey;
}
.commentItem .agreements a:hover {
	color:black;
}

.commentItem .content {
	margin-top:6px;
}

.commentItem .starscontainer {
	float:left;
}

.opinionheadline{
	padding:0 10px;
}

.commentItem .title{
	font-size:12px;
	margin-left:66px;
}

div#starscontainer{
	position:relative;
	overflow:hidden;
	height:15px;
	width:56px;
}

div#starscontainer img{
	position:absolute;
}

.starscontainer {
	position:relative;
	overflow:hidden;
	height:15px;
	width:56px;
}

.starscontainer div {
	position:absolute;
	left:0px;
	background:url('/images/comments/ratingstars.jpg');
	height:75px;
	width:56px;
}

img#r1 {
	top:0;left:0;
}

img#r2 {
	top:0;left:11px;
}

img#r3 {
	top:0;left:22px;
}

img#r4 {
	top:0;left:33px;
}

img#r5 {
	top:0;left:44px;
}

div#stars {
	position:absolute;
	top:0px;
	left:0px;
	background:url('/images/comments/ratingstars.jpg');
	height:75px;
	width:56px;
}

#tekst_ocena{
	float:left;
}
