.softlist{
width:560px;background:transparent;vertical-align:top;margin:auto;
}

.tab_title {
font:bold 18px Arial,Sans-serif;
color:#FA781D;
padding:0px;
display:inline;
float:left;
margin-top:10px;
}

.tab_title + p{
display:inline;
float:right;
margin-top:10px;
}

/* basic tab setup */
div#tabs {
	font:normal 12px Verdana,Arial,Sans-serif;
	width:600px;
	margin-left:25px;
	overflow: hidden;
	}

div#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
/* Inactive tab style */
div#tabs li {
	float: left;
	margin:0px;
	padding:0px;
	width:auto;
	border-top:3px solid #eee;
	border-left:2px solid #eee;
	border-right:2px solid #eee;
}

div#tabs a {
	display: block;
	padding:4px 10px 4px 10px;
	text-decoration: none;
	color: #444;
}

/* extra makeup, hover for inactive */
div#tabs a:hover {
	padding:4px 10px 4px 10px;
	color: #ff9900; 
/*	border:1px solid #444;*/
}

/* Active tab style */
div#tabs #active a {
	display: block;
	padding:4px 10px 4px 10px;
    color:#000;
	background-color:#eee;
}


/* extra makeup, hover for active */
div#tabs #active a:hover {
	/*text-decoration: underline;*/
}

div#tabs #active {
	/*background-image: url("norm_right_on.gif");*/
}

/* tab styles */

/* Defines the style and placement of all the tabbed content */
div#tab_content {
	background:#fafafa;
	width:600px;
	height:110%;
	text-align:left;
	overflow:visible;
	border:3px solid #eee;
	padding:10px;
}


