body {
	font-family: "tahoma", "arial", "verdana", "sans-serif", "Lucida Sans";
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	background-repeat: repeat-x;
}
a:link, a:visited {
	color: #2b587a;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.video_thumb {
	padding: 10px 0;
	float: left;
	width: 258px;
	margin-right: 5px;
	border-bottom: 0px solid #D9E1E7;
}
.video_img {
	max-width: 120px;
	min-width: 80px;
	text-align: center;
	float: left;
	display: block;
	margin: 0 5px 0 0;
	border: 0px solid #D9E1E7;
}
.video_img img {
	margin: 0 0px 0 0px;
	max-width: 80px;
	max-height: 100px;
}
.video_info {	float: left;	width: 118px;
}
.video_title {
	display: block;
	color: #2b587a;
	text-align: left;
	font-weight: bold;
}
.video_duration {
	display: block;
	font-weight: normal;
	font-size: 9px;
	padding: 2px 0 2px 18px;
	margin: 5px 0 5px 0;
	background-image: url(/img/clock2.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: left 1px;
	border: 0px solid #D9E1E7;

}
.video_player {
	display: block;
	clear: both;
	display: none;
}

.cat_title1 {
	font-weight: normal;
	color: #666;
	margin: 0px;
	text-align: left;
	display: block;
	font-size: 10px;
}
.cat_title2 {
	font-weight: bold;
	color: #666;
	margin: 0px;
	text-align: left;
	display: block;
	white-space: normal;
	font-size: 10px;
}
.cat_title2 abbr {	cursor: pointer;
}
.header {	margin: 0px auto;
	padding: 12px 10px 10px 10px;	background-color: #fff;
	width: 790px;
}
.header h3 {
	margin: 0px;
	padding: 0 0 0 22px;
	background-image: url('/img/cinema.jpg');
	background-repeat: no-repeat;
	color: #6d8fb3;
	border: 0px solid #000;
	width: 300px;
	float: left;
	font-size: 15px;
}
.header h3 .orange {
	color: #ff6c24;
}
.header h3 .gray {
	color: #DAE2E8;
}
.header h3 a, .header h3 a:hover {
	text-decoration: none;
}
.header .topmenu {
	border: 0px solid #f00;
	float: right;
}

.header .topmenu a:link, .header .topmenu a:visited, .header .topmenu span {
	color: #2b587a;
	text-decoration: underline;
	padding: 3px 5px;
	display: block;
	float: left;
}
.header .topmenu a:hover, .header .topmenu a:active {
	color: #2b587a;
	text-decoration: none;
}
.header .topmenu span {	color: #000;
	text-decoration: none;
}

.navi_container {
	background-color: #F7F7F7;
	border-top: 1px solid #D9E1E7;
	border-bottom: 1px solid #D9E1E7;
	width: 100%;
	margin: 0 auto 0px auto;
}
.navigation {
	padding: 0px 10px;
	margin: 0 auto;
	width: 790px;
}
.menu {
	padding: 5px 10px 5px 0px;
	margin: 0;
	width: 530px;
	border-right: 1px solid #D9E1E7;
	float: left;
}
.search {
	border: 0px solid #f00;
	padding: 16px 0px 16px 16px;
	float: left;
}
.menu li {
	display: block;
	padding: 5px 0;
	float: left;
}
.menu li.li_clear, .clear {
	float: none;
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}
.menu a:link, .menu a:visited {
	color: #2b587a;
	text-decoration: none;
	background-color: transparent;
	padding: 5px;
    border-radius: 2px;
}
.menu a:hover, .menu a:active {
	color: #2b587a;
	text-decoration: none;
	background-color: #DAE2E8;
}
.menu a.active {
	color: #fff;
	background-color: #6d8fb3;
}
.loader {
	position: absolute;
	width: 82px;
	height: 82px;
	margin-top: -31px; /* à¯«ï£¨î  ã¼±ï³» â¬®ë  î¡§î¡ªï¬ í©­ */
	margin-left: -31px; /* à¯«ï£¨î  ã¼±ï³» â¬®ë  î¡§î¡ªï¬ í©­ */
	top: 50%;
	left: 50%;
	background-color: #efefef;
	display: none;
	/*
	opacity: 0.5;
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	*/
}
.loader img {
	display: block;
	border: 0px;
	width: 31px;
	height: 31px;
	position: relative;
	top: 25px;
	left: 25px;
	/*
	opacity: 1;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	*/
}

.content {
	padding: 0 10px;
	clear: both;
	width: 790px;
	margin: 0 auto 0 auto;
}
.content h4 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}
.content h3 {
	margin: 13px 0 3px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}
.content .orange {
	color: #ff6c24;
	text-transform: uppercase;
}
.content .blue {
	color: #2b587a;
	text-transform: uppercase;
}
.content .gray {
	color: #666;
	text-transform: uppercase;
}
.content .info {	display: block;
	color: #666;
	text-align: center;	margin: 10px 0 10px 0;	font-size: 10px;	font-weight: normal;
}
.paginator {
	padding: 0px;
	margin: 0px auto;
	padding-top: 20px;
}
.footer {
	margin: 0 auto 10px auto;
	text-align: center;
	clear: both;
}
.err404 {
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 50px;
}
.clear {	clear: both;
	padding: 0px;
	margin: 0px;
}

#addfilm h3, #about h3, #sign_friends h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}
#addfilm {
	display: block;
	//1width: 380px;
	//1height: 400px;
	text-align: justify;
}
.hint {
	color: #999;
	font-size: 10px;
}
#addfilm h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}
#addfilm table {
	width: 100%;
}
#addfilm ul {
	margin: 10px 10px 0 10px;
	padding: 0px;
}
#add_film_error {
	color: #f00;
	margin-top: 5px;
	display: block;
}
.add_success {
	display: block;
	font-weight: bold;
	margin: 10px;
	text-align: center;
}
#addfilm table .film_title, #addfilm table .film_image, #addfilm table textarea, #addfilm table select {
	width: 95%;
}
#addfilm table .film_year, #addfilm table .film_time {	width: 60px;
	text-align: center;
}

#addfilm table textarea {
	height: 80px;
}
#add_button {
	width: 100px;
}
#img_title {	display: block;	margin-top: 4px;
}
#sign_friends, #about {	margin: 10px;
	line-height: 14px;
}
#sign_friends img, #sign_friends p {
	width: 660px;
}
#sign_friends p {
	color: #666;
	margin: 0px;
}
#sign_friends .please {
	color: #000;
	margin-bottom: 5px;
}
#sign_friends .please a {
	font-weight: bold;
	text-decoration: underline;
}

#about {
	width: 690px;
	height: 453px;
	background-color: #fff;
}
#about p, #about div, #about img.bottom {
	width: 690px;
	height: 108px;
	background-color: #fff;
}
#about .group {	width: 250px;
	height: 250px;
	background-color: #eee;	float: right;
	margin: 0 0 10px 10px;
}
#about table .r {	text-align: right;
	color: #666;
}
#about table tr td {
	vertical-align: top;
}
#about table tr td img {
	vertical-align: middle;
}
#about div small, #about small {	display: block;	text-align: justify;
}
hr {	height: 0px;
	border: none;
	border-bottom: 1px solid #D9E1E7;
	background: none;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
}

#tip-film, #tip-film2 {	width: 100%;	border: 0px dashed #555;
	padding: 5px 0 0px 0;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	display: none;
}
#tip-film2 {	display: block;
	width: 607px;
}
#tip-film .buttons, #tip-film .rating, #tip-film .abuse,
#tip-film2 .buttons, #tip-film2 .rating, #tip-film2 .abuse {	width: 32%;
	border: 0px dotted #000;
	padding: 0px;
	margin: 0px;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
}
#tip-film .buttons, #tip-film2 .buttons {
	text-align: center;
}
#tip-film .rating, #tip-film2 .rating {
	text-align: left;
}
#tip-film .abuse, #tip-film2 .abuse {
	text-align: right;
}
a.abuselink:link, a.abuselink:visited {	font-family: "tahoma", "arial", "verdana", "sans-serif", "Lucida Sans";	font-weight: bold;
	background-color: transparent;
	text-decoration: underline;
}
a.abuselink:hover, a.abuselink:active, {	text-decoration: none;
}

.iefix {
	display: none;
}
.star-rating-control {	margin: 0 auto;
}
#share42_container, #rating_container {	display: none;
}
#share42 {
  display: inline-block;
  padding: 6px 0 0 6px;
  background: #FFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
#share42:hover {
  background: #F6F6F6;
  border: 1px solid #D4D4D4;
  box-shadow: 0 0 5px #DDD;
}
#share42 a {opacity: 0.5;}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

#abuse_container {	margin-left: 145px;	width: 600px;
}

#abuse_container h3 {	margin: 0px;
	margin-bottom: 18px;
	padding: 0px;
}

.search_input {	background-attachment: scroll;
	background-clip: border-box;
	background-color: #fff;
	background-image: url("/img/search_icon_d.gif");
	background-origin: padding-box;
	background-position: 6px -11px;
	background-repeat: no-repeat;
	background-size: auto;
	border: 1px solid #D9E1E7;
	color: #000;
	font-family: Tahoma;
	font-size: 11px;
	height: 14px;
	line-height: 15px;
	margin: 0px;
	outline-style: none;
	outline-width: 0px;
	padding: 3px 4px 4px 22px;
	width: 120px;
}
button, #add_button, input[type=submit] {	-o-transform-origin: 67px 11.5px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(97, 129, 166);
	background-image: url("/img/button_vk.png");
	background-origin: padding-box;
	background-position: 0px -16px;
	background-repeat: repeat-x;
	background-size: auto;
	border-bottom-color: rgb(89, 128, 169);
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(89, 128, 169);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(89, 128, 169);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(120, 154, 191);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	column-gap: 11px;
	column-rule: 0px rgb(255, 255, 255);
	column-rule-color: rgb(255, 255, 255);
	cursor: pointer;
	direction: ltr;
	display: inline-block;
	font-family: Tahoma;
	font-size: 11px;
	height: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-style: none;
	outline-width: 3px;
	overflow-x: visible;
	overflow-y: visible;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	text-align: center;
	white-space: nowrap;
}

.ta2 {
	width: 500px;
	height: 100px;
	margin-top: 3px;
}

.ta3 {
	width: 500px;
	height: 40px;
	margin-top: 3px;
}

#abuse_form_error {	margin: 0 0 0 10px;
	color: #f00;
}

.abuse_ok {	color: #000;
	font-size: 20px;
	display: block;
	margin: 0 auto;
	padding: 100px;
}
.lbl_abuse input[type=radio] {	border: 0px solid #f00;
	position: relative;
	top: 1px;
}
.duck_link:link, .duck_link:visited {
	color: #ab0635;
	text-decoration: underline;
}
.duck_link:hover, .duck_link:active {
	color: #ab0635;
	text-decoration: none;
}
.qtip-content {
	max-width: 230px;
}
.qtip-content h2 {
	font-size: 13px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.qtip-content h2 span, .h_year {
	font-size: 11px;
	color: #777;
	padding: 0px;
	margin: 0 0 0 5px;
	font-weight: normal;
}
.qtip-content h3, .h_eng_title {
	font-size: 11px;
	color: #777;
	padding: 0px;
	margin: 0;
	text-align: left;
}
.qtip-content .desc {
	display: block;
	margin: 8px 0 10px 0;
	text-align: justify;
	clear: all;
}
.qtip-content img.poster {
	float: left;
	margin: 0 5px 8px 0;
	border: 0px;
}
.qtip_playlink {
	display: block;
	float: right;
	margin: 0px auto;
	text-align: center;
	border: 0px solid #aaa;
}
.qtip_playlink a {
	display: block;
	width: 65px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 18px 11px 4px;
	margin: 0 auto;
	background-image: url(/img/playlink.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right center;	
	border: 0px solid #ccc;
	color: #555;
	text-decoration: none;
}
.qtip_playlink a {
	text-decoration: none;
}
.tip-film-title {
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	margin: 5px auto 10px auto;
}

.err404 a {
	display: block;
	font-size: 14px;
	text-decoration: underline;
	margin-top: 20px;
}
.nocode {
	color: #aaa;
	display: block;
	width: 60%;
}
div .permalink {
	margin: 0px auto 8px auto;
}
.film_link {
	width: 60%;
	color: #aaa;
	padding: 1px 2px 1px 2px;
	border: 1px solid #aaa;
}