/* @override http://breville/css/main.css */

/* Base */

body {
	background: black url(../images/placeholder/masthead-background.png) repeat-x;

	text-align: center;
}

#btv-doc {
	width: 1117px;
	margin: 0 auto;

	text-align: left;

	font-family: Arial;

	color: white;
}

#btv-doc #hd, #btv-doc #bd, #btv-doc #ft { overflow: hidden; }

#btv-doc #hd { text-align: center; }
#btv-doc #hd div { width: 770px; margin: 0 auto; }

#btv-doc #bd { margin: 32px 0; }

#btv-doc #ft { text-align: center; color: #666; font-size: 0.7em; padding-bottom: 5px; }

/* Common */

a {
	float: left;
	display: block;

	text-decoration: none;

	color: white;

	cursor: pointer;
}

a:hover { color: #f5b607; }

a.group { font-weight: bold; }

/* Content header */

div.btv-upper { height: 1.6em; overflow: hidden; }

div.btv-upper img, div.btv-upper div.btv-header, div.btv-upper div.btv-related { 
	float: left;
	display: block;
	overflow: hidden;

	margin-bottom: 5px;
}

div.btv-upper img { float: left; 
	/* Commented Out - BV 081028 /* /* width: 241px; */ }
div.btv-upper div.btv-header { width: 592px; margin-left: 10px; }
div.btv-upper div.btv-related { width: 258px; float: right; margin-right: 10px; text-align: right; }

div.btv-upper div.btv-header span { float: left; display: block; }
div.btv-upper div.btv-header .btv-category { font-weight: bold; margin-right: 10px;}
div.btv-upper div.btv-header .btv-title, div.btv-upper div.btv-related { color: #CCC; font-size: 0.9em; }

/* Video & VAV */

div.btv-content {
	float: left;
	display: block;

	width: 876px;
}

#btv-video, #btv-vav {
	float: left;
	display: block;

	margin-left: 2px;
}

#btv-video { width: 592px; }
#btv-vav { width: 278px; }

/* Sidebar (Favorites & History) */

div#btv-sidebar {
	float: left;
	display: block;

	width: 241px;
}

div#btv-sidebar div.btv-tabs {
	background-color: white;

	padding-bottom: 1px;
	margin-bottom: 1px;

	overflow: hidden;
}

div#btv-sidebar div.btv-tabs div {
	float: left;
	display: block;

	width: 120px;

	margin-right: 1px;

	background-color: #505050;

	text-align: center;
	font-size: 0.7em;
}

div#btv-sidebar div.btv-tabs a { float: none; display: block; font-weight: bold; }

div#btv-sidebar div.btv-tabs div.active { background-color: white; }
div#btv-sidebar div.btv-tabs div.active a { color: black; }

div#btv-sidebar div.btv-tabs div.last { margin-right: 0; }

div#btv-sidebar div.btv-history { display: none; }

div#btv-sidebar a.btv-clear {
	float: left;
	display: none;

	width: 133px;
	height: 23px;

	margin-top: 2px;
}

div#btv-sidebar a.btv-clear.btv-clear-favorites { background: url(../images/layout/clear-favorites.gif) no-repeat; }
div#btv-sidebar a.btv-clear.btv-clear-favorites:hover { background: url(../images/layout/clear-favorites-hover.gif) no-repeat; }

div#btv-sidebar a.btv-clear.btv-clear-history { background: url(../images/layout/clear-history.gif) no-repeat; }
div#btv-sidebar a.btv-clear.btv-clear-history:hover { background: url(../images/layout/clear-history-hover.gif) no-repeat; }

/* Launchpad (Video) */

div.btv-launchpad {
	float: left;
	display: block;

	width: 241px;
	height: 81px;

	margin-bottom: 2px;

	overflow: hidden;

	cursor: pointer;
}

div.btv-launchpad.unwatched {
	background: #333 url(../images/layout/gradient-unwatched.png) repeat-x;
}

div.btv-launchpad.watched {
	background: #333 url(../images/layout/gradient-watched.png) repeat-x;
}

div.btv-launchpad.watching {
	background: #333 url(../images/layout/gradient-watching.png) repeat-x;

	color: black;
	
	cursor: default;
}

div.btv-launchpad:hover, div.btv-launchpad.unwatched:hover, div.btv-launchpad.watched:hover {
	background: #333 url(../images/layout/gradient-hover.png) repeat-x;

	color: black;
}
div.btv-launchpad.watching:hover { background: #333 url(../images/layout/gradient-watching.png) repeat-x; }

div.btv-launchpad div.btv-thumb {
	float: left;
	display: block;

	position: relative;

	top: 6px;
	left: 6px;
}

div.btv-launchpad div.btv-info {
	float: right;
	display: block;

	position: relative;

	width: 135px;

	top: 6px;
	right: 6px;
}

div.btv-launchpad div.btv-text { height: 57px; overflow: hidden; }

div.btv-launchpad div.btv-text span { float: left; display: block; }
div.btv-launchpad div.btv-text span.btv-category { font-size: 0.85em; font-weight: bold; }
div.btv-launchpad div.btv-text span.btv-title { font-size: 0.75em; line-height: 1.2; }

div.btv-launchpad a { height: 11px; cursor: pointer; }

div.btv-launchpad a.btv-play, div.btv-launchpad a.btv-add {
	margin-right: 5px;
}

div.btv-launchpad a.btv-play {
	width: 9px;

	background: url(../images/layout/arrow-right.gif) top left no-repeat;
}
div.btv-launchpad a:hover.btv-play { background: url(../images/layout/arrow-right-hover.gif) top left no-repeat; }


div.btv-launchpad a.btv-add {
	width: 11px;

	background: url(../images/layout/plus.gif) top left no-repeat;
}
div.btv-launchpad a:hover.btv-add { background: url(../images/layout/plus-hover.gif) top left no-repeat; }

div.btv-launchpad a.btv-remove {
	float: right;

	width: 11px;

	background: url(../images/layout/x.gif) top left no-repeat;
}
div.btv-launchpad a:hover.btv-remove { background: url(../images/layout/x-hover.gif) top left no-repeat; }

div.btv-history div.btv-launchpad.watching a.btv-add, div#btv-nav div.btv-launchpad.watching a.btv-add { display: block; }

div.btv-launchpad.watching a, div.btv-launchpad.isFavorite a.btv-add, div.btv-history div.btv-launchpad.watching.isFavorite a.btv-add, div#btv-nav div.btv-launchpad.watching.isFavorite a.btv-add, div.btv-history a.btv-remove, div#btv-nav a.btv-remove {
	display: none;
}

/* Navigation */

div#btv-nav {
	float: right;
	display: block;

	width: 855px;

	margin-top: 6px;

	padding-top: 6px;

	border-top: 1px solid white;
}

div#btv-nav div.btv-categories { 
	float: left;
	display: block;

	width: 124px;

	overflow: hidden;
}

div#btv-nav div.btv-categories a { font-size: 0.75em; }
div#btv-nav div.btv-categories a.active { color: #f5b607; }
div#btv-nav div.btv-categories a:hover { text-decoration: underline; }

/* Added by BV 081028 */
	div#btv-nav div.btv-rss { 
		float: left;
		display: block;
	
		width: 124px;
		
		overflow: hidden;
		
		/* BV 081028 */ padding-top: 25px;
	}
/* Added by BV 081028 */

div#btv-nav div.btv-videos {
	float: right;
	display: block;

	width: 731px;

	overflow: hidden;
}

div#btv-nav div.btv-launchpad { margin-left: 2px; }

div#btv-nav div.btv-pagination {
	float: left;
	display: block;

	width: 100%;

	margin-top: 5px;
	padding-top: 2px;

	border-top: 1px solid white;

	font-size: 0.8em;
}

div#btv-nav div.btv-pagination div, div#btv-nav div.btv-pagination a {
	float: left;
	display: block;

	margin-right: 10px;
}

div#btv-nav div.btv-pagination div { color: white; }
div#btv-nav div.btv-pagination div.arrow, div#btv-nav div.btv-pagination a { color: #333; }
div#btv-nav div.btv-pagination a:hover { color: #f5b607; text-decoration: underline; }

/* Tool Tips */

div#btv-tooltip {
	display: none;

	position: absolute;
	top: 0;
	left: 0;
}

div#btv-tooltip div { float: left; display: block; height: 27px; }
div#btv-tooltip div.rt {
	width: 11px;
	background: url(../images/layout/tooltip-tail-right.gif) no-repeat;
}
