/* ***************************************
	RESET CSS
*************************************** */
html, body, div, span, h1, a, img, 
strong, ol, ul, li, form, label, table, tr, th, td, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;font-weight:normal;}
body {
	font-size: 100%;
	line-height: 1.4em;
	font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
	background-color: white;
	height: 100%;
	margin-bottom: 1px;
}
em{font-style:normal}

img.mlist {padding:0px; border:0px;}
img.mlist:hover {padding:0px; border:0px;}
	
img {	padding:2px;	
	border:0px solid #808080;
}

li img:hover { /* was originally "img:hover"
	border:1px solid #cc0000; */
}

ol, ul {
	list-style: none;
	font-size: 13px;
}
a {
	color: #5a5a5a;
	text-decoration: none;
}

a:hover {
	color:#cc0000;
	text-decoration:underline; 
}

h4 img {
	border-width:0;
	border-color:transparent;
	vertical-align: middle;
	padding:0 0 4px 0;
}

h4 img:hover {
	border-width:0;
	border-color:transparent;
}

/* Clearfix */
.clearfix:after,
.inner:after,
.page-header:after,
.page-footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;	
}

/***** DEFAULT LAYOUT ******/
.page-default .page-header .inner {
	width: 995px;
	margin: 0 auto;
	height: 120px;
}

/***** PAGE HEADER ******/
.page-header {
	position: relative;
	background: #00308f url(/img/header_shadow.png) repeat-x bottom left;
	margin-bottom:20px;
}
.page-header > .inner {
	position: relative;
}

.heading-site, .heading-site:hover {
	font-size: 1.6em;
	line-height: 1.3em;
	color: white;
	font-family: Arial;
	text-shadow: 1px 2px 4px #333333;
	text-decoration: none;
}

#page-header-ad468 {
	position: absolute;
	top:0;
	left:250px;
	z-index: 100;
}


/* ***************************************
 * MENUS
 *
 * To add separators to a menu:
 * .menu-$menu > li:after {content: '|'; background: ...;}
 *************************************** */
/* Enabled nesting of dropdown/flyout menus */
.menu li { position: relative;  font-size:15px; bottom:0px;}

/* Separators should only come between list items */
.menu li:last-child:after { display: none } 

/* Maximize click target */
.menu li a { display: block }

.menu-site {z-index: 7000;}

.menu-site li a {
	font-weight: bold;
	padding: 10px 13px;
	
}

.menu-site li a:hover {
	text-decoration: none;
	padding: 10px 13px;
}

.menu-site-default {
	position: absolute;
	bottom: 0;
	left: 0;

}

.menu-right {
	position: absolute;
	bottom: 0;
	right: 0;

}

.menu-right li, .menu-site-default li {
	float: left;
	margin-right: 1px;
}

.menu-right li a, .menu-site-default li a {color: white}


.menu-site-default .state-selected a,
.menu-right li:hover a, .menu-site-default li:hover a {
	background: white; color: #555;
	
	-webkit-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
	
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.menu-site-default #submenu {display: none;}
.menu-site-default #submenu1 {display: none;}
.menu-site-default li:hover #submenu {display:block; position:absolute; top:42px; left:0; width:105px;}
.menu-site-default li:hover #submenu1 {display:block; position:absolute; top:42px; left:0; width:105px;}

#submenu {
  position: relative;
  padding: 10px 5px 10px 10px;
  border-left: 1px solid #CCC;
  background: white;

	/*??*/
	-moz-box-shadow: 1px 1px 2px #999; /* Firefox */
	-webkit-box-shadow: 1px 1px 2px #999;/* Safari ? Chrome */
	box-shadow: 1px 1px 2px #999; /* Opera 10.5 + */
	
	z-index: 9999;
}

#submenu1 {
  position: relative;
  padding: 15px 5px 15px 15px;
  border-left: 1px solid #CCC;
  background: white;

	/*??*/
	-moz-box-shadow: 1px 1px 2px #999; /* Firefox */
	-webkit-box-shadow: 1px 1px 2px #999;/* Safari ? Chrome */
	box-shadow: 1px 1px 2px #999; /* Opera 10.5 + */
	
	z-index: 9999;
}


#submenu li a { font-size:13px;
	/*??*/
	-webkit-border-radius:0;
	-moz-border-radius:0;

	/*??*/
	-moz-box-shadow: 1px 1px 2px #fff; /* Firefox */
	-webkit-box-shadow: 1px 1px 2px #fff;/* Safari ? Chrome */
	box-shadow: 1px 1px 2px #fff; /* Opera 10.5 + */
	padding: 8px 13px;
}

#submenu li:hover a {
	width: 70px;
	background: #a82c20;
	color: #fff;
}

#submenu1 li a {
	/*??*/
	-webkit-border-radius:0;
	-moz-border-radius:0;

	/*??*/
	-moz-box-shadow: 1px 1px 2px #fff; /* Firefox */
	-webkit-box-shadow: 1px 1px 2px #fff;/* Safari ? Chrome */
	box-shadow: 1px 1px 2px #fff; /* Opera 10.5 + */
}

#submenu1 li:hover a {
	width: 70px;
	background: #a82c20;
	color: #fff;
}


/***** ??????? ******/
#page_container {
	width:1024px;
	height:auto;
	margin:0px auto 50px auto;
	padding:0;
}

#page_container_announce {
	margin:0px auto;
	padding:0;
}

#page_wrapper{
	width:955px;
	margin:0 auto;
	padding:0;
}

#page_wrapper_announce {
	width:1045px;
	margin:0 auto;
	padding:0;
}
#info_container{
	width:995px;
	margin:0 auto;
	border: 1px solid #ccc;
	padding:0;
}

#blank3{width:100%;height:3px;}
#blank10{width:100%;height:10px;}
#blank20{width:100%;height:20px;}


/***** Adsence ******/
#ad728 {
	width:720px;
	margin: 0 0 13px 0;
}

#ad950 {
	width:970px;
	margin: 0 0 13px 0;
	float: left;
}

#ad250 {
	width:300px;
	margin: 0 0 13px 0;
}

/***** ??? ******/
#guestbook {
  position: relative;
  padding: 3px 3px 3px 3px;
  margin: 0 0 15px 0;
}

/***** ???? ******/
#box-out {
  position: relative;
  padding: 3px 3px 3px 3px;
  margin: 0 0 15px 0;
  border: 1px #CCC;
  background: #ffffff;
  z-index:1;
}

#box-out1 {
  position: relative;
  padding: 3px 3px 3px 3px;
  margin: 0 0 15px 0;
  border: 1px #CCC;
  background: #ffffff;
  z-index:1;
  float:left;
}

#box-out #box-in {
  position: relative;
  /*??*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 20%, #ffffff 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f0f0f0), color-stop(80%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* W3C */
	z-index:2;
}

#box-out1 #box-in {
  position: relative;
  /*??*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 20%, #ffffff 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#f0f0f0), color-stop(80%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f0f0f0 20%,#ffffff 80%); /* W3C */
	z-index:2;
}

.main-top {width: 950px;border: 1px solid #CCC;;margin:0px auto;height:auto!important;}
.main-out {width: 980px;margin:0px auto;height:auto!important;}
.main-box-in {width: 960px;padding: 10px 10px 10px 13px;height:auto!important;}
.main-left-out {width: 710px;float:left;}
.main-left-in {width: 687px;padding: 10px 10px 10px 13px;}


.main-left-out-index {width: 910px;float:left;}
.main-left-in-index {width: 887px;padding: 10px 10px 10px 13px;}


.main-right-out {width: 220px;float: right;}
.main-right-in {width: 275px;padding: 10px 10px 10px 7px;}
.main-right-desc {width: 205px;margin: 10px 10px 10px 7px;}

#box-in h2 {
  position: relative;
	padding: 2px 0 0 10px;
	margin: 0 0 10px 0;
	font-family:'EIIa',simsun;
	color: #d94600;
}

#box-in h3 {
  position: relative;
	padding: 2px 0 0 4px;
	margin: 0 0 10px 0;
	font-family:'EIIa',simsun;
	color: #d94600;
}

h2 img {
	border-width:0;
	border-color:transparent;
	vertical-align: middle;
	padding:0 0 4px 0;
}

h2 img:hover {
	border-width:0;
	border-color:transparent;
}

h2 a {
	color: #d94600;
	text-decoration: none;
}

h2 a:hover {
	color: #d94600;
	text-decoration: none;
}


/***** Search ******/
#search-box {
	position: absolute;
	top:20px;
	left:250px;
	z-index: 100;
}

#search-box #search {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 30px;
  padding: 0 30px 0 0;
  margin: 0 5px 5px 0;
}

#search-box #search input {
	float: left;
  position: relative;
  z-index: 9;
  border: 1px solid #CCC;
  border-style:none;
  width: 450px;
  height: 30px;
  font-size: 14px;
  color:#bbbbbb;
  line-height: 1;
  background-color: #FFF;
  box-sizing: border-box;
  vertical-align:middle;
  
	/*??*/

	/*??*/
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;*/
}

#search-box #search a.search_btn {
	display: block;
	background: url('/images/search-btn.gif') repeat-x left top;
	width: 60px;
	padding-top: 4px;
	border: 1px solid #959090;
	border-left: none;
	color: #ffffff;
	text-align: center;
}

#search-box #search a.search_btn {height: 20px;	float: left;}


/* ?????? */
#date-box {
	font-size:12px;
	color: #cc0000;
	letter-spacing: 0.1em;
}

.popular {
	float:left;
  position: relative;
	text-align: left;
	height:300px;
}

#popular-video {
	color: #cc0000;
	width:384px;
	font-size:16px;
	font-weight: bold;
	padding: 0 0 0 6px;
}

#popular-list {
	width:305px;
	font-size:12px;
}

#popular-list li {
	float:right;
	width:140px;
	height:140px;
	text-align:right;
	overflow:hidden;
	line-height:1.5em;
	margin: 0 5px 5px 5px;
}

#popular-list .showTxt {
	float:right;
	width:110px;
	height:38px;
	white-space:normal; 
	overflow:hidden;
	margin: 0 4px 0 0;
	text-align:left;
}

/* ?? menu ??? */
#left-box-title {
	float:left;
	width:150px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size:16px;
}

#show-category {
	float:left;
	width:495px;
	height:16px;
	font-size:12px;
	padding-left: 20px;
	margin-top: 10px;
	border-left: 1px solid #cc0000;
}

#show-category li {
	border-right: 1px solid #ccc;
	float:left;
	text-align:left;
	overflow:hidden;
	line-height:1.5em;
	padding-right:10px;
	margin: 0 0 5px 10px;
}

#show-list {
	float:left;
	width:695px;
	font-size:12px;
	padding:0 0 0 10px;
}

#show-list li {
	float:left;
	width:139px;
	text-align:left;
	overflow:hidden;
	line-height:1.5em;
	margin: 0 0 5px 0;
}

#show-list li.end {
	width:126px;
}

#show-list .main-showTxt {
	width:110px;
	height:38px;
	white-space:normal; 
	overflow:hidden;
	margin: 0 0 0 4px;
}

#show-list .main-movieTxt {
	width:110px;
	overflow:hidden;
	text-align:center;
}

#show-list .main-Txt { 
	width:123px;
	overflow:hidden;
	text-align:center;
	margin:0 0 5px 0;
}

#show-list-lt {
	float:left;
	width:100%;
	font-size:12px;
	padding:10px 0px 10px 15px;
	margin-bottom:0px;
	border: 1px solid #DDD;
	
	
}

#show-list-lt li {
	float:left;
	width:169px;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	margin: 4px 10px 4px 0px;
	background-color:#DFEDF2;
	padding:4px 5px;
	
}

#show-list-lt li.end {
	width:126px;
}

#show-list-lt .main-showTxt {
	width:110px;
	height:38px;
	white-space:normal; 
	overflow:hidden;
	margin: 0 0 0 4px;
}

#show-list-lt .main-movieTxt {
	width:110px;
	overflow:hidden;
	text-align:center;
}

#show-list-lt .main-Txt { 
	width:123px;
	overflow:hidden;
	text-align:center;
	margin:0 0 5px 0;
}

/***** ?????? ******/
#right-box-title {
	text-align:left;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size:16px;
}

#week-hot {
	float:left;
	width:270px;
	font-size:12px;
	padding-left:4px;
}

#week-hot li {
	float:left;
	width:220px;
	text-align:left;
	overflow:hidden;
	line-height:1.5em;
	margin: 0 0 15px 0;
}

#week-hot li img {
	float:left;
	margin: 0 8px 0 0;
}

#week-hot li .showTxt {
	width:110px;
	height:35px;
	white-space:normal; 
	overflow:hidden;
	margin: 3px 0 8px 0;
}

#week-hot li .ad {
	width:110px;
	height:70px;
	margin: 3px 0 8px 0;
	overflow:hidden;
}

#week-hot li p {
	color: #5a5a5a;
	font:11px 'EIIa',simsun;
}

#week-hot li p em {
	font-size:9px;
}


/* page list */
#page-list {
	float:left;
	width:980px;
	text-align: center;
	margin: 15px 0 30px 0;
}

#page-list a {
	padding: 4px 8px 4px 8px;
	border: 1px solid #ccc;
	margin: 0 7px 0 0;
}

#page-list a.selected {
	background:#cd001d;
	color:#fff;
}

#page-list a:hover {
	background:#cd001d;
	color:#fff;
	text-decoration: none;
}

#page-list a.current {
    padding: 4px 8px 4px 8px;
    border: 1px solid #ccc;
    margin: 0 7px 0 0;
    background-color: #cc0000;
    color: #fff;
}
/* footer */
#layout_footer {
	background:blue;
	height:75px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	margin:20px 0 20px 0;
	text-color: white;
	text-align:left;
	position:relative;
}

#layout_footer img {
	border-width:0;
	border-color:transparent;
	vertical-align: middle;
	margin:6px 0 auto 10px;
}

#layout_footer img:hover {
	border-width:0;
	border-color:transparent;
}

.footer_links {
	position:absolute;
	right:10px;
	top:25px;
}

.footer_links li {
	float:left;
	border-left:1px solid #808080;
	padding: 0 0 0 10px;
	margin:0 10px 0 0;
}

.clearfloat{clear:both;height:0;font-size:1px;line-height:0px}

.hotover-actor {
	padding:3px;
	font-size:12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #999;
	line-height: 20px;
	text-align: right;
}

.hotover {
	padding-bottom:30px;
}

.hotover a{
	color: #900;
}

#result-title {
  	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0px 0px 20px;
}

#result-title em {
	color: #cc0000;
	font-weight: bold;
}

.gads {
	width: 320px;
	height: 105px;
	float: left;
	margin-left: 5px;
}

.noshow {
	display: none;
}

#close-btn {
    border: 0 none;
    cursor: pointer;
    display: none;
    margin-right: 2px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width:23px;
    height:20px;
}
