#tabs, #tabs * {
	font-size: verdana, sans-serif;
	background-image: none;
	background: white;
	text-align: left
}

#tabs {
	width:298px;
	margin:0 auto;
	border:0;
	clear:both;
	background: transparent;
}

#tabs ul {
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
}

#tabs ul li a {
	padding: .1em .3em;
	text-decoration: none;
}

#tabs ul li a:hover {
	color:#E85B03;
}

#tabs div {
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	border-radius:0 0 .5em .5em;
	padding: 0;
}

#tabs div ul {
	margin: 0;
	padding: .5em;
	list-style: none;
}

#tabs div ul li {
	margin: 0 0 1em 0;
	line-height: inherit;
}

#tabs div ul li:last-child {
	margin:0
}

#tabs div ul li h3 {
	font-size: .7em;
	text-transform: inherit;
	margin: 0;
}

#tabs div ul li p {
	font-size: .7em;
}

#tabs div p.suite {
	margin:0 .5em 1em 0;
	font-size: .8em;
	text-align: right;
	
}

#tabs div p.suite a {
	color:#E85B03;
	font-size: .9em;
}

#tabs .ui-state-default {
	border-color: #CCC;
}

#tabs .ui-state-active, 
#tabs .ui-widget-content .ui-state-active, 
#tabs .ui-widget-header .ui-state-active {
	border-color: #CCC;
}