/* ---START TABS NAVIGATION--- */

#tabsmain {
	border: 1px solid #666;
	clear: both;
	background: #e1e1e1;
	padding-top: 2em;
}

#tabscontents {
	padding: 1.5em;
	background: #ffffff;
	min-height: 100px;
}


#tabsheader {
	position: relative;
	width: 100%;
	height: 3em;
	width: 300px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabsheader ul#tabsprimary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabsheader ul#tabsprimary li  {
	display: inline;
	list-style: none;
}

#tabsheader ul#tabsprimary a.hilitegreen,#tabsheader ul#tabsprimary span.hilitegreen {
	background: #c2f1c2;
	font-style: italic;
}

#tabsheader ul#tabsprimary a,#tabsheader ul#tabsprimary span,#tabsheader ul#tabsprimary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-style: normal;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

#tabsheader ul#tabsprimary span,#tabsheader ul#tabsprimary a.current,#tabsheader ul#tabsprimary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #e1e1e1;
	padding-bottom: 6px;
	margin-top: 0;
}

#tabsheader ul#tabsprimary a {
	background: #efefff;
	border: 1px solid #AAA;
	border-bottom: none;
}

#tabsheader ul#tabsprimary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #c6dbef;
	padding-bottom: 5px;
}

#tabsheader ul#tabsprimary a.maintabpage {
	background: #efefff;
	border: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

#tabsheader ul#tabsprimary a.mainorderpage {
	background: #efefff;
	border: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}

#tabsheader ul#tabsprimary a.mainorderpagehilite {
	background: #c2f1c2;
	border: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	font-style: italic;
}

/* secondary tabs */


#tabsheader ul#tabssecondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.8em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabsheader ul#tabssecondary li a,#tabsheader ul#tabssecondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0px 15px 3px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 0px solid #AAA;
	background: none;
}

#tabsheader ul#tabssecondary li a {
	color: #21618c;
	text-decoration: none;
	font-weight: normal;
}

#tabsheader ul#tabssecondary li a:hover {
	color: #fc4c33;
	background: transparent;
	padding: 0px 15px 3px;
	border: none;
	border-right: 0px solid #AAA;
	text-decoration: underline;
	font-weight: normal;
}

#tabsheader ul#tabssecondary li a:active {
	color: #21618c;
	background: transparent;
	font-weight: normal;
}

#tabsheader ul#tabssecondary li span.selected {
	color: #000000;
	background: transparent;
	font-weight: bold;
}


#tabsheader ul#tabssecondary li:last-child a { border: none; }

#tabsheader ul#tabssecondary li.separator {
	color: #636563;
	width: auto;
	display: block;
	float: left;
	padding: 0px 0px 3px 0px;
	margin: 0;
	text-align: auto;
	border: none;
	background: none;
}

/* ---END TABS NAVIGATION--- */
