

/*anchor*/
a:link{ color: #0033CC; text-decoration: none; }
a:visited{ color: #0033CC; text-decoration: none; }
a:hover{ color: #0033CC; text-decoration: none; }
a:active{ color: #0033CC; text-decoration: none; }

/*header*/
#hd h1 {
	font-size: 20px;
}
#hd h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#pgm h3 {
	margin-top: 3px;
}
/*video*/
.video-entry {
	float: left;
	width: 164px;
/*	height: 225px;*/
}
.video-entry-image img {
	/*width: 146px;*/
	width: 125px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.video-entry-images {
	/*position:  relative;*/
	/*width: 158px;*/
	height: 105px;
}
.video-content h3 {	
	font-size: 14px;
}

.video-content {
	margin-top: 5px;
}
.video-content p {
	margin-bottom: 0;
}

/*promotion*/
#promotion img {
	width: 300px;
/*	margin-bottom: 5px;*/
}
#promotion li {
	margin-bottom: 5px;
}
#promotion ul {
	padding-top: 0;
	padding-bottom: 0;
}

/*ads*/
#related h3 img {
	width: 300px;
}
#related li {
	clear: both;
}
#related li img {
	width: 90px;
	margin-bottom: 5px;
	margin-right: 10px;
	vertical-align: text-top;
	float: left;	
}
#related ul {
	padding-top: 0;
	padding-bottom: 0;
}

.box {
	margin-bottom: 10px;
	clear: both;
	
}
.box h2 {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(/video/img/headline/background.gif);
	background-repeat: no-repeat;
	
}

/*loacl-pgm*/
#local-pgm h2 a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

/*footer*/
#copyright {
	color: #5d5d5d;
}

/*comment*/
.comment {
	margin-top: 20px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 640px;
}
.comment-entry {
	margin-top: 10px;
	border-bottom: 1px dotted #AFAFAF;
	padding-bottom: 10px;
	padding-left: 10px;
}
.comment-box {
	margin-top: 15px;
	padding-left: 10px;
}
#comment-entry-box {
	width: 80%;
	color: #000000;
}

.view-date, .view-count {
	color:#666666;
	font-size:12px;
}