@charset "utf-8";
.rated_text {display: none;}
body {
	margin: 0;
	padding: 0;
	background: #a0a0a0;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #005AA1;
	text-decoration: none;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}
#header {
	background: #2a2a2a url(../images/bg.gif) repeat-x;
}
#body_container {

}
#body {
	width: 780px;
	padding: 5px;
	background: #d2d2d2;
	border: 1px solid #FFF;
	margin: 10px 0;
}
#content {
	background: #FFF;
	padding: 15px;
	padding-top: 5px;
}
h2, h3 {
	padding: 5px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
.site_description {
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 5px 10px;
	background: #f7f7f7;
	text-align: justify;
}
.site_description span {
	font-size: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.scene_description {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 130%;
	text-align: left;
	padding: 10px 0 5px 0;
}
.download_full {
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.download_full a {
	text-decoration: underline;
}
.download_full a:hover {
	text-decoration: underline;
}
.thumb_scroller {
	height: 414px;
	overflow: auto;
}
.clip_thumb {
	width: 186px;
	margin: 0 5px 10px 5px;
}
.clip_thumb a {
	padding: 5px;
	background: #e1e1e1;
	display: block;
}
.clip_thumb a:hover {
	background: #6df46e;
}
.clip_thumb a img {
	border: 1px solid #FFF;
}
.clip_thumb a:hover img {
	border: 1px solid #f4f26d;
}
.stats,
.stats_darker {
	font-size: 12px;
	color: #868686;
	background-color: #222;
	padding: 10px 4px;
}
.stats_darker {
	background-color: #131313;
}
.stats_value {
	color: #CCC;
}
.stats_header {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: #222222 url(../images/stats_header.gif) repeat-x;
	line-height: 34px;
	padding-left: 10px;
}
.scene_info {
	font-size: 13px;
	border-top: 1px solid #DDD;
	padding: 3px 4px;
}

.sites_text {
	font-size: 11px;
}
.sites_text h4 {
	padding: 0;
	margin: 4px 0 6px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #f00a0a;
}
.sites_stats {
	background: url(../images/exclusive-sites-bg2.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
}
.sites_stats em {
	font-style: normal;
	color: #f00a0a;
}


.updates_container {
	padding: 1px;
	border: 1px solid #D4D4D4;
}
.latest_header {
	background: url(../images/bg_title_mainbox.gif) repeat-x;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}
.update_date {
	float: right;
	padding-right: 10px;
	font-size: 11px;
	font-weight: normal;
}
.update_thumb {
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.update_thumb a {
	display: block;
	padding: 3px;
	background: #E1E1E1;
}
.update_thumb a:hover {
	background: #999;
}
.update_thumb a img {
	border: 1px solid #FFF;
}
.update_thumb a:hover img {
	
}
.update_footer {
	clear: both;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.bottom_sell {
	margin: 15px 0;
	font-size: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bottom_sell a {
	text-decoration: underline;
}
.bottom_sell a:hover {
	text-decoration: none;
}
.bottom_sell span {
	font-size: 17px;
	font-weight: normal;
}

.footer {
	font-size: 11px;
	color: #4c4c4c;
}
.footer a {
	color: #4c4c4c;
	text-decoration: underline;
}
.footer a:hover {
	color: #000;
	text-decoration: none;
}

/* Star Rating */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
    background: url(../images/rating_star.gif) left -1000px repeat-x;
}

.star-rating{
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top; 
}
.star-rating li{
    display: inline;
}
.star-rating a, 
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}
.star-rating a:hover{
    background-position: left bottom;
}
.star-rating a.one-star{
    width:20%;
    z-index:6;
}
.star-rating a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating .current-rating{
    z-index:1;
    background-position: left center;
}   

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
    background: url(../images/rating_star_2.gif) left -1000px repeat-x;
}


.star-rating2{
    position:relative;
    width:125px;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
}
.star-rating2 li{
    display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
    cursor:default;
}

.star-rating2 a.one-star{
    width:20%;
    z-index:6;
}
.star-rating2 a.two-stars{
    width:40%;
    z-index:5;
}
.star-rating2 a.three-stars{
    width:60%;
    z-index:4;
}
.star-rating2 a.four-stars{
    width:80%;
    z-index:3;
}
.star-rating2 a.five-stars{
    width:100%;
    z-index:2;
}
.star-rating2 .current-rating{
    z-index:1;
    background-position: left center;
}


/* END SECOND STAR */


/* for an inline rater */
.inline-rating{
    display:-moz-inline-block;
    display:-moz-inline-box;
    display:inline-block;
    vertical-align: middle;
}
.voted_twice {
    background: #FFDDDD url(../images/rating_warning.gif) no-repeat 5px 50%;
    padding:5px 5px 5px 16px;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    width:130px;
    font-size:11px;
    }
.voted {
    background: #E7FFCE url(../images/rating_tick.gif) no-repeat 5px 50%;
    padding:5px 5px 5px 16px;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#333;
    width:130px;
    font-size:11px;
    }
/* The text that displays the rating information */
.rated_text {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    margin-top:3px;
    margin-bottom:5px;
    margin-left:0;
    color:#666;
	line-height: 25px;
	text-align: left;
	float: left;
    }
/* Green text that shows 3.34/5 */
.out5Class {
    color:#0C7F06;
    font-weight:bold;
    }
.percentClass {
    /* Insert styles here for the percentage display. Example (74%) */
    }
.votesClass {
    /* Insert styles here for the votes display. Example (2 Votes) */
    }
.topRatedList {
    padding:0;
    margin:0;
    }
.topRatedList li {
    list-style-type:none;
    }
