﻿.tabbedPanels ul.tabs {
	margin: 0;
	height: 33px; /* height of a non-active tab */
}
.tabbedPanels ul.tabs li {
	list-style-type: none;
	float: left;
	margin-left: -1px;
}
.tabbedPanels ul.tabs li:first-child {
	margin-left: 0;
}

.tabbedPanels ul.tabs li a{
	background: transparent url(../images/tab_bg.gif) no-repeat 100% -100px;
	padding: 0 25px 0 0;
	white-space: nowrap;
	display: block;
	text-decoration: none;
}
.tabbedPanels ul.tabs li a span{
	background: transparent url(../images/tab_bg.gif) no-repeat 0 0;
	display: block;
	padding: 10px 0 7px 25px;
	min-width: 40px;
	width: auto;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.tabbedPanels ul.tabs li a.active {
	cursor: default;
}
.tabbedPanels ul.tabs li a.active,
.tabbedPanels ul.tabs li a:hover{
	background-position: 100% -150px;
}

.tabbedPanels ul.tabs li a.active span,
.tabbedPanels ul.tabs li a:hover span{
	background-position: 0 -50px;
}
.tabbedPanels ul.tabs li a.active span {
	padding-top: 11px; /* 1px higher than normal */
	color: #6d2536;
}

.tabbedPanels div.tabPanel {
	display: none;
	border: 1px solid #d1d1d1;
	padding: 14px 18px 10px 18px;
}
