/* <RATINGS> */
#trcrating_list_head *{border-radius:0;}
#trcrating_list_head h1{font-size:18px;font-weight:bold;}

#trcrating_list .rating {background: white url(trcrating/img/gradient/grey_big.jpg) bottom left repeat-x;border: 1px solid #ccc;display: block;font-size: 14px;margin-top: 3px;margin-bottom: 3px;}
#trcrating_list .positive_title, #trcrating_list .positive, #trcrating_list .negative_title, #trcrating_list .negative, #trcrating_list .trc_article_title, #trcrating_list .trc_article, #trcrating_list .ordernr_title, #trcrating_list .ordernr {display: block;}
#trcrating_list .positive_title, #trcrating_list .negative_title, #trcrating_list .trc_article_title, #trcrating_list .ordernr_title {font-size: 1.2em;font-weight: bold;margin-top: 10px;text-decoration: underline;}
#trcrating_list .positive_title {color: #090;}
#trcrating_list .negative_title {color: #F00;}
#trcrating_list .negative {margin-bottom: 5px;}
#trcrating_list .empty {color: #999;font-style: italic;}
.trc_clearfix {clear: both;display: block;}
#trc_pagination {font-size: 1.2em;text-align: center;}
#trc_pagination .pagination_element {padding: 0 5px;}
#trc_pagination .pagination_active {border: 1px solid #000;border-radius: 15%;}
#trc_pagination .pagination_separator {color: #999;}
/* </RATINGS> */
.wg-wrap, .wg-wrap * {
  border-radius: 0px!important;
}

.wg-wrap {
	height: 278px;
	width: 190px;
	overflow: hidden;
 	position: relative;
	font: 900 11px 'Lato';
	text-shadow: none;
 	color: black;
}

.wg-header {
	width: 100%;
	position: absolute;
	top: 0;
	height: 60px;
  	z-index: 1;
	background: url("eins_rating_widget/out/src/img/wg_rating_award.png") no-repeat;
}

.wg-header-text {
	position: absolute;
	top: 18px;
	left: 65px;
}

.wg-header-small {
	font-size: 10px;
  	margin-top: -2px;
}

.wg-header-big {
	font-size: 12px;
}

.wg-rating-description {
	text-align: center;
	margin-top: 25px;
}

.wg-rating-value {
	text-align: center;
}

.wg-rating-count {
	font-size:  26px;
	text-align: center;
	margin-top: 5px;
}

.wg-rating-text {
	font-size: 15px;
	text-align: center;
	margin-top: -6px;
}

.wg-rating-comment {
	padding: 4px 5px;
  	margin: 8px 7px;
	background: white;
	font-size: 10px;
	height: 70px;
	white-space: break-word;
  	border-radius: 3px!important;
  	font-weight: 400;
  	line-height: 1.2em;
  	overflow: hidden;
}

.wg-rating-comment-bottom {
	width: 2px;
	height: 2px;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #ffffff transparent transparent transparent;
	margin-left: 7px;
	margin-top: -9px;
}

.wg-gray {
	color: #a4a5a4;
}

.wg-body {
	height: 263px;
  	width: 188px;
  	position: absolute;
	bottom: 0;
	background: #ececec; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-8 */
	border: 1px solid #cccccc;
}

.wg-inner-wrap {
  	width: 186px;
	height: 261px;
	border: 1px solid white;
}

.wg-content {
	position: absolute;
	top: 45px;
	width: 186px;
}

.wg-rating-stars {
	height: 16px;
	width: 186px;
	background: url("eins_rating_widget/out/src/img/wg_rating_stars.png") no-repeat center;
	position: absolute;
}

.wg-footer {
	position: absolute;
	bottom: 0;
	padding: 5px;
	width: 180px;
}

.wg-footer-left {
	font: 400 10px 'Lato';
	color: #636363;
	margin:5px 0 2px 5px;
	float: left;
}

.wg-footer-right {
	font: 700 10px 'Lato'!important;
	color: #636363!important;
	text-decoration: none!important;
	margin:0 0 4px 25px;
}