
#mainPanel {
	float: left;
	width: 640px;
	margin: 0 0 8px 6px;
	display: inline;
}
#sidePanel {
	float: left;
	width: 274px;
	margin: 0 0 0 7px;
	display: inline;
}

#videoPlayer {
	width: 640px;
	height: 360px;
}


.flashContent div, .flashContent a, .flashContent a:hover {
	color: #000;
}


#vidDetails {
	width: 274px;
	background-color: #000;
}

#vidDetails .inner {
	padding: 8px;
	width: 258px;
}
#vidDetails h1 {
	color: #ffcc00;
	padding: 0 0 4px 0;
	font-size: 14px;
	font-weight: bold;
}
#vidDetails .iBlock {
	font-size: 11px;
	line-height: 13px;
	padding: 0 2px;
}
#vidDetails .iBlock table .head {
	width: 1%;
	white-space: nowrap;
}
#vidDetails .iBlock td {
	vertical-align: top;
}
#vidDetails .tagLinks a {
	color: #fff;
	text-decoration: none;
}
#vidDetails .tagLinks a:hover {
	color: #ccc;
}

#vidDetails .sBlock {
	font-size: 12px;
	width: 254px;
}
#vidDetails .ltBrdTop, #vidDetails .hvBrdTop {
	margin: 8px 0 0 0;
	padding: 8px 2px 0 2px;
}
#vidDetails .ltBrdTop {
	border-top: 1px solid #313131;
}
#vidDetails .hvBrdTop {
	border-top: 1px solid #616161;
}


#rateLabel {
	float: left;
	font-weight: bold;
	padding: 0 4px 0 0;
}
#rateVideo {
	float: left;
	width: 200px;
	height: 25px;
}




.shareLinks {
}
.shareLinks .ltCol {
	float: left;
	margin: 0 0 0 6px;
}
.shareLinks .rtCol {
	float: left;
	margin: 0 0 0 10px;
}
.shareLinks a {
	color: #ccc;
	text-decoration: none;
}
.shareLinks a:hover {
	color: #fff;
}

#vidDetails .sBlock input {
	width: 240px;
}



#relVidsContain {
	margin: 11px 0 6px 0;
	width: 272px;
	border: 1px solid #d6d6d6;
}
#relVidsTitle {
	padding: 4px 8px;
	width: 256px;
	color: #000;
	font-weight: bold;
	background-color: #ebebeb;
	border-bottom: 1px solid #d6d6d6;
}
#relVidsScroll {
	height: 308px;
	overflow: auto;
}
.relItem {
	margin: 0 0 0 6px;
	border-bottom: 1px #d6d6d6 dotted;
	width: 245px;
}
.relItem .inner {
	padding: 6px 2px;
	width: 244px;
}
.relItem .imgHold {
	float: left;
	width: 90px;
	height: 50px;
}
.relItem .imgHold img {
	width: 90px;
	height: 50px;
}
.relItem .infoHold {
	float: left;
	margin: 0 0 0 8px;
	width: 145px;
}
.relItem h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}
.relItem h2 a {
	color: #000;
	text-decoration: none;
}
.relItem h2 a:hover {
	color: #666;
}
.relItem .specs {
	color: #666;
	font-size: 11px;
}