.gciVidClearLeft {
  clear: both;
}
.gciVidClearRight {
  clear: right;
}

#gciContainer
 {
   width:   910px;
   margin:  0;
   padding: 10px 0px 10px 10px;
   font-size: 12px;
 }
 
#gciDivOasContainer
 {
   margin: 10px;
 }

#gciVideoContainer
 {
   width:100%;
   padding:10px;
 }

#divTxt
 {
   margin: 0;
   padding: 0;
   float: left;
   width: 230px;
 }

#divVid
 {
   float: left;
   width: 400px;
 }

#divFeat
 {
   float: left;
   width: 230px;
   padding-left: 10px
   
 }
#divFeatContents p {
    border-bottom:  1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom:  5px;
    }

#divFeatContents p.last {border-bottom: none;}

#divFeatContents a
 {
   color: #006;
   text-decoration: none;
   font-weight: bold;
 }
#divFeatContents a:hover
 {
   text-decoration: underline;
 }
#divFeatContents img
 {
   float:right;
   padding-left:10px;
   max-width: 65px;
   max-height: 50px;
   border: 0px;
 }
    
#gciLocalVideoContainer
 {
   padding: 0;
   margin:  0;
   clear: both;
 }

#gciLocalTab, #gciUSATodayTab
 {
   float: left;
   margin: 0;
   height: 16px;
   padding: 3px;
   font-weight: bold;
 }
#gciLocalTab
 {
   background: url('/gcicommonfiles/graphics/video/locallibkgrnd.gif');
   background-position: right top;
   background-repeat:   no-repeat;
   padding-top: 7px;
   background-color: #eee;
   border-left: 1px solid #999;
 }


#gciUSATodayTab
 {
   background: url('/gcicommonfiles/graphics/video/usatoday-tab.gif');
   background-position: right top;
   background-repeat:   no-repeat;
   padding-top: 7px;
   font-size: 11px;
   font-family: verdana, arial, sans-serif;
 }
#gciUSATodayTab a
 {
   text-decoration: none;
   font-weight: 200;
   color: #000;
 }

#gciUSATodayTab a:hover
 {
   text-decoration: underline;
   font-weight: 200;
   color: #000;
 }

#gciVideoBkgnd
 {
   
   border:  1px solid #999;
   background-color: #eee;
   padding: 10px;
   background-image:    url('/gcicommonfiles/graphics/video/channelbkgrndbttm.gif');
   background-position: left bottom;
   background-repeat:   no-repeat;
 }
#gciVideoLeftNavBkgrnd
 {
   background-image:    url('/gcicommonfiles/graphics/video/channelbkgrnd.gif');
   background-repeat:   repeat-y;
   background-color: #eee;
   float: left;
   
}

#gciVidNavCont
 {
   padding-left: 20px;
 }

#gciVideoLeftNav
 {
   border-top:       1px solid #999;
   border-left:      1px solid #999;
   width:            160px;
   background-color: #fff;
   float: left;
 }

#gciVideoLeftNav a { text-decoration: none; color: #000;}

#gciVideoThumbsContainer
 {
   float: left;
   width: 710px;
 }

#gciVidNavTop, #gciVidNavBottom
 {
   margin: 0;
   padding: 0;
   font-family: verdana, arial, sans-serif;
   font-weight: bolder;
   font-size:   11px;
   float:       right;
   text-align: right;
 }

* html #gciVideoBkgnd {clear: none;}

* html #gciLocalVideoContainer { clear: none; }

* {margin:0; padding: 0;}
/* Auto-clearing Floats chunk
-------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

* html>body .clearfix {
    display: inline-block; 
    width: 100%;
    }

* html #gciVidNavBottom {padding: 0; margin: 0; height: 1%;}
* html #gciVideoLeftNavBkgrnd {padding-bottom: 0px;}
* html #divFeatContents img {width: 65px;}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    /* End hide from IE-mac */
    }    

/* ---------------------------------
End chunk */

