@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
	color:#EFEFEF;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper {
	width:310px;
	height:300px;
	margin:auto;
}
.bg_0 {
	width:310px;
	height:300px;
	background-repeat:no-repeat;
	line-height:20px;

}
img {border: none;	}
a:link, a:visited, a:active {
	color: #FF9900;
}

a:hover {
	color: #cccccc;
	text-decoration:underline;

}
.stateon{
	FILTER: alpha(Opacity=50);
	-moz-opacity: 0.8;
}
.stateoff{
    FILTER: alpha(Opacity=100);
	-moz-opacity: 1.0;
}
.stateclicked{
	FILTER: alpha(Opacity=50);
	-moz-opacity: 0.8;
}
	
.pix_container	{
	padding-left:1px;
}

.pics {
	float:left;
	text-align:left;
	width:145px;
	padding:5px 0px 5px 0px;
	_padding:5px 0px 5px 5px;
/*	background-color:#222222;*/
/*
	border:1px solid #333333;
*/
	height:148px;
	margin:5px;
	overflow:hidden;
}


.scene_detail {
	position:relative;
	top:0px;
	left:0px;
	width:142px;
	height:155px;
	border:0px solid #ffffff;
	overflow:visible;
	font-size:12px;
	font-weight:normal;
	color:#EFEFEF;
}
.scene_detail a{
	font-size:12px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
}

.scene_detail a:hover{
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}

.scene_title{
	position:relative;
	top:0px;
	color:#FFF601;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
	width:142px;
	font-size:12px;
	margin-bottom:0px;
	overflow:hidden;
	padding-left:8px;
    clear: both;
    float: left;
}

.scene_title a	{
	font-size:12px;
	color:#FFF601;
	text-decoration:none;
	font-weight:bold;
}

.scene_title a:hover	{
	font-size:12px;
	color:#FFF601;
	text-decoration:underline;
}

.model_name{
	position:relative;
	top:0px;
	width:142px;
	height:30px;
	overflow:hidden;
	font-weight:bold;}
	
.categories{
	position:relative;
	top:10px;
	width:142px;
	height:55px;
	overflow:hidden;
	font-weight:bold;
	margin-bottom: 5px;
}

.logo{
	text-indent:10px;
	font-size:13px;
	font-weight:bold;
	line-height:120%;
	color:#EFEFEF;
	border-bottom:1px solid #FFF601;
}
	
	
.scene_info_,{
	float:left;
}

.time {
    position: relative;
    float: left;
    top: -4px;
	padding-left:8px;
}


