@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body
{
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 100%;
}

a
{
	display: block;
	text-decoration: none;
	color: #44586C;
}

.clear
{
	clear: both;
}

#widget
{
	width: 160px;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#header
{
	border-radius: 7px 7px 0 0;
	padding: 5px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 1px;
}

body.c1 #header
{
	background-color: #44586C;
	color: #FFFFFF;
}

body.c2 #header
{
	background-color: #CCCCCC;
}

body.c3 #header
{
	background-color: #FABB00;
}

#content
{
	border-left: 4px solid;
	border-right: 4px solid;
	border-bottom: 4px solid;
	border-radius: 0 0 7px 7px;
	padding: 8px 0;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

body.c1 #content
{
	border-color: #44586C;
}

body.c2 #content
{
	border-color: #CCCCCC;
}

body.c3 #content
{
	border-color: #FABB00;
}

#stars
{
	display: table;
	margin: 2px auto 10px auto;
}

#stars .star
{
	float: left;
	width: 20px;
	height: 19px;
	margin-right: 3px;
	background-size: 100%;
}

#stars .star:last-of-type
{
	margin-right: 0;
}

#stars .star.full
{
	background-image: url(../../css/images/icon_star_full.png);
}

#stars .star.half
{
	background-image: url(../../css/images/icon_star_half.png);
}

#stars .star.empty
{
	background-image: url(../../css/images/icon_star_empty.png);
}

#rating_reviews
{
	display: table;
	margin: 0 auto;
}

#rating
{
	float: left;
	font-size: 28px;
	font-weight: 800;
	line-height: 18px;
}

#rating span
{
	font-size: 18px;
	position: relative;
	top: -5px;
	padding-left: 2px;
}

#reviews
{
	float: left;
	padding: 1px 0 1px 7px;
	margin: 3px 0 0 7px;
	border-left: 1px solid #44586C;
	font-size: 14px;
	font-weight: 800;
}

#reviews span
{
	font-size: 13px;
	font-weight: 700;
}

#no_reviews
{
	padding: 12px 0 11px 0;
	line-height: 130%;
	font-size: 13px;
}

#footer
{
	color: #8694A0;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 1px;
	font-size: 10px;
}

#footer span
{
	font-weight: 700;
}