/* REDEFINED HTML TAGS */

body {
	font-family: arial;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #000;
	overflow: auto;
}

h1, p, ul, li, dl, dt, dd, iframe, form {
	margin: 0;
	padding: 0;
}

h1 {
	text-transform: uppercase;
}

dt, h1 {
	font-size: 75%;
}

p {
	font-size: 70%;
}

dd {
	font-size: 65%;
}

img {
	border: 0;
}

/* MEDIA PLAYER FRONT END */

#media_player {
	width: 620px;
	height: 420px;
	background-image: url(/layout/media_player_bkgrd.jpg);
	position:relative;
}

#media_player img.logo {
	position: absolute;
	top: 10px;
	left: 346px;
}

.yui-navset ul  {
	list-style: none;
	position: absolute;
	top: 73px;
	left: 347px;
}

.yui-navset ul li {
	float: left;
}

#media_frame_top {
	position: absolute;
	top: 10px;
	left: 10px;
}

#media_frame {
	width: 326px;
	height: 369px;
	position: absolute;
	top: 15px;
	left: 10px;
	border: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: 10px 12px;
}

.soaps div#media_frame {
	background-image: url(/layout/icon_video_soaps.gif);
}

.primetime div#media_frame {
	background-image: url(/layout/icon_video_prime.gif);
}

.other div#media_frame {
	background-image: url(/layout/icon_video_other.gif);
}

#media_frame_bot {
	position: absolute;
	top: 384px;
	left: 10px;
}

#nav_frame_top {
	position: absolute;
	top: 97px;
	left: 347px;
	
}

#nav_frame_bot {
	position: absolute;
	top: 381px;
	left: 347px;
}

#nav_frame {
	position: absolute;
	top: 105px;
	left: 347px;
	border: 0;
	height: 276px;
	width: 264px;
	background-color: #FFF;
	overflow:auto;

}

#footer {
	position: absolute;
	top: 400px;
	left: 10px;
}

#footer a:link, #footer a:visited, #footer a:hover {
	color: #FFF;
}

/* NAV CONTENT */

.nav_info {
	padding:10px 10px 0 10px;
}

.nav_info form {
	margin-bottom: 16px;
}

.nav_info form input {
    position: absolute;
    margin-left: 5px;
}

.nav_info dl {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.nav_info dl dt, .nav_info dl dd {
	margin-left: 27px;
}

.nav_info dl dt a:link, .nav_info dl dt a:visited, .nav_info dl dt a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #BC0000;
}

.nav_info dl dd {
	padding-bottom: 5px;
}

.soaps div.nav_info dl {
	background-image: url(/layout/icon_video_soaps.gif);
}

.soaps div.nav_info dl dd {
	border-bottom: 1px solid #0300F4;
}

.primetime div.nav_info dl {
	background-image: url(/layout/icon_video_prime.gif);
}

.primetime div.nav_info dl dd {
	border-bottom: 1px solid #9570B8;
}

.other div.nav_info dl {
	background-image: url(/layout/icon_video_other.gif);
}

.other div.nav_info dl dd {
	border-bottom: 1px solid #ECBD0B;
}

ul.previous_and_next {
	list-style: none;
	height: 18px;
	margin-top: 12px;
}

ul.previous_and_next li {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
	height: 18px;
}

ul.previous_and_next li.prev {
	text-align: left;
	background-image: url(/layout/arrow_previous.gif);
	background-position: top left;
}

ul.previous_and_next li.next {
	text-align: right;
	background-image: url(/layout/arrow_next.gif);
	background-position: top right;
}

ul.previous_and_next li.prev img {
	margin: 0 0 0 22px;
}

ul.previous_and_next li.next img {
	margin: 0 22px 0 0;
}

/* MEDIA CONTENT */

.clip_info {
	margin: 5px 10px 0 37px;
	padding-left: 10px;
	border-left: 1px solid #666;
}

.clip_info h1 {
	padding-bottom: 3px;
}

.clip_info dl {
	background-image: none;
}

.clip_info dl dt {
	font-weight: bold;
	color: #BC0000;
}

.media {
	text-align: center;
	margin: 10px 0 10px 0;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;
	position: relative;
}

.soaps div.media {
	background-image: url(/layout/media_player_clip_soaps.gif);
}

.primetime div.media {
	background-image: url(/layout/media_player_clip_prime.gif);
}

.other div.media {
	background-image: url(/layout/media_player_clip_other.gif);
}

.change_format {
	padding: 8px 10px 0 10px;
}

.change_format strong {
	color: #BC0000;
}

.change_format a:link, .change_format a:visited, .change_format a:hover {
	color: #000;
	font-weight: bold;
}

.soaps div.change_format {
	border-top: 1px solid #0300F4;
}

.primetime div.change_format {
	border-top: 1px solid #9570B8;
}

.other div.change_format {
	border-top: 1px solid #ECBD0B;
}
