/* mediareviews.css */

#mediareviews_container {
	font-size: 12px;
}
#mre_container {
	margin-top:0.5em;
	
}
#mre_title {
	font-weight:bold;
	color:#4A3B30;
	font-size:14px;
	margin-top:-1em;
	margin-bottom:1em;
}
.mre_label {
	width: 70px;
	display: inline-block;
	text-align:right;
	padding:0.1em 0.5em 0.1em 0;
	color: grey;
	font-weight: bold;
	vertical-align: top;
	margin-top: 0.3em;
}

.mre_item,
.mre_subitem {
	margin-bottom: 0.5em;
}
.mre_subitem {
	margin-top: -0.75em;
}
.mre_input {
	border:1px solid #ccb;
	background-color: #f7f7cc;
	font-family: Verdana, Arial, Helvetica, san-serif;
	padding:0.3em;
	font-size: 12px;
	width: 340px;
}
.mre_source {
	font-style:italic;	
}
.mre_review {
	margin-left: 0px;
	margin-top: 0px;
	height: 120px;
}
.mre_hint {
	font-size: 10px;
	color:grey;
	width: 340px;
	margin-left: 80px;
	margin-top:0.2em;
}
#mre_buttons {
	width: 350px;
	margin-left:75px;
	margin-top: 1.5em;
}
#mre_paid {
	width: 16px;
	margin-top:8px;
}
.mre_respic {
	vertical-align: middle;
	margin-right: 1.5em;
}
.sa_tools {
	font-size: 11px;
	margin-left: 2px;
	width: 100%;
	margin-bottom:10px;
	padding-right:0;
}
.sa_tools a {
	outline: none;
}
.sa_tools td {
	width: 33%;
}
.sa_tools td#left {
	text-align: left;
}
.sa_tools td#center {
	text-align: center;
}
.sa_tools td#right {
	text-align: right;
}
.nowrap { 
	white-space:nowrap;
}
.form_rating {
	margin-top:5px;
}
.mre_lang_menu {
	margin-top:5px;
}
.thumb_rating {
	margin-top:-2px;
	vertical-align:top;
}
.mre_score {
	border:2px solid #CCBFB0;
	padding:2px 3px;
	background-color: #EAE4D9;
	color: #6A5546;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.mre_score a,
.mre_score a:hover {
	text-decoration: none;
	outline: none;
}

.mre_score_default {}
.mre_score_good {
	background-color: #92d699;
	color: #245a2a;
	border-color: #66ab6e;
}
.mre_score_bad {
	background-color: #ff8181;
	border-color: #a16d6e;
	color: #5f1b1b;
}