
/* import global style definitions */

@import url("_global.css");

/* altering to inherited global style definitions */

#page-content h1,
#page-content h2.h1-style {
	margin: 25px 0px 20px 0px;
	padding: 0px 0px 0px 25px;
	background: url(/_design/videos/h1-bullet.jpg) no-repeat scroll 2px 2px;
	font-size: 18px;
}

.section-header {
	background-image: url(/_design/videos/videos-header.jpg);
}

#flash-plugin {
	width: 100%;
	height: 50px;
	background: url(/_design/_global/bg-quotes.jpg) no-repeat scroll left top;
	overflow: hidden;
}

#flash-plugin p {
	margin: 12px 5px;
	background: url(/_design/videos/adobe-flash-player.jpg) no-repeat scroll 550px center;
}

.thumbnails {
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.thumbnails ul {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.thumbnails ul li {
	width: 145px;
	height: 140px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.thumbnails ul li a {
	background-image: url(/_design/videos/thumbnail-bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
	width: 140px;
	height: 135px;
	text-decoration: none;
}

.thumbnails ul li a:hover {
	background-position: 0px -135px;
}

.thumbnails .text-frame {
	height: 30px;
	width: 130px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	line-height: normal;
}

.thumbnails .text-frame strong {
	margin: 10px 0px 0px 0px;
	padding: 0px 2px 6px 25px;
	background: url(/_design/videos/thumbnail-strong-arrow.jpg) no-repeat scroll 10px 2px;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	text-decoration: underline;
	display: block;
	float: left;


}

.thumbnails ul li a img {
	margin-top: 7px;
	margin-left: 12px;
	border: none;
}


.videos-thumbnails-by-destination {
	width: 725px;
	margin: 15px 0px 0px 10px;
	padding: 0px;
	overflow: hidden;
}

.video-thumbnail {
	width: 230px;
	height: 115px;
	float: left;
	background-image: url(/_design/videos/thumbnail-by-destination-bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.video-thumbnail img {
	margin: 12px 1px 10px 12px;
	border: none;
	float: left;
}

.video-thumbnail p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
}

.video-thumbnail p em {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
}

.video-thumbnail-text {
	width: 495px;
	float: right;
	overflow: hidden;
}

.video-thumbnail-text strong {
	padding-left: 14px;
	background-image: url(/_design/videos/video-text-strong-arrow.jpg);
	background-position: left 1px;
	background-repeat: no-repeat;
}

.video-thumbnail-text p {
	margin: 10px 0px 0px 0px;
}
