.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width:475px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 14px 0 0 10px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	padding:7px 0 0 0px;
	margin: 0px 1px 0px 0px;
	font: normal 12px sans-serif;
	text-transform:uppercase;
	color:#7b7c40;
	text-align:center;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	float:left;
	height:24px;
	width:153px;
	background:url(../images/tab.gif) no-repeat left bottom;
	z-index: 1;
}

.TabbedPanelsTabHover {
	background:url(../images/tab.gif) no-repeat left top;
	color:#000;
}


.TabbedPanelsTabSelected {
	background:url(../images/tab.gif) no-repeat left top;
	color:#000;
}

.TabbedPanelsTab a {
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	float:left;
	width:475px;
	background:url(../images/bg-m.gif) repeat-x top left;
}

.TabbedPanelsContentGroup1 {
	clear: both;
	float:left;
	width:475px;
	background-color:#ededcc;
}

.TabbedPanelsContent {
	padding: 16px 11px 20px 22px;
	float:left;
	width:442px;
}

.TabbedPanelsContent a{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}
.TabbedPanelsContent a:hover {
	text-decoration:underline;
}

