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

           For NETTUTS.com

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

.widget {
width: 100%;
margin: 0px;
padding: 0px;
/*background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;*/
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}
	
	.tabnav  {font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size:1.3em;  padding: 6px 0px; margin:0px;}
	
	.tabnav li {
	display: inline;
	list-style: none;
	text-align:left;
	
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		padding: 4px 8px;
		outline: none; background-color: #c1272d; 
		
		}
		
		.tabnav li a:hover, .tabnav li a:active {
		background-color: #eb6e08;
		color: #fff;
		text-decoration: none;
		}
		.tabnav li.ui-tabs-selected a {
		background-color: #eb6e08;
		
		}
		
	.tabdiv {
	background: #fff; margin-top:1px;
	/*margin-top: 2px; border: 1px solid #dedbd1;
	padding: 5px;*/
	}
	
		.tabdiv li {margin-left: 10px;		}

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

		