/*
 * Style rules for the tabs, do not change these unless you
 * know what you are doing
 */

#content_tabs {
	list-style: none;
	position: relative;
}

#content_tabs li {
	display: inline;
}

#content_tabs a.tab {
	display: block;
	float: left;
}

.tab_content {
	position: absolute;
	left: 0;
}

/* Reset UL for lists inside the tabs */
#content_tabs ul { 
	list-style: disc outside;
}

#content_tabs ul li {
	display: list-item;
}


/*
 * Style rules for layout and design, change properties
 * below to fit your design
 */

#content_tabs {
	margin: 0;
	padding: 0;
}

#content_tabs a.tab {
	margin: 0 1px 0 0;
	padding: 4px;
	background-color: #dadada;
	border-bottom: none;
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	color:#EAEAC7;
	background-color: #D5C332;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#content_tabs a#active_tab, #content_tabs a#active_tab:hover {
	background-color: #DFD265;
	color:#EAEAC7;
	border-bottom: 1px #EAE198;
}

.tab_content {
	position: absolute;
	height: 280px;
	border: 1px dotted #CCCCCC;
	overflow-y:none;
	overflow-x:none;
	overflow: auto;
	float: left;
	top: 20px;
	width: auto;
	background-color: #EAE198;
	padding-top: 5px;
	margin-top: -1px;
	z-index:1000;
}