#videos_container {
    /*width: 833px;*/
    width: 891px;
    height: 370px;
    margin: 10px auto;
    background: url('/media/images/videos/video-container-bg.jpg') top left no-repeat;
}
#videos_main {
    width: 400px;
    height: 330px;
    padding:  22px 15px;
    float: left;
}
#videos_list {
    margin-left:448px;
    padding:23px 5px 0pt 0;
}
#videos {
    height: 314px;
    width: 408px;
    overflow: auto;
    /*background-color: #1A1A1A;*/
    background: #1a1a1a url('/media/images/videos/video_list_bg.gif') top right repeat-y;
    padding: 5px 0;
}
.videos_item {
    color: #a3a3a3;
    background: url('/media/images/videos/video_item_bg.gif') top left no-repeat;
}
.videos_item a {
    color: #fff;
    text-decoration: none;
}
.videos_item.active a {
    color: #fff;
}
.videos_item a:hover {
    text-decoration: underline;
}
.videos_thumbnail {
    width: 94px;
    padding: 3px 10px;
    float: left;
    /*background: transparent url('/media/images/videos/thumbnail-bg.jpg') top left no-repeat;*/
}
.videos_thumbnail img {
    border: 4px solid #333;
}
.videos_item.active .videos_thumbnail img, .videos_item a:hover img {
    border: 4px solid #666;
}
.videos_item_info {
    padding-top: 10px;
    margin-left: 114px;
    height: 74px;
}
.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;
}
