
.YoutubeVideoTab {
    padding: 0 20px 20px 0;
}
.YoutubeVideoTab ul.Tabs li.Active {
    background: url("images/bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.YoutubeVideoTab ul.Tabs li.Tab:hover {
    background: url("images/bar.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.YoutubeVideoTab ul.Tabs li.Tab:hover .Text {
    color: #fff;
}
.YoutubeVideoTab ul.Tabs {
    background: none repeat scroll 0 0 #0f6fa9;
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    height: 28px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.YoutubeVideoTab ul.Tabs li {
    display: inline-block;
}
.YoutubeVideoTab ul.Tabs li.Active .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    padding: 0 10px;
    white-space: nowrap !important;
}
.YoutubeVideoTab ul.Tabs li .Text {
    color: #fff;
    font: bold 10pt/28px arial;
    padding: 0 10px;
}
.YoutubeVideoTab ul.VideoList li .Title:hover {
    color: #b82805;
}
.YoutubeVideoTab ul.VideoList {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.YoutubeVideoTab ul.VideoList li .Title {
    color: #333;
    font: 10pt arial;
}
.YoutubeVideoTab ul.VideoList li {
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 33%;
}
.YoutubeVideoTab ul.VideoList li .Image {
    margin-bottom: 10px;
    width: 190px;
}
