﻿/*=========================================================================================== */
/* main page video box
=========================================================================================== */
/* video box topper */

.COLMpVidTopper {
	position: relative;
	height: 25px;
}
.COLMpVidTopper .COLMoreVideo {
	position: absolute;
	top: 0px;
	right: 9px;
	font-size: 10px;
}
.COLMpVidTopper .COLVideoBoxHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	font-family : Arial,Helvetica,sans-serif;
}
.COLMpVidTopper .COLVideoBoxHeader img {
	margin: 0 9px 3px 0;
	vertical-align: text-bottom;
}
.COLHeaderLnk a{
	color:#CE0303;
	text-decoration:none;
}
.COLHeaderLnk a:hover{
	color:#CE0303;
	text-decoration:none;
	font-family : Arial,Helvetica,sans-serif;
}

/* video box bottom */

.COLMpVidTease{
	padding:3px 0px 0px 0px;
	font-size:11px;
}

.COLPopVideoFV {
	margin-top: 9px;
}

/* video box content area */
.COLMpVideoContent {
	position: relative;
	width: 243px;
	height: 120px;
	overflow: hidden;
	
	/*background: #f2f2f2;*/
	border-top: solid 1px #dfdfdf;
	border-bottom: solid 1px #dfdfdf;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
}
.COLMpVideoContent .COLMpVideo, .COLMpVideoContent .COLMpVideoLive {
	float: left;
	width: 80px;
	position: relative;
	margin-bottom: 10px;
}
.COLMpVideo a, .COLMpVideo a:visited{
	color:#545454;
	text-decoration:none;
}
.COLMpVideo a:hover, .COLMpVideo a:active{
	color:#545454;
	text-decoration:underline;
}
.COLMpVideoContent .COLMpVideoLive {
	border: 1px solid #f2f2f2;
}
.COLMpVideoContent .COLMpVideo img.COLVidKeyFrame, .COLMpVideoContent .COLMpVideoLive img.COLVidKeyFrame {
	position: absolute;
	top: 6px;
	left: 7px;
}
.COLMpVideoContent .COLMpVideo img.COLVbVidIcon, .COLMpVideoContent .COLMpVideoLive img.COLVbVidIcon {
	position: absolute;
	bottom: 2px;
	right: 5px;
}
.COLMpVideo img.COLVidKeyFrame {
	width: 70px;
	height: 49px;
}
.COLMpVideoContent .COLMpVideo p, .COLMpVideoContent .COLMpVideoLive p {
	position: absolute;
	top: 51px;
	left: -1px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	padding-right: 5px;
	line-height: 11px;
	color: #ffffff;
	font-weight: normal;
	font-family : Arial,Helvetica,sans-serif;
}
.COLMpVideoContent .COLMpVideo p a, .COLMpVideoContent .COLMpVideoLive p a {
	font-weight: normal;
	font-family : Arial,Helvetica,sans-serif;
}
#COLMpVidCtnt0, #COLMpVidCtnt1, #COLMpVidCtnt2 {
	position: absolute;
	top: 6px;
}
#COLMpVidCtnt0 {
	left: 9px;
}
#COLMpVidCtnt1 {
	left: 345px;
}
#COLMpVidCtnt2 {
	left: 681px;
}
/* video box buttons */
#COLMpVideoBox .COLMpVidBtns {
	padding: 0px 0px 0px 0px;
	float: right;
	margin-right: 9px;
}
* html #COLMpVideoBox .COLMpVidBtns {
	margin-right: 5px;
}
#COLMpVideoBox img#COLMpVidBtnL {
	margin-right: 12px;
	cursor: default;
}
#COLMpVideoBox img#COLMpVidBtnR {
	margin-left: 9px;
}
#COLMpVideoBox img.COLMpVidBtnStatus {
	margin: 0 3px 6px 0;
}

.moreview {
	font-size: 11px;
	color: #545454;
	line-height: 15px;
	font-family : Arial,Helvetica,sans-serif;
}

a.moreview:link, a.moreview:visited {
	color: #545454;
	text-decoration: none;
}

a.moreview:active, a.moreview:hover {
	color: #CE0303;
	text-decoration: none;
}

