@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/tab-line1.JPG);
	background-repeat: repeat-x;
	height: 16px;
}
.TabbedPanelsTab
 {
	position: relative;
	top: 0px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: crosshair;
	list-style-type: none;
	height: 16px;
	left: 30px;
	background-image: url(../images/tab-off.gif);
	background-repeat: no-repeat;
	width: 134px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, tahoma;
	font-size: 6px;
	color: #979C98;
	text-align: center;
	vertical-align: bottom;
	display: block;
}
.TabbedPanelsTabHover {

 {
	position: relative;
	top: 0px;
	float: left;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: crosshair;
	list-style-type: none;
	height: 16px;
	left: 30px;
	background-image: url(../images/tab-newproducts-off.jpg);
	background-repeat: no-repeat;
	width: 134px;
	padding: 0px;
	margin: 0px;
	background-image: none;
	background-image: url(../images/tab-on.gif);
	background-repeat: no-repeat;
}

}


.TabbedPanelsTabSelected {
	background-image: url(../images/tab-on.gif);
	background-repeat: no-repeat;
}


.TabbedPanelsTab a {
}


.TabbedPanelsContentGroup {
	clear: both;
}


.TabbedPanelsContent {
}


.TabbedPanelsContentVisible {
}




.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	position: relative;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {

}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
}
