
* {
	margin: 0;
	padding: 0;
}

body{
	background: #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a{
	color: #FF6600;
	text-decoration: underline;
}
h2{
	font-size: 1.6em;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2E9B57;
}		
#container{
	background-color: #FFF;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#bctn{
	float: left;
	width: 100%;
	background-color: #FFF;
}
.clear{
	clear: both;
}
ul li{
	list-style: none;
	padding-top: 5px;
}	
#header{
	width:960px;
	height: 80px;
	background: #2E9B57;
	float: left;
}

#header h2{
	position: relative;
	top: 22px;
	margin-left: 30px;
}
#header h2 a{
	color:#ddeddd;
	font-size: 27px;
	text-decoration: none;
}

#col-left{
	width: 630px;
	margin-top: 20px;
	float: left;
	margin-left: 0px;
}	
#col-right{
	width: 300px;
	margin-top: 20px;
	margin-left: 4px;
	float: left;
}
#tmsg{
	width: 595px;
	padding-left: 12px;
	float: left;
}
#tmsg h1{
	font-size: 15px;
	font-weight: bold;
	color:#2E9B57;
	float: left;
}
#path{
	width: 595px;
	line-height: 18px;
	padding-left: 12px;
	float: left;
}
#path h1{
	font-size: 13px;
	font-weight: bold;
	color:#2E9B57;
	float: left;
}
#path h2{
	font-size: 13px;
	font-weight: bold;
	color:#2E9B57;
	float: left;
}
#path a{
	float: left;

}
#path span{
	float: left;
}
.drama{
	float: left;
	margin-left: 10px;
	width: 600px;
	margin-bottom: 10px;
	border-bottom: 1px solid  #2E9B57;
}
.drama ul li{
	padding-left: 11px;
}
div.dpage{
	border-bottom: 0px solid  #2E9B57;
	margin-bottom: 1px;
	margin-top: 10px;

}
#player{
	float: left;
	margin-top: 25px;
	width: 100%;
	margin-bottom: 30px;
	
}
#player-m{
	width: 580px;
	height: 400px;
	float: left;
	margin-left: 20px;
	
}
#player-b{
	float: left;
	width: 590px;
	margin-left: 16px;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 1px dashed #007700;
	
}
#player-b a{
	margin: 3px 7px;
	font-size: 14px;
	font-weight: bold;
	color: #007700;
}
#player-b a:hover{
	color: #FFFFFF;
	background: #007700;
}
#player-b a.part-selected{
	background: #007700;
	color:#fff;
}
#episode{
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	width: 600px;
}
#episode h2{
	float:left;
	width: 98%;
	font-size: 18px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #FF6600;
	border-bottom: 1px dashed  #FF6600;
}
#episode ul li{
	padding-left: 15px;

}
#episode ul li a{
	line-height: 20px;
	font-size: 13px;
	color: #0099CC;
	font-weight: bold;
}
#episode ul li a:hover{
	color: #FFFFFF;
	background: #2E9B57;
}
.nav{
	clear: both;
	width: 608px;
	height: 50px;
	float: left;
}
.title{
	width: 595px;
	float: left;
	padding: 6px;
	margin-bottom: 5px;
}
div.title h2{
	margin-left: 3px;
}
div.title h2 a{
	color: #FF6600;
	text-decoration: none;
}
div.title h2 a:hover{
	color: #FFFFFF;
}

div.title h1 {
	margin-left: 10px;
	line-height: 25px;
	font-size: 18px;
	text-transform: capitalize;
	color: #FF6600;
	text-decoration: none;
}

img.imgmain{
	border: 1px solid #AAAAAA;
	padding: 5px;
	float: left;
	margin-right: 7px;
}	

.col-right-cell{
	width: 295px;
	margin-left: 8px;
	float: left;
	margin-bottom: 15px;
}
.right-head{
	width: 295px;
	margin-top: 5px;
	padding-bottom: 5px;
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #2E9B57;
	color: #333333;
}
.col-right-cell ul li{
	line-height: 18px;
	list-style: none;
	background: transparent url(right-arrow.jpg) no-repeat left 65%;
	padding-left: 12px;
}
.col-right-cell ul li a{
	font-size: 13px;
	color: #007700;
}
.col-right-cell ul li a:hover{
	color: #FFFFFF;
	background: #2E9B57;
}

.col-left-list{
	width: 610px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.col-left-list p{
	background: #eeeeee;
	padding: 5px;
}
.list-header{
  position:relative;
  margin-bottom:10px;
  width:100%;
}
.list-header h2 {
	display:block;
	clear:both;
	font-size: 15px;
	margin:.2em 0 0 0; 
	position:relative;
	width:88%;
}
.list-header h2 span {
	position:absolute;
	right:0;
	top:0;
}
.list-header h2 span a{
	color: #000;
	font-size: 13px;
	font-weight: normal;
}
.col-left-list ul {
  list-style:none;
  margin:0;
  padding:0;
  font-size:14px;
}
.col-left-list li {
  line-height:1.6em;
  width:49.5%;
  text-indent:.5em;
  margin:0;	
}

.col-left-list a.atop{
  color: #000;	
}
.col-left-list a.atop:hover{
  color: #fff;
  background: #2E9B57;		
}
.dra-li-1{
  background:#eeeeee;
}
.dra-li-2{
	background:#ffffff;
}
.col-left-list .dl {
  float:left;
}
.col-left-list .dr {
  float:right;
}

div#more{
	width: 100%;
	clear: both;
	text-align: left;
}
div#more a{
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #2E9B57;
}
div#more a:hover{
	background: #2E9B57;
	color: #FFF;
}

#alspan{
	font-weight:bold;
}
#alspan a{
	margin-left: 4px;
}
#page{
	float: left;
	margin-left: 20px;
	margin-top: 6px ;
}
#page a{
	float: left;
	color: #2E9B57;
	background:#eeeeee;
	width:auto;
	margin-left:5px;
	padding: 4px 6px 4px 6px;
	vertical-align:middle;
	border: 1px solid  #2E9B57;
	text-decoration:none;
}
#page a:hover{
	color: #FF6600;
	border: 1px solid #FF6600;
	text-decoration:none;
}
#page a.current{
	background: #2E9B57;
	color:#fff;
	border:1px solid #3333bb;
}
#page a#tpages{
	background: #EEEEEE;
	color: #888888;
	border:1px solid #888888;
	font-weight: bold;
	margin-right: 5px;
}
span.pspan{
	float: left;
	width: 15px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	margin-top: 4px;
	margin-left: 3px;
	font-weight: bold;
	color: #2E9B57;
}
#alldra{
	float: left;
	width: 90%;
	clear: both;
	text-align: left;
	margin-top: 30px;
	margin-left: 30px;
}
#alldra a{
	color: #2E9B57;
	font-size: 14px;
}
#alldra a:hover{
	color: #FFF;
	background: #2E9B57;
}
#footer{
	float: left;
	clear: both;
	width: 100%;
	height: 70px;
	padding-top: 10px;
	background: #2E9B57;
	margin-top: 300px;
	color: #ffffff;
	text-align: center;
}

#mytest{
	position: relative;
	top: 50px;
	margin: 0 auto;
	clear: both;
	text-align:center;
}
