.TabbedPanels {
	padding: 0px;
	width: 90%;
	background-color: transparent;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
}
/*==Must be added a number to each new Tabbed Panel*/
#TabbedPanels1 p, #TabbedPanels2 p, #TabbedPanels3 p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}
#TabbedPanels1 table, #TabbedPanels2 table, #TabbedPanels3 table {
	margin: 0px 6px 0px 0px;
	padding: 2px;
	height: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#TabbedPanels1 td, #TabbedPanels2 td, #TabbedPanels3 td {
	padding: 2px;
	color: #333333;
}
#TabbedPanels1 .TitleON, #TabbedPanels2 .TitleON, #TabbedPanels3 .TitleON {
	text-transform: capitalize;
	text-align: center;
	padding: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#TabbedPanels1 .LinkMore a:hover, #TabbedPanels2 .LinkMore a:hover, #TabbedPanels3 .LinkMore a:hover {
	color: #CC0000;
	text-decoration: underline;
	background-image: url(images/PricesMinitable/nextOver.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 7px;
}
#TabbedPanels1 .LinkMore a, #TabbedPanels2 .LinkMore a, #TabbedPanels3 .LinkMore a {
	color: #0066CC;
	text-decoration: underline;
	background-image: url(images/PricesMinitable/next.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 7px;
}
/*===========END comment above=======================================================*/
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-left: none;
	border-top: none;
	border-right: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #999999;
	background-image: url(images/PricesMinitable/TabBackWider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 120px;
	border-bottom-style: none;
	float: left;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
.TabbedPanelsTabHover {
	background-image: url(images/PricesMinitable/TabBackOverWider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #CC0000;
	font-size: 100%;
}
.TabbedPanelsTabSelected {
	border-bottom: none;
	background-image: url(images/PricesMinitable/TabFrontWider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 120px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #0066CC;
}
.TabbedPanelsTab a {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-top: none;
	border-right: none;
	background-color: #FFFFFF;
	background-image: url(images/PricesMinitable/RightTopCurve.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px 6px 0px 0px;
	padding: 0px 6px 0px 0px;
}
.TabbedPanelsContent {
	padding: 4px;
	width: 100%;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
