﻿/* CSS specific to eWizard and Gear Finder pages - no need to Theme this file yet */

.EquipmentWizard .Radios INPUT
{
	height: 12px;
	vertical-align: bottom;
}

.EquipmentWizard LABEL
{
	font-size: 11px;
}

.EquipmentWizardSB
{
	text-align: left;
	font-size: 10px;
	padding: 4px;
	margin-bottom: 5px;	/* 150px; */
	color: #78a976;
	font-weight: bold;
}
.EquipmentWizardSB TABLE TD
{
	padding: 0px;
}

.EquipmentWizardSB INPUT
{
	height: 11px;
	font-size: 9px;
}

.EquipmentWizardSB INPUT.Btn
{
	height: auto;
	width: 160px;
	font-size: 11px;
}
.EquipmentWizardSB STRONG
{
	font-size: 12px;
	margin-top: 2px;
	border-top: 2px groove;
	display: block;
	border-top-style: solid;
	border-top-color: #78a976;	/* Separating Line color */
}


.eEmpty H1
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 6px 0px;
}


.eNotEmpty H1
{
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 6px 0px;
}
.eWizSubHead
{
}
.eEmpty
{
}
.eActions
{
	margin-top: 10px;
	font-size: 12px;
}
.eActions INPUT
{
	font-size: 11px;
}
INPUT.Toggle
{
	margin: 0 3px 0 1px;
}

IMG.Toggle
{
	margin: 0 3px 0 1px;
}

.eWizardResults
{
	margin: 10px 0 80px 0;
}
.eWizard .eRowLast TD
{
	border-top: 2px ridge;
	padding-top: 5px;
}
.eWizard .eRow TD
{
	border-top: 2px ridge;
	padding-top: 5px;
}
.eWizard .eRowLast
{
	font-size: 1px;
}
.eWizard .eSubRow TD.eProd
{
}
.eWizard .eSubRow TD.eProd {
	border-top: 2px ridge;
	padding-top: 5px;
}
.eWizard .eSubRow TD.eImg {
	border-top: 2px ridge;
	padding-top: 5px;
}
.eWizard TD.eCat
{
	width: 83px;
	text-align: center;
	font-size: 8px;
	background-color: #cdbe95;
}
.eWizard TD.eImg
{
	width: 105px;
	border-top: 2px ridge;
	vertical-align: middle;
	padding-top: 5px;
	background: #ffffff;
	text-align: center;
}
.eWizard .eImg IMG
{
	border: none;
}
.eWizard .eProd
{
	width: 198px;
	padding: 5px 2px 2px 3px;
}

/* .eAdd and eRem - Add to Wish List and Remove from Wish List styles are defined in ProductDetails.css */

.eReturn		/* Return to Wish List panel in the Side Bar, visible in Edit Mode only */
{
	display: block;
	text-align: center;
	margin: 5px;
}
.eReturn INPUT	/* Return to Wish List button looks too wide in IE */
{
	font-size: 13px;
	width: 135px;
}
INPUT.eReturnSmall	/* Return to Wish List button in the Wish List instructions */
{
	width: 110px;
}
.eActionLog
{
	margin-top: 10px;
}
.eWizard .eHead
{
	color: #020202;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
.eWizard .eSRP
{
	color: Black;
	margin-top: 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
.eWizard .eClick
{
	color: Black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}
.eWizard A:hover .eClick
{
	text-decoration: Bold;
	color: Red;
	font-size: 10px;
}

/* Within the Product Details PopUp box */
.PopUp .DetailsTextHeads
{
	background: #ede7d0;
	color: #2a4c30;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}


/* eWizard Login and Register pages */
.Login .ActivateFailed
{
	margin: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}

.Login .ActivateOK
{
	margin: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}
.Login .ActivateOK
{
	color: Blue;
}
.Login .ActivateFailed
{
	color: Red;
}
.Login TD.Form
{
	background: #d1c8b8;
	text-align: left;
	padding: 15px;
	padding-bottom: 0px;
	border: 1px outset;
	border-left: #eeeeee;
	border-top-color: #eeeeee;
}

