/****** General ******/
li
{
	vertical-align: middle;
	list-style-position: outside;
	margin-left: 15px;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: 0px;
}

/****** Global Text ******/

.regularTextBold
{
	font-weight: 700;
	font-size: 8pt;
	color: #333333;
	font-family: Helvetica, sans-serif;
}

.regularTextDisabled
{ color: #CDCDCC; }

.regularTextBoldBlue
{
	font-weight: bold;
	font-size: 8pt;
	color: #003399;
	font-family: Helvetica, sans-serif;
}

.regularTextBoldMargin
{
	margin-top: 100px;
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	font-family: Helvetica, sans-serif;
}

.regularText
{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
}

.regularTextSmall
{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
}

.regularTextBig
{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
}

.regularTextGray
{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color:Gray;
}

.regularTextBlue
{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color: #fa360e;
}

.regularTextDarkBlue
{
	font-weight: normal;
	color: #003151;
}

.regularTextStrike
{
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
	font-family: Helvetica, sans-serif;
	text-decoration: line-through;
}

.regularTextWhite
{
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
	color:White;
}

.redText { color: Red; }

.redTextBold
{
	color: Red;
	font-weight: bold;
}

.LargeTextBold
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Helvetica, Sans-Serif;
	color: #333333;
}

.LargerTextBold
{
	font-weight: bold;
	font-size: 12pt;
	color: #333333;
	font-family: Helvetica, Sans-Serif;
}

/****** Clear Divs ******/

.clear
{
	clear:both;
	height:1px;
}

/****** Home Control ******/

.homePageColumn
{
	float:left;
	width:33%;
}

.shopByTitle
{
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #333333;
}

.teamDropDownListBox
{
	font-family: Arial;
	font-size: 10px;
	color: #404040;
	width: 140px;
	background-color: #eeeeee;
	font-weight: bold;
}

.promoTextHeader
{
	font-weight: 700;
	font-size: 8pt;
	color: #333333;
	font-family: Helvetica, sans-serif;
	padding-top:6px;
}

/****** Bread Crumbs ******/
.TopBarBreadCrumbTrail
{	
	margin: 0px 0 2px 9px;
	color: Black;
	font-family: Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	vertical-align: bottom;
}

a.TopBarNavBreadCrumb:link,
a.TopBarNavBreadCrumb:active,
a.TopBarNavBreadCrumb:visited,
a.TopBarNavBreadCrumb:hover
{
	color: Black;
	font-family: Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	vertical-align: bottom;
}

/****** Checkout Validation  ******/

.CheckoutValidationSummary
{
	font-weight: bold;
	font-size: 9pt;
	color: #fa360e;
	font-family: Helvetica, sans-serif;
}

.OrderFailureContent
{
	font-weight: normal;
	font-size: 8pt;
	padding:5px 5px 5px 5px;
	border:1px; 
	border-color:#C0C0C0; 
	border-style:solid; 
	clear:both;
}

.OrderConfirmContinueButton
{
	float: right;
	margin-top: -15px;
	clear:both;
	text-align:right;
	margin-bottom:5px;
}

/****** View Orders ******/
.ViewOrdersLeftSpacer
{
	width: 120px;
	padding-top: 4px;
}

/****** Sizing Chart ******/
.titleSizing,
.titleSizing a:link,
.titleSizing a:visited,
.titleSizing a:hover
{
	text-align:left;
	font-family: arial;
	font-weight:bold;
	font-size:large;
	text-decoration:none;
	color: #000000;
}

/******* Content Pages ********/

.StaticContentPage
{
	text-align:left;
}

/**** Submit Reviews *****/
.ContentFacade
{
	border: solid 1px #e8e8e8;
	width:608px;
	margin-left: 3px;
	
}

.ForceScroll
{
	position: absolute;
	top: 0px;
	left: 0px;
}
/*************************/