@charset "utf-8";

/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
	width: 310px;
	height: 595px;
	margin: auto;

}

.bg_0 {
	width: 310px;
	height: 595px;
	
	
}
.scene_title {
	margin: -138px 0 0 0;
	text-align:left;
	width:142px;
}
img {
	border: none;
}

a:link,a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.stateon {
	FILTER: alpha(Opacity = 50);
	-moz-opacity: 0.5;
	border: #7d7d7d 2px solid;	
}

.stateoff {
	-moz-opacity: 1.0;
	border: #7d7d7d 2px solid;	
}

.stateclicked {
	FILTER: alpha(Opacity = 50);
	-moz-opacity: 0.5;
	border: #7d7d7d 2px solid;	
}

.date {
	font-size: 12px;
}

.pics {

	margin:26px 0 0 10px; 
	width: 142px;
	height: 119px;
	
}

body:first-of-type .content
{
	width: 142px;	
	height: 130px;
    float:right;
}

.content {
    margin:-123px 0 0 150px; 
    float:right;
	width: 142px;	
	height: 130px;
	position:absolute;
}

.overlay	{
	position:relative;
	top: -20px;
	left: 0px;
	width: 188px;
	height: 30px;
	background-image: url(../images/hd.png);
	background-position: bottom right;
	background-repeat: no-repeat;		
}

.container	{
	width: 460px;
	height: 260px;
/*	padding-top:2px;
	padding-left:2px;*/
	float:left;
}
.container2	{
	width: 300px;
	height: 295px;
	float:left;
	cursor:pointer;
}
.container3	{
	width: 340px;
	height: 30px;
	float:left;
	cursor:pointer;	
}
.style1 {
	font-size: 16px;
	line-height: 22px;
	color: #D41B47;
}

/*Rating Stars*/
.empty_star {
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	background-image: url(../images/star_red_empty.png);
}

.full_star {
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	background-image: url(../images/star_red_full.png);
}

.half_star {
	height: 18px;
	width: 18px;
	display: block;
	float: left;
	background-image: url(../images/star_red_half.png);
}

.rating_stars {
	display: block;
}

.rating_info {
	display: block;
	float: left;
	text-align: left;
	width: 80px;
}

.chart_info_1 {
	margin-left: 80px;
	margin-top: 40px;
}

.chart_info_2 {
	margin-left: 80px;
	margin-top: 15px;
}

.chart_info_3 {
	margin-left: 80px;
	margin-top: 15px;
}
