#maincol #tabwrapper {
	min-height: 		47.5em;
}

* html #maincol #tabwrapper {
	height: 		47.5em;
}

#maincol #tabs {
	margin:				40px 0 0 0;
	padding:			0 0 3px 10px;
	height:				22px;
	position:			relative;
	z-index:			2;
	background:			transparent url('../images/tabs/tabcontent_roundtop.gif') no-repeat left bottom;
}
#normalpadalt #tabs {
	margin:				10px 0 0 0;
	background:			transparent url('../images/tabs/tabcontent_roundtop_alt.gif') no-repeat left bottom !important;
}

#maincol #tabs li {
	float:				left;
	display:			inline;
	padding-left:		4px;
	margin-right:		3px;
	background:			#e6dec7 url('../images/tabs/tab_roundleft.gif') no-repeat left top;
}

#maincol #tabs li a {
	float:				left;
	display:			inline;
	height:				21px;
	overflow:			hidden;
	font-size:			1em;
	font-weight:		bold;
	text-align:			center;
	line-height:		22px;
	padding:			0 6px 0 6px;
	outline: 			none;
	background:			#e6dec7 url('../images/tabs/tab_roundright.gif') no-repeat right top;
}

#maincol #tabs li a:hover {
	text-decoration:	none;
	color:				#999999;
}

#maincol #tabs li.selected {
	background:			#fff url('../images/tabs/tab_roundleft_sel.gif') no-repeat left top;
}

#maincol #tabs li.selected a {
	color:				#a2833d;
	height:				22px;
	background:			#fff url('../images/tabs/tab_roundright_sel.gif') no-repeat right top;
}

#maincol #tabcontainer {
	z-index:			1;
	padding-bottom:		4px;
	background:			#fff url('../images/tabs/tabcontent_roundbottom.gif') no-repeat left bottom;
}
#normalpadalt #tabcontainer {
	background:			#fff url('../images/tabs/tabcontent_roundbottom_alt.gif') no-repeat left bottom !important;
}

#maincol div.tabcontent {
	padding:			10px 10px 10px 13px;
	border-left:		1px solid #c7b383;
	border-right:		1px solid #c7b383;
}
