@charset "utf-8";
/* CSS Document */

.ListVideo {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #007AD2;
	padding: 10px;
}

h2.TTVideoList {
	margin: 0px;
	padding: 0px;
	color: #007AD2;
	font-size: 14px;
}.ListVideo .video {
	margin: 8px;
	width: 420px;
}

