@charset "utf-8";

.animated-tab {
	margin-bottom:20px; padding:4px 2px 3px 2px; background:url(/images/animated-tab.png) repeat; behavior: url("/iepngfix.htc");
}

#tabbed_box_1 {
	margin: 0px 0px 20px 0px; width:220px;
}

.tabbed_area {
	padding:4px 2px 3px 2px; background:url(/images/animated-tab.png) repeat; behavior: url("/iepngfix.htc");
}

ul.tabs {
	padding:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background:url(../images/animated-tab-tabs.png) repeat-x top left;
	behavior: url("/iepngfix.htc");
	text-decoration:none;
	font: normal normal normal 13px/normal "Arial Narrow", Tahoma, Verdana;
	color:#868c8f;
	letter-spacing:0.04em;
	text-transform:uppercase;
	cursor:pointer;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
ul.tabs li a:hover {
	color:#d1d4d6;
}
ul.tabs li a.active {
	background:url(/images/animated-tab-content.png) repeat;
	behavior: url("/iepngfix.htc");
	color:#d1d4d6;
}
.content {
	background:url(/images/animated-tab-content.png) repeat; behavior: url("/iepngfix.htc"); padding:10px; font-family:Arial, Helvetica, sans-serif;
}
#content_2, #content_3 { display:none; }

