    .widget {
    width: 320px;
    padding: 10px;
    background: #e1e1e1;
    border: 1px solid #bdbdbd;
    margin-bottom: 15px;
	float: left;
    }

    .widget a {
    color: #122951;
    text-decoration: none;
    }

    .widget a:hover {
    color: #fff;
    text-decoration: underline;
    }

    .tabnav li {
    display: inline;
    list-style: none;
    padding-right: 5px;
	padding-top: 0px;
    }

    .tabnav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #222;
    font-weight: bold;
    padding: 4px 30px;
    outline: none;
    }

    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background: #bdbdbd;
    color: #222;
    text-decoration: none;
    }

    .tabdiv {
    margin-top: 2px;
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 5px;
    }

    .tabdiv li {
    margin-left: 5px;
    }

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