/* General */
/* -------------------------------------------------------- */

body, div, table, thead, tbody, tr, th, td, input, textarea, select {
	color: #000000;
	font: normal 12px Arial, Times, sans-serif;
}

*			 { margin: 0px; padding: 0px; }
html		 { overflow-x: hidden; }
body		 { color: #000000; background: #FFFFFF; }
a, a:visited { color: #000000; text-decoration: none; outline: none; }
a:hover 	 { color: #A30103; }
img 		 { border: 0px; }
th			 { text-align: left; font-weight: normal; }
ul			 { list-style: none; }
h1, h2, h3	 { display: none; }

.clr{
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hdn{
	display: none;
}

.iajax-frame{
	position: absolute;
	display: none;
	width: 500px;
	height: 200px;
	top: 0px;
	right: 0px;
	z-index: 9999;
	background-color: #FFFFFF;
}

.php{
	background-color: #FFFFFF;
}

.phpx{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	z-index: 9999;
	background-color: #FFFFFF;
}

/* Boxess */
/* -------------------------------------------------------- */

/* Popup */

#box-popup{
	display: none;
}

.box-popup{
	padding: 20px 30px;
}

.box-popup b{
	color: #8B0505;
	display: block;
	padding-bottom: 10px;
}

.box-popup .users{
	width: 250px;	
	margin-top: 10px;
	overflow: auto;
}

.box-popup .users li{
	display: block;
	height: 50px;
	margin-top: 10px;
	vertical-align: top;
}

.box-popup .users li a.img{
	float: left;
	margin-right: 10px;
}

.box-popup .users li a.ttl{
	color: #8B7305;
}

.box-popup .users li a.ttl:hover{
	color: #000000;
}

/* Contanct */

#box-corner{
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}

#box-corner a{
	float: left;
	width: 100px;
	height: 31px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
	text-align: center;
	background: transparent url('Images/btn.cnt.png') no-repeat;
}

#box-corner a:hover{
	opacity: .6;
	-moz-opacity: .6;
	-webkit-opacity: .6;
}

#box-contact{
	display: none;
}

/* Input */

#box-message{
	display: none;
}

.box-input{
	padding: 20px 30px;
}

.box-input b{
	color: #8B0505;
	display: block;
	padding-bottom: 10px;
}

.box-input input{
	clear: both;
	width: 350px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}

.box-input input.req{
	border: 1px solid #8B0505;
}

.box-input textarea{
	clear: both;
	width: 350px;
	height: 100px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.box-input textarea.req{
	border: 1px solid #8B0505;
}

.box-input a.btn{
	display: inline-block;
	margin-top: 20px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #8B0505;
	border-radius: 5px;
}

.box-input a.btn:hover{
	color: #FDC501;
}

.box-input small{
	color: #333333;
	margin-left: 10px;
}

/* Tooltip */

#box-tooltip{
	position: absolute;
	display: none;
	float: left;
	width: 310px;
	height: 190px;
	top: -999px;
	left: -999px;
	background: transparent url('Images/ttp.png') no-repeat top center;
	z-index: 9999;
}

.box-tooltip{
	float: left;
	width: 280px;
	height: 140px;
	padding: 10px;
}

.box-tooltip img{
	float: left;
	margin-right: 10px;
}

.box-tooltip b{
	display: block;
	color: #840505;
	margin-bottom: 10px;
}

.box-tooltip span{
	display: block;
	height: 90px;
	overflow: hidden;
	line-height: 18px;
}

/* Share */

#box-share{
	position: absolute;
	float: left;
	width: 80px;
	height: 380px;
	top: 0px;
	margin-top: 0px;
	margin-left: -90px;
	background: transparent url('Images/shr.png') no-repeat top center;
	z-index: 2;
}

.box-share{
	float: left;
	width: 60px;
	height: 360px;
	padding: 10px;
}

.box-share .shr{
	float: left;
	width: 60px;
	height: 70px;
}

.box-share b.ttl{
	float: left;
	width: 60px;
	height: 30px;
	margin-top: -10px;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
}

.box-share a.fav{
	display: inline-block;
	width: 60px;
	height: 50px;
	text-align: center;
	margin-top: 10px;
	background: #FFFFFF url('Images/rtg.png') no-repeat bottom left;
}

.box-share a.fav b{
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 2px;
}

.box-share a.fav span{
	display: block;
	color: #FFFFFF;
	font-size: 28px;
	margin-top: -3px;
}


/* General */
/* -------------------------------------------------------- */

html, body, #container{
	width: 100%;
	height: 100%;
}

body{
	background: #000000 url('Images/bdy.jpg?v=5') no-repeat top center;
	background-attachment: fixed;
}

pre{

}

.wrp{
	width: 990px;
	margin: 0px auto;
}

li.lst{
	border-right: none !important;
}

/* Header */
/* -------------------------------------------------------- */

.hdr .wrp{
	position: relative;
	height: 120px;
}

.hdr .lgo{
	position: absolute;
	width: 382px;
	height: 55px;
	top: 10px;
	background: transparent url('Images/lgo.png') no-repeat top center;
}

.hdr .lgo a{
	float: left;
	width: 382px;
	height: 55px;
	overflow: hidden;
	text-indent: -999px;
}

.hdr .usr{
	position: absolute;
	width: 105px;
	height: 32px;
	top: 10px;
	right: 0px;
	background: transparent url('Images/usr.png') no-repeat top center;
}

.hdr .usr .btn{
	float: left;
	width: 81px;
	height: 32px;
	color: #FFFFFF;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}

.hdr .usr .btn:hover{
	color: #FDC501;
}

.hdr .usr .lgn{
	width: 95px;
	padding-left: 10px;
}

.hdr .usr .out{
	float: left;
	width: 24px;
	height: 32px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url('Images/usr.out.png') no-repeat top center;
}



.hdr .src{
	position: absolute;
	width: 376px;
	height: 32px;
	top: 10px;
	right: 115px;
	background: transparent url('Images/src.png') no-repeat top center;
}

.hdr .src .inp{
	float: left;
	width: 224px;
	height: 32px;
	margin-left: 48px;
	line-height: 32px;
	border: none;
	background: transparent;
}

.hdr .src .btn{
	float: left;
	width: 104px;
	height: 32px;
	color: #FFFFFF;
	line-height: 32px;
	font-weight: bold;
	text-align: center;
}

.hdr .src .btn:hover{
	color: #FDC501;
}


.hdr .src .sgs{
	position: absolute;
	display: none;
	top: 32px;
	left: 37px;
	width: 315px;
	padding: 10px;
	border: 1px solid #A30103;
	background-color: #FFFFFF;
	border-top: none;
	z-index: 999;
	opacity: .9;
}

.hdr .src .sgs a{
	display: block;
	line-height: 20px;
}

.hdr .src .sgs a small{
	float: right;
}

.hdr .mnu{
	position: absolute;
	width: 990px;
	height: 40px;
	bottom: 0px;
	text-align: center;
	background: transparent url('Images/mnu.png') no-repeat top center;
}

.hdr .mnu ul{
	margin-left: 25px;
}

.hdr .mnu li{
	float: left;
	display: inline-block;
	padding: 0px 26px;
	height: 32px;
	border-right: 1px solid #000000;
}

.hdr .mnu a{
	display: inline-block;
	color: #FFFFFF;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
}

.hdr .mnu a.act,
.hdr .mnu a:hover{
	color: #FDC501;
}

.hdr .lke{
	position: absolute;
	top: 52px;
	right: 0px;
}

.hdr .lke table{
	border-collapse: collapse;
}

.hdr .lke table td{
	padding-left: 5px;
	vertical-align: top;
}

/* Body */
/* -------------------------------------------------------- */

.bdy .wrp{
	position: relative;
	min-height: 800px;
	background-color: #FFFFFF;
}

.bdy-adv{
	float: left;
	width: 950px;
	margin: 20px 20px 0px 20px;
	text-align: center;
}

.bdy-top{
	float: left;
	width: 950px;
	margin: 0px 20px;
}

.bdy-top .adv{
	float: left;
	margin-top: 20px;
}

.bdy-top .box{
	margin-left: 20px !important;
	margin-right: 0px !important;
}

.bdy-lft{
	float: left;
	width: 630px;
	margin: 0px 20px 20px 20px;
}

.bdy-rgt{
	float: left;
	width: 300px;
	margin: 0px 20px 20px 0px;
}

.bdy-rgt .adv{
	margin-top: 20px;
}

/* Title */

.bdy-ttl{
	width: 605px;
	height: 26px;
	margin-top: 20px;
	padding-left: 25px;
	background: #FFFFFF url('Images/ttl.lft.png') no-repeat top left;
	border-bottom: 3px solid #8B0505;
}

.bdy-ttl h3{
	display: block;
	float: left;
	height: 26px;
	padding-right: 25px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	background: #FFFFFF url('Images/ttl.rgt.png') no-repeat top right;
}

.bdy-ttl h3 a{
	color: #FFFFFF;
}

/* Tab */

.bdy-category{

}

.bdy-tab{
	position: absolute;
	top: 23px;
	right: 335px;

}

.bdy-tab a{
	float: left;
	margin-right: 5px;
	padding: 3px 6px;
	text-align: center;
	color: #FFFFFF;
	background-color: #840505;
	border: 2px solid #840505;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.bdy-tab a.act,
.bdy-tab a:hover{
	color: #840505;
	background-color: #FFFFFF;
}

/* List */

.bdy-lst ul{
	margin-top: 20px;
}

.bdy-lst ul li{
	display: block;
	width: 600px;
	height: 30px;
	padding: 0px 10px;
	color: #444444;
	font-size: 12px;
	line-height: 30px;
	background: transparent url('Images/bof.itm.jpg') repeat-x top center;
}

.bdy-lst ul li b{
	float: left;
	color: #000000;
	width: 30px;
	font-size: 14px;
	text-align: center;
}

.bdy-lst ul li a{
	float: left;
}

.bdy-lst ul li small{
	float: right;
	color: #A30103;
}

/* Form */

.bdy-frm{
	padding: 10px 0px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
}

.bdy-frm select{
	width: 260px;
	padding: 5px 10px;
}

.bdy-frm a.sbm{
	display: inline-block;
	height: 26px;
	padding: 0px 28px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 26px;
	background-color: #8B0505;
	border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
}

/* Thumb */

.bdy-tmb{
	display: block;
	float: left;
	width: 630px;
	margin-top: 15px;
}

.bdy-tmb p.txt{
	padding: 50px 0px;
}

/* Pager */

.bdy-pgr{
	display: block;
	float: left;
	width: 630px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #E2E4E5;
}

.bdy-pgr a{
	float: left;
	padding: 3px 6px;
	border: 1px solid #E0E0E0;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	margin-right: 2px;
	background-color: #8B0505;
	border-radius: 5px;
}

.bdy-pgr a.act{
	color: #8B0505;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
}

/* RSS */

.bdy-rss{
	float: left;
	width: 590px;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}

.bdy-rss li{
	margin-top: 10px;
	line-height: 18px;
}

.bdy-rss li b{
	display: inline-block;
	width: 100px;
	color: #A30103;
	padding-right: 10px;
	text-align: right;
}


/* Other */

.bdy-htm{
	margin-top: 20px;
}

.bdy-htm p{
	margin-top: 12px;
}

.bdy .tmb{
	float: left;
	width: 106px;
	height: 200px;
	padding: 6px;
	margin-top: 6px;
	margin-right: 6px;
	border: 1px solid #E2E4E5;
}

.bdy .tmb-hvr{
	padding: 4px;
	border: 3px solid #8B0505;
}

.bdy .tmb-ttl{
	float: left;
	padding: 5px 0px;
	width: 106px;
	height: 30px;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
}

.bdy .mrg-top{
	margin-top: 10px;
}

.bdy .mrg-cnt{
	padding-top: 10px;
	border-top: 1px solid #E2E4E5;
}

.bdy .mrg-rtg div{
	display: inline-block;
	width: 60px;
	height: 50px;
	text-align: center;
	margin-top: 10px;
	background: #FFFFFF url('Images/rtg.png') no-repeat bottom left;
}

.bdy .mrg-rtg div b{
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 2px;
}

.bdy .mrg-rtg div span{
	display: block;
	color: #FFFFFF;
	font-size: 28px;
	margin-top: -3px;
}

/* Box */
/* -------------------------------------------------------- */

.bdy .box{
	float: left;
	width: 300px;
	min-height: 250px;
	margin: 20px 20px 0px 0px;
	background: #FFFFFF url('Images/box.btm.jpg') no-repeat bottom left;
}

.bdy .ibx{
	float: left;
	width: 300px;
	margin: 20px 20px 0px 0px;
}

.bdy .box h3{
	display: block;
	width: 280px;
	height: 29px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 10px 0px 10px;
	background: #FFFFFF url('Images/box.top.jpg') no-repeat top left;
}

.bdy .box h3 a{
	float: left;
	width: 280px;
	height: 29px;
	color: #FFFFFF;
}

/* Form */

.bdy .box-form .frm{
	padding: 0px 20px 20px 20px;
}

.bdy .box-form select{
	width: 260px;
	padding: 5px 10px;
	margin-top: 10px;
}

.bdy .box-form a.sbm{
	float: right;
	margin-top: 20px;
	color: #8B0505;
	font-size: 14px;
	font-weight: bold;
}

/* List */

.bdy .box-list{
	width: 260px;
	padding: 0px 20px 20px 20px;
}

.bdy .box-list .itm{
	float: left;
	width: 260px;
	padding: 10px 0px;
	border-top: 1px solid #8B0505;
}

.bdy .box-list .frs{
	border-top: none !important;
}

.bdy .box-list .frs{
	float: left;
	width: 260px;
	padding: 10px 0px;
	border-top: 1px solid #8B0505;
}

.bdy .box-list .itm .img{
	float: left;
	margin-right: 10px;
}

.bdy .box-list .itm .txt b{
	display: block;
	color: #A30103;
	font-size: 10px;
}

/* Seance */

.bdy .box-seance h3{
	background: #FFFFFF url('Images/box.snc.jpg') no-repeat top left;
}

.bdy .box-seance{
	min-height: 120px;
	background: #FFFFFF url('Images/box.snc.jpg') no-repeat bottom left;
}

.bdy .box-seance select{
	margin-top: 2px;
}

.bdy .box-seance a.sbm{
	color: #FFFFFF;
	margin-top: 5px;
}

/* Tabs */
/* -------------------------------------------------------- */

.bdy .tab{
	height: 25px;
	border-bottom: 3px solid #8B0505;
}

.bdy .tab .itm{
	float: left;
	width: 194px;
	height: 25px;
	margin-right: 4px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	background: #FFFFFF url('Images/tab.jpg') no-repeat;
	background-position: 0px -25px;
}

.bdy .tab .all{
	float: left;
	width: 84px;
	height: 25px;
	margin-right: 4px;
	color: #A30103;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
}

.bdy .tab .act,
.bdy .tab .itm:hover{
	color: #FFFFFF;
	background-position: 0px 0px;
}

.bdy .tab-srt .itm{
	width: 102px;
	background-position: 0px -75px;
}

.bdy .tab-srt .act,
.bdy .tab-srt .itm:hover{
	background-position: 0px -50px;
}

/* Headline */
/* -------------------------------------------------------- */

.bdy .hdl{
	position: relative;
	float: left;
	width: 990px;
	height: 395px;
}

/* Movie */

.bdy .hdl-mov{
	position: absolute;
	width: 990px;
	height: 433px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
}

.bdy .hdl-mov .frm{
	position: absolute;
	float: left;
	width: 9900px;
	height: 433px;
	top: 0px;
	left: 0px;
}

.bdy .hdl-mov .itm{
	position: relative;
	float: left;
	width: 990px;
	height: 433px;
}

.bdy .hdl-mov .ply{
	position: absolute;
	float: left;
	width: 167px;
	height: 31px;
	padding: 0px 10px;
	top: 20px;
	right: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
	background: transparent url('Images/hdl.ply.png') no-repeat;
}

.bdy .hdl-mov .ply:hover{
	opacity: .6;
	-moz-opacity: .6;
	-webkit-opacity: .6;
}

.bdy .hdl-mov .cmt{
	position: absolute;
	float: left;
	width: 167px;
	height: 31px;
	padding: 0px 10px;
	top: 60px;
	right: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
	background: transparent url('Images/hdl.cmt.png') no-repeat;
}

.bdy .hdl-mov .cmt:hover{
	opacity: .6;
	-moz-opacity: .6;
	-webkit-opacity: .6;
}

.bdy .hdl-mov .snc{
	position: absolute;
	float: left;
	width: 167px;
	height: 31px;
	padding: 0px 10px;
	top: 100px;
	right: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 31px;
	background: transparent url('Images/hdl.cmt.png') no-repeat;
}

.bdy .hdl-mov .snc:hover{
	opacity: .6;
	-moz-opacity: .6;
	-webkit-opacity: .6;
}

/* Thumb */

.bdy .hdl-tmb{
	position: absolute;
	width: 890px;
	height: 110px;
	left: 50px;
	bottom: -45px;
	overflow: hidden;
	z-index: 2;
	background: transparent url('Images/hdl.tmb.png') no-repeat;
}

.bdy .hdl-tmb .prv,
.bdy .hdl-tmb .nxt{
	float: left;
	width: 17px;
	height: 54px;
	margin: 25px 10px 0px 8px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent url('Images/hdl.nav.png') no-repeat;
}

.bdy .hdl-tmb .nxt{
	margin: 25px 0px 0px 0px;
	background-position: -17px 0px;
}

.bdy .hdl-tmb .wra{
	position: relative;
	float: left;
	width: 830px;
	height: 83px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}

.bdy .hdl-tmb .frm{
	position: absolute;
	float: left;
	width: 1660px;
}

.bdy .hdl-tmb .itm{
	position: relative;
	float: left;
	width: 156px;
	height: 83px;
	margin-right: 10px;
}

.bdy .hdl-tmb .itm a{
	float: left;
	width: 156px;
	height: 83px;
	overflow: hidden;
}

.bdy .hdl-tmb .itm b{
	position: absolute;
	width: 136px;
	height: 20px;
	padding: 0px 10px;
	left: 0px;
	bottom: 0px;
	color: #FFFFFF;
	line-height: 20px;
	opacity: .8;
	-moz-opacity: .8;
	-webkit-opacity: .8;
	overflow: hidden;
	background-color: #000000;
}

.bdy .hdl-tmb .act a,
.bdy .hdl-tmb .itm a:hover{
	width: 152px;
	height: 79px;
	border: 2px solid #FFFFFF;
}

.bdy .hdl-tmb .act a img,
.bdy .hdl-tmb .itm a:hover img{
	float: left;
	margin: -2px 0px 0px -2px;
}

.bdy .hdl-tmb .act a b,
.bdy .hdl-tmb .itm a:hover b{
	color: #8B0505;
	background-color: #FFFFFF;
}

/* Headline */
/* -------------------------------------------------------- */

.bdy .shd{
	position: relative;
	cursor: pointer;
	float: left;
	width: 630px;
	height: 350px;
	margin-top: 20px;
}

.bdy .shd-tag{
	position: absolute;
	width: 630px;
	height: 280px;
	z-index: 3;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-indent: -999px;
}

.bdy .shd-cnt{
	position: relative;
	float: left;
	width: 630px;
	height: 280px;
	z-index: 1;
	overflow: hidden;
}

.bdy .shd-cnt .frm{
	position: absolute;
	float: left;
	width: 3150px;
	height: 280px;
	top: 0px;
	left: 0px;
}

.bdy .shd-cnt .itm{
	float: left;
}

/* Thumb */

.bdy .shd-tmb{
	position: absolute;
	width: 630px;
	height: 70px;
	padding-top: 280px;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: transparent url('Images/shd.tmb.png') no-repeat;
}

.bdy .shd-tmb .prv,
.bdy .shd-tmb .nxt{
	float: left;
	width: 14px;
	height: 44px;
	margin: 5px 5px 0px 3px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent url('Images/shd.nav.png') no-repeat;
}

.bdy .shd-tmb .nxt{
	margin: 5px 0px 0px 0px;
	background-position: -14px 0px;
}

.bdy .shd-tmb .itm{
	float: left;
	margin-right: 5px;
}

.bdy .shd-tmb .itm a{
	float: left;
	width: 113px;
	height: 60px;
	overflow: hidden;
}

.bdy .shd-tmb .act a,
.bdy .shd-tmb .itm a:hover{
	width: 109px;
	height: 56px;
	border: 2px solid #FFFFFF;
}

.bdy .shd-tmb .act a img,
.bdy .shd-tmb .itm a:hover img{
	float: left;
	margin: -2px 0px 0px -2px;
}

.bdy .shd-tmb .itm b{
	display: none;
}

/* Headline */
/* -------------------------------------------------------- */

.bdy .nhd{
	position: relative;
	float: left;
	width: 630px;
	height: 250px;
	margin-top: 20px;
	margin-right: 20px;
}

.bdy .nhd .nhd-tmb{
	float: left;
	width: 93px;
	margin-right: 2px;
}

.bdy .nhd .nhd-tmb a{
	float: left;
	width: 93px;
	height: 61px;
	margin-bottom: 2px;
	overflow: hidden;
}

.bdy .nhd .nhd-tmb a.act,
.bdy .nhd .nhd-tmb a:hover{
	width: 87px;
	height: 55px;
	border: 3px solid #8B0505;
}

.bdy .nhd .nhd-tmb a.act img,
.bdy .nhd .nhd-tmb a:hover img{
	margin: -3px 0px 0px -3px;
}

.bdy .nhd .nhd-tmb a b{
	display: none;
}

.bdy .nhd .nhd-tmb a img{
	float: left;
}

.bdy .nhd .nhd-cnt{
	position: relative;
	float: left;
	width: 535px;
	height: 250px;
	overflow: hidden;
}

.bdy .nhd .nhd-cnt .frm{
	position: absolute;
	float: left;
	width: 535px;
	height: 1000px;
	top: 0px;
	left: 0px;
}

.bdy .nhd .nhd-cnt .frm .itm{
	float: left;
}

/* Movies */
/* -------------------------------------------------------- */

.bdy .mvs{
	margin-top: 55px;
	padding-bottom: 15px;
	border-bottom: 2px solid #8B0505;
}

.bdy .mvs-frm .act{
	display: block !important;
}

.bdy .mvs-frm .itm{
	display: none;
	width: 970px;
}

.bdy .mvs-frm .itm a{
	float: left;
	width: 164px;
	height: 243px;
	margin: 15px 30px 0px 0px;
}

.bdy .mvs-frm .itm b{
	display: none;
}

/* Contents */
/* -------------------------------------------------------- */

.bdy .cns{
	/*margin-top: 20px;*/
}

.bdy .cns-top{
	width: 640px;
}

.bdy .cns-top .itm{
	float: left;
	width: 300px;
	margin-right: 20px;
}

.bdy .cns-top .itm a{
	display: block;
	color: #444444;
	font-size: 13px;
}

.bdy .cns-top .itm a:hover{
	color: #8B0505;
}

.bdy .cns-top .itm b{
	display: block;
	margin-top: 10px;
}

/* Bottom */

.bdy .cns-btm .itm{
	float: left;
	width: 630px;
	padding-top: 20px;
	border-top: 2px solid #8F0304;
}

.bdy .cns-btm .itm .img{
	float: left;
	margin-right: 20px;
}

.bdy .cns-btm .itm .txt{
	float: left;
	width: 300px;
	color: #444444;
	font-size: 13px;
}

.bdy .cns-btm .itm .txt:hover{
	color: #8B0505;
}

.bdy .cns-btm .itm .txt b{
	display: block;
	color: #444444;
	font-size: 24px;
	padding-bottom: 20px;
}

/* Long */

.bdy .cns-lng .itm{
	float: left;
	width: 630px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px solid #BBBBC4;
}

.bdy .cns-lng .itm a{
	color: #444444;
	font-size: 13px;
}

.bdy .cns-lng .itm a:hover{
	color: #8B0505;
}

.bdy .cns-lng .itm b{
	display: block;
	margin-top: 10px;
}

/* Box Office */
/* -------------------------------------------------------- */

.bdy .bof{
	float: left;
	width: 300px;
	margin-top: 20px;
}

.bdy .bof-frm h4{
	display: none;
}

.bdy .bof-frm .act{
	display: block !important;
}

.bdy .bof-frm .itm{
	display: none;
	margin-top: 20px;
}

.bdy .bof-frm .itm li{
	display: block;
	width: 280px;
	height: 30px;
	padding: 0px 10px;
	color: #444444;
	font-size: 12px;
	line-height: 30px;
	background: transparent url('Images/bof.itm.jpg') repeat-x top center;
}

.bdy .bof-frm .itm b{
	float: left;
	color: #000000;
	width: 30px;
	font-size: 14px;
	text-align: center;
}

.bdy .bof-frm .itm a{
	float: left;
}

.bdy .bof-frm .itm small{
	float: right;
	color: #A30103;
}

/* Box Right */
/* -------------------------------------------------------- */

.bdy .bor{
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.bdy .bor h3{
	display: block;
	width: 280px;
	height: 29px;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 10px 0px 10px;
	background: #FFFFFF url('Images/box.bor.jpg') no-repeat top left;
}

.bdy .bor h3 a{
	color: #FFFFFF;
}

/* Critic */

.bdy .bor-crt{
	float: left;
	width: 300px;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E2E4E5;
}

.bdy .bor-crt .lft{
	float: right;
	width: 70px;
	margin-right: 10px;
}

.bdy .bor-crt .rgt{
	float: right;
	width: 210px;
	margin-left: 10px;
}

.bdy .bor-crt .rgt h4{
	color: #840505;
	font-size: 12px;
}

.bdy .bor-crt .usr{
	float: left;
	width: 210px;
	margin-top: 3px;
}

.bdy .bor-crt .usr img{
	float: left;
	margin-right: 5px;
}

.bdy .bor-crt .usr b{
	font-size: 10px;
}

.bdy .bor-crt .usr p{
	float: left;
	width: 165px;
}

.bdy .bor-crt .usr span{
	float: left;
	width: 165px;
	height: 10px;
	margin-top: 3px;
}

.bdy .bor-crt .crt{
	float: left;
	width: 210px;
	margin-top: 5px;
	font-size: 10px;
}

.bdy .bor-crt .crt b{
	display: block;
}


/* Similar */

.bdy .bor-sml{
	float: left;
	width: 300px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E4E5;
}

.bdy .bor-sml .lft{
	float: right;
	width: 70px;
	margin-right: 10px;
}

.bdy .bor-sml .rgt{
	float: right;
	width: 210px;
	margin-left: 10px;
}

.bdy .bor-sml .rgt h4{
	color: #840505;
	font-size: 12px;
}

.bdy .bor-sml .rgt u{
	display: block;
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}

.bdy .bor-sml .rgt small{
	display: block;
	margin-top: 10px;
	height: 47px;
}

.bdy .bor-sml .rgt span{
	float: right;
	color: #8B7305;
	margin-right: 10px;
}

.bdy .bor-sml .rgt a.btn{
	display: inline-block;
	padding: 2px 4px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #8B0505;
	border-radius: 3px;
}

.bdy .bor-sml .rgt a.btn:hover{
	color: #FDC501;
}

.bdy .bor-sml .rgt a.gry{
	background-color: #666666;
}

/* Similar */

.bdy .bor-otr{
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E2E4E5;
}

.bdy .bor-otr .top h4{
	color: #840505;
	font-size: 12px;
	margin-bottom: 5px;
}

.bdy .bor-otr .top a{
	display: block;
	margin: 5px 0px;
}

.bdy .bor-otr .top p{
	color: #8B7305;
	font-size: 10px;
}

.bdy .bor-otr .top span{
	float: right;
	color: #666666;
}


/* Movie */
/* -------------------------------------------------------- */

.bdy-mov{
	margin-top: 20px;
}

.bdy-mov-rgt{
	position: relative;
	float: right;
	width: 375px;
	padding-right: 20px;
	line-height: 18px;
	border-right: 1px solid #E2E4E5;
}

.bdy-mov-rgt h3{
	display: block;
	font-size: 24px;
	padding-bottom: 5px;
	line-height: 32px;
}

.bdy-mov-rgt .rtg{
	display: block;
	margin-bottom: 20px;
}

.bdy-mov-rgt .rti{
	position: absolute;
	left: 237px;
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
}

.bdy-mov-rgt label{
	color: #840505;
	padding-right: 6px;
	font-weight: bold;
}

.bdy-mov-rgt p{
	line-height: 1.5;
	margin-top: 12px;
}

.bdy-mov-rgt b{
	color: #8B7305;
	font-weight: normal;
}

.bdy-mov-rgt a{
	color: #8B7305;
}

.bdy-mov-rgt a:hover{
	color: #000000;
}

.bdy-mov-rgt .lst{
	display: block;
	margin-top: 10px;
}

.bdy-mov-rgt .lst li{
	display: block;
	width: 375px;
}

.bdy-mov-rgt .lst a{
	display: block;
	line-height: 1.5;
}

.bdy-mov-rgt .lst a b{
	display: block;
}

.bdy-mov-rgt .lst a:hover b{
	color: #000000;
}

.bdy-mov-rgt .lst a span{
	color: #000000;
}

.bdy-mov-rgt .lst a small{
	float: right;
	color: #666666;
}

.bdy-mov-lft{
	float: left;
	width: 214px;
	margin-right: 20px;
}

.bdy-mov-lft a{
	display: block;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background-color: #EFEEEE;
	border-bottom: 1px solid #D3D3D3;
}

.bdy-mov-lft a:hover{
	color: #840505;
}

.bdy-mov-lft a.frs{
	color: #FFFFFF;
	background-color: #840505;
}

.bdy-mov-lft a.frs:hover{
	color: #FDC501;
}

.bdy-mov-lft a b{
	color: #840505;
	font-weight: bold;
}

.bdy-mov-lft .shr{
	padding-top: 5px;
	height: 25px;
	border-bottom: 1px solid #D3D3D3;
}

.bdy-mov-lft .shr .sh1,
.bdy-mov-lft .shr .sh2,
.bdy-mov-lft .shr .sh3{
	float: left;
}

/* Writer */
/* -------------------------------------------------------- */

.bdy-wrt{
	margin-top: 20px;
}

.bdy-wrt-rgt{
	position: relative;
	float: right;
	width: 375px;
	padding-right: 20px;
	line-height: 18px;
	border-right: 1px solid #E2E4E5;
}

.bdy-wrt-rgt h3{
	display: block;
	font-size: 24px;
	padding-bottom: 5px;
}

.bdy-wrt-rgt label{
	color: #840505;
	margin-bottom: 10px;
	padding-right: 6px;
	font-weight: bold;
}

.bdy-wrt-rgt div.htm{
	color: #666666;
	margin-top: 10px;
	line-height: 1.7em;
}

.bdy-wrt-rgt span.smr{
	color: #666666;
}

.bdy-wrt-rgt ul.lst{
	margin-top: 10px;
}

.bdy-wrt-rgt li{
	line-height: 18px;
}

.bdy-wrt-rgt li a{
	color: #8B7305;
}

.bdy-wrt-rgt li a:hover{
	color: #000000;
}

.bdy-wrt-rgt li small{
	float: right;
	color: #666666;
}

.bdy-wrt-rgt .mrg-top{
	margin-top: 20px;
}

.bdy-wrt-lft{
	float: left;
	width: 214px;
	margin-right: 20px;
}

.bdy-wrt .bdy-pgr{
	width: 375px;
}


/* User */
/* -------------------------------------------------------- */

.bdy-usr{
	margin-top: 20px;
}

/* Top */

.bdy-usr-top{
	position: relative;
	float: right;
	width: 375px;
	padding-right: 20px;
	line-height: 18px;
	border-right: 1px solid #E2E4E5;
}

.bdy-usr-top h3{
	display: block;
	font-size: 24px;
	padding-bottom: 5px;
}

.bdy-usr-top div{
	float: right;
}

.bdy-usr-top span{
	color: #666666;
}

/* Right */

.bdy-usr-rgt{
	position: relative;
	float: right;
	width: 375px;
	padding-right: 20px;
	line-height: 18px;
	border-right: 1px solid #E2E4E5;
}

.bdy-usr-rgt label{
	color: #840505;
	margin-bottom: 10px;
	padding-right: 6px;
	font-weight: bold;
}

/* HTML */

.bdy-usr-rgt div.htm{
	color: #666666;
	margin-top: 10px;
	line-height: 1.7em;
}

/* Friend */

.bdy-usr-rgt ul.frd{
	margin-top: 10px;
}

.bdy-usr-rgt ul.frd li{
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}

.bdy-usr-rgt ul.frd li a{
	display: inline-block;
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.bdy-usr-rgt ul.frd li a:hover{
	padding: 1px;
	border: 2px solid #840505;
}

/* Table */

.bdy-usr-rgt table.tbl{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}

.bdy-usr-rgt table.tbl td{
	padding: 4px 8px;
	border-top: 1px solid #E2E4E5;
}

.bdy-usr-rgt table.tbl td.tbl-img{
	vertical-align: top;
}

.bdy-usr-rgt table.tbl td.tbl-ord{
	color: #840505;
	font-weight: bold;
}

.bdy-usr-rgt table.tbl td.tbl-ttl{
	width: 100%;
}

.bdy-usr-rgt table.tbl td.tbl-msg{
	width: 100%;
}

.bdy-usr-rgt table.tbl tr.new td{
	background-color: #F0F0F0;
}

.bdy-usr-rgt table.tbl tr.new td.tbl-ttl a{
	font-weight: bold;
}

.bdy-usr-rgt table.tbl td.tbl-ttl a u{
	padding-left: 14px;
	text-decoration: none;
}

.bdy-usr-rgt table.tbl td.tbl-ttl a u.in{
	background: transparent url('Images/msg.gif') no-repeat 0px 3px;
}

.bdy-usr-rgt table.tbl td.tbl-ttl a u.out{
	background: transparent url('Images/msg.gif') no-repeat 0px -13px;
}

.bdy-usr-rgt table.tbl td.tbl-ttl a span{
	display: block;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
}

.bdy-usr-rgt table.tbl td.tbl-act{
	padding-right: 0px;
}

.bdy-usr-rgt table.tbl td.tbl-act a{
	display: block;
	padding: 2px 4px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #8B0505;
	border-radius: 3px;
}

.bdy-usr-rgt table.tbl td.tbl-act a:hover{
	color: #FDC501;
}

.bdy-usr-rgt table.tbl td.tbl-msg{
	color: #666666;
	margin-top: 10px;
	line-height: 1.7em;
}

.bdy-usr-rgt table.tbl td.tbl-msg small{
	float: right;
	color: #666666;
}

/* List */

.bdy-usr-rgt ul.lst{
	margin-top: 10px;
}

.bdy-usr-rgt ul.lst li{
	line-height: 18px;
}

.bdy-usr-rgt ul.lst li a{
	color: #8B7305;
}

.bdy-usr-rgt ul.lst li a:hover{
	color: #000000;
}

.bdy-usr-rgt ul.lst li small{
	float: right;
	color: #666666;
}

/* Input */

.bdy-usr-rgt input.txt{
	width: 200px;
	padding: 5px 10px;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
}

.bdy-usr-rgt input.txt-long{
	width: 350px;
}

.bdy-usr-rgt textarea.txt{
	width: 370px;
	height: 150px;
	margin-top: 5px;
}

.bdy-usr-rgt textarea.msg{
	width: 353px;
	height: 100px;
	margin-top: 5px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}

.bdy-usr-rgt textarea.txt-long{
	height: 370px;
}

.bdy-usr-rgt small{
	color: #333333;
	margin-left: 10px;
}

.bdy-usr-rgt .rdo label{
	color: #000000;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-right: 10px;
	font-weight: normal;
}

/* Margin */

.bdy-usr-rgt .mrg-top{
	margin-top: 20px;
}

.bdy-usr-rgt .mrg-btm{
	margin-top: 80px;
}

.bdy-usr-lft{
	float: left;
	width: 214px;
	margin-top: -41px;
	margin-right: 20px;
}

.bdy-usr-lft a{
	display: block;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background-color: #EFEEEE;
	border-bottom: 1px solid #D3D3D3;
}

.bdy-usr-lft a:hover{
	color: #840505;
}

.bdy-usr-lft a b{
	color: #840505;
}

/* Form */

.bdy-usr-frm .frm-top{
	float: left;
	width: 590px;
	margin-top: 20px;
	padding-left: 40px;
}

.bdy-usr-frm .frm-top a{
	color: #8B0505;
	font-weight: bold;
}

.bdy-usr-frm .frm-lft{
	float: left;
	width: 280px;
	margin-top: 20px;
	padding-left: 40px;
}

.bdy-usr-frm .frm-rgt{
	float: left;
	width: 259px;
	margin-top: 20px;
	padding-left: 50px;
	border-left: 1px solid #CCCCCC;
}

.bdy-usr-frm .inp h4{
	display: block;
	color: #8B0505;
	font-size: 14px;
	margin: 20px 0px;
}

.bdy-usr-frm .inp p.fld{
	display: block;
	margin-top: 10px;
}

.bdy-usr-frm .inp p.fld label{
	display: block;
	padding-bottom: 5px;
}

.bdy-usr-frm .inp input.txt{
	width: 200px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
}

/* Button */

.bdy-usr a.btn{
	display: inline-block;
	padding: 5px 10px;
	color: #FFFFFF;
	background-color: #8B0505;
	border-radius: 5px;
}

.bdy-usr a.btn:hover{
	color: #FDC501;
}

.bdy-usr a.btn b{
	font-weight: bold;
}

/* Content */
/* -------------------------------------------------------- */

.bdy-cnt{
	position: relative;
	margin-top: 20px;
}

.bdy-cnt-top h3{
	display: block;
	color: #444444;
	font-size: 28px;
}

.bdy-cnt-top a.vdo{
	float: right;
	padding: 3px 6px;
	margin-top: -19px;
	color: #FFFFFF;
	text-align: center;
	background-color: #840505;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bdy-cnt-top a.vdo:hover{
	color: #FDC501;
}

.bdy-cnt-top a.vdo strong{
	color: #FDC501;
}

.bdy-cnt-top img{
	margin-top: 10px;
}

.bdy-cnt-tbl{
	margin-top: 10px;
}

.bdy-cnt-tbl{
	border-collapse: collapse;
}

.bdy-cnt-tbl td{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.bdy-cnt-tbl .smr{
	padding-left: 10px;
	color: #A30103;
	border-left: 1px solid #CCCCCC;
}

.bdy-cnt-tbl .usr{
	white-space: nowrap;
	padding-right: 10px;
	border-right: 1px solid #CCCCCC;
}

.bdy-cnt-tbl .rtg{
	margin-right: 40px;
	padding-bottom: 10px;
}

.bdy-cnt-tbl .rti{
	float: right;
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
}

.bdy-cnt-tbl .rti b{
	color: #8B7305;
	font-weight: normal;
}

.bdy-cnt-tbl .usr a.lnk small{
	display: block;
	color: #A30103;
}

.bdy-cnt-shr{
	width: 630px;
	height: 25px;
}

.bdy-cnt-shr .txt{
	float: left;
}

.bdy-cnt-shr .txt{
	color: #A30103;
	font-size: 11px;
}

.bdy-cnt-shr .txt span{
	color: #000000;
	font-size: 10px;
}

.bdy-cnt-shr .sh1,
.bdy-cnt-shr .sh2{
	float: right;
}

.bdy-cnt-btm{
	margin-top: 20px;
	line-height: 1.5;
}

.bdy-cnt-tag{
	margin-top: 20px;
}

.bdy-cnt-tag small{
	display: block;
	color: #A30103;
}

.bdy-cnt-tag a{
	color: #8B7305;
}

.bdy-cnt-tag a:hover{
	color: #000000;
}

/* Gallery */
/* -------------------------------------------------------- */

.bdy-glr{
	display: block;
	margin-top: 20px;
	padding-top: 16px;
	overflow: hidden;
	border-top: 1px solid #E2E4E5;
}

.bdy-glr .glr{
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}


/* Video */
/* -------------------------------------------------------- */

.bdy-vdo{
	display: none;
	margin-top: 20px;
	height: 0px;
	overflow: hidden;
	background-color: #EFEEEE;
}

.bdy-vdo .ply{
	float: left;
	width: 630px;
	height: 350px;
	background-color: #000000;
}

.bdy-vdo .itm{
	float: left;
	width: 630px;
	margin-top: 10px;
}

.bdy-vdo .itm a.cls{
	float: right;
	width: 50px;
	color: #FFFFFF;
	padding: 2px 0px;
	text-align: center;
	margin-bottom: 5px;
	background-color: #840505;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.bdy-vdo .itm a.cls:hover{
	color: #FDC501;
}

.bdy-vdo .itm a.lnk{
	float: left;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 5px;
	background-color: #000000;
}

.bdy-vdo .itm a.act{
	width: 46px;
	height: 46px;
	border: 2px solid #8B0505;
	background-position: -2px -2px;
}

.bdy-vdo .itm a.act img{
	margin: -2px 0px 0px -2px;
}

/* Comment */
/* -------------------------------------------------------- */

.bdy-cmt{
	float: left;
	width: 630px;
	margin-top: 20px;
	padding: 20px 0px;
	border-top: 1px solid #E2E4E5;
}

.bdy-cmt-frm{
	float: left;
	width: 630px;
}

.bdy-cmt-frm a.usr{
	float: left;
	margin-right: 10px;
}

.bdy-cmt-frm textarea{
	float: left;
	padding: 2px;
	width: 491px;
	height: 44px;
	margin-right: 10px;
	color: #333333;
	border: 1px solid #E2E4E5;
}

.bdy-cmt-frm a.btn{
	float: left;
	height: 50px;
	padding: 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 50px;
	background-color: #E2E4E5;
	border-radius: 5px;
}

.bdy-cmt-frm a.btn:hover{
	background-color: #8B0505;
}

.bdy-cmt-lst{
	float: left;
	width: 630px;
}

.bdy-cmt-lst table{
	width: 100%;
	border-collapse: collapse;
}

.bdy-cmt-lst table td{
	padding-top: 10px;
	vertical-align: top;
	color: #333333;
	line-height: 1.5;
}

.bdy-cmt-lst table td small{
	float: right;
}

.bdy-cmt-lst table td a{
	display: inline-block;
	color: #8B7305;
}

.bdy-cmt-lst table td p{
	margin-top: 12px;
}

.bdy-cmt-lst table td p a{
	display: inline-block;
}

.bdy-cmt-lst table td a:hover{
	color: #000000;
}

.bdy-cmt-lst table .ttl{
	width: 100%;
	padding: 10px 10px;
}

.bdy-cmt-lst table .act{
	padding-left: 30px;
	padding-right: 15px;
	color: #666666;
	text-align: center;
}

.bdy-cmt-lst table td a.like{
	padding-left: 20px;
	background: #FFFFFF url('Images/icn.lke.jpg') no-repeat 0px 2px;
}


/* Seance */
/* -------------------------------------------------------- */

.snc-rst{

}

.snc-rst .ttl{
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.snc-rst .ttl a, .snc-rst .ttl a:visited{
	color: #8B0505;
	font-weight: bold;
}

.snc-rst .ttl a:hover{
	color: #444444;
}

.snc-rst .ttl span{
	color: #444444;
	font-size: 11px;
}

.snc-rst .itm{
	margin-top: 5px;
}

.snc-rst .itm a{
	display: inline-block;
	width: 260px;

}

.snc-rst .itm span{
	font-size: 11px;
}

/* Search */
/* -------------------------------------------------------- */


.src-rst .ttl{
	float: left;
	width: 630px;
	margin-top: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.src-rst .ttl a, .src-rst .ttl a:visited{
	color: #8B0505;
	font-weight: bold;
}

.src-rst .ttl a:hover{
	color: #444444;
}


.src-rst .itm{
	float: left;
	width: 630px;
	margin-top: 20px;
}

.src-rst .itm .img{
	float: left;
	margin-right: 20px;
}

.src-rst .itm .mdm b{
	display: block;
	font-size: 11px;
}

.src-rst .itm .mdm u{
	display: block;
	color: #8B0505;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

.src-rst .itm .mdm span{
	display: block;
	height: 56px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}


/* Footer */
/* -------------------------------------------------------- */

.ftr .wrp{
	position: relative;
	height: 110px;
	background: transparent url('Images/ftr.png') repeat-x top center;
}

.ftr .mnu{
	padding-top: 40px;
	text-align: center;
}

.ftr .mnu ul{
	margin: 0px auto;
}

.ftr .mnu li{
	display: inline-block;
	float: left;
	padding: 0px 18px;
	border-right: 1px solid #FFFFFF;
}

.ftr .mnu a{
	color: #FFFFFF;
	font-size: 10px;
}

.ftr .mnu a:hover{
	color: #FDC501;
}
