/* 
   ============================================================================
   div.videoLanding
   ============================================================================
*/
#videoLanding .item{
    float:left;
}
#videoLanding #videoLandingTabs {
    width:895px;
    margin-top:15px;
}

#videoLanding #videoLandingTabs .thumbnailItem {
    width: 170px;
    height: 100%;
        
    }
    
#videoLanding #videoLandingTabs .thumbnailItem .image img {
    width:170px;
    height:129px;
}

/* 
   ============================================================================
   div#videoPlayer
   ============================================================================
*/
#videoPlayer {
    background-color: #fff;   
    position: absolute;
    top: 109px;
    left: 15px;
    width: 620px;
}

 #flashcontent {
    padding:15px;
    width:590px;
    background-color:#FFF;
    -moz-box-shadow: 5px 5px 5px #888;
    -khtml-box-shadow: 5px 5px 5px #888;
}


/* 
   ============================================================================
   div#rightColumn
   ============================================================================
*/
#rightColumn {
    position:relative;
    top:0px;
    left:635px;
    width:290px;
}

    #videoDetail {
        
        width: 260px;
        margin-top: 15px;
        float: right;
        
    }
    
    #relatedProducts,
    #relatedVideos {
        float: right;
        width: 290px;
    }
    
#videoDetail h2 {
    margin-bottom:0px;
}
#videoDetail .projectSheet {
    margin-top:15px;
    float:left;
}
#rightColumn .subPanel h2 {
    width:275px;
}
.relatedItems .relatedItem {
    width:260px;
}
.relatedItems .relatedItem .description {
    width:175px;
}

/* 
   ============================================================================
   div#videoCommunity
   ============================================================================
*/

    #videoCommunity {
        position: absolute;
        left: 15px;
        background-color: #fff;
        width: 620px;
        top: 510px;
        height: 85px;
    }
    
    .totals {
        float:left;
		margin-left:60px;
		margin-top:-16px;
    }
    
    #ratings h3,
    #views h3 {
        float: left;
        margin: 0 10px 0 0;
    }
    
    #ratings,
    #views {
        float: left;
        padding: 15px 15px 15px 15px;
    }
    
    #videoSharing {
        position: absolute;
        top: 55px;
        right: 15px;
    }


/* 
   ============================================================================
   div#videoLibrary
   ============================================================================
*/

    #videoLibrary {
        width: 620px;
        position: absolute;
        left: 15px;
        top: 610px;
        margin-bottom: 47px;
    }
    
#videoDetailTabs {
    margin-top:5px;
    float:left;
    border:none;
}

#videoDetailTabs .thumbnailItem {
    width: 145px;
    height: 100%;
}

#videoDetailTabs .thumbnailItem h2 {
    margin: 0;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #dadada;
    background-image: url("/img/xyron/icons/pointer-right.jpg");
    background-position: 5px 8px;
    background-repeat: no-repeat;
    line-height: normal;
}
#videoDetailTabs .thumbnailItem h2 a {
    display: block;
    padding-left: 15px;
    height: 28px;
}
#videoDetailTabs .thumbnailItem .image img {
    width:145px;
    height:110px;
}
.seeMoreLink {
    position:relative;
    bottom:-10px;
    clear:both;
}

    .yui-content {
        /*height: 365px;*/
    }

/* 
   ============================================================================
   div#video Section Overrides
   ============================================================================
*/
    
    #videoContainer {
    min-height:1050px;
}

.page-videosdefault #pageContent .container {
        float: left;
    }
