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

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}

.widget {
width: 600px;
margin: 20px;
padding: 10px;
background: #000;
border: 1px solid #fff;
margin-bottom: 15px;
}

	.widget a {
	color: #f97417;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #f97417;
	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;
		}
		
		.tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #f97417;
		color: #000;
		text-decoration: none;
		}
		
		.tabnav li a:hover {
		background: #ff9900;
		color: #000;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 3px;
	background: #000;
	border: 1px solid #f97417;
	padding: 6px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}
