@charset "utf-8";
/* CSS Document */
/*Styles for use with Jquery Tabs*/
#tabs {
	/*font-size: .9em;*/
	/*margin: 20px 0;*/
}

#tabs h3 {
	margin-bottom: 0px;
    }
#tabs ul {
	/*width: 500px;*/
}
#tabs li {
	list-style: none;
}
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
}
#tabs li, #tabs li a {
	float: left;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
	background-color: #333;
}
#tabs ul li a:hover {
	background-color: #333;
	color: #fc6;
	border-bottom: none;
}
#tabs ul li a#lastTab {
	border-right: 1px solid #ccc;
}

#tabs ul li.active a {
	color: #ccc;
	background-color: #565656;
}
#tabs div {
	clear: both;
	padding: 10px 20px;
	min-height: 200px;
	/*border: 1px solid #cc3;*/
	/*width: 500px;*/
}



#tabs div p {
	line-height: 1.5em;
}

