#video { margin-top: 50px; }

#videos_container {
    width: 833px;
    height: 370px;
    margin: 20px auto;
    background: url('/media/images/videos/video-container-bg.jpg') top left no-repeat;
}
#videos_main {
    width: 400px;
    height: 330px;
    padding:  22px 24px;
    float: left;
}
#videos_list {
    margin-left:448px;
    padding:23px 10px 0pt 0;
}
#videos {
    height: 324px;
    overflow: auto;
}
.videos_item {
    color: #595959;
}
.videos_item a {
    color: #595959;
    text-decoration: none;
}
.videos_item.active a {
    color: #333;
}
.videos_item a:hover {
    color: #000;
    text-decoration: underline;
}
.videos_thumbnail {
    width: 80px;
    padding: 11px;
    float: left;
    background: transparent url('/media/images/videos/thumbnail-bg.jpg') top left no-repeat;
}
.videos_thumbnail img {
    border: 4px solid #fff;
}
.videos_item.active .videos_thumbnail img, .videos_item a:hover img {
    border: 4px solid #333;
}
.videos_item_info {
    padding-top: 10px;
    margin-left: 100px;
    height: 80px;
}
.videos_item_info .title {
    margin: 0;
    font-size: 10px;
}
.videos_item_info .description {
    margin: 0;
}
/* THICK BOX customization */
#TB_ajaxWindowTitle {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
#email-form th {
    text-align: right;
    vertical-align: top;
    font-weight: normal;
}
.field_notes {
    color: #666;
    font-size: 0.8em;
}
.field input, .field textarea {
    width: 284px;
    border: 1px solid #ccc;
}
.field textarea {
    height: 170px;
}
.submit {
    text-align: right;
    padding: 10px 5px;
}
.errorlist {
    color: #d00000;
}
ul.errorlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.errorlist li {
    text-align: right;
}
#email_thanks_container {
    color: #333;
}
#video_title , #video_description {
    text-align:center;
}
#video_thumbs {
    width:910px;
}
#video_nav_left, #video_nav_right {
    float:left;
    width:30px;
    margin:7px 0;
}
#video_thumbs {
    float:left;
}
#video_info {
    border-bottom:1px solid #e5e5e5;
    margin-bottom:30px;
    padding-bottom:30px;
}
#video_piece {
    text-align: center;
    margin: 10px 0;
}

