@charset "UTF-8";

/* COLORS

BG Red				#300
BG Blue				#292E38

*/

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

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

.TabbedPanels {
	margin: 0 0;
	padding: 0 0;
	top:-26px;
	position: relative;
	background-color:transparent;
	height: auto;
	width: auto;
	/*float: left;*/
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#productFeatureTabs .TabbedPanelsTabGroup {
	background-color: transparent;
	margin: 0 0;
	padding: 0 0 0 30px;
}
#productFeatureTabs .TabbedPanelsTabGroup li {
	list-style:none;
}
/* Tab Content */
#productFeatureTabs .TabbedPanelsContentGroup {
	height: auto;
	width: auto;
	display:block;
	padding: 0 0;
	margin: 0 0;
	text-align:center;
	background-repeat:no-repeat;
	background-position:0 0;
	background-color: transparent;
	clear: both;
}
/* Plain Tabs */
#productFeatureTabs .TabbedPanelsTab {
	list-style: none;
	position: relative;
	bottom: 0;
	float: left;
	height:100%;
	padding: 0 12px;
	margin: 0 2px 0 0;
	text-align:center;
	line-height:28px;
	height:25px;
	text-transform:uppercase;
	letter-spacing:.1em;
	color:#808080;
	background-color: #e5e5e5;
	background-image:url(../images/prod-bg-featuretab-sprite.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
	border: solid 1px #bbb;
	border-top: solid 1px #ddd;
	border-bottom:none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	-moz-outline-style:none;
/* curved borders */
/* -moz-border-radius-topleft / -webkit-border-top-left-radius / border-top-left-radius */
/* -moz-border-radius-topright / -webkit-border-top-right-radius / border-top-right-radius */
/* -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius / border-bottom-left-radius */
/* -moz-border-radius-bottomright / -webkit-border-bottom-right-radius / border-bottom-right-radius */
	-moz-border-radius-topleft:5px;
	-khtml-border-top-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-khtml-border-top-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}
/* Hover Tabs */
#productFeatureTabs .TabbedPanelsTabHover {
	color:#606060;
	background-color: #fff;
	background-position:0 bottom;
}
/* Selected Tabs */
#productFeatureTabs .TabbedPanelsTabSelected {
	color:#404040;
	background-color: #fff;
	background-image: none;
	border: solid 1px #bbb;
	border-bottom:none;
	border-top: solid 1px #ddd;
	z-index:1000;
}
#productFeatureTabs .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
#productFeatureTabs .TabbedPanelsContent {
	padding: 0 0;
	margin: 0 0;
	background-color: transparent;
}
#productFeatureTabs .TabbedPanelsContentVisible {
}
#productFeatureTabs table {
	margin:20px;
	padding:1px 0;
	width:580px;
	border-color:#eee;
	border-style:solid;
	border-width:1px 0;
}
#productFeatureTabs table .rowOdd {
	background-color:#fff;
}
#productFeatureTabs table .rowEven {
	background-color:#eee;
}
#productFeatureTabs table td {
	text-align:left;
	padding:2px 4px;
	line-height:1.4;
}
