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

           For NETTUTS.com

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

* {
margin: 0;
padding: 0;
}

body {
	color: #000;
	font: 10pt "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #dad3d6;
}

.widget {
width: 730px;
margin-top: 6px;
padding: 0px;
background: transparent;
border: 0px solid #dedbd1;
margin-bottom: 2px;
}

	.widget a {
	background: #fff8ff;
	color: #222222;
	text-decoration: none;
	}
	
	.widget a:hover {
	background: #801f26;
	color: #ffffff;
	text-decoration: none;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	font-size: 10pt;
}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: gray;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
	background-color: #c3c3c3;
	font-size: 13px;
}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: white;
		color: #000;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 4px;
	background: transparent;
	border: 0px solid #dedbd1;
	padding: 5px;
	padding-right: 15px;
}
	
		.tabdiv li {
		list-style-image: none;
		margin-left: 20px;
	list-style-type: disc;
}

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