/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

.widget {
width: 285px;
height: 100%;
margin: 0px;
padding: 10px;
background: #000;
margin-bottom: 15px;
}

	.widget a {
	color: #78b9e2;
	text-decoration: none;
	}
	.widget a:link{
	color: #78b9e2;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #CC1A3E;
	text-decoration: underline;
	}
    .widget ul {
    margin: 0px;
    padding: 0px;
    
    line-height: 2em;
    }
	.tabnav li {
	display: inline;
	list-style: none;
	padding-left: 0px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		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 {
	margin-top: -8px;
	background: #000;
	
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		