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

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}

body {
font-size: 75%;
color: #222;
background: #ffffff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6em;
}

.widget {
background:none repeat scroll 0 0 #333333;
border:8px double #DEDBD1;
margin:0px 0px 0px;
padding:10px;
width:730px;
}

	.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;
		color: #ffffff;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		font-family:arial;
		font-size:18px;
		}
		
		
		.tabnav li a:hover {
		color: #ff3300;
		text-decoration: none;
		}
		.tabnav li a:active, .tabnav li.ui-tabs-selected a {
		/*background: #ff3300;*/
		background-image:url(../images/bot_multi.png);
		background-position:center;
		background-repeat:repeat-x;
		color: #ff3300;
		text-decoration: none;
		border-top:1px solid #000000; 
		border-left:1px solid #000000;
		border-right:1px solid #000000;		
		}
		
				
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #000000;
	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;
			}

