/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/

* {
margin: 0;
padding: 0;
}

#widget-body {
font-size: 70%;
color: #000000;
background: #F5F5F5;
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 1.6em;
}

.widget {
width: 340px;
margin: 10px;
padding: 10px;
background: #EFEFEF;
border: 1px solid #DBDBDB;
margin-bottom: 15px;
}

	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #444;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
	}
	
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #636363;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #fff;
		color: #636363;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 0px solid #dedbd1;
	padding: 10px;
	}
	
	.tabdiv img {
  border:1px solid #dedbd1;
  background-color:#ffffff;
  padding:5px;
  margin: 5px 10px 2px 0px;
  float:left;
  }
  
   .tabdiv img:hover {
  background-color:#e6e6e6;
  }
	
  	.tabdiv li {
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

