/* Tabs */
.tabcontainer{ 
	margin:0; 
	border:solid 1px #ebebeb; border-width:0 0 0 1px; margin:20px 20px 20px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	}
ul.tabs {
	margin: 0;
	padding: 0 0 1px 0;
	list-style: none;
	height: 41px;
	width: 800px;

}
ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 0 15px;
	line-height:41px;
	height:41px;
	overflow: hidden;
	position: relative;
	font-size:12px;
	font-family:"Ubuntu", Arial;
	border:solid 1px #ebebeb;
	border-width:1px 1px 0 0;
	background:url(navtab.gif) repeat-x;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	color:#555;
}

.tab-content {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	padding: 20px 0;
	width:850px;
	}
	
ul.tabs li:hover{}
ul.tabs li.active{background:transparent}
html ul.tabs li.active a{ color:#dc6a4d; }
#tab-body{padding:0 20px; border:solid 1px #ebebeb; border-width:1px 1px 1px 0;}

#wrapper #content #block div .tabcontainer #tab-body #tab5 table tr td br {
	color: #666;
}
#wrapper #content #block div .tabcontainer #tab-body #tab5 table tr td strong {
	color: #333;
	font-size: 12px;
}
#wrapper #content #block div .tabcontainer #tab-body #tab5 table tr td li {
	font-size: 10px;
	margin-left:15px;
	margin-right:15px;
}
