@charset "UTF-8";

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

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


.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 5px;
	margin: 0px 1px 0px 15px;
	font: bold 14px lucida sans;
	background-color: none;
	border-left: solid 0px #CCC;
	border-bottom: none;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	-moz-user-select: none;
	-moz-outline-style: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #6E797D;
	width: 130px;
	text-align: center;
	background-image: url(../images/tab_normal.png);
	background-repeat: no-repeat;
	height: 17px;
	list-style: none;
	list-style-type: none;
}
.TabbedPanelsTabHover {
	color: #FFFFFF;
	background-image: url(../images/tab_over.png);
	background-repeat: no-repeat;
}
.TabbedPanelsTabSelected {
	border-bottom: none;
	background-image: url(../images/tab_selected.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #FFF;
	border-bottom: solid 0px #999;
	border-top: solid 0px #FFF;
	border-right: solid 0px #999;
	margin-bottom: 0px;
	margin-top: 0px;
}
.TabTitleText {
	color: #3C4A51;
	font-size: 24px;
	margin-top: 4px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 3px;
}
.TabbedPanelsContentTalon {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_title.png);
	background-repeat: no-repeat;
	top: auto;
}
.TabbedPanelsContentSpecs {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_title.png);
	background-repeat: no-repeat;
}
.TabbedPanelsContentColours {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_colours.png);
	background-repeat: no-repeat;
}
.TabbedPanelsContentColoursTri {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_colours_tri.png);
	background-repeat: no-repeat;
}
.TabbedPanelsContentSpares {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_title.png);
	background-repeat: no-repeat;
}
.TabbedPanelsContentTech {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_title.png);
	background-repeat: no-repeat;
	top: auto;
}
.TabbedPanelsContentPics {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_media_lg.png);
	background-repeat: no-repeat;
	top: auto;
}
.TabbedPanelsContentPicsTri {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_media_tri.png);
	background-repeat: no-repeat;
	top: auto;
}
.TabbedPanelsContentVids {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_media_lg.png);
	background-repeat: no-repeat;
	top: auto;
}
.TabbedPanelsContentVidsTri {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_video_tri.png);
	background-repeat: no-repeat;
	top: auto;
}
.TabbedPanelsContentVidsTal {
	padding: 4px;
	height: 675px;
	background-image: url(../images/tab_content_box_video_tal1.png);
	background-repeat: no-repeat;
	top: auto;
}
.TabbedPanelsContentVisible {
	background-color: none
}



.TabbedPanelsNestTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 0px;
	margin: 0px 1px 0px 15px;
	font: bold 14px lucida sans;
	background-color: none;
	list-style: none;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #000;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	-moz-user-select: none;
	-moz-outline-style: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: none;
	width: 100px;
	text-align: center;
	height: 17px;
	background-image: url(../images/tab_nest.png);
	background-repeat: no-repeat;
}
.TabbedPanelsNestTabHover {
	color: #FF0000;
}
.TabbedPanelsNestTabSelected {
	border-bottom: none;
	color: #FF0000;
}
.TabbedPanelsContentColoursContent {
	height: 635px;
	background-image: none;
	padding-top: 4px;
}


/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: none;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: none;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

