/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

* {
margin: 0;
padding: 0;
}



.widget {
width: 342px;
margin: 5px 0 5px 5px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1; height:177px;

}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}


.widget2 {
width: 342px;
padding: 1px 10px 2px 10px;
background: url(../images/bg.png);
}

	.widget2 a {
	color: #222;
	text-decoration: none;
	}
	
	.widget2 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: #222;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #E00C0D;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px; 
	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 { float:left; width:342px;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		.vidselector { float:left; }
			
		.vidselector li { margin:0 0 0 0px;
			float:left; 
			list-style: none;
			padding: 0px;
			background: #ffffff;
		
			text-transform: uppercase; margin-left:5px
			
			}
