/*tvo.header*/

header.tvo-header .tvo-header_content{display: block !important;}

header.tvo-header .tvo-header_content{
  text-shadow: none !important;
}
header.tvo-header .tvo-header_top > a{
  color: #000 !important;
}
header.tvo-header .tvo-header_top > a[aria-expanded="true"]{
	color: #fff !important;
}

/*tvo.footer*/

footer.tvo-footer{
  text-shadow: none !important;
}
footer.tvo-footer .mod-recommended-programs a time{
  font-weight: normal !important;
}
footer.tvo-footer .tvo-footer_top > a,
footer.tvo-footer .tvo-footer_back > a{
  color: #fff !important;
}

/*a*/

a:hover{
	opacity: 0.7;
}

/*body.default-page*/

body.default-page #head .title{
	padding: 5px 5px;
}
body.default-page #head .notify{
	float: right;
	width: 50%;
	padding: 3px 5px;
	background: #231815;
	border-radius: 5px;
}
body.default-page #head .notify.tpl{
	display: none;
}
body.default-page #head .notify a{
	text-decoration: none;
}
body.default-page #head .notify h3{
	color: #e4007f;
	text-shadow: none;
	font-size: 1.1rem;
	line-height: 1.1em;
}
body.default-page #head .notify h4{
	font-weight: bold;
}
body.default-page #head .notify h4,
body.default-page #head .notify p{
	color: #fff;
	text-shadow: none;
	font-size: 1.1rem;
	line-height: 1.1em;
}
body.default-page #head h1{
	float: left;
	width: 116px;
}
body.default-page #head h2{
	display: none;
}
body.default-page #gnav{
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
body.default-page #gnav li{
	float: left;
	width: 50%;
	background: #e4007f;
	border-top: 1px solid #fff;
}
body.default-page #gnav li a{
	display: block;
	padding: 0.8em 15px 0.8em 1em;
	color: #fff;
	font-size: 1.2rem;
	text-shadow: none;
	font-weight: normal;
	text-decoration: none;
}
body.default-page #gnav li.next a,
body.default-page #gnav li.bbs a{
	border-right: 1px solid #fff;
}
/*btn*/
body.default-page #gnav li{
	position: relative;
}
body.default-page #gnav li a{
	display: block;
}
body.default-page #gnav li a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
}
body.default-page #gnav li a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #e4007f;
}

/*#main*/

#main, #gnav {
	background: #e4007f;
}

/*#main .main-content .content-title*/

#main .main-content .content-title h2{
	text-shadow: none;
	font-weight: bold;
	font-size: 1.7rem;
	color: #fff;
}

/*#foot*/

#foot{
	background: #e4007f;
	padding-top: 10px;
}

#foot .pagetop{
	width: 76px;
	margin-left: auto;
	margin-right: 1em;
	padding: 10px 15px;
	background: #231815;
	border-radius: 10px 10px 0 0;
}
#foot .pagetop a{
	display: block;
	width: 76px;
	height: 0;
	padding-top: 14px;
	font-size: 0.1em;
	overflow: hidden;
	background: url(../images/pagetop.png) left top no-repeat;
	background-size: 100%;
}

#foot .site{
  display: none;
	/*background: #231815;
	padding: 12px 1em;
	font-size: 1.2rem;
	text-shadow: none;
	color: #fff;
	text-align: center;*/
}
/*#foot .site a{
	color: #fff;
}*/