#sectionSpotlight {
 background-color:#CBCBCB;
}

/*-------------------------------------------    
    Product List Filter
-------------------------------------------*/

#productListFilter {
	clear: both;
	padding: 5px;
	background: url(/images/soccer/elements/product_list_filter_bg.jpg) top repeat-x;
}

#productListFilter table{
	width: 585px;
}

#productListFilter td{
	padding-bottom: 4px;
}

#productListFilter form{
	display: inline;
}

.autocorrect {
	padding: 5px;
}

.didyoumean {
	padding: 0 5px 5px 5px;
}

#searchWithinForm {
	padding: 0 0 5px 7px;
	}
	
/*-------------------------------------------    
    Deal of the Day
-------------------------------------------*/
		#dealDay {
		font-size: 13px;
		line-height: 17px;
	}

	#dealDay img {
		float: left;
		padding: 5px;
	}
	
	#dealDay .productBox {
		padding: 10px 0 0 10px;
		width: 260px;
		text-align: left;
	}

		#dealDay .headline{
		font-size: 14px;
		font-weight: bold;
	}

	#dealDay .copy {
		line-height: 15px;
		color: #666;
	}

	#dealDay .savingsPrice {
	font-size:18px;
	}

/*-------------------------------------------    
    Product List Features
-------------------------------------------*/

#productFeature1 {margin:0; padding:0; background:#999999;	width: 600px; text-align: center;}
#productFeature1 a:link, #productFeature1 a:visited{color:#fff;}
#productFeature1 .productName {margin: 0; font-weight:bold;}
#productFeature1 .tagLine{margin:0 0 3px 0; color: #eee; font-size:11px; font-style: italic;}
#productFeature1 .priceBox {float: left; padding:4px 0; margin: 5px 0 10px 120px; width:250px; border: 1px solid #8d8d8d; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size:11px; background-color:#cecece; line-height: 11px;}
#productFeature1 .gcPrice {margin-left: 15px; padding:0; display: inline;}
#productFeature1 .moreInfo {float: left; margin: 5px 0 10px 10px; width: 100px;}


#productFeature3 {padding-bottom:10px; background:#999999; text-align:center;}
#productFeature3 a:link, #productFeature3 a:visited{color:#fff;}
#productFeature3 .productName {height: 40px; overflow: hidden;}
#productFeature3 .tagLine{margin-top:4px; color: #eee; font-size:11px; font-style: italic; height:13px; overflow: hidden;}
#productFeature3 .priceBox {margin: 8px 0 5px 0; padding:4px 0; width:175px; border: 1px solid #8d8d8d; -moz-border-radius: 4px; -webkit-border-radius: 4px;	font-size:11px; background-color:#cecece; line-height: 11px;}
#productFeature3 .gcPrice {padding:2px 0 0 0;}


/*-------------------------------------------    
    Product List
-------------------------------------------*/

.productRow {
	padding: 5px 0 0 5px;
	clear: both;
}

.productBox {
	float: left;
	width:180px;
	_width:178px;
	padding: 5px;
	margin: 0 5px 15px 0;
	text-align: center;
}

.productBox img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.productImageBox {
	float: left;
	width:120px;
	min-height:100px;
	_height:100px;
	padding: 5px;
	margin: 0 5px 5px 0;
	text-align: center;
}

.moreInfo {
 	float:right;
 	margin: 45px 10px 0 0;
}

.productName {
	line-height: 14px;
	padding: 4px 0;
}

.itemNumber {
	padding: 0 0 2px 0;
	font-size: 11px;
	color: #666;
}

.price {
	font-weight: bold;
}

.gcPrice {
	padding: 2px 0;
	font-size: 11px;
	font-weight: bold;
	color: #900;
}

.savingsPrice {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #cc0000;
}

.productPromotion {
	padding: 4px 0 0 0;
}

#trailimageid {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}

/*-------------------------------------------    
    Quick view Modal
-------------------------------------------*/

#orderModal {
	width: 600px; 
	min-height: 550px;
	margin: 0 auto; 
	z-index: 999; 
	position: absolute; 
	left:50%; 
	top:50%; 
	display: none; 
	background-color: #fff;
	-moz-border-radius: 4px;-webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: 0 0 20px 1px #000; -webkit-box-shadow: 0 0 20px 1px #000; box-shadow: 0 0 20px 1px #000;
	}
	
#jsConf {
/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
	width: 300px; 
	height: 110px;
	margin: 0 auto; 
	z-index: 1000; 
	position: absolute; 
	left:50%; 
	top:50%; 
	display: none; 
	background-color: #fff;
	background-color: #fff;
	-moz-border-radius: 4px;-webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
	-moz-box-shadow: 0 0 20px 1px #000; -webkit-box-shadow: 0 0 20px 1px #000; box-shadow: 0 0 20px 1px #000;
	}
	
#confCloseDiv {
	position: absolute;
	bottom: 10px;
	left: 110px;
	cursor: pointer;
}

#jsConf p {
	font-weight: bold;
	margin: 10px;
}
	
#mask {
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	z-index:800;
	height:100%;
	width:100%; 
	background-color:#000; 
	position: absolute; 
	top:0px;
	display: none;
}
	


#pleaseWait {
	width: 300px;
	margin: 0 auto; 
	z-index: 990; 
	position: absolute; 
	left:50%; 
	top:50%; 
	border: 1px solid #000; 
	//display: none; 
	background-color: #eee;
	opacity: 0.6;
	text-align: center;
	padding: 10px;
	}
	
#innerWait {
	padding: 10px;
	text-align: center;
	opacity: 0.6;
	margin-top: 40px;
	}
	
.clickToOrder, .clickToOrderList {
	cursor: pointer; 
	background: url("/images/quickviewButton01.png") no-repeat scroll 50% 0 transparent; 
	color: #FFFFFF;
	height: 20px;
	}
	
.clickToOrderList {

	}
	
.clickToOrder:hover, .clickToOrderList:hover {
		background: url("/images/quickviewButton02.png") no-repeat scroll 50% 0 transparent; 
	}
	
#prodVitals {
    float: left;
    min-height: 450px;
    text-align: left;
    width: 223px;
}

#prodCopy {
    height: 10em;
    margin: 0 0 10px;
    overflow: auto;
    padding: 0 3px;
}

#prodVariants {
    padding: 7px;
    text-align: left;
}

#bundle-section {
	padding: 5px;
}

#priceDiv {
    margin: 5px 0;
    padding: 10px;
    text-align: left;
}

#purchase {
	text-align: center;
}	

#prodShot {

    margin: 10px auto;
    text-align: center;
}

#productImgDiv {
	float: left;
	margin-left: 20px;
}

#orderModalTop {
	background-color: #EEEEEE;
margin:5px;
	font-weight: bold;
	clear: both;
	}
	
#orderModalClose {
	float:right;
	background-color:#CE0C0C;  
	color: #fff; 
	font-weight: bold; 
	padding: 3px;
	border: 2px solid #CCC;
	cursor: pointer;
	}
	
#prevNext {
	text-align: center;
	background: url("/images/gr_fade.gif") repeat-x scroll 0 0 #EEEEEE;
	font-weight: bold;
	padding: 5px 0 2px 0;
	clear: both;
	/*position: absolute;
	bottom: 0;*/
	width: 100%;
}

.pn_nav {
	margin: 0 10px 0 10px;
	cursor: pointer;
}

#prev {
	background: url("/images/prev_arrow.gif") no-repeat scroll 0 3px transparent;
	padding-left: 15px;
	float: left;
}

#next {
	background: url("/images/next_arrow.gif") no-repeat scroll 58px 3px transparent;
	padding-right: 15px;
	float: right;
}
#count {
	position: absolute;
	left: 50%;
}

#availability {
	display: none;
}

#name {
	margin-left:15px;
}

#number {
	margin-left: 4px;
}
