/* @override 
	http://192.168.1.6/RedCVideoHosting/video.css
	http://www.redcmarketing.net/RedCTV/video.css
	http://development.thedesignproject.net/wp-content/themes/redc/video.css
*/

#intialPlay {
	display: none;
}

#outerMovieHolder {
	margin-right: auto;
	margin-left: auto;
	width: 792px;
	padding-top: 7px;
	padding-bottom: 11px;
	position: relative;
	background-color: white;
}

#innerMovieHolder {
	width: 640px;
	height: 384px;
	margin: auto;
	background: #fff url(1_images/REDCLogo.jpg) no-repeat 136px 116px;
	border: 1px solid #8a8e93;
}

#details {
	width: 402px;
	padding-left: 18px;
	padding-top: 8px;
}

p.videoTitle,  p.shareTitle {
	color: #8a8e93;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

#videoViews{
	color: #8a8e93;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	float: right;
	position: absolute;
	right: 23px;
}

p.videoDescription {
	color: #8a8e93;
	margin-top: 3px;
	width: 536px;
	display: inline-block;
	padding-bottom: 3px;
	font-size: 13px;
	letter-spacing: -1px;
}

p.shareDescription {
	color: #8a8e93;
	margin-top: 3px;
	width: 767px;
	display: inline-block;
	padding-bottom: 3px;
	font-size: 13px;
	letter-spacing: -1px;
}

#outerMovieHolder form {
	padding-top: 13px;
	padding-right: 18px;
	position: absolute;
	right: 0;
}

#outershareHolder {
	width: 795px;
}

div.shareHolder {
	margin-top: 8px;
	padding: 10px 18px;
	position: relative;
	background-color: white;
}

#shareDetailsHolder {
	width: 485px;
}

#outershareHolder div.shareHolder ul {
	background-color: #f9fafa;
	margin-top: 5px;
}

#outershareHolder div.shareHolder input {
	width: 270px;
}

#selectorHolder{
	list-style-type: none;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	width: 795px;
	position: relative;
	height: 176px;
	background-color: white;
}

#selectorHolder #tabContent {
	clear: both;
	height: 127px;
	padding-bottom: 2px;
	position: absolute;
	width: 795px;
	overflow: hidden;
	margin-left: 1px;
	background-color: white;
	border-top: 1px solid #8a8e93;
	border-bottom: 1px solid #8a8e93;
}

div#tabMenu {
	height: 22px;
	background-color: white;
	padding-top: 4px;
}

#selectorHolder #tabContent .content {
	position: relative;
}

#selectorHolder #tabMenu ul li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
}

#selectorHolder #tabMenu ul li a {
	height: 18px;
	float: left;
	color: white;
	text-align: center;
	padding-top: 5px;
	background: url(1_images/tab.png) no-repeat;
	margin-right: 2px;
	margin-left: 1px;
	font-size: 11px;
	text-decoration: none;
	width: 117px;
}

#selectorHolder #tabMenu ul li a:hover {
	background: url(1_images/tabactive.png) no-repeat;
}

#selectorHolder #tabMenu ul li a.active {
	background: url(1_images/tabactive.png) no-repeat;
}

#selectorHolder .content {
	display: none;
}

#selectorHolder #tab1.content {
	display: block;
}

#selectorHolder .videoDate {
	font-weight: bold;
	margin-bottom: 4px;
	padding: 6px;
	visibility: hidden;
	position: absolute;
}

#selectorHolder .videoDescription {
	padding-left: 6px;
	padding-right: 6px;
	visibility: hidden;
	position: absolute;
	padding-top: 27px;
}

#selectorHolder .videoTitle {
	position: absolute;
	bottom: 0;
	width: 165px;
	height: 16px;
	padding-top: 4px;
	padding-left: 36px;
	background: black url(1_images/playbutton.png) no-repeat 8px;
	text-decoration: none;
	color: white;
	letter-spacing: -1px;
}

#selectorHolder .videoTitle:hover {
	color: #d7182a;
}

#sliderHolder {
	position: absolute;
	bottom: 0;
	background: url(1_images/slider.png) 0  center repeat-x;
	height: 21px;
	width: 774px;
	margin-left: 11px;
}

#sliderHolder #slider {
	background: url(1_images/play.png) no-repeat center center;
	width: 17px;
	height: 13px;
	margin-top: 4px;
	cursor: pointer;
}

#tabContent ul {
	list-style-type: none;
}

#tabContent ul li {
	width: 201px;
	height: 113px;
	background-color: #000;
	float: left;
	margin-right: 5px;
	margin-top: 9px;
	margin-left: 5px;
	color: white;
	font-size: 11px;
	position: relative;
	overflow: hidden;
}

#tabContent ul li img {
	position: absolute;
}

#tabContent ul li:hover img {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

#tabContent li:hover .videoDate, #tabContent li:hover .videoDescription {
	visibility: visible;
}




