/* Edited with EditCSS */
/**** LINK-tag style sheet skin1.css ****/
/* $Id: skin1.css,v 1.84.2.11 2006/06/29 15:32:02 svowl Exp $ */
/*
	General styles
*/
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {  /* Main text styles */
	font-family: Arial, Helvetica, Sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
A:link {    /* Main link styles */
	color: #666;
	text-decoration: none; 
}
A:visited {
	color: #666;
	text-decoration: none;
}
A:hover {
	color: #666;
	text-decoration: underline;
}
A:active {
	color: #666;
	text-decoration: none;
}
H1 {
	font-size: 15px;
}
H2 {
	font-size: 13px;
}
H3 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
	line-height: 10px;
}
HR {
	color: #DDDDDD;
	height: 1px;
}
BODY {
	margin: 0px;
	padding: 0px;
	background: #231F20; /* Changes background color and image */
}
FORM {
	margin: 0px;
}
TABLE,IMG {
	border: 0px;
}
/*
	Content enviroment styles
*/
.container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #fff;  /* Main content background color */
}
.wrap {
	background-color: #fff;  /* Duplicate background color above in container style */
	text-align: left;
}
/*
	TOP ROW - ONLY CHANGE COLORS IF NECESSARY!!! Link to band's website, Member Sign-in
*/
.top_row {
	padding: 0px;
	margin: 0px auto 0px auto;
	height: 23px;
	width: 100%;
	background: #CCCCCC;
	border-bottom: 1px solid #333333;
}
.top_wrap {
	padding: 3px 8px 3px 8px;
	margin: 0px auto 0px auto;
	width: 780px;
}
.band_link {
	width: 50%;
	float: left;
	text-align: left;
	font-size: 11px;
}
.member_signin {
	font-size: 11px;
	width: 50%;
	float: right;
	text-align: right;
}
.band_link a:link, .band_link a:visited, .member_signin a:link, .member_signin a:visited {
	color: #333333;
	text-decoration: underline;
}
.band_link a:hover, .member_signin a:hover {
	text-decoration: none;
}
/*
	HEADER + SEARCH BAR - Band logo, Search box, Mini-cart
*/
.header {
	padding: 0px 0 0 0;
	margin: 0px;
	height: 65px;
	width: 780px;
}
.header_logo{
	float: left;
	padding: 0px 0 0 0;
	margin: 0px;
	height: 65px;
	width: 455px;
}
.head_line {  /* Changes background color of Search bar */
	clear: both;
	background-color: #ebebeb;
	height: 24px;
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.head_search {
	float: left;
	padding: 3px 0 0 8px;
	color: #333;
	font-weight: normal;
}
.head_minicart {
	text-align: right;
	float: right;
	padding: 1px 10px 0 0;
	color: #333;
}
td.TopLabel {
	color: #333;  /* Changes color of "Search:" text */
}
a.adv_search:link, a.adv_search:visited { /* Changes color of "Advanced Search" link text */
	color: #333;
}
a.adv_search:hover { /* Changes color of "Advanced Search" link HOVER text */
	color: #333;
	text-decoration: underline;
}
.cart_icon {
	margin-right: 4px;
}
.home_intro_image { /* Border & Spacing around Welcome page image */
	/*padding-top: 2px;*/
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #231F20;
}
.PrintableRow {
	width: 100%;
	vertical-align: middle;
	padding-right: 176px;
	height: 18px;
}
/*
	LEFT MENU - Browse Products, Need Help?
*/
.VertMenuLeftColumn {
	width: 190px;
	text-align: left;
	background-color: #fff;
	float: left;
	padding: 0 4px 4px 4px;
}
.VertMenuBox { /* Changes color of menu background */
	padding: 6px 4px 12px 4px;
	background-color: #ebebeb;
	border: 1px dotted #333;
}
.VertMenuTitle {
	background-color: #fff; /* background color of menu headings */
	color: #666; /* text color of SECOND WORD in menu headings */
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	padding: 4px;
	text-transform: lowercase;
}
span.VertMenuTitle_highlight {
	color: #333; /* text color of FIRST WORD in menu headings */
	font-weight: normal;
}
.VertMenuSubTitle {
	background-color: #ccc;
}
.VertMenuTitleIcon {
	width: 21px;
	height: 20px;
}
.left_categories { /* menu bullet color */
	margin: 0;
	padding: 0 0 0 16px;
	list-style: square;
	color: #333;
}

A.VertMenuItems:link, A.VertMenuItems:visited { /* colors and styles of menu links */
	color: #333;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	text-transform: lowercase;
	line-height: 24px;
}
A.VertMenuItems:hover {
	text-decoration: underline;
}
A.VertMenuItems:active {
}

.VertMenuBox h4{ /* color of Shipping Method title */
	font-family: Arial;
	font-size: 13px;
	margin: 25px 0 4px 4px;
	color: #666;
}
.left_subtext { /* color of Shipping Method text */
	font-family: Arial;
	line-height: 16px;
	font-size: 11px;
	padding: 0px 2px 25px 4px;
	color: #000000;
}

.VertMenuHr {
	width: 100%;
	height: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #999999;
}
.CategoriesList {
	font-size: 12px;
}
/*
Center Column
*/
.CenterColumn {
	width: 580px;
	padding: 0 0 50px 0;
	margin: 0px;
}
/*
	WELCOME - Welcome image and text on homepage
*/
.home_intro_text {
	font-family: Arial;
	text-align: left;
	font-size: 12px;
	padding: 0 8px 0 10px;
	line-height: 18px;
}
.home_intro_text h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	margin: 12px 0 6px 0px;
	text-align: left;
}
/*
	FOOTER - Powered by Port Merchandise, Copyright Info
*/
.BottomRow {
	text-align: center;
	vertical-align: bottom;
	clear: left;
}
.BottomBox {
	background-color: #ebebeb;
	color: #FFFFFF;
	border-bottom: 1px none;
	height: 32px;
	vertical-align: middle;
	padding-left: 12px;
	padding-right: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
.Bottom {
	color: #000000; /* footer text color */
}
a.Bottom:link { 
	color: #666; /* footer link color */
	font-weight: bold;
	text-decoration: none;
}
a.Bottom:visited { /* footer link color */
	color: #666;
	text-decoration: underline;
}
a.Bottom:hover { /* footer link color */
	color: #666;
	text-decoration: underline;
} 
a.Bottom:active { /* footer link color */
	background-color: #ccc;
	color: #333;
	text-decoration: underline;
}
.BottomPopup {
	width: 100%;
	text-align: right;
	padding-bottom: 10px;
}
.BottomPopup A {
	font-weight: bold;
}
.BottomDialogBox {
	background-color: #ccc;
	padding-left: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*
	Common styles
*/
.SubmitBox {
	padding-top: 10px;
}
HR.Line {
	width: 100%;
	height: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.SectionBox {
	background-color: #FFFFFF;
	text-align: left;
}
.Text {
	color: #000000;
}
.NumberOfArticles {
	color: #000000;
	font-weight: bold;
}
.TopLabel {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.Message {
	color: #FF3300;
}
.Line {
	background-color: #FF6600;
}
TD.ButtonsRow {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
}
.CustomerMessage {
	color: #FF3300;
	font-weight: bold;
}
.ErrorMessage {
	color: #FF3300;
	font-weight: bold;
}
.Star {
	color: #FF0000;
}
.TableHead {
	background-color: #CCCCCC;
	font-weight: bold;
}
.TableSubHead {
	background-color: #EEEEEE;
}
.Spc {
	width: 1px;
	height: 1px;
}
TABLE.EmptyBox {
	width: 100%;
}
TABLE.EmptyBox TR TD {
	padding: 0px;
}
/*
	Send to Friend
*/
.send_friend {
	background-color: #E6EAE4;
	border: 1px dotted #ACAFA5;
	padding: 12px;
}
/*
	Popup styles
*/
.PopupContainer {
	height: 100%;
	width: 100%;
	text-align: center;
}
.PopupTitle {
	background-color: #FFD44C;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.PopupBG {
	background-color: #FFD44C;
}
.PopupHelpLink {
	font-size: 9px;
	color: #330000;
	text-decoration: none;
}
/*
	BuyNow section
*/
.BuyNowQuantity {
	height: 25px;
	width: 15%;
	white-space: nowrap;
	padding-right: 10px;
}
.BuyNowPrices {
	width: 100%;
	height: 25px;
	vertical-align: middle;
}
/*
	Dialog box
*/
TABLE.DialogBox {
	width: 570px;
	vertical-align: top;
}
TD.DialogBox {
	background-color: #dde59a
	TEXT-ALIGN: left;
	padding: 0 10px;
}
.dialog_title {
	font-size: 20px;
	font-family: Arial;
	letter-spacing: -0.2px;
	text-align: left;
	padding: 10px;
	line-height: 20px;
	color: #333;
}
/*
	Dialog info box
*/
TABLE.DialogInfo {
	width: 85%;
	text-align: center;
}
.DialogInfoTitle {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	vertical-align: bottom;
	text-align: left;
	height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.DialogInfoTitleBorder {
	background-color: #FF8600;
	padding: 0px;
	vertical-align: bottom;
	height: 15px;
}
.DialogInfoBorder {
	background-color: #FF8600;
	padding: 0px;
}
.DialogTr {
	color: #B894C5;
}
.DialogInfoIcon {
	width: 16px;
	height: 16px;
}
.DialogInfoClose {
	width: 15px;
	height: 13px;
}
/*
	Dialog tools section
*/
.NavDialogTitle {
	width: 50%;
	font-size: 11px;
	font-weight: bold;
	color: #330000;
	padding-left: 8px;
}
.NavDialogBorder {
	background-color: #FFCC33;
}
.NavDialogBox {
	background-color: #FFFFCC;
}
.NavDialogSeparator {
	width: 100%;
	height: 14px;
	background-image: url(images/separator.gif);
	padding-left: 7px;
}
.NavDialogSeparator IMG {
	width: 100%;
	height: 14px;
}
.NavDialogCell {
	padding-right: 3px;
}
.NavDialogCell A IMG {
	width: 9px;
	height: 9px;
}
/*
	Product details page
*/
.ProductTitle {
	font-weight: bold;
	font-size: 15px;
	font-family: Arial;
}
.ProductTitleHidden {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
.ProductDetailsTitle {
	color: #B22222;
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}
.ProductDetails {
	color: #000000;
}
.ProductPriceTitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductPriceConverting {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.ProductPrice {
	color: #9E2200;
	font-weight: bold;
	font-size: 14px;
}
.ProductPriceSmall {
	color: #FF3300;
	font-weight: bold;
}
.SaveMoneyLabel {
	width: 57px;
	height: 57px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/save_money.gif);
	background-repeat: no-repeat;
}
.MarketPrice {
	font-size: 14px;
	font-family: Times New Roman;
}
.PImgBox {
	text-align: left;
	vertical-align: top;
	padding-right: 8px;
}
/*
	Products list
*/
TD.PListImgBox {
	width: 125px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding: 6px 5px 0 0;
}
.PListImgBox img{
	white-space: nowrap;
	border: 1px solid #999999;
	padding: 1px;
	margin: 0px;
}
HR.PListLine {
	width: 100%;
	height: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}
.PListTaxBox {
	padding-left: 70px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.PListCell {
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
	vertical-align: top;
}
/*
	Items style
*/
.ItemsList {
	color: #330000;
	font-weight: bold;
}
.ItemsListDisabled {
	color: #909090;
}
A.ItemsList:link {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
A.ItemsList:visited {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
A.ItemsList:hover {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
A.ItemsList:active {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
/*
	Location bar
*/
.NavigationPath {
	text-decoration: none;
	padding: 10px 0 0px 5px;
	text-align: left;
	font-family: arial;
	font-size: 11px;
}
/*
	Buttons
*/
.FormButton {
}
TABLE.ButtonTable {
	cursor: pointer;
	vertical-align: middle;
	direction: ltr;
}
TD.Button {
	background-color: #C2510F;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
	white-space: nowrap;
}
FONT.Button {
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
IMG.ButtonSide {
	width: 7px;
	height: 14px;
}
.SimpleButton TR TD {
	padding: 0px;
	white-space: nowrap;
}
A.Button:link, A.Button:visited, A.Button:hover, A.Button:active {
	color: #330000;
	font-weight: bold;
	text-decoration: none;
}
.GoImage {
	width: 21px;
	height: 18px;
	vertical-align: middle;
	border: 0px;
}
/*
	Small text/link style
*/
.SmallNote:link {
	color: #7C4C00;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:visited {
	color: #7C4C00;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:hover {
	color: #7C4C00;
	text-decoration: underline;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallNote:active {
	color: #7C4C00;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
.SmallText {
	color: #7C4C00;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
/*
	Category page
*/
.SubcatTitle {
	text-align: left;
	width: 95%;
	padding-left: 5px;
}
.SubcatInfo {
	text-align: right;
	white-space: nowrap;
	color: #000000;
}
/*
	Search sort bar
*/
.SearchSortTitle {
	font-weight: bold;
	padding-right: 20px;
}
.SearchSortLink:link, .SearchSortLink:visited, .SearchSortLink:hover, .SearchSortLink:active {
	text-decoration: underline;
}
.SearchSortImg {
	width: 9px;
	height: 9px;
	margin-right: 5px;
}
.SearchSortCell {
	padding-right: 20px;
}
/*
	Expandable section
*/
.ExpandSectionMark {
	width: 11px;
	cursor: pointer;
	vertical-align: middle;
}
/*
	Tab mechanism
*/
.Tab {
	background-color: #FFD44C;
	font-weight: bold;
	text-transform: uppercase;
	width: 85px;
	height: 30px;
	text-align: center;
}
.TabTop {
	height: 5px;
	background-color: #FFD44C;
}
TD.TabLeftSide {
	width: 9px;
	background-image: url(images/tab_l.gif);
}
TD.TabRightSide {
	width: 9px;
	background-image: url(images/tab_r.gif);
}
TD.TabLeftCorner {
	width: 9px;
	height: 9px;
	background-image: url(images/tab_c1.gif);
}
TD.TabRightCorner {
	width: 9px;
	height: 9px;
	background-image: url(images/tab_c2.gif);
}
TD.TabCenter {
	height: 9px;
	background-image: url(images/tab_b.gif);
}
IMG.TabCorner {
	width: 9px;
	height: 9px;
}
IMG.TabSide {
	width: 9px;
	height: 1px;
}
/*
	Pagination mechanism
*/
.NavigationArrow {
	width: 9px;
	height: 9px;
}
.NavigationTitle {
	white-space: nowrap;
	height: 14px;
	padding-right: 10px;
}
.NavigationCell {
	text-align: center;
	vertical-align: bottom;
	background-image: url(images/page.gif);
	width: 17px;
	height: 14px;
}
.NavigationCell A:link, .NavigationCell A:visited, .NavigationCell A:hover, .NavigationCell A:active {
	text-decoration: none;
}
.NavigationCell IMG {
	height: 1px;
	width: 17px;
}
.NavigationCellWide {
	text-align: center;
	vertical-align: bottom;
	background-image: url(images/page_wide.gif);
	width: 23px;
	height: 14px;
}
.NavigationCellWide A:link, .NavigationCellWide A:visited, .NavigationCellWide A:hover, .NavigationCellWide A:active {
	text-decoration: none;
}
.NavigationCellWide IMG {
	height: 1px;
	width: 23px;
}
.NavigationCellSel {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 15px;
}
/*
	Subheader styles
*/
TABLE.SubHeaderGrey {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeaderGrey {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
}
.SubHeaderGreyLine {
	height: 1px;
	background-color: #CCCCCC;
	padding: 0px;
}
TABLE.SubHeaderBlack {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeaderBlack {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
}
.SubHeaderBlackLine {
	height: 1px;
	background-color: #000000;
	padding: 0px;
}
TABLE.SubHeaderRed {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeaderRed {
	font-weight: bold;
	padding: 0px;
}
.SubHeaderRedLine {
	height: 1px;
	background-color: #550000;
	padding: 0px;
}
TABLE.SubHeader {
	width: 100%;
	margin-bottom: 10px;
}
.SubHeader {
	color: #FF3300;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
}
.SubHeaderLine {
	height: 1px;
	background-color: #FF6600;
	padding: 0px;
}
/*
	User profile page
*/
.RegSectionTitle {
	color: #550000;
	font-size: 10px;
	font-weight: bold;
}
/*
	Popup image
*/
.PImageImageCell {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
.PImageImageCell IMG {
	text-align: center;
	vertical-align: middle;
}
.PImageNumbersCell {
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
.PImageLine {
	height: 1px;
	background-color: #CCCCCC;
}
.PImageLine IMG {
	height: 1px;
}
BODY.PImage {
	background-color: #FFFFFF;
}
.PImagePageRow {
	height: 30px;
	vertical-align: middle;
	padding-left: 10px;
}
/*
	Customer reviews module
*/
IMG.StarImg {
	width: 14px;
	height: 14px;
}
/*
	Manufacturers module
*/
.ManufacturersItem {
	text-align: left;
	white-space: nowrap;
	width: 95%;
	padding-left: 5px;
}
/*
	Recommended products module
*/
UL.RPItems {
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*
	Webmaster mode
*/
SPAN.Lbl {
	color: #008000;
	font-weight: bold;
}
.Section {
	margin: 0px;
	padding: 0px;
}
/*
	Fast Lane Checkout module
*/
.login_register_table {
	border: 1px solid #CCCCCC;
	background-color: #E9E9E9;
}
.FLCAuthBox {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 5px;
}
.FLCAuthPreBox {
	padding-left: 30px;
	height: 20px;
	width: 100%;
}
.FLCTopPad {
	vertical-align: middle;
	height: 15px;
}
.FLCTopPad IMG {
	width: 1px;
	height: 15px;
}
TD.FLCDialogCell {
	width: 50%;
	height: 220px;
	border: 1px solid #E3E3E3;
	background-color: #FFFFFF;
	text-align: center;
}
TABLE.FLCDialog {
	width: 100%;
}
/*
		-- ADDONS --
*/
/*
	Gift registry module
*/
.HighLight {
	background-color: #FFFFCC;
}
/*
	Feature comparison module
*/
TABLE.CompareBtn {
	cursor: pointer;
}
TD.CompareBtnLeft {
	height: 18px;
	width: 21px;
	background-image: url(images/compare1.gif);
}
TD.CompareBtnLeft IMG {
	height: 18px;
	width: 21px;
}
TD.CompareBtnMain {
	background-image: url(images/compare2.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 2px;
}
TD.CompareBtnMainMozilla {
	background-image: url(images/compare2.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 1px;
}
TD.CompareBtnRight {
	height: 18px;
	width: 9px;
}
TD.CompareBtnRight IMG {
	height: 18px;
	width: 9px;
}
TD.FCompProductSelBox {
	padding: 0px;
	white-space: nowrap;
}
TD.FCompProductButtonBox {
	padding-left: 25px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 100%;
	white-space: nowrap;
}
TD.FCompProductAddCL {
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
TD.FCompFeatureHCell {
	vertical-align: top;
	text-align: center;
	background-color: #EEEEEE;
	font-weight: bold;
}
.HightLightEqualRow {
	background-color: #FFE8AF;
	text-align: center;
}
.EqualRow {
	background-color: #FFFFFF;
	text-align: center;
}
/*
	Special offers module
*/
.SpecialOffersPrice {
	color: #FF3300;
	font-weight: bold;
	font-size: 14px;
}
.SpecialOffersThumb {
	display: inline;
	margin-left: -51px;
}
.SpecialOffersThumb A IMG {
	width: 47px;
	height: 44px;
}
/*
	Fancy categories module
*/
.CatMenuItemOff {
	background-color: transparent;
	color: #330000;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 0px;
	cursor: pointer;
	font-size: 12px;
}
.CatMenuItemOffExp {
	background-color: transparent;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: 2px;
	margin-right: 3px;
	cursor: pointer;
}
.CatMenuItemOn {
	background-color: #FF8600;
	color: #330000;
	border-right: 0px solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 1px;
	margin-right: 0px;
	cursor: pointer;
	font-size: 12px;
}
.CatSubMenu {
	background-color: #FFD44C;
	border-right: #8E4B00 1px solid;
	border-top: #8E4B00 1px solid;
	border-left: #8E4B00 1px solid;
	border-bottom: #8E4B00 1px solid;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	width: 150px;
}
A.CatMenuItem {
	font-size: 12px;
	font-family: Arial;
	cursor: pointer;
}
A.CatMenuItem:link {
	color: #330000;
	text-decoration: none;
}
A.CatMenuItem:visited {

	color: #330000;
	text-decoration: none;
}
A.CatMenuItem:hover {
	color: #330000;
	text-decoration: none;
}
A.CatMenuItem:active {
	color: #330000;
	text-decoration: none;
}
A#nojs.CatMenuItem:hover {
	background-color: #FF8600;
	color: #330000;
	text-decoration: none;
}
IMG.FCIcon {
	width: 16px;
	height: 16px;
	border-width: 0px;
	margin-left: 2px;
	margin-right: 3px;
}
IMG.FCTriangle {
	width: 9px;
	height: 9px;
	border-width: 0px;
	margin-left: 3px;
}
TABLE.FCItemTable {
	width: 100%;
	border-width: 0px;
	margin: 0px;
	text-align: left;
}
TD.FCIconCell {
	vertical-align: middle;
	text-align: center;
}
TD.FCTriangleCell {
	vertical-align: middle;
	text-align: right;
}
TD.FCChain {
	width: 18px;
	background-repeat: repeat-y;
}
TD.FCChain IMG {
	width: 18px;
	height: 1px;
}
TD.FCExplorerBox {
	width: 37px;
	vertical-align: top;
	background-repeat: repeat-y;
}
/*
	Product configurator module
*/
.ProductBG {
	background-color: #FFFFFF;
}
.SlotCell {
	width: 50%;
	height: 35px;
	padding-top: 25px;
	background-color: #FFFFFF;
	text-align: center;
}
.SlotProductCell {
	width: 50%;
	height: 35px;
	background-color: #FFFFFF;
	text-align: center;
}
TABLE.PCSummaryTable {
	width: 100%;
	background-color: #FFFFFF;
}
/*
	Surveys module
*/
H1.SurveyName {
	font-weight: bold;
}
.SurveyHeader {
	font-size: 11px;
}
.SurveyHeaderMenu {
	font-size: 10px;
}
.SurveyFooter {
	font-size: 11px;
}
.SurveyFooterMenu {
	font-size: 10px;
}
.SurveyQuestion {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
}
.SurveyQuestionMenu {
	font-weight: bold;
	padding: 0px;
}
TEXTAREA.Survey {
}
.SurveyAnswer {
	padding: 2px;
	width: 100%;
}
.SurveyAnswerMenu {
	padding: 0px;
	width: 100%;
}
TD.SurveyAnswerMark {
	padding: 2px;
	width: 15px;
}
TD.SurveyAnswerMarkMenu {
	padding: 0px;
	width: 15px;
}
.SurveyBar {
	height: 10px;
	background-color: #0000FF;
}
.SurveyBarHL {
	height: 10px;
	background-color: #008000;
}
.SurveyStatLabel {
	padding-left: 6px;
	white-space: nowrap;
}
.StatisticsBar {
	background-color: #FFCE31;
}
.StatisticsBarHL {
	background-color: #FF8400;
}
.SurveyAnswers {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 5px;
}
.SurveyAnswersMenu {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
.SurveyAnswerComment {
	padding: 2px;
}
.SurveyAnswerCommentMenu {
	padding: 0px;
}
.header a:link {
	color: #F1AE00;
	text-decoration: none;
}
.header a:active {
	color: #F1AE00;
	text-decoration: none;
}
.header a:visited {
	color: #F1AE00;
	text-decoration: none;
}
.header a:hover {
	color: #F1AE00;
	text-decoration: underline;
}
.header a {
	color: #F1AE00;
	text-decoration: none;
}
