.people_detail .tags {display: none;}

.people_detail {
    width: 380px;
}


.people_detail .content-film  {
    overflow:hidden;
	background-color: #4E3A43;
	padding: 0px 15px 10px 15px;
	
}

.people_detail hr {
    display: none;
}

.people_detail .hr {
    width: 380px;
    height: 20px;
}

.people_detail .up {
    background: url('../imgs/film-detail/hr_up_people.png') no-repeat scroll top left;
}

.people_detail .bottom {
    background: url('../imgs/film-detail/hr_bottom_people.png') no-repeat scroll top left;
}

.people_detail .highlights {
    font-family:Georgia,Times,serif;
    font-size:1.6em;
    line-height:1.2em;
    font-style: italic;
}
.people_detail .definition-list {
    color:#AF98A2;
    font-size:1.4em;
    font-weight:normal;
    padding-top: 20px;
}
.people_detail .single-item {
    line-height:0.8em;
}




