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

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}

body {
background: #ffffff;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.widget {
float: left;
width: 610px;
padding: 0px 65px;
background: url(../images/bg_center.jpg) repeat-y left top;
}
	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 0px;
	margin: 0px;
	}
	
		.tabnav li a {
		float: left;
		font-size: 14px;
		color: #727272;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		outline: none;
		width: 87px;
		height: 23px;
		padding-top: 7px;
		text-align: center;
		margin: 0px 5px;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		color: #1181BB;
		text-decoration: none;
		background: url(../images/menu_hover.png) no-repeat left top;
		}
		
		.tabnav_shadow {
			float: left;
			width: 610px;
			height: 18px;
			background: url(../images/menu_shadow.png) no-repeat left bottom;
		}
			
		
	.tabdiv {
	margin-top: 2px;
	padding: 5px;
	float: left;
	width: 610px;
	}
	
.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;
			}
