#tabwrap {
	width: 421px;
	color: #FFFFFF;
	margin: 1em 0 1em 0;
}

#tabwrap a {
	color: #CCCCCC;
	text-decoration: none;
}
#tabwrap a:hover {
	color: #FFFFFF;
}

#tabwrap #mainmenu {
	background-image: url(../images/index_tabs/tab_bar.gif);
}

#tabwrap #mainmenu #tabs {
	text-align: center;
	list-style: none;
	height: 42px;
	vertical-align: middle;
	margin: 0;
	display: table; 
}

#tabwrap #mainmenu #tabs a { /* individual tab */
	display: block;
	float: left;
	text-decoration: none;
	color: #999999;
	background-image: url(../images/index_tabs/tab_inactive.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 42px;
	margin-right: 0.5em;
}
#tabwrap #mainmenu #tabs a b {
	vertical-align: middle;
	height: 42px;
	width: 80px;
	display: table-cell;
	#line-height: 42px;
}
#tabwrap #mainmenu #tabs a:hover {
	background-image: url(../images/index_tabs/tab_hover.gif);
}

#tabwrap #mainmenu #tabs a.active-tab {
	background-image: url(../images/index_tabs/tab_active.gif);
	color: #ffffff;
}

#tabwrap .panel {
	clear: both;
	display: none;
}

#tabwrap .panel.active-tab-body {
	display: block;
	/*background-image: url(../images/index_tabs/tabbg.gif);*/
	background-repeat: no-repeat;
	background-color: #686868; /*#3e3e3e;*/
	height: 280px;
}

#tabwrap .panel .text {
	padding: 10px;
}
.ie #tabwrap .panel .text {
	position: relative;
	bottom: 10px;
}


#tabwrap .panel .text table td {
	line-height: 12px;
	padding: 2px;
}
#tabwrap .panel .text table td.title {
	line-height: 90%;
	font-weight: bold;
	color: #F4D93C;
}
#tabwrap .panel .text table td.title p {
	margin: 0;
}
#tabwrap .panel .text table td.title p i {
	color: #FFFFFF;
	font-style: normal;
	font-size: 9px;
}
#tabwrap .panel .text table table tr.title td {
	font-weight: bold;
	border-top: 2px solid #555555;
}
#tabwrap .panel .text table table td {
	border-bottom: 1px dotted #444444;
}