@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.
 */



.TabbedPanels {
	margin: 10px 0px 0px 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;
}

.TabbedPanelsTab {
	width:120px;
	position: relative;
	top: 1px;
	float: left;
	padding: 7px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #fff;
	background-image: url(../images/product-page-base/close-tab.gif);
	background-repeat: no-repeat;
	list-style: none;
	border-left: 0px;
	border-bottom: solid 1px #fff;
	border-top: 0px;
	border-right: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTab-covert {
	width:120px;
	position: relative;
	top: 1px;
	float: left;
	padding: 7px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #fff;
	background-image: url(../images/product-page-base/close-tab.gif);
	background-repeat: no-repeat;
	list-style: none;
	border-left: 0px;
	border-bottom: solid 1px #fff;
	border-top: 0px;
	border-right: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#ff0000;
}

.TabbedPanelsTabHover {
	color:#666666;
}

.TabbedPanelsTabSelected {
	background-color: #Efff;
	background-image:url(../images/product-page-base/open-tab.gif);
	border-bottom: 1px solid #f5f5f5;
	border-bottom: solid 1px #fff;
	color:#000;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border: 0px;
	background-color: #f5f5f5;
	background-image: url(../images/product-page-base/panel-content-bg.gif);
	background-repeat:none;
	background-repeat:repeat-y;
	padding:50px 50px 30px 50px;
	_padding:20px 50px 20px 50px;
}

.TabbedPanelsContent {
	padding:0px;
	overflow:auto;
}

.TabbedPanelsContentVisible {
	padding:0px;
	text-align:left;
}