.video-teaser {
	margin: 10px 0 25px;
	overflow: hidden;
	float: left;
	height: 100%;
	width: 295px;
}
.video-teaser:nth-of-type(odd) {
	clear: both; margin-right: 25px;
}

	.video-teaser-image {
		position: relative;
	}
	.video-teaser-image .arrow { width: 83px; height: 83px; position: absolute; top: 53px; left: 106px; background: url('/image/main/play-video.png') no-repeat left top; }
	.video-teaser-image:hover .arrow { background-position: left -83px; }

	.video-teaser-header {
		float: none;
		clear: both;
		height: 100%;
		overflow: hidden;
	}

		.video-teaser-header .video-date {
			color: #7D9165;
			font-family: Arial, sans-serif;
			font-size: 14px;
			font-style: italic;
			text-align: left;
			padding: 0;
			margin: 8px 0 7px 0;
		}
		.video-teaser-header .video-title {
			margin: 8px 0 8px 0;
		}
		.video-teaser-header .video-title a {
			font-family: 'PTSansNarrow', sans-serif; font-size: 20px; color: #3E3E3E; line-height: 24px; text-decoration: none;
		}

		.video-teaser-header .video-title a:hover {
			text-decoration: underline;
		}

	.video-teaser-announce {
		float: none;
		clear: both;
		text-align: justify;
	}



.video-full {
}

#video_search_form { display: block; overflow: hidden; padding: 0; margin: 0 0 28px 0; }
#video_search_form .search_text { display: block; float: left; width: 583px; padding: 2px 6px 0 6px; height: 19px; background: transparent; border: solid 1px #8b9c74; border-right: none; font-family: 'pt_serif', Arial, sans-serif; font-size: 11px; font-style: italic; color: #ababab; }
#video_search_form .search_btn { display: block; float: left; border: none; width: 21px; height: 23px; background: url('/image/layout/calendar_btn.gif') no-repeat left top; }
#video_search_form .search_btn:hover { background-position: left -23px; }
#video_search_form .search_btn1:focus { outline: none; }

.video-main { clear: both; }
.video-main-header { float: none; clear: both; height: 100%; overflow: hidden; }

.video-main .video-main-image { display: block; position: relative; cursor: pointer; }
.video-main .video-main-image img { border: solid 1px #7D9165; }
.video-main .video-main-image .arrow { width: 83px; height: 83px; position: absolute; top: 37px; left: 88px; background: url('/image/main/play-video.png') no-repeat left top; }
.video-main .video-main-image:hover .arrow { background-position: left -83px; }

.video-main .video-date { background-color: #7D9165; color: #fff; float: right; font-style: italic; padding: 3px 6px 2px 5px; text-align: center; margin: 12px 0 7px 10px; }
.video-main .video-title { margin: 8px 0 8px 0; }
.video-main .video-title a { font-family: 'PTSansNarrow', sans-serif; font-size: 20px; color: #7c9064;  line-height: 24px; }
.video-main .video-title a:hover { text-decoration: none; }
.video-main .video-announce { font-family: 'pt_serif', Arial, sans-serif; font-size: 13px; color: #333333; text-align: justify; }

.video-main .video-title a { text-decoration:  none; }  /* !!!!! */
.video-main .video-title a:hover { text-decoration: underline; }  /* !!!!! */
