@import url(/themes/fonts/fonectabold/fonectabold.css);

.osumaWidget {
	font-size: 16px !important;
	background-color: rgb(255,255,255);
	line-height: 1;
}
.osumaWidget h3 {
	display: block;
	font-size: 1.17em !important;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: normal !important;
	color: rgb(24,24,24) !important;
	text-shadow: none !important;
}
.osumaWidget em {
	font-style: normal;
	font-weight: bold;
}
.osumaWidget a, .osumaWidget a:link, .osumaWidget a:hover, .osumaWidget a:active, .osumaWidget a:visited {
    color: rgb(255,48,48) !important;
    text-decoration: none !important;
    cursor: pointer;
}
.osumaWidget a:hover {
    text-decoration: underline !important;
}

.osumaWidget {
	border: 1px solid #ddd;
	color: rgb(51,51,51) !important;
	font-family: arial !important;
	width: 100%;
	margin: 0px auto 10px auto;
}
.osumaWidget header,
.osumaWidget footer {
	background-color: rgb(243,243,243);
	border-top: 1px solid rgb(255,255,255);
	color: rgb(102,102,102) !important;
	font-size: 0.8125em !important;
	padding: 10px 10px;
}

.osumaWidget header h2 {
	font-weight: normal;
	line-height: 1.2308em;
}

.osumaWidget header .osuma {
	background-image: url('pics/osuma-sprite.png');
	background-position: 0 -200px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 18px;
	text-indent: -999em;
	width: 61px;
}

.osumaWidget h3 {
	font-family: FonectaBold !important;
	font-size: 1.25em !important;
	font-style: normal !important;
	margin: 20px 10px 10px;
	padding: 0 8px;
}

.osumaWidget .reviews {
	border-top: 1px solid rgb(221,221,221);
	margin: 10px;
	width: auto;
}
.osumaWidget .reviewContent {
	border-bottom: 1px solid rgb(221,221,221);
	padding: 15px 10px 10px 10px;
	min-height: 50px;
	height: auto;
	width: auto;
	clear: both;
}
.osumaWidget .rating {
	float: left;
	font-family: FonectaBold !important;
	font-size: 1.8em !important;
	font-weight: normal;
	width: 45px;
	margin: 0;
	padding: 10px 10px 0 0;
	border: 0;
	color: rgb(73,171,38);
}
.osumaWidget .comment {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
	min-height: 50px;
	height: 100%;
	font-size: 0.8125em !important;
	line-height: 1.2308em;
	margin: 0 0 10px 0;
}
.osumaWidget .image {
	float: right;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 5px 0 0 5px;
	border: 0;
}

.osumaWidget .rate {
	border-bottom: 1px solid rgb(221,221,221);
	padding: 10px 10px;
	clear: both;
}

.osumaWidget .rate h3 {
	margin: 0 0 5px;
	padding: 0;
}

.rate a {
	font-size: 0.9375em !important;
}