body{
	background: #122D4A url('/img/bg2.jpg') repeat-x center 0;
}

#main{
	_background-color: #FFF;
}

#main .sys_message{
	padding: 30px;
}
#main .sys_message p{
	padding: 0 30px;
}

/* rating */
#main .rating_bar_bg{
	float: left;
	display: block;
	height: 16px;
	background: transparent url(/img/rating.gif?090426) repeat-x 0 0;
}
#main .rating_bar{
	float: left;
	display: block;
	height: 16px;
	background: transparent url(/img/rating.gif?090426) repeat-x 0 center;
	text-indent: -9000px;
}

/* Header *************************************************************/
#header{
	height: 80px;
}
#header h1{
	margin: 0;
}
#header .logo{
	float: left;
}
#header .logo a{
	margin-top: 18px;
	background: transparent url(/img/logo.png) no-repeat 0 0;
	height: 36px;
	width: 112px;
	display: block;
}
#header .logo a:hover{
	background-position: 0 -36px;
}
#header .logo a span{
	display: block;
	text-indent: -9000px;
}

/* Footer *************************************************************/
#footer .copyright{
	color: #999999;
}
#footer .contact{
	text-align: right;
	color: #999999;
}
#footer .contact a{
	color: #FFF;
}
#footer{
	padding: 20px 0;
}


/* Nav *************************************************************/
#nav a{
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}
#nav{
	margin-top: 22px;
	margin-left: 22px;
	float: left;
}
#nav li{
	float: left;
}
#nav li a{
	cursor: pointer;
	display: block;
	float: left;
	padding: 5px 3px 5px 10px;
	margin-left: 10px;
	color: #CCC;
}
#nav li a:hover{
	text-decoration: none;
	color: #FFF;
}
#nav li a span{
	float: left;
}
#nav li a em{
	background: transparent url(/img/btn_icon.png?20090508) no-repeat -64px -18px;
	height: 16px;
	width: 16px;
	float: left;
	display: block;
}
#nav li a:hover em{
	background-position: -64px -256px;
}
#nav li a.cnt{
	background-color: #000;
	color: #fff;
	z-index: 9001;
}
#nav li a.cnt em{
	background-position: -64px -496px;
}

#nav_other{
	padding-top: 30px;
}

#nav_other li.mobile_version a{
	color: #CCC;
	background: transparent url(/img/icon_mobile.gif?20090508) no-repeat 0 0;
	padding: 5px 0 5px 20px;
}
#nav_other li.mobile_version a:hover{
	color: #FFF;
}

/* Sub nav *************************************************************/
#sub_nav .sub_nav{
	display: none;
	position: absolute;
	z-index: 9000;
	padding-bottom: 5px;
	margin: 0;
	border: 4px solid #000;
}
#sub_nav .sub_nav h4{
	margin: 0;
	padding: 5px;
	color: #CC3300;
	background-color: #000;
	margin-right: 1px;
	margin-bottom: 4px;
	height: 18px;
}
#sub_nav .sub_nav h4 strong a{
	color: #CC3300;
	float: left;
}
#sub_nav .sub_nav h4 em a {
	float: right;
	padding-left: 20px;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	background: transparent url(/img/icons/calendar_view_month.png) no-repeat 0 0;
}
#sub_nav .sub_nav h4 em a:hover {
	text-decoration: underline;
}
#sub_nav .sub_nav .sub_nav_group{
	float: left;
}
#sub_nav .sub_nav ul{
	overflow: hidden;
}

#sub_nav .sub_nav li{
	float: left;
	clear: left;
	display: inline;
	list-style: disc;
}
#sub_nav .sub_nav li a{
	float: left;
	clear: left;
	display: block;
	width: 300px;
	background-color: transparent!important;
	color: #CCC!important;
	border: 0;
	padding: 1px 5px;
	margin: 0;
	text-decoration: none;
}
#sub_nav .sub_nav li a:hover{
	text-decoration: none;
	color: #fff!important;
	background-color: #444!important;
}
#movie_nav{
	background: #555 url(/img/menu_bg_225.png) repeat 0 0;
}
#movie_nav .sub_nav_group{
	width: 225px;
}
#movie_nav ul{
	display: block;
	float: left;
	width: 225px;
	height: 340px;
	overflow-y: auto!important;
}
#cinema_nav{
	background: #555 url(/img/menu_bg_150.png) repeat 0 0;
}
#cinema_nav .sub_nav_group{
	width: 150px;
}
#cinema_nav ul{
	width: 150px;
}

/* Canvas */
.canvas_header{
	background: transparent url(/img/canvas_bg.png) no-repeat left top;
	padding-top: 10px;
}
.canvas_body{
	background: transparent url(/img/canvas_bg.png) repeat-y center 0;
	padding: 0 10px;
}
.canvas_footer{
	background: transparent url(/img/canvas_bg.png) no-repeat right bottom;
	padding-bottom: 10px;
}
.canvas_content{
	background-color: #FFFFFF;
}

/* Home *************************************************************/
/* headline */
#main .headline{
	background: transparent url(/img/headline_bg.png) no-repeat 0 0;
	width: 940px;
	height: 220px;
}
#main .headline li.new_movie_box{
	margin: 10px 0 10px 10px;
	float: left;
}
#main .headline a strong{
	color: #888;
	width: 100px;
	height: 18px;
	margin: 4px 0;
	overflow: hidden;
	display: block;
	text-align: center;
}
#main .headline a img{
	width: 100px;
	clear: both;
	border: 3px solid #444;
}
#main .headline a:hover strong{
	color: #FFF;
}
#main .headline a:hover img{
	clear: both;
	border: 3px solid #FFF;
}
#main .headline a{
	text-decoration: none;
}


/* movie box */
#main .movie_box_con{
	background-color: #FFF;
}
#main .movie_box{
	height: 150px;
	margin-bottom: 10px;
}
#main .movie_box h3{
	margin: 0 0 6px 0;
	padding: 4px 0;
	font-size: 120%;
	border-bottom: 1px solid #CCC;
}
#main .movie_box h3 a{
	color: #000;
}
#main .movie_box h3 a:hover{
	color: #CC3300;
}

#main .movie_box p{
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
}
#main .movie_box p.cinemas{
	margin-top: 6px;
	color: #999;
}
#main .movie_box .poster{
	float: left;
	overflow: hidden;
}
#main .movie_box ul{
	clear: left;
	background-color: #F0F0F0;
	padding: 6px;
}
#main .movie_box ul li{
	display: inline;
}

/* popluar_ranking */
#main .popluar_ranking{
	background: transparent url(/img/ranking_bg.png) no-repeat 0 0;
	margin-top: -235px;
	width: 336px;
	height: 260px;
	position: absolute;
	z-index: 900px;
}
#main .popluar_ranking h2{
	padding: 20px 0 0 26px;
	margin: 10px 0;
}
#main .popluar_ranking ol{
	padding: 0 0 0 30px;
	width: 270px;
}
#main .popluar_ranking ol li{
	clear: both;
	display: block;
	height: 24px;
	padding: 2px 2px;
	overflow: hidden;
	line-height: 150%;
	border-bottom: 1px solid #F4EF8E;
}
#main .popluar_ranking ol li span{
	float: left;
	width: 26px;
	height: 26px;
	text-align: center;
}
#main .popluar_ranking ol li a{
	float: left;
	width: 160px;
	overflow: hidden;
	padding-top: 3px;
	color: #000000;
}
#main .popluar_ranking ol li span{
	padding-top: 3px;
}
#main .popluar_ranking ol li em{
	float: right;
	padding-top: 3px;
}
#main .popluar_ranking ol li.ranking_1 em{
	font-size: 130%;
}
#main .popluar_ranking ol li.ranking_2 em{
	font-size: 120%;
}
#main .popluar_ranking ol li.ranking_3 em{
	font-size: 110%;
}
#main .popluar_ranking ol li.ranking_1 span{
	background: transparent url(/img/ranking.png) no-repeat 0 0;
	text-indent: -9000px;
}
#main .popluar_ranking ol li.ranking_2 span{
	background: transparent url(/img/ranking.png) no-repeat 0 -24px;
	text-indent: -9000px;
}
#main .popluar_ranking ol li.ranking_3 span{
	background: transparent url(/img/ranking.png) no-repeat 0 -48px;
	text-indent: -9000px;
}

/* home_side_bar */
#main .home_side_bar{
	background-color: #EEE;
	padding: 10px;
	margin-bottom: 15px;
}
#main .home_side_bar h2{
	margin: 0 0 5px 0;
}

/* coming_movie */
#main .coming_movie .each_coming_movie{
	height: 150px;
	border-top: 1px solid #CCC;
	padding: 10px 0;
}
#main .coming_movie .each_coming_movie .poster{
	float: right;
	margin-left: 10px;
}
#main .coming_movie .each_coming_movie h3{
	margin: 0;
	font-size: 100%;
}
#main .coming_movie .each_coming_movie dl dt{
	float: left;
	margin-right: 5px;
	font-weight: bold;
	font-size: 80%;
}
#main .coming_movie .each_coming_movie dl dd{
	float: left;
	font-weight: bold;
	font-size: 80%;
}

/* blog_link */
#main .blog_link ul{
	border-top: 1px solid #CCC;
	padding: 10px 0;
}
#main .blog_link ul li{
	list-style: disc;
	margin-left: 20px;
}


/* page head *************************************************************/
#main .page_head{
	background: transparent url(/img/tab_bg.png) no-repeat 0 0;
	width: 940px;
	height: 80px;
	display: block;
	overflow: hidden;
}
#main .page_head h1{
	float: left;
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 180%;
	color: #FFFFFF;
}
#main .page_head .other_version{
	float: left;
	padding: 20px 0 0 20px;
	position: absolute;
}
#main .page_head .other_version a{
	color: #9B9B9B;
}
#main .page_head .other_version a:hover{
	color: #FFF;
}
/* Tab */
#main .tab{
	margin: 10px 0 0 10px;
	_margin: 5px 0 0 5px;
	clear: both;
}
#main .tab li{
	background: transparent url(/img/tab_nav.png) no-repeat left 0;
	float: left;
	padding:0 0 0 10px;
	margin: 0 6px
}
#main .tab li a{
	background: transparent url(/img/tab_nav.png) no-repeat right 0;
	display: block;
	float: left;
	color: #DBD8D8;
	padding: 8px 20px 8px 10px;
	text-decoration: none;
	margin-right: -10px
}
#main .tab li a:hover{
	color: #FFFFFF;
}
#main .tab li a strong{
	display: none;
}
#main .tab li.cnt{
	color: #000000;
	background-position: left bottom;
}
#main .tab li.cnt a{
	color: #000000;
	background-position: right bottom;
	font-weight: bold;
}
#main .addthis{
	display: block;
	float: left;
	padding: 8px 0 0 30px;
}
/*
#main .addthis a{
	background: transparent url('/img/icon_share.png') no-repeat 0 0;
	padding-left: 20px;
	color: #CCC;
	text-decoration: none;
}
#main .addthis a:hover{
	background: transparent url('/img/icon_share.png') no-repeat 0 bottom;
	color: #FF6600;
}*/

/* Movie Details *************************************************************/
#main .movie_detail_con{
	background-color: #FFF;
}
#main .movie_detail p{
	margin: 0 0 20px;
	line-height: 150%;
}
#main .movie_detail dt{
	color: #999999;
}

/* location cinemas */
#main .movie_detail .location_cinemas h4{
	margin: 0 0 10px 0;
	color: #999999;
	font-weight: normal;
}
#main .movie_detail .location_cinemas h4 strong{
	color: #CC3300;
}
#main .movie_detail .location_cinemas li{
	list-style: disc;
	margin: 4px 0 4px 20px;
	color: #CCCCCC;
}

/* trailer */
#main .video_player_con{
	height: 365px;
	background-color: #000000;
	display: block;
}
#main .video_list_con{
	padding: 0 30px 20px 30px;
	background-color: #000000;
}
#main .video_list{
	overflow: hidden;
	height: 140px;
}
#main .video_list .each_video{
	float: left;
}
#main .video_list .each_video a{
	display: block;
	width: 120px;
	height: 140px;
	overflow: hidden;
	padding: 10px;
	color: #999999;
}
#main .video_list .each_video a img{
	border: 3px solid #333333;
	width: 120px;
	height: 90px;
}
#main .video_list .each_video a:hover{
	color: #FFFFFF;
	background-color: #202020;

}
#main .video_list .each_video a:hover img{
	border: 3px solid #FFFFFF;
}
#link_prev_trailer_list a{
	position: absolute;
	width: 30px;
	height: 160px;
	margin-top: -140px;
	margin-left: -30px;
	text-indent: -9000px;
	background: transparent url('/img/trailer_list_nav.png') no-repeat -5px center;
}
#link_prev_trailer_list a:hover{
	background: #202020 url('/img/trailer_list_nav.png') no-repeat -50px center;
}
#link_next_trailer_list a{
	position: absolute;
	width: 30px;
	height: 160px;
	margin-top: -140px;
	margin-left: 560px;
	text-indent: -9000px;
	background: transparent url('/img/trailer_list_nav.png') no-repeat -85px center;
}
#link_next_trailer_list a:hover{
	background: #202020 url('/img/trailer_list_nav.png') no-repeat -120px center;
}

.movie_detail .desc_trailer{
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 1px;
	float: right;
	text-align: center;
	margin: 0 0 0 10px;
}
.movie_detail .desc_trailer a{
	text-decoration: none;
}
.movie_detail .desc_trailer span{
	font-size: 11px;
	line-height: 80%;
}
.movie_detail .desc_trailer strong{
	display: none;
}

/* show time */
#main .showtimes .showtimes_nav{
	text-align: center;
	background-color: #EEEEEE;
	padding: 10px;
}
#main .showtimes .showtimes_nav .prev{
	margin-right: 10px;
	font-weight: bold;
}
#main .showtimes .showtimes_nav .next{
	margin-left: 10px;
	font-weight: bold;
}
#main .showtimes_list{
	border: 2px solid #EEEEEE;
	padding: 1px;
}
#main .showtimes_list td.lack{
	color: #FF0000;
}
#main .showtimes_list td.half{
	color: #EF9700;
}
#main .showtimes_list td.enough{
	color: #009900;
}
#main .showtimes_list td.price{
	text-align: right;
}
#main .showtimes_list col.area{
	width: 50px;
}
#main .showtimes_list col.time{
	width: 116px;
}
#main .showtimes_list col.seat{
	width: 70px;
}
#main .showtimes_list col.price{
	width: 55px;
}
/* seat status */
#main .seat_status_bar{
	margin-top: 4px;
	display: block;
	height: 8px;
	width: 35px;
	overflow: hidden;
	background: transparent url(/img/seat_status_bar.gif?100123) no-repeat 0 0;
}
#main .seat_status_bar_sold{
	display: block;
	height: 8px;
	width: 35px;
	background: transparent url(/img/seat_status_bar.gif?100123) no-repeat left -8px;
	position: realtive;
	text-indent: -9000px;
}
#main .seat_status_bar_frame{
	display: block;
	height: 8px;
	width: 35px;
	background: transparent url(/img/seat_status_bar.gif?100123) no-repeat left bottom;
	position: realtive;
	margin-top: -8px;
}

/* Comment */
#main .write_comment h3{
	color: #CC3300;
}
#main .comment{
	border-bottom: 1px solid #EEE;
	margin: 10px 0 20px 0;
}
#main .comment h4{
	margin: 3px;
}
#main .comment .date{
	float: right;
}
#main .comment blockquote{
}
#main .comment blockquote p{
	line-height: 150%;
}
#main .comment .advantages label, #main .comment .shortcomings label{
	background: transparent url(/img/good_and_bad.gif) no-repeat 0 0;
	position: relative;
	float: left;
	width: 16px;
	text-indent: -9000px;
	margin-right: 3px;
}
#main .comment .advantages, #main .comment .shortcomings{
	color: #000;
}
#main .comment .advantages label{
	background-position: 0 0;
}
#main .comment .shortcomings label{
	background-position: right 0;
}
#main .comment .date{
	color: #B3B3B3;
}

/* Cinema *************************************************************/
#main .cinema_detail h1{
	margin: 0 0 10px 0;
}
#main .cinema_map{
	border: 4px solid #EFEFEF;
	padding: 1px;
}

/* Upcoming Movie *************************************************************/
#main .upcoming_list h2{
	color: #999;
	border-bottom: 2px solid #CCC;
	background: transparent url(/img/tab_bg.png) no-repeat 0 35px;
	padding: 0 6px;
	margin-top: 0;
}
#main .upcoming_list h2 strong{
	color: #CC3300;
	font-size: 400%;
	font-family: Georgia;
}
#main .upcoming_list .release_date{
	margin-top: 10px;
	color: #555;
}
#main .upcoming_list .release_date strong{
	color: #CC3300;
}


/* Form */
.css_form dt {
	width: 100px;
	float: left;
	clear: both;
	text-align: right;
	padding: 5px;
}
.css_form dd {
	width: 350px;
	float: left;
	padding: 5px;
	margin: 0 0 0 15px;
}
.css_form input.text{
	width: 180px;
	padding: 3px;
}
.css_form input.tiny{
	width: 100px;
}
.css_form input.large{
	width: 340px;
}
.css_form select.text{
	width: 185px;
	padding: 3px;
}
.css_form select.tiny{
	width: 100px;
}
.css_form textarea.large{
	width: 302px;
}
.css_form textarea.text{
	width: 185px;
	padding: 3px;
}
.css_form textarea.tiny{
	width: 100px;
}
.css_form textarea.large{
	width: 342px;
}
.css_form input.right{
	text-align: right;
}
.css_form input.center{
	text-align: right;
}
.form_error{
	background-color: #FEFFBF;
	padding: 10px;
}
.input_error{
	background-color: #FEFFBF;
	padding: 2px 3px;
	position: absolute;
}

/* Common *************************************************************/

/* poster */
#main a.poster{
	display: block;
	overflow: hidden;
}

#main a.poster .trailer{
	display: block;
	width: 16px;
	height: 16px;
	margin: 2px 0 0 2px;
	position: absolute;
	text-indent: -9000px;
}

#main a.poster:hover .trailer{
	background: #CC3300 url(/img/btn_icon.png?20090508) no-repeat 0 -640px;
}

h3.movie_name img{
	vertical-align: bottom;
}

h2 a.link_rss{
	text-decoration: none;
}
h2 a.link_rss img{
	margin-left: 10px;
	margin-right: 4px;
	vertical-align: bottom;
}
h2 a.link_rss span{
	visibility: hidden;
	font-size: 80%;
	color: #999999;
}
h2 a.link_rss:hover span{
	visibility: visible;
}
#main .near_cinema_list{
	width: 160px;
	margin: 0 6px 0 0;
}
#main .near_cinema_list h4{
	margin: 0 0 10px 0;
	color: #999999;
	font-weight: normal;
}
#main .near_cinema_list h4 strong{
	color: #CC3300;
}
#main .near_cinema_list li{
	list-style: disc;
	margin: 4px 0 4px 20px;
	color: #CCCCCC;
}

.comments_list .page{
	text-align: center;
}
.comments_list .page span a{
	padding: 2px 5px;
	margin: 0 3px;
}
.comments_list .page span.cnt a{
	padding: 2px 5px;
	background-color: #CC3300;
	color: #FFF;
}

.quick_search{
	background: url(/img/quick_search.png?) no-repeat 0 0;
	width: 200px!important;
	height: 90px!important;
	margin-bottom: 5px;
}
.quick_search strong{
	display: block;
	height: 32px;
	text-indent: -9000px;
}
.quick_search select{
	margin: 4px 0 0 10px;
}

.kt{
	margin-left: -9000px;
	position: absolute;
}