* {
margin: 0;
padding: 0;
}

.widget {
width: 310px;
margin: 20px;
padding: 10px;
background: #ececd6;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 1px;
	font-family: Arial, sans-serif;
	font-size:13px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #222;
		padding: 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #ececd6;
		color: #222;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #ececd6;
	padding: 20px;
	}

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

