/**
 * @description		extension ftaquiz styles
 * @project			Frage trifft Antwort
 * @site			frage-trifft-antwort.de
 * @revision		$Revision$
 * @version			$Id$
*/

@media all
{
/* ratings:: start */
.ratings {
	position: relative;
}
.video-socialmedialinks {
	position: relative;
	z-index: 0;
}
.tx-ratings {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	height: 28px;
	z-index: 0;
}

.tx-ratings-display {
	position: absolute;
	left: 2em;
	top: 0;
	height: 28px;
}

.tx-ratings-grey-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	height: 28px;
	background: url(../../images/layout/ratings_fta.png) repeat-x;
	font-size: 1px;
}
.tx-ratings-gold-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 28px;
	background: url(../../images/layout/ratings_fta.png) repeat-x 0 -28px;
	font-size: 1px;
}
.tx-ratings-vote-bar {
	position: relative;
	left: 0;
	top: 0;
	width: 140px;
	height: 28px;
	z-index: 50;
}
.tx-ratings-vote-bar DIV A {
	position: absolute;
	left: 0;
	top: 0;
	width: 28px;
	height: 28px;
	border: none;
	text-decoration: none;
	padding: 0 !important;
	z-index: 50;
}
.tx-ratings-vote-bar DIV A:hover {
	background-image: url(../../images/layout/ratings_fta.png);
	background-position: 0 -56px;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-1 {
	left: 0px;
	width: 28px;
	z-index: 5;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-2 {
	left: 0px;
	width: 56px;
	z-index: 4;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-3 {
	left: 0px;
	width: 84px;
	z-index: 3;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-4 {
	left: 0px;
	width: 112px;
	z-index: 2;
}
.tx-ratings-vote-bar DIV A.tx-ratings-star-5 {
	left: 0px;
	width: 140px;
	z-index: 1;
}
.tx-ratings-cleaner {
	clear: left;
}
.tx-ratings-text {
	color: #606060;
}
.tx-rating-display-wrap {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
	width: 140px;
	height: 28px;
	z-index: 50;
}
.tx-rating-display-wrap IMG {
	float: left;
	margin-right: 5px;
}
/* ratings:: end */
}
