/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/
#tabs{
	float: left;
	display: inline;
	width: 900px;
}

.widget {
	float:left;
	display:inline;
	width: 900px;
	margin-top: 20px;
}

.tabnav {
	float:left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

.tabnav li {
	float: left;
	display: inline;
	list-style: none;
	width: 200px;
	height: 30px;
	line-height: 30px;
}
	
.tabnav li a {
	width: 200px;
	height: 30px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	outline: none;
	display: block;
	background: url("../images/tab-btn.jpg") no-repeat;
	padding-left: 10px;
	text-transform: uppercase;
}

.tabnav li a:hover {
	color: #fff;
	text-decoration: none;
	background: url("../images/tab-btn.jpg") no-repeat center left;
}
		
.tabnav li a:active, .tabnav li.ui-tabs-selected a {
	color: #fff;
	text-decoration: none;
	background: url("../images/tab-btn.jpg") no-repeat bottom left;
}
		
.tabdiv {
	width: 690px;
	float:right;
	display:inline;
	background: #fff;
}

.videoBlock{
	width: 688px;
	height: 243px;
	float:left;
	display:inline;
	border: 1px solid #cacaca;
	margin-bottom: 10px;
}

.video{
	width: 400px;
	height: 225px;
	float:left;
	display:inline;
	margin-top: 10px;
	margin-left: 10px;
}

.aboutVideo{
	width: 260px;
	height: 225px;
	float:left;
	display:inline;
	margin-left: 10px;
	margin-top: 10px;
}

.ui-tabs-hide {
	display: none;
}

#featuredvid {
	text-align: center;
}
		
.fvid {
	margin-bottom: 5px;
}
		
.vidselector li {
	text-align: left;
	list-style: none;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #dedbd1;
	text-transform: uppercase;
	margin-bottom: 5px;
}

