/* 
Title: P&G - Video Specific Stylesheet
Author: Michael Spellacy, UI Developer <michael.spellacy@tmp.com>
Company: TMP Worldwide Advertising and Communications, LLC
*/

@media all {

	body {
	margin: 0;
	padding: 26px 0 0;
	}

	h1 {
	display: none;
	}

	body#video {
	background: transparent url(../images/video-selection.png) top left no-repeat;
	}

	body#video ul {
	margin: 18px 0 0 21px;
	padding: 0;
	width: 393px;
	height: 100%;
	list-style-type: none;
	}

	body#video ul li {
	margin: 0;
	padding: 0;
	}

	body#video ul li a {
	display: block;
	width: 393px;
	height: 148px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 13px;
	}

	body#video-content {
	padding-left: 4px;
	background: transparent url(../images/video-content.png) top left no-repeat;
	}

	body#sustain-video-content {
	padding-left: 4px;
	background: transparent url(../images/sustain-video-content.png) top left no-repeat;
	}
	
	#bookmark, #bookmark a {
	width: 65px;
	height: 16px;
	display: block;
	padding: 0;
	margin: 0;
	text-indent: -999em;
	}

	#bookmark /* Quick placement for now */ {
	position: absolute;
	bottom: 0;
	left: 0;
	}

}

