@charset "utf-8";

.commenti {
	position:relative;
	width:92%;
	padding:0 4%;
	margin-top:5px;
	border-top:thin solid #ddd;
	}
.commenti div {
	display:inline-block;
	}
.commenti .comm {
	position:relative;
	width: calc(100% - 130px);
	margin:4px 0;
	border-right:thin solid #ddd;
	color:#bbb;
	font-size:1em;
	line-height:1.1em;
	padding-bottom:10px;
	min-height:35px;
	}
.commenti .aut {
	position:absolute;
	top:3px;
	right:3px;
	width:130px;
	overflow:hidden;	
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color:#999;
	}
.commenti .aut img {
	margin:5px 5px 0 0 !important;
	cursor:pointer;
	width:20px !important;
	height:20px !important;
	}

.star {
	position:relative;
	-float:left;
	width:100%;
	padding:0;
	height:30px;
	margin:10px 0;
	background:url(w2.png);
	}

.star > p{
	position:absolute;
	right:135px;
	text-align:right;
	font-size:14px;
	line-height:24px;
	color:#aaa;
	}
.star ul {
	position:absolute;
	top:3px;
	right:5px;
	width:140px;
	height:22px;
	margin:0;
	padding:0;
	}
.star ul {
	background-size:cover !important;
	}
.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 {
	display:inline-block;
	}
.star ul li a {
	margin-left:5px;
	width:20px;
	height:22px;
	display:block;
	text-decoration:none;
	}
.star ul li a p{
	display:none;
	}

.commenta{
	position:absolute;
	left:10px;
	top:0px;
	width:26px;
	}
.commento{
	position:relative;
	top:10px;
	left:5%;
	width:90%;
	height:124px;
	background:#bbb;
	}
.commento textarea {
	width:calc(100% - 10px);
	height:90px;
	padding:2px 4px;
	border:1px solid #aaa;
	background:#ddd;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
.commento input[type=submit] {
	margin-left:36%;
	margin-top:4px;
	background:#999;
	color:#fff;
	border:1px solid #888;
	font-size:12px;
	font-weight:bold;
	padding:2px 20px;
	}

.share {
	margin:10px;
	width:150px;
	}
.share img, .share a img {
	display:inline !important;
	width:1.4em !important;
	height:1.4em !important;
	margin:0 3px 0 0 !important;
	}

.star + .share {
	position:relative;
	top:-36px;
	margin-bottom:-40px;;
	}
.ball + .share {
	left:36px;
	}

#pbar {
	clear:both;
	text-align:center;
	}
#pbar p, #pbar a{
	display:inline-block;
	width:36px;
	height:36px;
	margin:6px 6px 0 0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:1.1em;
	line-height:36px;
	background:#aaa;
	border:solid 1px #999;
	/*border-radius:2px;*/
	}
#pbar p.act {
	background:#555;
	}
