    * {
    margin: 0;
    padding: 0;
    }

    .widget {
	width: 560px;
	margin: 0px;
	padding: 10px;
	background: #F3F3EC;
    }
    .widget a {
    color: #222;
    text-decoration: none;
    }
    .widget a:hover {
    color: #009;
    text-decoration: underline;
    }
    .tabnav li {
	display: inline;
	list-style: none;
	padding-right: 5px;
    }
    .tabnav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	padding: 4px 6px;
	outline: none;
    }
    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #fff;
	color: #333;
	text-decoration: none;
    }
    .tabdiv {
	margin-top: 2px;
	background: #fff;
	padding: 5px;
    }
    .tabdiv li {
    list-style-image: url("star.png");
    margin-left: 20px;
    }
    .ui-tabs-hide {
    display: none;
    }
