/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/





.tabwidget {
width: 300px;
margin: 10px;
padding: 10px;

clear:both;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6em;
font-size: 11px;
}

	.tabwidget a {
	color: #767984;
	text-decoration: none;
	}
	
	.tabwidget a:hover {
	color: #404040;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		background: #774805;
		border-radius: 6px;  
    -moz-border-radius: 6px;  
    -webkit-border-radius: 6px;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #D2344D;
		color: #fafafa;
		text-decoration: none;
		border-radius: 6px;  
    -moz-border-radius: 6px;  
    -webkit-border-radius: 6px;
		}
		
		
		
	.tabdiv {
	margin-top: 6px;
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 5px;
	border-radius: 6px;  
    -moz-border-radius: 6px;  
    -webkit-border-radius: 6px;
	}
	
		.tabdiv li {
		list-style: none;
		margin-left: 5px;
		border-bottom: 1px dotted #fff;
		font-weight:bold;
		}
		
		

.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;
			}

