@charset "utf-8";

.commenti {
	position:relative;
	width:100%;
	margin-top:12px;
	border-top:thin solid #ddd;
	}
.commenti div {
	display:inline-block;
	}
.commenti .comm {
	position:relative;
	width: calc(100% - 120px);
	margin: 8px 0;
	border-right:thin solid #ddd;
	color:#bbb;
	font-size:13px;
	line-height:20px;
	min-height:30px;
	}
.commenti .aut {
	position:relative;
	top:10px;
	right:1px;
	width:110px;
	overflow:hidden;	
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	color:#999;
	}
.commenti .aut img {
	border:0;
	margin:0px 5px 0 0!important;
	cursor:pointer;
	}

.star {
	position:relative;
	width:100%;
	height:30px;
	margin:10px 0;
	background:url(w4.png);
	}

.star p{
	margin:0;
	}
.star > p{
	position:absolute;
	right:135px;
	text-align:right;
	font-size:14px;
	line-height:28px;
	color:#aaa;
	}
.star ul>li:before {
    content:none;
	}	
.star ul {
	position:absolute;
	top:5px;
	right:0px;
	width:122px;
	height:18px;
	margin:0;
	padding:0;
	padding-top:2px;
	}
.star ul.v0 {
	background:url(v0.png);
	}
.star ul.v1 {
	background:url(v1.png);
	}
.star ul.v2 {
	background:url(v2.png);
	}
.star ul.v3 {
	background:url(v3.png);
	}
.star ul.v4 {
	background:url(v4.png);
	}
.star ul.v5 {
	background:url(v5.png);
	}
.star ul li {
	width:16px;
	height:16px;
	display:block;
	margin-left:7px;
	float:left;
	}
.star ul li a {
	width:16px;
	height:16px;
	display:block;
	text-decoration:none;
	}
.star ul li a:hover {
	display:block;
	background:url(vo.png);
	}
.star ul li a p{
	position:relative;
	height:30px;
	width:24px;
	left:-4px;
	top:-32px;
	background:url(vb.png);
	text-align:center !important;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#888;
	display:none;
	}
.star ul li a:hover p{
	display:block;
	}

.commenta {
	position:absolute;
	}
.commenta img{
	transition:.1s;
	}
.commenta:hover img{
	transform:scale(1.1,1.1);
	}
.commento{
	position:relative;
	top:10px;
	width:calc(100% - 142px);
	height:124px;
	background:#eee;
	border:1px solid #ccc;
	}
.commento textarea {
	width:calc(100% - 8px);
	height:90px;
	padding:2px 4px;
	background-color:#fff;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	border:none;
	}
.commento input[type=submit] {
	margin-left:44%;
	margin-top:5px;
	background-color:#86BC25;
	color:#fff;
	border:none;
	font-size:12px;
	font-weight:bold;
	padding:3px 20px;
	}
.commento input[type=submit]:hover {
	background-color:#999;
	}

.share img{
	margin:0 4px 0 0!important;
	transition:.1s;
	}
.share a:hover img{
	transform:scale(1.1,1.1);
	}
	
.share {
	margin-top:15px;
	width:150px;
	line-height:10px;
	}
.star + .share {
	position:relative;
	top:-42px;
	margin-bottom:-40px;;
	}
.ball + .share {
	left:56px;
	}

#pbar {
	clear:both;
	text-align:center;
	}
#pbar p, #pbar a{
	display:inline-block;
	width:30px;
	height:30px;
	margin:6px 4px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	line-height:30px;
	background:#aaa;
	border:solid 1px #999;
	transition: .2s;
	}
#pbar a:hover, #pbar p.act {
	background:#555;
	}

