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

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}

.widget {
	width: 298px;
	margin: 0px;
	padding: 10px;
	background: #93BFB0;
	margin-bottom: 15px;
}

	.widget a {
	color: #35553A;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #E65322;
	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;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #DCE8E4;
	color: #D25C59;
	text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #BBD7CD url(../images/tab_bg.jpg) no-repeat top;
	padding: 5px;
	line-height: 2.5;
	}
	
		.tabdiv li {
	margin-left: 20px;
	list-style-image: url(../images/tab_arrow.gif);
	border-bottom: 1px solid #93BFB0;
		}

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