/* CSS Document */
.videoSubHeader
{
font-size:12px;
color:#b7b7b7;
margin-bottom:2px;
font-weight:normal;
margin-top:5px;
display:block;
}

.cioVideo{
width:501px;/*
height:299px;*/
margin:20px 0 23px 0;
}
.smallVideoColumn{
width:143px; height:160px;
background:#f0f1f3;
padding:12px;
float:left;
margin-right:1px;
}

.textVideo{
color:#576d85;
font-size:10px;
font-style:italic;
text-decoration:none;
}

.dateVideo{
color:#576d85;
font-size:8px;
font-weight:bold;
line-height:18px;
padding-top:4px;
display:block;
}

a.videoNumber{
width:27px;
height:19px;
background:#586e85;
text-align:center;
color:#fff;
text-decoration:none;
float:left;
margin-right:1px;
padding-top:1px;
}

.numberContainer{
width:145px;
text-align:right;
float:right;
}


.clr{
clear:both;
}