﻿@charset "UTF-8";



.TabbedPanels {
	margin:0px;
	padding:0px;
	float:left;
	clear:none;
	width:450px
	}

.TabbedPanelsTabGroup {
	background:transparent url('../images/tabs.png') no-repeat top right;
	width:450px;
	height:20px;
	margin:0px;
	padding:0px
	}

.TabbedPanelsTab {
	float:left;
	padding:2px 8px;
	height:20px;
	font:11px Arial,Helvetica,sans-serif;
	line-height:13px;
	color:#ac2024;
	border-right:solid 1px #b7b7b7;
	background:transparent url('../images/tabs_on.png') no-repeat top center;
	list-style:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor:pointer
	}

.TabbedPanelsTabHover,
.TabbedPanelsTabSelected {
	background-position:bottom center;
	text-decoration:none
	color:#4B73BB;
	}
.TabbedPanelsTab:first-child {
	background-position:top left
	}
.TabbedPanelsTabHover:first-child,
.TabbedPanelsTabSelected:first-child {
	background-position:bottom left
	}

* html .TabbedPanelsTab { background-position:expression(this.previousSibling==null ? 'top left':'top center' ) }
* html .TabbedPanelsTabHover,
* html .TabbedPanelsTabSelected { background-position:expression(this.previousSibling==null ? 'bottom left':'bottom center' ) }

.TabbedPanelsTab a { text-decoration:none }

.TabbedPanelsContentGroup {
	float:left;
	width:448px; /* 2px border */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #794500;
	line-height: 13px;
	}

.TabbedPanelsContent { margin:2px 0px 4px 0px }

.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
	}
.TabContentLeft {
	float:left;
	width:450px
	}
.TabContentLeft_NoImage {
	float:left;
	width:90%
	}

.TabContentRight {
	float:right;
	width:auto
	}
.CategoryImage {
	text-align:center;
	margin-bottom:10px
	}
.ShopButton {
	text-align:center
	}
