body.videos #contents {
	position: absolute;
	left: 250px; top: 150px;
	
	width: 460px;
	text-align: center;
	color: black;
	
	font-size: 24px;
	
	xoutline: 1px solid black;
}


#video_list {
	width: 666px;
	background-color: white;
	border: 4px solid black;
}

#video_list li {
	xpadding-left: 13px;
	xpadding-right: 13px;
}

#video_list li h3 {
	cursor: pointer;
	xbackground-color: black;
	font-size: 18px;
	color: black;
	letter-spacing: -1px;
	font-weight: bold;
	xtext-align: left;
	
	border-top: 2px dashed black;
	padding-bottom: 12px; padding-top: 10px;
	margin-top:-2px;
}
#video_list li h3:hover {
	color: white;	
	background-color: black;
}
#video_list li.opened_accordion h3 {
	color: white;	
	background-color: black;
	border-bottom: 2px dashed white;
}

#video_list li .innards {
	padding: 13px;
}

#video_list li .innards p {
	font-size: 14px;
	color: #4c4c4c;
	text-align: left; 
	margin-bottom: 5px;
	margin-top: 10px;
}
