#videos_container {
    padding:14px 28px;
}
#videos_main {
    margin:0 0 0 230px;
    width:468px;
    padding:5px;
    border:1px solid #D8D8D8;
}
#videos_list {
    text-align:left;
    float:left;
    width:212px;
}
#videos {
    background-color:#F2F3ED;
    height:486px;
    width:201px;
}
.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: 0 12px;
}
.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;
}
#videos_left_top {
    background-position:50% bottom;
    background-image:url(/media/images/common/contact-sidebar-top.jpg);
    background-repeat:no-repeat;
    width:201px;
    height:12px;
}
#videos_left_bottom {
    background-position:50% bottom;
    background-image:url(/media/images/common/contact-sidebar-bot.jpg);
    background-repeat:no-repeat;
    width:201px;
    height:12px;
}
#videos_heading {
    padding:0 0 15px 0;
}
#left_green p {
    padding:0;
    margin:0;
}
#left_green {
    color:#7D8B36;
    margin: 0 12px;
    padding:7px 0;
}
