@charset "UTF-8";
/* Success Speakers Video */


.player{
	margin-top:20px;
	float:left;
	clear:both;
	
}
#playerHeader{
	width:407px;
}

.video{
	float:left;
	width:407px;
	height:300px;
}


#listWrapper{
	width:305px;
	float:right;
}

#listTitle{
	width:305px;
	margin-bottom:8px;
	margin-top:-8px;
}

#list{
	width:305px;
	float:right;
	padding:8px 0px 8px 0px;
	border-bottom:1px dotted #222;
}

#list .listImage{
	float:left;
	width:75px;
	height:75px;
}

#list .listInfo{
	float:right;
	width:210px;
	height:75px;
}

#list h1{
	font-size:14px;
}

.whiteSpace{
	margin-bottom:15px;
	clear:both;
}

.blue	{
	font-size:18px;
	color:#349ADA;
}


