@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#page_name {
	width: 65px;
	float: left;
	margin-top: 4px;
}

#content {
	float: left;
	width: 835px;
	height: 455px;
}

p {	margin: 0; padding: 0; margin-bottom: 7px; }

/***************** images list ************/

#img_list {
	width: 310px;
	float: left;
}
#img_list .img_box {
	width: 100px;
	height: 154px;
	float: left;
	position: relative;
}
#img_list img {	border: 1px solid #888; margin: 4px; }
#img_list a:hover img { margin: 0; border: solid 5px #AAA; }
#img_list p {
	font-size: 10px;
	margin-top: 0;
}

/***************** film list **************/
#film_list {
	float: left;
	width: 310px;
	font-size: 9px;
}
#film_list_box { 
	width: 290px;
	padding: 0 0 0 4px;
	height: 430px;
	overflow: auto;
	background-color: #f2f2f2;
}
#film_list a { color: #000; text-decoration: none;}
#film_list a.cs { color: #555; text-decoration: none;}
#film_list a:hover { color: #660000; text-decoration: underline;}
#film_list p { margin: 0; margin-bottom: 1px; }
#film_list h2 { font-size: 11px; font-weight: normal; color: #888; margin: 0 0 8px 4px; }

/***************** detail area ************/
#big_img {
	float: left;
	width: 250px;
	font-size: 10px;
	position: relative;
}
#big_img div { margin: 0 0 0 7px; }
#big_img p { margin-left: 7px; }
#desc-title {
	float: right;
	width: 250px;
	height: 19px;
	margin-right: 15px;
}
#description h2 { 
	font-size: 12px;
	font-weight: bold; 
	margin-bottom: 5px;
	margin-top: 0px;
}
#desc-scroll {
	width: 275px;
	height: 450px;
	float: left;
}
#description {
	float: left;
	width: 250px;
	font-size: 10px;
	margin-left: 10px;
}
#description div { margin: 0; }
#description ul { 
	margin: 0; 
	margin-bottom: 5px;
	padding-left: 25px;
}
/* #description p, #big_img p { margin-bottom: 3px; } */

/***************** home *******************/
#home1, #home2 { float: left; width: 250px; }
#home2 { padding-left: 15px; }

/***************** bits *******************/
#page_name img.toggle {
	margin-left: 4px;
}

/***************** footer *****************/
#footer {
	width: 880px;
	margin: 10px 10px 0px;
	border-top: solid 1px #666;
	padding: 10px 0px 5px;
	text-align: center;
}

#footer p {
	font-size: 8px;
	color: #666;
	margin: 0px 0px 3px;
}

#footer a, #footer a:visited { color: #666; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#big_img #cs {
	background-image: url(images/coming-soon.png);
	background-repeat: no-repeat;
	z-index: 100;
	position: absolute;
	top: 40px;
	height: 87px;
	width: 250px;
	left: 0px;
	margin-left: 0;
}

.contact_link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.contact_link:hover {
	background-color: #e8e8e8;
}
