@charset "utf-8";


#title {
	background: url(../images/h2_bg.gif) repeat-x right center;
	margin-top: 35px;
}

#title h2 {
	background: url(../images/tit_left.gif) no-repeat left center;
	padding: 0 0 0 25px;
	width: 100%;
	height: 32px;
	line-height: 32px;
}

.clear{
	margin: 10px 0 20px 0;
    zoom:1;
}
.clear:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#movieList {
	margin: 20px 0 0 0;
	padding: 0 0 0 3.5%;
	font-size: 100%;
	zoom:1;
}

#movieList:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
#movieList h3 {
	color: #541a06;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #FF0000;
}

#movieList .listItem {
	width: 46.5%;
	float: left;
	/*margin: 0 0 2em 0;*/
}

#movieList .listItem p, div.info p{
	margin:15px 0 0 0;	
}

#movieList .left {
	margin-right: 25px;
}

#movieList .mov {
	margin: 10px 0 0 0;
}
#movieList .mov li {
	display: inline;
	background: url(../images/icon.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
}

#movieList .detail {
	margin: 15px 0 0 6px;
}

#movieList .detail li {
	line-height: 1.5;
	list-style-type: disc;
	margin: 0 0 0 15px;
}

*html #movieList .detail li {
	margin: 0 0 0 15px;
}

#inq {
	clear: both;
	padding: 0 3.5%;
	margin: 0 0 40px 0;
}
*html #inq {
	margin: 0 0 40px 0;
}

#inq p {
	background: url(../images/icon.gif) no-repeat left center;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #000;
}

*html #inq p {
	padding: 0 0 0 10px;
}

#inq p.dvd {
	border-top: 1px dotted #000;
}

h4 {
	border-bottom: 1px dotted #000000;
	clear: both;
}

#touchProf {
    zoom:1;
}
#touchProf:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#touchProf p{
	float: left;
}
#touchProf p.left{
	width:53%;
}

div.info {
    margin: 30px 0 0 0;
	padding: 0 3.5%;
}
