
 
    .widget {
    width: 88%;
   
    background: #fff;
    border: 1px solid #A70329;
   
    }

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

    .widget a:hover {
    text-decoration: none;
	border-bottom-color: #A70329;
	border-bottom-style:  dashed;
	border-bottom-width: 1px;
	color: #A70329;
	background-color: transparent;

    }

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

    .tabnav li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    padding: 4px 6px;
    outline: none;
background: #A70329;
font-size: 12px;
    }

    .tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
    background: #A70329;
    color: #FFFFFF;
    text-decoration: none;
font-size: 12px;
    }

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

    .tabdiv li {
    list-style-image: url("star.png");
   
    }
.tabdiv ul
{
	margin-left:-18px;
}
    .ui-tabs-hide {
    display: none;
    }

.tabnav
{
	margin:0px;
padding-left:7px;
}
#tags #newtagcloud a
{
	text-decoration: underline;
	border-bottom-color: #A70329;
	border-bottom-style:  none;
	border-bottom-width: 1px;
	color: #A70329;
	background-color: transparent;
}
