/************************************
            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 {
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
margin-top: 10px;
width: 670px;
padding: 0px;
background: #fff;
}

	.widget a {
	color: #804000;
	text-decoration: underline;
	}
	
	.widget a:hover {
	color: #804000;
	text-decoration: none;
	}

	.tabnav li {
	padding-left: 0px;
	display: inline;
	list-style: none;
	padding-right: 40px;
	}
	
		.tabnav li a {
		font-size: 15px;
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
		text-decoration: none;
		color: #4c4c4c;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #dedbd1;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	background: #fff;
	}
	
		.tabdiv li {
		margin-left: 20px;
		}

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

	