
/* overview related movies css */


.overviewThumbs{
position:relative;
}
.overviewThumbnail{ 
float:left;
width: 100px;
margin-left: 5px;
}
.overviewPlay{
	/*height: 100%;*/
	margin-top: 0px;
}
.theOverview{
/*margin-left: 10px;*/
margin-bottom: 10px;
float:left;
width:200px;

/*display: none;*/
}
.schema02 .theOverview, .schema03 .theOverview, .schema04 .theOverview{
/*margin-left: 10px;*/
margin-bottom: 10px;
float:left;
width:200px;
/*margin-left: 20px;*/
/*display: none;*/
}
.overviewHeader{
	color: #AA0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}
.schema02 .overviewHeader{
	color: #00A654;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
}
.schema03 .overviewHeader{
	color: #0063A2;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.schema04 .overviewHeader{
	color: #81257B;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.overviewRightInfo{
	float: left;
	color:#888888;	
	/*width: 100%;*/
	text-align: center;
	font-size: 11px;
}

.fullList{
	height: 100%;
	width: 100%;
	text-align: right;
	float: right;
	margin-right:10px;
}
.listlink{
	color: #AA0000;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
