/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

* {
margin: 0;
padding: 0;
}


.widget {
width: 520px;
margin: 5px;
padding: 2px;
margin-bottom: 5px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
	.tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	background: #dedbd1;
	color: #000000;
	padding: 10px 2px;
	margin: 0px 0px 0px 0px;
	outline: none;
	font-weight: 600;
	}
		
	.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #0476A8;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	}
		
	.tabdiv {
	margin-top: 8px;
	background: #fff;
	border: 1px solid #dedbd1;
	padding: 5px;
	}
	
	.tabdiv li {
	list-style-image: url("star.png");
	margin-left: 20px;
	}

.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;
	}