@charset "UTF-8";
/* CSS for landing page */

div::-webkit-scrollbar {
    width: 10px;
}
 
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    border-radius: 0px;
}
 
div::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 8px #09F; 
}

.landingH1 {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 2px 0px;  /* TRBL */
	color: #000;
}

.tileH4 {
	padding-top: 0px;
	margin: 0px;
	color: #B00;
}

.divClear {
	clear: both;
}

div#landingContainer {
	width: 857px;
	margin-left: auto;
	margin-right: auto;
}

div#landingVideoBoxOuter {
	width: auto; 
	min-height: 360px; 
	padding: 14px 0px 0px 0px; 
	padding-top: 0px;
	margin-top: 10px;
	border: 0px solid #999;
}

div#playerLeftCol {
	width: 500px;
	height: 310px;
	float: left;
}

div#leftOverhangAdWords {
	position: absolute;
	margin-left: -200px;	
}

div#aboutInsidermedicine {
	float: right;
	width: 254px;
	height: 58px;
	padding: 4px 4px 4px 6px; /* TRBL */
	margin: 0px 0px 10px 0px;
	border: 2px solid #DDD;
	color: #555;
}

div#playerRightCol {
	width: 257px;
	height: 230px;
	background-color: #FFF;
	float: right;
	overflow-y: scroll;
	padding-right: 10px; /* for scroll bar */
}

div#playerRightColTitle {
	width: auto;
	color: #FFF;
	background-color: #BBB;
	padding: 4px 4px 4px 6px;
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
}

#playerRightColMore {
	display: block;
	width: auto;
	color: #B00;
	background-color: #DDD;
	padding: 4px 4px 4px 6px;
	font-weight: bold;
	font-size: 12px;
}


.playlistA {
	color: #000;
	text-decoration: none;
	display: block;
	width: auto;
	height: 72px;
}

.landingSmallThumb {
	margin: 0px 8px 8px 0px;
	border: 1px solid #000;
	width: 96px;
	height: 72px;
	float: left;
}

div#landingLeftCol {
	width: 560px;	
	float: left;
}

div#landingRightCol {
	width: 267px;
	min-height: 200px;	
	float: right;
}

.showTileLeft { margin-right: 45px; }

.showTile {
	width: 250px;
	height: 220px;
	float: left;
}

.tileLink {
	text-decoration: none;
	color: #B00;
}

.imgThumb {
	width: 250px;
	height: 150px;
	padding: 0px;
	margin-bottom: 6px;
	border: 0px;
	-moz-box-shadow: 0px 0px 8px #888;
	-webkit-box-shadow: 0px 0px 8px #888;
	box-shadow: 0px 0px 8px #888;
}

.landingMicroThumb {
	float: right;
	border: 0px;
	padding: 0px 0px 6px 6px;
}