@charset "utf-8";
/* CSS Document */

.videos_V {
	width: 606px;
	padding: 5px 5px 0 5px;
	background-color: #F4F4F4;	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	border: solid 1px #CCCCCC;
	display: table;
	
}

.header_V {
	width: 594px;
	height: 30px;
	padding: 0 5px 3px 5px;
	margin: 0 auto 3px auto;
	color: #FFFFFF;
	background: url(/Images/09/header_notes.jpg) repeat-x left center;
}

.header_V .title {
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}	

.info_V {
	width: 606px;
	display: table;
	
}

.images_left_V {
	margin:0 10px 0 0;
	border:1px solid #000;
	float:left;
}

.row_V {
	width: 606px;
	margin: auto;
	padding: 0 0 5px 0;
	overflow: hidden;
}
/*
.video_sides_V, .video_medium_V {
	text-align: left;	
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	display: block;
	overflow: hidden;
	float: left;
}

.video_sides_V {
	width: 280px;
	margin: 0 0 5px 0;
}

.video_medium_V {
	width: 280px;
	margin: 0 5px 5px 5px;
}
*/
.title_V {
	text-decoration:none;
	color:#022458;
	font-size:11px;
	font-weight:bold;
}

.text_V {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
/*
input {
	font-size: 10px;
}

.no-border {
	border: 0px;
	padding: 0px;
}

.search {	

	margin-bottom: 5px;
	text-align: left;
	background-color:#F2F2F2;
}

.searchfield {
	width: 254px;
	padding: 0;
	margin: 0 0 6px 0;
}

.searchsubmit {
	width:24px;
	height:24px;
	cursor:pointer;
	border-width:0;
	border-style:none;
	background:transparent url(Images/ico_search.gif);
}*/


#tag_list {
    font-family:'Helvetica';
    background-color:#ffffff;
    padding:1em;

}
.tag, #tag_list a {
    color:#226699;
    background-color:#fff;
    border:0;
    text-decoration:none;
    font-weight:normal;
}
.tag:hover,#tag_list a:hover {
    color:#000;
    text-decoration:underline;
}
#tag_list {
    list-style:none;
}
#tag_list li {
    display:inline;
    line-height:1.2;
}



#tag_header {
	width: 298px;
	height: 30;
	padding: 0 5px 3px 5px;
	margin: 0 auto 3px auto;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	background: url(/Images/09/header_notes.jpg) repeat-x left center;

}