﻿@charset "utf-8";
/* CSS Document */

#ytvideo,
#ytvideo2 {
float: left;
margin-right:10px;
}

.yt_holder {
background: #f3f3f3;
padding: 5px;
/*float: left;*/
border: 1px solid #e3e3e3;
/*margin-bottom:15px;*/
width:650px;
}

.yt_holder dl,
.yt_holder dl dt,
.yt_holder dl dd,
.yt_holder dl img {
margin:0;
padding: 0;
}

.yt_holder dl {
height:280px;
overflow:auto;
position:relative;
padding-right:5px;
}

.yt_holder dt {
width:100px;
font-size:1em;
margin-top:0 !important;
margin-bottom:5px !important;
}

.yt_holder dl img {
position:absolute;
left:0;
width: 50px;
border: 2px solid #ffffff;
}

.yt_holder dl dt,
.yt_holder dl dd {
padding-left:65px;
}

.yt_holder dl dd {
margin-bottom:10px;
border-bottom:1px dotted #ccc;
padding-bottom:10px;
font-size:.9em;
}

.yt_holder dl dd.last {
border-bottom:none;
margin-bottom:0;
padding-bottom:0;
}

/*Links*/
.yt_holder dt a:hover  {
text-decoration:underline;
color:#0081c6;
}

.yt_holder dt, dt a  {
font-weight:bold;
text-decoration:none;
color:#0081c6;
}

.currentvideo a, dt.currentvideo a:hover  {
color:#ff850d;
cursor:default;
text-decoration:none;
}

.yt_holder dl a:hover img {
border: 2px solid #0081c6;
}

.yt_holder dl .currentvideo a:hover img {
border: 2px solid #ffffff;
}

