/*---------------------------------------------*/
/* FOR THE JQUERY BOX					       */
/*---------------------------------------------*/


* {
margin: 0;
padding: 0;
}

body {
font-size: 100%;
color: #222;
background: #ffffff;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.6em;
}

.widget {
width: 770px;
margin: 0px 20px 20px 20px;
padding: 10px;
background: #f3f1eb;
border: 1px solid #dedbd1;
margin-bottom: 15px;
}

.widget.inner
	{
		width: 770px;
		margin: 0;
		padding: 0;
		background: #dedbd1;
		border: none;
	}
#tabvanilla ul
	{
		margin:0;
		padding:0;
	}
	
.tabnav
	{
		padding: 0;
		margin: 0;
	}
	
.tabnav.inner li a:hover, .tabnav.inner li a:active, .tabnav.inner li.ui-tabs-selected a
	{
		background: #cecbc1;
	}
	
#treatment
	{
		margin-top: 0px;
		padding:0;
		border: none;
	}

.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: #222;
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: 2px;

padding: 10px;
background-image: url('../images/white_bkg.jpg');
background-color: #f1f1f1;
background-repeat: repeat-x;
border: 1px solid #cccccc;
}

.tabdiv.inner
	{
		padding: 0;
		border: none;
	}

.tabdiv li {
list-style-image: url("star.png");
margin-left: 20px;
}

.inner.tabnav li
	{
		margin-left: 14px;
	}

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