/**
*
* cmview.css
* @charset="UTF-8"
*
**/
div#cm_bk_frame {
	margin:auto;
	padding:0;
	background-color:#60c0bc;
	width:100%;
	border-top:solid 2px #fff;
	text-align:center;
}
div#cm_bk_2center {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:790px;
}
div#cm_frame_top {
	background-image:url('../img/tv01.png');
	width:790px;
	height:394px;
	background-position:left center;
	background-repeat:no-repeat;
	text-align:center;
}
div#watchframe {
margin:0;
padding:0;
}
div#cm_frame_center {
	background-image:url('../img/tv02.png');
	width:790px;
	height:420px;
	background-position:left center;
	background-repeat:repeat-y;
}
div#cm_frame_bottom {
	background-image:url('../img/tv03.png');
	width:790px;
	height:37px;
	background-position:left center;
	background-repeat:no-repeat;
}
div#cm_footer {
	padding-bottom:10px;
	font-size:11px;
}
br.clear {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
div#cm_frame_top iframe.watchmovies {
	margin-top:85px;
}
iframe.watchmovies {
	border:none;
}
ul.category {
	margin: 0;
	padding: 0;
	margin-left:40px;
	width:88%;
	float: left;
	list-style: none;
	height: 27px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
ul.category li {
	float: left;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.category li a {
	display: block;
	outline: none;
	padding: 0 8px;
	width:120px;
	color:#ec6416;
	font-size:13px;
	text-decoration: none;
	font-weight:bold;
	border: 1px solid #fff;
}
* html ul.category li a:link, ul.category li a:visited, ul.category li a:hover, ul.category li a:active {
	color:#ec6416;
}
ul.category li a:hover {
	background: #ccc;
}	
ul.category li.active, ul.category li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.movielist {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 88%;
	background: #fff;
	margin-left:40px;
}
.mov_content {
	padding: 20px;
	font-size: 1.2em;
	height:100%;
}
* html ul.category {
	margin-left:20px;
}
* html .movielist {
	margin-left:20px;
}
.mov_content table, .mov_content table tr, .mov_content table td {
	text-align:center;
	border:none;
}
.mov_content table td {
	padding:3px;
}
.cm_image {
	margin:0;
}
.cm_image img {
	border:none;
}
.cm_title {
	margin:0;
	padding-top:4px;
	font-size:11px;
	color:blue;
}
.cm_title a, .cm_title a:link, .cm_title a:visited, .cm_title a:hover, .cm_title a:active{
	color:blue;
}
.set_padding {
	padding:8px;
}
ul.mov2_list {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
ul.mov2_list li {
	float:left;
	display: block;
	outline: none;
	width:128px;
	height:125px;
	text-align:center;
}
ul.mov2_list li.clear {
	clear:both;
}
.mov2_list:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}