/* CSS Document */


.sectionbar {
	background-color: #c8c6ad;
	border-top: 1px solid #afac8b;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	color: #363636;
	margin:0 0 10px 0;
	padding: 3px 3px 3px 10px;	
}

#video-library {
	margin: 0 5px 0 15px;
	height: auto;
}

#video-library .intro{
	height: 45px;
	
}

#video-top {
	height: auto;
	min-height: 300px;
}

/*/////////////////// player section /////////////*/


#video_player {
	width: 480px;
	margin-bottom: 5px;
	float: left;
}

#video_player_id {
	margin: -270px 0 10px 0;
	width: 480px;
}

#video_player_id h2 {
	margin-bottom: 4px;
}

#video_player_id p {
	font-size: 11px;
}

#video_player_id strong {
	font-weight: bold;
	font-size: 14px;
}
#video_player_id em {
	font-style: italic;
}



/*///////////////////// Featured Videos top list //////////*/


#video_toplist {
	width: 460px;
	height: auto;
	margin: 0;
	float: right;
}

#video_toplist .vid {
	display:inline;
	float:left;
	height:30px;
	margin:0 3px 3px 0;
	padding: 0;
	position:relative;
	width:221px;
	padding: 2px;
}

#video_toplist .tn {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;

}

#video_toplist .desc {
	float: none;
	margin: 0 0 0 35px;
	padding: 0;
}

#video_toplist .desc h4 {
	color: #404040;
	font-size: 11px;
	font-weight: bold;
}

#video_toplist .desc p {
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	line-height: 1.5em;
}

#video_toplist .desc a {
	color: #404040;
	text-decoration: none;
	
}
#video_toplist .desc a:hover {
	text-decoration: underline;
}

/* --------------Video Categories ----------------*/


#video_categories {

}

#video_categories .category {
	float: left;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: auto;
	width: 220px;
	min-height: 310px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#video_categories .category p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	line-height: 1em;
}


/*//////////// domtabbed categories ///////*/

		
div.domtab{
	padding:0;
	font-size: 10px;
	clear: both;
}

div.domtab p {
	color: #666;
	line-height: 1.2em;
	margin-bottom: 7px;
padding-left: 10px;
}

ul.domtabs{
	margin: 0;
	padding: 0;	
	z-index: 0;
}
ul.domtabs li{
	padding:0 .5em 0 0;
	list-style:none;
	margin: 0 0 5px 0;	
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	width:130px;
	padding:5px 10px 5px 5px;
	display:block;
	background:#eef8fb;
	color:#333;
	text-decoration:none;			
	border: 1px solid #b4e1ee;
	border-right: 1px solid #def1f7;

}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height:auto;
}

ul.domtabs a:hover{
	background:#b1deed;
}

div.domtab div{
	background:#fff;
	color:#333;
	padding:5px 20px 0 0;
	width: 770px;
	float: right;
}

div.domtab img {
	padding-right: 3px;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background:#fff;
	color:#333;	
	border: 1px solid #fff;
	border-left: 1px solid #b4e1ee;
	font-size: 11px;
	font-weight: bold;
}
#domtabprintview{
	float:right;
	padding-right:1em;
	text-align:right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
	color:#666;
}

p{
	margin:0 0 .5em 0;
	line-height:1.3em;
}

div.domtab h2{
	font-size:1.3em;
letter-spacing: -0.02em;
	color:#b1deed;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0 0 .7em 0;
}

h1{
	font-size:2em;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding:.5em 0;
	background:#000;
	border-bottom:1px solid #666;
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	color:#444;
	padding-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active
{
	cursor: auto;
	text-decoration: none;
	color:#999;
	display:inline;
	padding:0;
	font-size:1em;
}
