@charset "utf-8";

/*--------------------------------
movie
----------------------------------*/
ul.movieList{
    width:880px;
    margin:0 auto;
	padding:0;
}

li.movieUnit{
    margin:0 0 4px 0;
	border-radius:5px;
    width:880px;
    height: 190px;
	padding:0;
   /* background: url("../../images/pc/movie/back_movie.png") left top no-repeat;*/
   	background:url("../../images/pc/common/back_main_minbox.png");
}

li.movieUnit2{
    margin:0 0 4px 0;
	border-radius:5px;
    width:880px;
    height: 190px;
	padding:0;
	background:rgba(30,37,64,0.7);
}

.moviePhoto{padding: 11px 7px 0 11px; float: left; margin:0;}

.movieProf{
    float: right;
    width:550px;
    padding-right: 15px;
}
.movieProf h3{
	text-align:left;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #CCCCCC;
    padding-top: 3px;
}
.movieProf h3 img{ vertical-align: text-top;}
.movieProf h3 span{ font-size:11px; font-weight:normal; margin-left:5px;/*color:#55BBFF;*/}

.movieDetail{
    width:550px;
    height: 140px;
    background: #34302C;
    border: #000000 1px solid;
}

.movieDetail2{
    width:550px;
    height: 140px;
    background:#1E2540;
    border: #000000 1px solid;
}


table.size{
    width:548px;
    height: 26px;
    background: #171614;
    line-height: 26px;
    margin: 1px;
    border-collapse: collapse;
}
table.size th{border-right: #34302C 1px solid; width:67px; vertical-align: middle; text-align: center;}
table.size th img{vertical-align: middle;}
table.size td{width:252px; text-align: center;}



table.size2{
    width:548px;
    height: 26px;
    background: #171614;
    line-height: 26px;
    margin: 1px;
    border-collapse: collapse;
}
table.size2 th{border-right: #1E2540 1px solid; width:67px; vertical-align: middle; text-align: center;}
table.size2 th img{vertical-align: middle;}
table.size2 td{width:252px; text-align: center;}


p.movieIntro{
    text-align:left;
    width:520px;
    height: 84px;
	overflow:auto;
    padding: 7px 13px 13px 13px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
}

/*

.movieProf{
    float: right;
    width:550px;
    padding-right: 15px;
}
.movieProf h3{
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #CCCCCC;
    padding-top: 3px;
}

.movieDetail{
    width:550px;
    height:140px;
	text-align:left;
    background: #34302C;
    border: #000000 1px solid;
}

p.movieIntro{
    width:530px;
    height: 114px;
    overflow: hidden;
    padding: 7px 13px 0 13px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: left;
}
*/