/* common */

#tabset_head{
	padding: 0.2em 0.4em;
	margin:0 0 4px 0;
	text-transform:uppercase;
	color:#FFF;
	background: url(../../../../images/backgrounds/headerback_red.gif) no-repeat;
}
.tabset .content,
.tabset-right .content {
	border:1px solid #ccc;
	padding: 1.5em;
	clear: right;
	zoom: 1;
}
.tabset li a em,
.tabset-right li a em {
	font-style: normal;
	display: block;
	padding: 0.2em;
}
.tabset .tabs li a em,
.tabset-right .tabs li a em {
	margin-left: 4px; /* based on border-radius */
	padding-right: 8px; /* based on border-radius (2x left to balance margin) */
	padding-left: 4px;
}
.tabset .tabs .selected a em,
.tabset-right .tabs .selected a em {
	padding-bottom: 0.3em; /* adjust height */
}
.tabset h4,
.tabset-right h4 {
	margin: 0;
}
.tabset,
.tabset-right {
	position: relative;
	zoom: 1;
	margin: 1em 0;
}
.tabset .tabs li,
.tabset-right .tabs li {
	display: inline-block;
	display: -moz-inline-stack;
	*display:inline; /* IE */
	vertical-align: bottom; /* safari: for overlap */
	cursor: pointer; /* gecko: due to -moz-inline-stack on anchor */
	zoom: 1; /* IE: kill space between horizontal tabs */
}
.tabset .tabs a,
.tabset-right .tabs a {
	outline: 0; /* gecko: keep from shifting */
	position: relative; /* IE: to allow overlap */
}
.tabset .tabs li a,
.tabset-right .tabs li a {
	display: block;
	display: inline-block;
	vertical-align: bottom; /* safari: for overlap */
	zoom: 1;
}
.tabset .tabs .selected a, .tabset .tabs a:hover,
.tabset-right .tabs .selected a, .tabset-right .tabs a:hover {
  background-color: #fff;
}
.tabset .tabs,
.tabset-right .tabs {
	margin-bottom: -1px; /* for overlap, based on content border-width */
}
.tabset .tabs li a,
.tabset-right .tabs li a {
	border-bottom: 1px solid #ccc;
}
.tabset .tabs .selected a,
.tabset-right .tabs .selected a {
	border-bottom: 0;
	color: #7d7d7d;
}

/* left aligned */
.tabset .tabs,
.tabset .tabs li {
	margin-right: 0.3em;
}
.tabset .tabs li a {
	background: #e5e5e5 url(../../../../images/yui/tabview/round_4px_gray.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
}
.tabset .tabs li a em {
  background: transparent url(../../../../images/yui/tabview/round_4px_gray.gif) no-repeat top right;
}

/* right aligned */
.tabset-right .tabs {
	float: right;
	display: inline;
	margin-right: 0.3em;
}
.tabset-right .tabs li {
	margin-left: 0.3em;
}
.tabset-right .tabs li a {
	background: #e5e5e5 url(../../../../images/yui/tabview/round_4px_blue.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
}
.tabset-right .tabs li a em {
	background: transparent url(../../../../images/yui/tabview/round_4px_blue.gif) no-repeat top right;
}
