@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:5px 0px 6px 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"); padding:6px 10px 7px 10px; text-decoration:none; font: normal normal normal 13px/normal "Arial Narrow", Tahoma, Verdana; color:#868c8f; letter-spacing:0.04em; text-transform:uppercase; cursor:pointer;
}
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; }