/* CONTAINER */
#wp_movie_ratings.page_mode {border: none;}

/* SORT OPTIONS */

#wp_movie_ratings p#sort_options {
    font: 66.666% helvetica, arial, verdana, sans-serif;
    line-height: 100%;
    margin: 10px 4px 0 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
	width: 100%;
}

/* LIST ELEMENTS */
#wp_movie_ratings #reviews li {
    list-style: none;
    position: relative;
	padding: 0; margin: 0;
    position: relative;
    min-height: 70px;
}

#wp_movie_ratings.page_mode #reviews li.separator {
	padding: 2px 0 0 0;
	min-height: 0;
	margin: 0;
}


/* SEPARATOR */

#wp_movie_ratings #reviews li.separator h3 {
    font-size: 100%;
	text-align: right;
	text-transform: uppercase;
	margin: 35px 0 0 0;
	padding: 0 0 4px 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 {
    font-size: 80%;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: left;
    line-height: 1.2;
}

#wp_movie_ratings #reviews li div.hreview a.url {
    font-size: 80%;
    margin: 0 0 0 0;
    padding: 0;
    text-transform: uppercase;
   	text-decoration: none;
}
#wp_movie_ratings.page_mode #reviews li div.hreview {
    margin: 5px 0 5px 70px;
    width: 500px;

}


#wp_movie_ratings #reviews li div.hreview a.edit {
    border: none;
    display: inline;
    font: 9px verdana, sans-serif;
    height: auto;
    margin: 0;
    padding: 0;
}


/* TEXT RATING */
#wp_movie_ratings #reviews.text_ratings li .rating {
    display: block;
    float: left;
    margin: 0; padding: 0;
    width: 60px;
    height: 60px;
}

#wp_movie_ratings #reviews.text_ratings li .rating p {
    font-size: 45px;
    text-align: center;
    margin: 0; padding: 0;
}



/* PAGINATION */

#wp_movie_ratings #pagination p {
	font: normal 12px verdana, sans-serif;
	margin-top: 10px;
	text-transform: lowercase;
height: 20px;
padding: 4px 7px 2px 7px;
width: 600px;
}

#wp_movie_ratings #pagination p em.next_prev {
	margin-right: 5px;
	font-style: normal;
}

#wp_movie_ratings #pagination p em.next_prev span.bullet, #wp_movie_ratings #pagination p a.next_prev span.bullet {
	margin-right: 5px;
	font-style: normal;

}

#wp_movie_ratings #pagination p em#current {
	font-style: normal;
	padding: 2px 0 0 0;
	margin-right: 5px;
}

#wp_movie_ratings #pagination p a {
	text-decoration: none;
	margin-right: 5px;
}

/* LINK LOVE */

#wp_movie_ratings #link_love {
    background: transparent;
    font: 11px helvetica, arial, verdana, sans-serif;
    margin: 5px 0 0 0;
    text-align: left;
    text-transform: uppercase;
	width: 100%;
	padding: 0;
}
#wp_movie_ratings #link_love a, #wp_movie_ratings p#sort_options a {
}
#wp_movie_ratings #link_love a:hover, #wp_movie_ratings p#sort_options a:hover {
    text-decoration: none;
}
/* PAGE URL */

#wp_movie_ratings #page_url {
    background: transparent;
    font: 9px verdana, sans-serif;
	margin: 7px 0 4px 0;
    text-align: right;
	width: 100%;
}

#wp_movie_ratings #page_url a {
	font: 11px verdana, sans-serif;
	margin-right: 7px;
}