﻿/* JAG 4/3/2007 Option Selector CSS */
.filterLink
{
	color: #003366;
}
.filterLink:hover, .filterLink a:hover
{ 
	color: #FFA500; 
} 

.filterLinkSelected, .filterLinkSelected a
{
	 color: #FFA500; 
}
.Options
{
	display: inline; 
	float:left; 
	height:auto; 
	padding: 6px 0 6px 3px;
    white-space:nowrap;
}
.OptionSelectorError
{
	padding: 5px 0 5px 0;
}
/* JAG 4/3/2007 Option Selector CSS */
.ItemOption
{
	display: inline;
	color:#000000;
	background-color:#FFFFFF;
	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	font-weight:bold;
	text-align: center;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	font-family:Arial;
}

.ItemOptionUnavailable
{
	display: inline;
	color:Gray;
	background-color:#FFFFFF;
	border-color:Gray;
	border-width:2px;
	border-style:Dotted;
	font-weight:bold;
	text-align: center;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	font-family:Arial;
}

.ItemOptionSelected
{
	display: inline;
	color:#000000;
	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	font-weight:bold;
	text-align: center;
	padding: 3px 0px 3px 0px;
	background-color:orange;
	cursor: pointer;
	font-family:Arial;
}

.ItemOptionHover
{
	display: inline;
	color:#000000;
	border-color:#000000;
	border-width:2px;
	border-style:Solid;
	font-weight:bold;
	text-align: center;
	padding: 3px 0px 3px 0px;
	background-color:#FDD017;
	cursor: pointer;
	font-family:Arial;
}

.ItemOptionNoBorder
{
	display: inline;
	background-color:White;
	text-align: center;
	padding: 3px 0px 3px 0px;
	cursor: pointer;
	font-family:Arial;
}

.OptionError
{
	background-color: #F5F0F0;
	color:Red;
}


.ChooseSize
{
	font-family:Arial;
}

.ProductWarningHyperLink
{
	text-decoration:underline;
	font-weight:bold;
	color:red;
}

.ProductWarningMessage
{
}


.itemDetail .addItemNew
	{
		text-align: center;
		border: 1px solid #ccc;
		background-color: #F5F5F5;
		/*padding: 15px 0 15px 0; removed for new details page JAG 4/23/2007*/
		padding: 0px 0 0px 0;
	}

	.itemDetail .addItemNew div
		{
			margin: 0 0 0 0;
		}

	.itemDetail .addItemNew .qtybox2
		{
			height: 16px;
			width: 20px;
		}
				
.addToBasketNew
{
	/*padding-top: 10px; removed for new details pageJAG 4-23-2007 */
}

.FilterByGenderClosedImage
{
	background-image:url("http://images.footballfanatics.com/add.gif");
	background-repeat: no-repeat;
	display:inline;
	visibility:visible;
	height: 15px;
	width: 15px;
	position:absolute;
	cursor: pointer;
}

.FilterByGenderOpenImage
{
	background-image:url("http://images.footballfanatics.com/delete.gif");
	background-repeat: no-repeat;
	display:inline;
	visibility:visible;
	height: 15px;
	width: 15px;
	position:absolute;
	cursor: pointer;
}

.FilterByGenderSelectionClosed
{
	display:none;
}

.FilterByGenderSelectionOpen
{
	display:block;
}

/* END Option Selector CSS*/
