/* CONTAINER */
#wp_movie_ratings {
	background: transparent;
	border: 1px dotted #888;
	border-width: 1px 0;
	margin: 12px 0 14px;
	padding: 6px 0;
	width: 100%;
}

#wp_movie_ratings.page_mode {
	border: none;
	margin: 5px 0;
	padding: 0;
}

#wp_movie_ratings.sidebar_mode {
	border: none;
	margin: 0;
	padding: 0;
}

/* TITLE */
#wp_movie_ratings h2#reviews_title {
	background: transparent;
	display: block;
	font: bold 12px Verdana, Arial, Sans-Serif;
	margin: 6px 0 11px;
	padding: 0;
	text-align: left;
}

/* SORT OPTIONS */
#wp_movie_ratings p#sort_options {
	font: 10px Verdana, Arial, Sans-Serif;
	line-height: 100%;
	margin: 10px 4px 7px 0;
	padding: 0;
	text-align: right;
	width: 100%;
}

/* LIST */
#wp_movie_ratings #reviews {
	background: transparent;
	list-style: none;
	margin: 6px 5px 3px 3px;
	padding: 0;
	text-indent: 0;
}

#wp_movie_ratings.page_mode #reviews {
	margin: 0;
}

#wp_movie_ratings.sidebar_mode #reviews {
	margin: 0;
}

/* LIST ELEMENTS */
#wp_movie_ratings #reviews li {
	background: #F5ECEC;
	border: none;
	font: 12px Verdana, Arial, Sans-Serif;
	line-height: 100%;
	list-style: none;
	height: auto;
	margin: 0;
	padding: 2px 4px 5px 5px;
	position: relative;
	text-indent: 0;
	width: auto;
}

#wp_movie_ratings #reviews li:before, #wp_movie_ratings #reviews li:after {
	content: '';
}

#wp_movie_ratings.sidebar_mode #reviews li {
	padding: 5px;
}

#wp_movie_ratings.page_mode #reviews li {
	padding: 2px 4px 5px 5px;
	position: relative;
}

#wp_movie_ratings.page_mode #reviews li.separator {
	padding: 2px 0 5px 0;
}

#wp_movie_ratings #reviews li.odd {
	background: #F5ECEC;
}

#wp_movie_ratings #reviews li:hover {
	background-color: #F7FBF5;
}

#wp_movie_ratings #reviews li div.hreview {
	background: transparent;
	margin: 0;
	padding: 0;
}

/* SEPARATOR */
#wp_movie_ratings #reviews li.separator {
	background: transparent;
}

#wp_movie_ratings #reviews li.separator:hover {
	background-color: transparent;
}

#wp_movie_ratings #reviews li.separator h3 {
	background: transparent;
	border-bottom: 1px solid #C9CFB6;
	display: block;
	float: none;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 35px 0 2px 0;
	padding: 0 0 2px 0;
}

#wp_movie_ratings #reviews li.separator h3.first {
	margin-top: 0;
}

/* hReview TAGS */
#wp_movie_ratings #reviews li span.version {
	display: none;
}

#wp_movie_ratings #reviews li acronym.dtreviewed {
	display: none;
}

/* MOVIE TITLES */
#wp_movie_ratings #reviews li div.hreview p.item {
	background: transparent;
	display: block;
	font-size: 12px;
	line-height: 100%;
	margin: 0;
	padding: 0;
	position: static;
	text-align: left;
}

#wp_movie_ratings #reviews li p a.url {
	border: none;
	display: inline;
	font: 12px Verdana, Arial, Sans-Serif;
	height: auto;
	margin: 0 1px 0 0;
	padding: 0;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.item {
	margin-left: 15px !important;
	margin-left: 18px;
}

#wp_movie_ratings #reviews li div.hreview p.item a.edit {
	border: none;
	display: inline;
	font: 9px Verdana, Arial, Sans-Serif;
	height: auto;
	margin: 0;
	padding: 0;
}

/* TEXT RATING */
#wp_movie_ratings #reviews li p span.rating {
	display: none;
}

#wp_movie_ratings #reviews.text_ratings li div span.rating, #wp_movie_ratings.page_mode #reviews.text_ratings li div p span.rating {
	display: inline;
	font: bold 12px Verdana, Arial, Sans-Serif;
	position: absolute;
	right: 5px;
	top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews.text_ratings li div span.rating {
	position: static;
	display: block;
	margin: 3px 0 2px 1px;
	text-align: left;
}

#wp_movie_ratings #reviews li p span.half_light {
	color: #A83D5D;
}

#wp_movie_ratings #reviews li p span.highlight {
	color: #BC2857;
}

/* STARS RATING */
#wp_movie_ratings #reviews div div.rating_stars, #wp_movie_ratings.page_mode #reviews li div div.rating_stars {
	background: transparent;
	display: block;
	font-size: 8px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 2px;
}

#wp_movie_ratings.sidebar_mode #reviews div div.rating_stars {
	display: block;
	margin: 4px 0 2px 1px;
	position: static;
}

#wp_movie_ratings #reviews div.rating_stars img {
	background: transparent;
	border: none;
	display: inline;
	float: none;
	margin: 1px 0 0;
	max-width: none;
	max-height: none;
	padding: 0;
	position: static;
}

/* REVIEW */
#wp_movie_ratings.page_mode #reviews li p.item img {
	background: transparent;
	border: none;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 4px !important;
	top: 5px;
	left: 5px !important;
	left: 4px;
}

#wp_movie_ratings #reviews li p.description {
	background: transparent;
	border: none;
	bottom: auto;
	color: #555;
	display: block;
	float: none;
	font: 12px Verdana, Arial, Sans-Serif;
	height: auto;
	left: auto;
	letter-spacing: normal;
	margin: 2px 40px 0 12px !important;
	margin: 2px 40px 0 12px;
	padding: 0 0 1px 0;
	position: static;
	right: auto;
	text-align: left;
	top: auto;
	width: auto;
}

#wp_movie_ratings.sidebar_mode #reviews li div p.description {
	margin: 2px 2px 0 1px !important;
	margin: 2px 2px 0 1px;
}

#wp_movie_ratings.page_mode #reviews li div.hreview p.description {
	margin: 3px 2px 0 23px !important;
	margin: 3px 2px 0 23px;
}

#wp_movie_ratings #reviews li p.description a {
	font: 12px Verdana, Arial, Sans-Serif;
}

/* PAGINATION */
#wp_movie_ratings #pagination p {
	font: normal 12px Verdana, Arial, Sans-Serif;
	margin: 15px 0 5px 4px;
}

#wp_movie_ratings #pagination p em.next_prev {
	color: #aaa;
	font-style: normal;
	margin: 0 4px;
}

#wp_movie_ratings #pagination p em.next_prev span.bullet, #wp_movie_ratings #pagination p a.next_prev span.bullet {
	font-size: 12px;
	margin: 0 1px;
}

#wp_movie_ratings #pagination p em#current {
	font-style: normal;
	border: 1px solid #aaa;
	padding: 1px 3px 2px;
}

#wp_movie_ratings #pagination p a {
	padding: 1px 3px 2px;
	margin: 0 1px;
}

#wp_movie_ratings #pagination p a:visited, #wp_movie_ratings #pagination p a:link {
	font-weight: normal;
}

/* LINK LOVE */
#wp_movie_ratings #link_love {
	background: transparent;
	color: #AAA;
	font: 10px Verdana, Arial, Sans-Serif;
	margin: 13px 0 0 0;
	text-align: right;
	width: 100%;
}

#wp_movie_ratings #link_love a {
	font: 10px Verdana, Arial, Sans-Serif;
}

/* PAGE URL */
#wp_movie_ratings #page_url {
	background: transparent;
	color: #AAA;
	font: 10px Verdana, Arial, Sans-Serif;
	margin: 7px 0 4px 0;
	text-align: right;
	width: 100%;
}

#wp_movie_ratings #page_url a {
	font: 10px Verdana, Arial, Sans-Serif;
	margin-right: 7px;
}

/* MISC */
span.bullet {
	vertical-align: text-top;
}