@charset "utf-8";
/* CSS Document */

/* cover down */

/* vids */

.oneColFixCtrHdr div#cVidsBg {
	width:240px;
	background-color:rgb(0, 37, 97);
	margin:9px 0px 0px 0px;
	height:405px;
	overflow:hidden;
}
.oneColFixCtrHdr div#cVid {
	text-align:center;
}
.oneColFixCtrHdr div#cVids {
	height:170px;
	overflow:hidden;
	/*padding:15px;*/
}

/* imgs */

.oneColFixCtrHdr div#cImgs {
	width:410px;
	height:120px;
	padding:9px 0px 0px 0px;
	overflow:hidden;
}
.oneColFixCtrHdr div#cImgAux {
	width:410px;
	height:120px;
	position:relative;
	overflow:hidden;
}
.oneColFixCtrHdr img#cImg {
	width:410px;
}
.oneColFixCtrHdr div#cImgsCaption {
	width:410px;
	margin:9px 0px 0px 0px;
}
.oneColFixCtrHdr div#cImgsCaptionTxt {
	width:309px;
	float:left;
	text-align:left;
	color:white;
	font-weight:bold;
	font-size:14px;
	padding: 1px 0px;
	border-bottom:1px solid white;
	/*font-weight: bold;*/
}

/* notes */

.oneColFixCtrHdr #cNotes {
	width:410px;
	/*height:353px;*/
	/*height:175px;*/ /* it's given by the frame itself */
	/*padding-left:25px;*/
	margin:0px 0px 9px 0px;
}
.oneColFixCtrHdr div#cNotesTitle {
	text-align:left;
	color: rgb(247, 147, 30);
	font-size: 14px;
	/*font-weight: bold;*/
	padding: 0px 0px 7px 0px;
	letter-spacing:1px;
	/*border-bottom: 2px solid rgb(247, 147, 30);*/
}

/* buttons */

.oneColFixCtrHdr div.cBtn {
	width: 90px;
	padding: 1px 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: center;
	float: right;
	border: 1px solid #FFFFFF;
}
.oneColFixCtrHdr div#moreVids.cBtn {
	margin:5px 5px 0px 0px;
}
.oneColFixCtrHdr div#moreImgs.cBtn {
}
.oneColFixCtrHdr div#moreNotes.cBtn {
}

/* cover up */