.allvidscategoryBox {
    background-color: #f48d00;
    background-image: url(../images/cat_bar_bg_vids.gif);
    background-repeat: repeat-y;
    color: white;
    height: 26px;
    padding-top: 10px;
    padding-left: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
}

.category_btn {
    background: transparent url(../images/cat_bg.gif) no-repeat scroll 0 0;
    clear: left;
    color: white;
    font-weight: bold;
    width: 130px;
    height: 30px;
    padding-top: 5px;
    padding-left: 5px;
}
.video_title {
    color: #1c7bd3;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 10px;
}

.view_all {
    left: 140px;
    position: relative;
    top: -25px;
    font-size: 12px;
    line-height: 16px;
}
a.viewAllOrange {
    color: #f48d00;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
}

.video_ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.video_ul li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}

.video_text {
    color: #3fa06f;
}
.video_text a {
    color: #3fa06f;
}

#other_videos_box_cat {
    background-color: #fdeed9;
    width: 320px;
    left: 500px;
    padding-right: 40px;
    padding: 20px;
}
#other_videos_box {
    background-color: #fdeed9;
    width: 320px;
    left: 500px;
    padding-right: 40px;
    padding-top: 20px;
    margin-top: 36px;
}

#othercat {
    height: 92px;
    padding-top: 10px;
    padding-left: 20px;
    background-color: #f48d00;
}

#othercat form select {
    margin-top: 20px;
}

.cat_container {
    height: 100px;
    padding-left: 20px;
}

.cat_left_col {
    float: left;
    position: relative; 
    width: 103px;
}

.cat_left_col img {
    border: 1px solid #ff9f23;
}

.cat_right_col {
    float: left;
    position: relative; 
    width: 220px;
}

.cat_right_col a {
    font-size: 12px;
    font-weight: bold;
}

.cat_right_col a:hover, .cat_right_col a:active {
    color: #da7c02;
    text-decoration: none;
}

.cat_right_col a:link, .cat_right_col a:visited {
    color: #f48d00;
    text-decoration: underline;
}

