@charset "utf-8";

#tabbed_box {
	margin: 0px auto 0px auto;
	height: 500px;
}

.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#CCC;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	left:6px;
	letter-spacing: 0px;
}

.tabbed_area {
	padding:8px;
}

ul.tabs {
	margin:0px; padding:0px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}



ul.tabs li a {
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	background-color: #000;
}
ul.tabs li a:hover {
	background-color:#121212;
}
ul.tabs li a.active {
	color: #FFF;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
}
.content {
	padding:10px;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: bottom;
}
#content_2, #content_3, #content_4, #content_5 { display:none; }

ul.tabs {
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:7px;
}

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #F30;
	text-decoration: none;
}
.content ul li {
	list-style:none;
	padding-top:15px;
	padding-bottom:15px;
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	text-transform: none;
	color: #FFF;
}
.content ul li a {
	text-decoration:none;
	color:#FC3;
}
.content ul li a small {
	color:#FE3100;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li:last-child {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

ul.tabs li a {
	background-repeat:repeat-x;
	background-position:bottom;
}
ul.tabs li a.active {
	background-repeat:repeat-x;
	background-position:top;
}
.content {
	background-repeat:repeat-x;
	background-position:bottom;
}
