@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	background-color: #66308E;
}

.container
{
	background-color: #FFF;
	border: 1px solid #dac998;
}

.header
{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

.topNav
{
	background-color: #7C3C9E;
}

.topNavButtons
{
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.topNavButtons a
{
	color: #FFF;
	text-decoration: none;
}

.leftMenu
{
	padding: 5px;
}

.searchBox
{
	padding: 5px;
}

.button
{
	color: #FFF;
	background-color: #7C3C9E;
}

.leftMenuButtons
{
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C3C9E;
	font-weight: bold;
	color: #7C3C9E;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.leftMenuButtons a
{
	color: #7C3C9E;
	text-decoration: none;
}

.leftMenuButtons a:hover
{
	color: #dac998;
	text-decoration: none;
}

.mainBody
{
	padding: 5px;
}

.mainBody h1
{
	font-size: 14px;
	color: #672e92;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #672e92;
}

.mainBody a
{
	color: #000000;
}

.productTitleFeatured
{
	padding: 5px;
}

.footer
{
	padding: 5px;
}

/* form Styles */

form
{
	padding: 0px;
	margin: 0px;
}

label
{
	padding-right: 10px;
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}

.dropDownMenu
{
	width: 20%;
}

/* Tab Styles */

.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;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-color: #eee;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-weight: bold;
}

.TabbedPanelsTabHover {
	background-color: #CCC;
}

.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-left-color: #ccc;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

.TabbedPanelsContent {
	padding: 4px;
}

.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;
}

/* Product Styles */

.productPrice
{
	color: #cc3300;
	font-weight: bold;
	font-size: 12px;
}

.productImage
{
	border: solid 1px #CCC;
}
