ol#toc {
	height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
	z-index:20;
}

ol#toc li {
    background: url(../images/tab_title_bg.gif) repeat-x top left;
    float: left;
    margin: 0 2px 0 0;
    padding-left: 5px;
}

ol#toc a {
    background: url(../images/tab_title_bg.gif) repeat-x left;
    color: #85888d;
    display: block;
    float: left;
    padding-right: 10px;
    text-decoration: none;
	font-size:16px;
}

ol#toc a .aleft {
	background:url(../images/tab_title_bg_left.gif) top left no-repeat;
	position:relative;
	left:-5px;
}

ol#toc h1 {
	margin-right:30px;
	margin-left:6px;
	display: block;
	text-decoration: none;
	height:38px;
	font-size:16px;
}
	
ol#toc li.current {
    background:url(../images/tab_title_bg.gif) repeat-x top left;
	width:auto;
	min-width:85px;
}

ol#toc li.left {
    background:url(../images/tab_title_bg_left.gif) no-repeat top left;
	width:38px;
}
ol#toc li.active {
    background:url(../images/tab_title_bg.gif) repeat-x top left;
	width:auto;
}

ol#toc li.active a {
    background:url(../images/tab_title_bg_active.gif) no-repeat top right;
	width:auto;
	border-bottom:solid 1px #FFFFFF;
	z-index:12;
}

ol#toc li.inactive {
	background:url(../images/tab_title_bg.gif) repeat-x top left;
	width:auto;
}

ol#toc li.inactive a {
	background:url(../images/tab_title_bg_inactive.gif) no-repeat right top;
	width:auto;
}

ol#toc li.current a {
    background: url(../images/tab_title_bg.gif) repeat-x top left;
	width:auto;
	min-width:85px;
    font-weight: bold;
}

ol#toc a {
    display: block;
    float: left;
    height: 2em;
    line-height: 2em;
    padding-right: 10px;
    text-decoration: none;
}

div.content {
    background:url(../images/tab_content_bg.gif) repeat-x top left;
	z-index:1;
	width:340px;
	height:216px;
}
div.content .left {
	background:url(../images/tab_content_bg_left.gif) no-repeat left 3px;
	width:340px;
	height:216px;
}
div.content .right {
	background:url(../images/tab_content_bg_right.gif) no-repeat top right;
	width:340px;
	height:216px;
	padding-top: 1em;
}
	
div.content .text {
	width:320px;
	height:171px;
	overflow:auto;
	}

div.content h1 {
	color:#379db0;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	margin-left:35px;
	margin-bottom:5px;
	}
div.content h2 {
	color:#10292d;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:35px;
	margin-bottom:5px;
	}
div.content h3 {
	background:url(../images/tab_detail_button.gif) no-repeat top left;
	width:95px;
	height:19px;
	color:#FFF;
	margin-top:5px;
	padding-left:25px;
	padding-top:3px;
	font-size:10px;
	}
div.content a {
	color:#FFF;
	text-decoration:none;
	}	
	
div.content .bottom { width:200px;
	height:10px;
	padding-top:7px;
	padding-left:15px;
	} 
div.content .bottom h4 {
	color:#005f99;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
div.content .bottom a {
	color:#005f99;
	text-decoration:none;
	}

