html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* Define Custom Fonts */
/* Define Custom Fonts */
@font-face {
  font-family: "Score Board";
  src: url("http://typefront.com/fonts/825588948.eot");
  src: local("?"),
       url("http://typefront.com/fonts/825588948.woff") format("woff"),
       url("http://typefront.com/fonts/825588948.ttf") format("truetype"),
       url("http://typefront.com/fonts/825588948.svg") format("svg");
}
@font-face {
  font-family: "SF Collegiate Solid";
  src: url("http://typefront.com/fonts/825588947.eot");
  src: local("?"),
       url("http://typefront.com/fonts/825588947.woff") format("woff"),
       url("http://typefront.com/fonts/825588947.ttf") format("truetype"),
       url("http://typefront.com/fonts/825588947.svg") format("svg");
}
.clearer {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

body {
  background: #000 url('floor_texture_bigfoot.jpg') center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  font-family: Arial;
}

@media only all and (max-width: 1024px) and (max-height: 768px) {
  body {	
    -moz-background-size: 1024px 768px;
    background-size: 1024px 768px;
  }
}
a {color:#FFCC33}

	div#wrapper-outer {
		background: url('wrapper-back.png') repeat;
		margin: 0 auto;
		width: 961px;
	}
	
		div#wrapper {
	width: 961px;
	background-attachment: fixed;
	background-image: url('body-gradient.png');
	background-repeat: no-repeat;
	background-position: center top;
		}
		
			div#header {
				padding-right: 11px;
/*				height: 120px;*/

			}
			
				div#header-left {
					float: left;
				}
				
					div#header-left a {
						display: block;
						position: absolute;
						margin-left: -10px;
					}
					
						div#header-left a img {
							display: block;
							float: left;
						}
				
				div#header-middle {
					float: left;
					width: 487px;
					margin-left: 216px;
					padding-top: 10px;
				}
				
					div#header-middle span.phone {
						font-family: 'SF Collegiate Solid', sans-serif;
						text-transform: uppercase;
						font-size: 36px;
						color: #fff;
						font-weight: normal;
						display: block;
						float: right;
						text-align: right;
					}
					
					div#header-middle ul {
						float: right;
						clear: both;
						width: 266px;
						padding-top: 8px;
					}
					
						div#header-middle ul li {
							float: left;
							color: #fff;
							font-size: 14px;
							padding-left: 6px;
						}
						
							div#header-middle ul li a {
								float: left;
								color: #fff;
								text-decoration: none;
								background: url('header-separator.png') no-repeat right 2px;
								padding-right: 7px;
							}
							
							div#header-middle ul li a:hover {
								text-decoration: underline;
							}
							
						div#header-middle ul li.social {
							padding: 0;
						}
						
							div#header-middle ul li.social a {
								padding: 0;
								margin-left: 6px;
							}
							
							div#header-middle ul li.social a:hover {
								opacity: 0.8;
								filter:alpha(opacity=80)
							}
							
							div#header-middle ul li.social a.facebook {
								background: url('facebook.png') no-repeat left top;
								width: 19px;
								height: 19px;
								text-indent: -3000px;
							}

							div#header-middle ul li.social a.twitter {
								background: url('twitter.png') no-repeat left top;
								width: 19px;
								height: 19px;
								text-indent: -3000px;
							}
							
							div#header-middle ul li.social a.rss {
								background: url('rss.png') no-repeat left top;
								width: 19px;
								height: 19px;
								text-indent: -3000px;
							}		
							
					div#header-middle div.search {
						float: right;
						width: 242px;
						height: 24px;
						padding: 7px 2px 7px 7px;
						background: url('search-shadow.png') no-repeat left top;
					}
					
						div#header-middle div.search input.search-text {
							float: left;
							border: none;
							padding: 0;
							margin: 0;
							background: #fff;
							height: 23px;
							width: 200px;
							text-align: right;
							padding-right: 14px;
						}
						
						div#header-middle div.search input.search-button {
							float: left;
							width: 28px;
							height: 23px;
							background: url('search-button.png') no-repeat left top;
						}		
							div#header-middle div.search input.search-button:hover {
								opacity:0.8;
								filter:alpha(opacity=80)
							}											
							
							
				div#header-right {
					float: right;
					width: 221px;
					background: url('basket-back.png') repeat;
					padding-left: 14px;
					padding-top: 10px;
					margin-top: 10px;
					padding-bottom: 20px;
					margin-bottom: 6px;
				}
				
					a.minibasket {
						font-size: 16px;
						color: #fff;
						padding-left: 33px;
						display: block;
						background: url('basket-icon.png') no-repeat left top;
						text-decoration: none;
					}
					
					div#header-right div.items {
						color: #fff;
						font-size: 12px;
						padding-left: 33px;
						padding-top: 11px;
					}
					
					a.minicheckout {
						font-size: 16px;
						color: #fff;
						padding-left: 33px;
						margin-top: 11px;
						display: block;
						background: url('checkout-arrows.png') no-repeat 4px 2px;
						text-decoration: none;
					}
					
						a.minicheckout:hover, a.minibasket:hover{
							text-decoration: underline;
						}
					
			div#main-nav {
	clear: both;
	height: 42px;
	margin-left: 10px;
	margin-right: 11px;
	background-image: url('nav-back.png');
	background-repeat: repeat-x;
	background-position: left top;
			}
			
				div#main-nav ul {
					padding-left: 7px;
				}
				
					div#main-nav ul li {
						float: left;
					}
					
						div#main-nav ul li a {
							color: #fff;
							font-family: 'SF Collegiate Solid', sans-serif;
							font-size: 18px;
							height: 27px;
							padding-top: 9px;
							display: block;
							float: left;
							text-transform: uppercase;
							text-decoration: none;
							padding-left: 9px;
							padding-right: 9px;							
						}
						
						div#main-nav ul li a:hover {
							background: #e51b24 url('nav-active.png') no-repeat center top;
						}
						li.sfHover a.sf-with-ul {
							background: #e51b24 url('nav-active.png') no-repeat center top;
						}
			
			div#content {
				padding-left: 10px;
				padding-right: 11px;
			}
			
				div#earn-links {
				    clear: left;
    				display: block;
				}
				
					div#earn-links a {
						font-family: 'Score Board';
						color: #fff;
						font-size: 24px;
						text-decoration: none;
						background: url('cash-back.png') repeat;
						padding-top: 5px;
						padding-bottom: 10px;
						display: block;
						float: left;
						margin-bottom: 5px;
						padding-left: 10px;
					}
					
					div#earn-links a:hover {
						color: #FFCC33;
					}
					
						div#earn-links a span {
							font-size: 17px;
						}
				
					div#earn-links a.earn-cash {
						margin-right: 8px;
						width: 575px;
					}
					
					div#earn-links a.club-merchandise {
						width: 336px;
					}					
				
				div#teams-wrapper {
					clear: both;
					background: url('teams-carousel-back.png') repeat-x left top;
					padding-top: 3px;
					height: 78px;
				}
				
					div#teams-carousel {
						width: 850px;
						margin: 0 auto;
						overflow:hidden;
					}
					

						div#teams-carousel div.prev, a#prev2 {
							width: 27px;
							height: 49px;
							background: url('company-carousel-prev.png') no-repeat left top;
							text-indent: -3000px;
							position: absolute;
							margin-left: 10px;
							margin-top: -71px;
							display: block;
							cursor: pointer;
						}		
						
						div#teams-carousel div.next, a#next2 {
							width: 27px;
							height: 49px;
							background: url('company-carousel-next.png') no-repeat left top;							
							text-indent: -3000px;							
							position: absolute;							
							margin-left: 903px;
							margin-top: -71px;
							display: block;
							cursor: pointer;
						}
						
						div#teams-carousel div.prev:hover, a#prev2:hover {
							opacity: 0.8;
							filter:alpha(opacity=80)								
						}		
						
						div#teams-carousel div.next:hover, a#next2:hover {
							opacity: 0.8;
							filter:alpha(opacity=80)								
						}
						
						div#teams-carousel li {
							margin-right: 12px;
							border: 2px solid #fff;	
						}
							div#teams-carousel li:hover{
								border: 2px solid #ccc;	
							}
											
			
			div#footer {
				background: url('footer-bg.png') repeat;
				padding: 22px 11px 30px 11px;
				clear: both;
			}
			
				div#footer h4 {
					font-weight: normal;
					font-size: 15px;
					font-family: 'Tahoma';
					color: #fff;
				}
				
				div#footer div.shop, div#footer div.info-support, div#footer div.community-secure, div#footer div.subscribe {
					font-family: 'Tahoma';
					float: left;
				}
				
					div#footer div.shop ul, div#footer div.info-support ul {
						margin-top: 5px;
					}
					
						div#footer div.shop ul li, div#footer div.info-support ul li {
						
						}
						
							div#footer div.shop ul li a, div#footer div.info-support ul li a {
								font-size: 11px;
								color: #888;
								line-height: 18px;
								text-decoration: none;
							}
							
							div#footer div.shop ul li a:hover, div#footer div.info-support ul li a:hover {
								text-decoration: underline;								
							}
							
							
				div#footer div.shop {
					margin-left: 16px;
					width: 200px;
				}
				
				div#footer div.info-support {
					width: 196px;
				}
				
					div#footer div.info-support h4.support {
						margin-top: 20px;
					}
					
				
				div#footer div.community-secure {
    border-left: 1px solid #90908F;
    border-right: 1px solid #90908F;
    padding-left: 24px;
    width: 229px;
				}
				
					div#footer div.community-secure ul.community {
						margin-top: 8px;
					}
					
						div#footer div.community-secure ul.community li {
							float: left;
						}
						
							div#footer div.community-secure ul.community li a {
								float: left;
								width: 24px;
								height: 24px;
								text-indent: -3000px;
								margin-right: 7px;
							}
							
							div#footer div.community-secure ul.community li a:hover {
								opacity: 0.8;
								filter:alpha(opacity=80)								
							}
							
							div#footer div.community-secure ul.community li a.facebook {
								background: url('footer-facebook.png') no-repeat left top;
							}
							
							div#footer div.community-secure ul.community li a.twitter {
								background: url('footer-twitter.png') no-repeat left top;							
							}
							
							div#footer div.community-secure ul.community li a.rss {
								background: url('footer-rss.png') no-repeat left top;							
							}			
							
					div#footer div.community-secure h4.secure-shopping {
						clear: both;
						margin-top: 18px;
						padding-left: 27px;
						padding-top: 4px;
						background: url('lock.png') no-repeat top left;
					}	
					
					div#footer div.community-secure span.secure {
						display: block;
						color: #666;
						font-size: 11px;
						padding-left: 2px;
					}										
					
					div#footer div.community-secure img {
						margin-top: 3px;
						display: block;
					}
					
				div#footer div.subscribe {
					width: 220px;
					padding-left: 22px;
				}
				
					div#footer div.subscribe ul {
						padding-top: 3px;
						margin-left: 4px;
					}
					
						div#footer div.subscribe ul li {
							color: #888;
							font-size: 11px;
							list-style:circle;
							list-style-position: inside;
							padding-bottom: 4px;
							padding-top: 4px;
						}
						
					div#footer div.subscribe form.subscribe-form {
						
					}
					
						div#footer div.subscribe form.subscribe-form input {
							display: block;
							float: left;
						}
						
						div#footer div.subscribe input.email-input {
							border: none;
							padding: 0 0 0 14px;
							width: 205px;
							color: #666;
							height: 32px;
							background: url('email-input.png') no-repeat left top;
							margin-bottom: 6px;
							margin-top: 3px;
							
						}
						
						div#footer div.subscribe input.name-input {
							border: none;
							padding: 0;
							width: 129px;
							color: #666;
							height: 32px;
							padding-left: 14px;
							background: url('name-input.png') no-repeat left top;
						}						
						
						div#footer div.subscribe input.submit {
							width: 69px;
							height: 27px;
							background: url('footer-signup.png') no-repeat left top;
							margin-top: 3px;
							margin-left: 4px;
						}
						
						div#footer div.subscribe input.submit:hover {
							opacity: 0.8;
							filter:alpha(opacity=80)
						}
						
				div#footer div.merchandise {
					margin-top: 25px;
				}
				
					div#footer div.merchandise h4 {
						font-weight: normal;
						margin-left: 16px;
						margin-bottom: 15px;
					}
				
					div#footer div.merchandise h4 a {
						color: #fff;
					}
					
					div#footer div.merchandise h4 a:hover {
						text-decoration: none;
					}
					
					div#merchandise-carousel {
						width: 847px;
						margin: 0 auto;
					}
					
						div#merchandise-carousel img {
							border: 1px solid #666;
						}

						div#merchandise-carousel img:hover {
							border: 1px solid #fff;
							opacity: 0.2;
							filter:alpha(opacity=20);
						}				
						
						div#merchandise-carousel div.prev {
    background: url("footer-prev.png") no-repeat scroll left top transparent;
    border: 1px solid #666666;
    cursor: pointer;
    height: 108px;
    margin-left: -33px;
    margin-top: -114px;
    position: absolute;
    text-indent: -3000px;
    width: 22px;						
						}		
						
						div#merchandise-carousel div.next {
							width: 22px;
							height: 108px;
							background: url('footer-next.png') no-repeat left top;							
							text-indent: -3000px;							
							position: absolute;
							margin-left: 853px;
							margin-top: -114px;
							border: 1px solid #666;	
							cursor: pointer;												
						}
						
						div#merchandise-carousel div.prev:hover {
							border: 1px solid #fff;
						}		
						
						div#merchandise-carousel div.next:hover {
							border: 1px solid #fff;						
						}								
				
				div#footer div.copyright {
					font-size: 11px;
					font-family: Tahoma;
					color: #a5a5a5;
					border-top: 1px solid #fff;
					margin-top: 10px;
				}
				
					div#footer div.copyright ul {
					}
					
						div#footer div.copyright ul li {
							float: right;
							padding-left: 13px;
							margin-top: 10px;
						}
						
						div#footer div.copyright li.copy {
							background: url('footer-separator.png') no-repeat right 2px;
							padding-right: 14px;
						}
						
							div#footer div.copyright ul li a {
								color: #fff;
								text-decoration: none;
							}
							
								div#footer div.copyright ul li a:hover {
									text-decoration: underline;
								}
						
						div#footer div.copyright li.top {
							margin-top: 0px;
						}		
						
						div#footer div.copyright a.top {
							display: block;
							float: left;
							background: url('top-button.png') no-repeat left top;
							width: 55px;
							height: 25px;
							text-indent: -3000px;
						}
						
						div#footer div.copyright a.top:hover {
							opacity: 0.8;
							filter:alpha(opacity=80);
						}
						
						
/* Home Page */
#slideshow {
	height: 298px;
	width: 939px;
	margin: 0 auto;	
	background: url('slideshow-bottom.png') repeat-x bottom left;
	clear: both;
}

	#slideshow .slide {
		height: 287px;
		width: 920px;
		padding-right: 19px;
	}
	
		#slideshow h2 {
			font-family: 'SF Collegiate Solid', sans-serif;
			font-size: 55px;
			color: #fefefe;
			text-transform: uppercase;
			text-align: right;
			font-weight: normal;
			margin-top: 10px;
		}			
		
		#slideshow p {
			font-size: 14px;
			line-height: 24px;
			color: #fff;
			text-align: right;
		}
		
		#slideshow a.view-more {
			color: #ffcc33;
			font-size: 24px;
			text-decoration: none;
			float: right;
			padding-left: 23px;
			background: url('view-more.png') no-repeat left 10px;
		}
		
		#slideshow a.view-more:hover {
			text-decoration: underline;
		}
		
		#slideshow-nav {
			position: absolute;
			margin-top: 285px;
			margin-left: 785px;
			z-index: 9999;
		}
		
			#slideshow-nav div {
				float: left;
			}
			
			#slideshow-nav a {
				float: left;
				font-family: 'Score Board';
				font-size: 23px;
				margin-left: 2px;
				color: #fff;
				text-decoration: none;
				width: 25px;
				height: 25px;
				text-align: center;
				border: 1px solid #333;
				background: #000;
			}
			
			#slideshow-nav a.activeSlide {
				color: #fc0;
			}
			
			#slideshow-nav a:hover {
				border: 1px solid #fc0;
				color:#fc0;
			}
			
#featured-products {
	clear: both;
}

	#featured-products h3 {
		font-family: 'SF Collegiate Solid', sans-serif;
		color: #fff;
		text-transform: uppercase;
		font-size: 24px;
	}
	
	#featured-products .featured-wrapper {
	}	
	
		#featured-products .featured-wrapper a:hover .container {
			background: #e51b24;
		}			
	
		#featured-products .featured-product {
			background: url('featured-glow.png') no-repeat left top;
			width: 309px;
			height: 129px;
			float: left;
			text-decoration: none;
			padding: 2px;
		}
		
			#featured-products .featured-product .container {
				background: url('featured-back.png');
				width: 296px;
				height: 115px;
				padding-top: 10px;
				padding-left: 10px;
			}
			
				#featured-products .featured-product img {
					float: left;
					width: 104px;
					height: 104px;
				}
				
				#featured-products .featured-product .info {
					float: left;
					width: 168px;
					height: 90px;
					margin-left: 16px;
				}
				
				#featured-products .featured-product .info h5 {
					font-size: 12px;
					color: #fff;
					line-height: 16px;
					text-transform: uppercase;
					font-weight: bold;
					text-decoration: none;
				}
				
				#featured-products .featured-product .info .description {
					font-size: 11px;
					line-height: 13px;
					color: #fff;
				}				
				
				#featured-products .featured-product .price {
					color: #fff;
					font-size: 13px;
					text-transform: uppercase;
					float: left;
					width: 168px;
					margin-left: 16px;					
				}			
				
#home-content {
	clear: both;
	border-top: 1px solid #5e472b;
	border-bottom: 1px solid #5e472b;	
	padding-top: 20px;
	color: #fff;
	padding-bottom: 10px;
}		

	#home-content #main-home-content {
		float: left;
		width: 621px;
	}
	
		#main-home-content h1 {
			font-size: 36px;
			font-family: 'SF Collegiate Solid', sans-serif;
			line-height: 36px;
			text-transform: uppercase;
			font-weight: normal;
		}
		
		#main-home-content p {
			font-size: 14px;
			line-height: 18px;
			text-shadow: #000 1px -1px 0px;
			margin-top: 14px;
		}
		
		#main-home-content p.team-signature {
			text-indent: -3000px;
			background: url('bigfoot-signature.png') no-repeat left top;
			width: 315px;
			height: 36px;
		}
		
	#home-content #cash-for-clubs-wrap {
		width: 306px;
		float: right;
		background: url('cash-bottom.png') repeat-x left bottom;
		padding-bottom: 17px;
	}
	
		#home-content #cash-for-clubs {
			border: 1px solid #5e472b;
			width: 288px;
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 3px;
			background: url('clubs-back.png');
		}
		
		#cash-for-clubs h2 {
			font-size: 30px;
			font-family: 'Score Board';
		}
		
		#cash-for-clubs p {
			font-size: 11px;
			line-height: 18px;
			padding-bottom: 15px;
		}
		
		#cash-for-clubs p a {
			display: block;
			color: #FFCC33;
		}
		
		#cash-for-clubs p a:hover {
			text-decoration: none;
		}
		
#popular-products {
}

	#popular-products h3 {
		color: #fff;
		font-family: 'Score Board';
		font-size: 24px;
		margin-top: 15px;
	}		
	
	#popular-carousel-wrap {
		background: url('popular-back.png') repeat-x left top;
		height: 191px;
		margin-top: 7px;
		margin-bottom: 5px;
	}
	
	#popular-carousel {
		width: 848px;
		margin: 0 auto;
	}
	
	#popular-carousel a {
		display: block;
		margin-top: 10px;
		float: left;
		width: 138px;
		height: 147px;
		text-align: center;
		text-decoration: none;
		padding: 0 7px;
		border: 3px solid #fff;
	}
	
	
	#popular-carousel a:hover {
		border: 3px solid #ccc;
	}
	
		#popular-carousel a:hover div.name {
			text-decoration: underline;
		}
		
		#popular-carousel a:hover div.price {
			text-decoration: underline;
		}		
	
	#popular-carousel a div.image-wrap {
		text-align: center;
	}
	
	#popular-carousel div.name {
		color: #999;
		font-size: 11px;
		text-transform: uppercase;
		text-align: center;
	}
	
	#popular-carousel div.price {
		color: #666;
		font-size: 11px;
		text-align: center;
	}
	
	div#popular-carousel div.prev {
		width: 27px;
		height: 154px;
		background: url('popular-arrow-prev.png') no-repeat left top;
		text-indent: -3000px;
		position: absolute;
		margin-left: -39px;
		margin-top: -153px;
		cursor: pointer
	}		
	
	div#popular-carousel div.next {
		width: 27px;
		height: 154px;
		background: url('popular-arrow-next.png') no-repeat left top;							
		text-indent: -3000px;							
		position: absolute;
		margin-left: 852px;
		margin-top: -153px;
		cursor: pointer
	}
	
	div#popular-carousel div.prev:hover {
		opacity: 0.8;
		filter:alpha(opacity=80)								
	}		
	
	div#popular-carousel div.next:hover {
		opacity: 0.8;
		filter:alpha(opacity=80)								
	}	
	
/* Catagories Page */
#left-side-content {
	float:left;
	width: 240px;
}
	#left-side-content h3 {
		background:url('internal-common-shadow.png') top left;
		width:240px;
		font-family: 'SF Collegiate Solid', sans-serif;
		color:#fff;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:3px;
		margin-bottom:2px;
		text-transform:uppercase;
	}
	#left-side-content h3 span {
    background: url('header-arrow.png') no-repeat scroll right center transparent;
    display: block;
    padding-left: 15px;
    width: 212px;
	}
.navcontainerment {
	font-size: 13px;
}
.navcontainerment ul{
	list-style-type: none;
	padding: 0px;
}
.ul1 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

.li1, .li1_selected {
	padding: 4px;
	font-weight: normal;
}
.li1_selected, .li2_selected{
background:url('internal-common-shadow.png') top left;
}
.navcontainerment .ul1 .li1 a {
    background: url('sublinks-bg.png') no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
}
.navcontainerment .li1_selected a{
    background: url('sublinks-bg.png') no-repeat scroll 0 0 transparent;
    display: block;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
color:#FFF;
}
.navcontainerment .li1 a:hover, .navcontainerment .li1_selected a:hover{
	background:url('sublinks-bg.png') no-repeat left -66px;
}
.ul2 {
	font-size: 12px;
	padding: 0px;
	margin: 0;
}
.navcontainerment  ul.ul2{
	list-style-type: none
	padding: 0px;
	color:#FFFFFF;
}
.navcontainerment  ul.ul2 a{
color:#FFFFFF;
}
.li2, .li2_selected {
	padding: 3px 0px 3px 8px;
	font-weight: normal;
}
.navcontainerment .ul2 .li2 a, .navcontainerment .ul2 .li2_selected a {
    background: url('sublinks-bg2.png') no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
}
.navcontainerment .li2_selected a{
    background: url('sublinks-bg2.png') no-repeat scroll 0 0 transparent;
    display: block;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
color:#FFF;
}
.navcontainerment .li2 a:hover, .navcontainerment .li2_selected a:hover{
	background:url('sublinks-bg2.png') no-repeat left -66px;
}
.ul3 {
	font-size: 11px;
	padding: 0px;
	margin: 0;
}
.navcontainerment  ul.ul3{
	list-style-type: none
	padding: 0px;
	color:#FFFFFF;
}
.navcontainerment  ul.ul3 a{
color:#FFFFFF;
}
.li3, .li3_selected {
	padding: 3px 0px 3px 8px;
	font-weight: normal;
}
.navcontainerment .ul3 .li3 a, .navcontainerment .ul3 .li3_selected a {
    background: url('sublinks-bg3.png') no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
}
.navcontainerment .li3_selected a{
    background: url('sublinks-bg3.png') no-repeat scroll 0 0 transparent;
    display: block;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
color:#FFF;
}
.navcontainerment .li3 a:hover, .navcontainerment .li3_selected a:hover{
	background:url('sublinks-bg3.png') no-repeat left -66px;
}




/* finish sub nav */
	
	#left-side-content .advertisement {
		background:url('internal-common-shadow.png') top left;
		width:224px;
		padding-left:10px;
		padding-top:7px;
		padding-bottom:12px;
		margin-top:14px;
		padding-right:6px;
	}
	
	#left-side-content .price-match-promise {
		margin-bottom: 14px;
	}
	
	#left-side-content .advertisement p {
		font-size:11px;
		line-height:normal;
		padding-top:5px;
		color:#fff;
	}
	#left-side-content .advertisement a {
		color:#fff;
	}
	#left-side-content .advertisement a:hover {
		color:#ccc;
	}
		#left-side-content .advertisement p.small-content {
			font-size:9px;
			line-height:normal;
		}
#right-side-content {
	float:left;
	width: 690px;
	margin-left: 10px;
}
	#right-side-content h1 {
		text-transform:uppercase;
		color:#fff;
		font-family: 'SF Collegiate Solid', sans-serif;
		font-size:40px;
		line-height:44px;
		text-shadow: #333 1px 1px 0px;
	}
	#right-side-content .product {
	width:693px;
	background:url('internal-common-shadow.png') top left;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	}
	#right-side-content .product .product-image {
		float:left;
		width:105px;
		padding-left:10px;
	}
	
		#right-side-content div.product:hover .image-hover a {
			background: url('image-hover.png') no-repeat center top;
			position: absolute;
			width: 145px;
			height: 145px;
			display: none;
			z-index: 4;
		}

		
		#right-side-content div.product div.sticker {
			background: url('discount-sticker.png') no-repeat left top;
			width: 74px;
			text-transform: lowercase;
			height: 48px;
			margin-left: 76px;
			margin-top: 67px;
			position: absolute;
			display: none;
			color: #fff;
			padding-top: 25px;
		}
		
			#right-side-content div.product div.sticker span.offer {
				font-size: 14px;
				line-height: 14px;
				display: block;
				text-align: center;
			}
			
			#right-side-content div.product div.sticker span.percent {
				font-size: 20px;
				line-height: 20px;
				display: block;
				font-weight: bold;
				text-align: center;
			}

	
	#right-side-content .product .product-description {
		float:right;
		width:550px;
		padding-left:13px;
		padding-right:15px;
	}
		#right-side-content .product .product-description h5 {
			color:#ffcc00;
			font-size:15px;
			line-height:normal;
		}
			#right-side-content .product .product-description h5 a {
				color:#ffcc00;
				text-decoration:none;
			}
			
			#right-side-content .product .product-description h5 a:hover {
				text-decoration: underline;
			}
			
		#right-side-content .product .product-description p {
			color:#fff;
			font-size:11px;
			line-height:18px;
			margin-top:2px;
		}
		#right-side-content .product .product-description .price-tags {
		margin-top:15px;
		}
		#right-side-content .product .product-description .price {
			float:left;
		}
			#right-side-content .product .product-description .price span {
				color:#ccc;
				font-size:12px;
				line-height:normal;
				padding-left:5px;
			}
			#right-side-content .product .product-description .price span.big-size {
				font-size:30px;
				color:#fff;
				line-height:normal;
				padding-left: 0;
			}

		#right-side-content .product .product-description a.add-basket, .product .product-description input.add-basket {
			background:url('add-to-basket-hover.png') no-repeat top left;
			text-indent:-3000px;
			display:block;
			height:52px;
			width:178px;
			float:right;
			border: medium none;
    		cursor: pointer;
		}
		#right-side-content .product .product-description a.add-basket:hover, .product .product-description input.add-basket:hover {
			background:url('add-to-basket-button.png') no-repeat top left;
		}
		#right-side-content .product .product-description a.more-button {
			background:url('more.png') no-repeat top left;
			text-indent:-3000px;
			display:block;
			height:43px;
			width:147px;
			float:right;
		}
		#right-side-content .product .product-description a.more-button:hover {
			background:url('more-hover.png') no-repeat top left;
			width:147px;
		}
		#breadcrumb {
			background:url('cash-back.png') top left;
			padding-left:12px;
			padding-top:8px;
			padding-bottom:8px;
			margin-bottom:10px;
		}
		#breadcrumb h4 {
			float:left;
			text-transform:uppercase;
			color:#fff;
			padding-right:10px;
			font-size:16px;
			font-family:'Score Board';
			padding-bottom: 3px;
			
		}
		#breadcrumb a {
	background: url('double-arrow.png') no-repeat scroll left 5px transparent;
    color: #FFCC00;
    float: left;
    font-family: Arial, Helvetica, sans-serif, Calibri;
    font-size: 12px;
    padding: 0 20px 5px;
    text-decoration: none;
    text-transform: uppercase;
		}
		
		#breadcrumb a:hover {
			color:#ffffff;
		}
			
			
/* Categories 2 */
#right-side-content .product2 {
	width:162px;
	background:url('internal-common-shadow.png') top left;
	margin-top:7px;
	float: left;
	padding-top:8px;
	margin-right: 10px;
	height:375px;
}
	#right-side-content .product2 .product-image {
		width:145px;
		text-align: center;
		background: #fff;
		height: 125px;
		margin: 0 auto;
		padding-top: 20px;
		margin-bottom: 5px;
	}
		
		.product2:hover .image-hover a{
			background: url('image-hover.png') no-repeat left top;
			position: absolute;
			width: 145px;
			height: 145px;
			margin-left: 9px;
			z-index: 4;
		}
		
		@media screen and (-webkit-min-device-pixel-ratio:0) {
			.product2:hover .image-hover a{
				background: url('image-hover.png') no-repeat left top;
				position: absolute;
				width: 145px;
				height: 145px;
				margin-left: 8px;
				z-index: 4;
			}

		}
		
		
		#right-side-content .product2 a.product-link  {
			display:block;
			text-decoration: none;
			padding: 0 4px;
		}
		
		#right-side-content .product2 a.product-link:hover h5  {
			text-decoration:underline;
		}
		
			
		#right-side-content div.product2 div.sticker {
			background: url('discount-sticker.png') no-repeat left top;
			width: 74px;
			text-transform: lowercase;
			height: 48px;
			margin-left: 76px;
			display: block;
			margin-top: 67px;
			position: absolute;
			color: #fff;
			padding-top: 25px;
			overflow: hidden;
		}
			#right-side-content div.product-details div.sticker {
			background: url('discount-sticker.png') no-repeat left top;
			width: 74px;
			text-transform: lowercase;
			height: 48px;
			margin-left: 5px;
			display: block;
			margin-top: 5px;
			position: absolute;
			color: #fff;
			padding-top: 25px;
			overflow: hidden;
		}
		
			div.sticker span.offer {
				font-size: 14px;
				line-height: 14px;
				display: block;
				text-align: center;
			}
			
			div.sticker span.percent {
				font-size: 20px;
				line-height: 20px;
				display: block;
				font-weight: bold;
				text-align: center;
			}
	
	#right-side-content .product2 .product-description {
		text-align: center;
	}
		#right-side-content .product2 h5 a{
			color:#ffcc00;
			font-size:11px;
			line-height:normal;
			margin-bottom: 5px;
			text-align: center;
			display: block;
			text-decoration:none;
		}
		.product-description p a{
			color:#ffcc00;
			text-decoration:none;
		}
		#right-side-content .product2 h5 a:hover, .product-description p a:hover {text-decoration:underline;}
		#right-side-content .product2 .product-description p {
			color:#ccc;
			font-size:11px;
			line-height:12px;
			margin-top:2px;
			text-align: justify;
			margin-bottom: 3px;
			padding-left:10px;
			padding-right:10px;
		}
		#right-side-content .product2 .product-description .price-tags {
		}
		#right-side-content .product2 .product-description .price {
			padding-bottom: 5px;
			text-align:center;
		}
			#right-side-content .product2 .product-description .price span {
				line-height:normal;
			}
			#right-side-content .product2 .product-description .price span.big-size {
				font-size:24px;
				color:#fff;
				line-height:normal;
				padding-left:3px;				
			}
			
			#right-side-content .product2 .product-description .price span.small-size {
				color:#ccc;			
				font-size:10px;
				line-height:normal;
				padding-right: 3px;
				margin-top: 11px;
			}
									
		#right-side-content .product2 .product-description a.add-basket, .product2 .product-description input.add-basket {
			background:url('product2-add.png') no-repeat top left;
			text-indent:-3000px;
			display:block;
			margin: 0 auto;
			height:42px;
			width:147px;
			cursor:pointer;
			border:none
		}
		#right-side-content .product2 .product-description a.add-basket:hover, .product2 .product-description input.add-basket:hover {
			background-position: top right;
		}
		#right-side-content .product2 .product-description a.more-button {
			background:url('product2-more.png') no-repeat top left;
			text-indent:-3000px;
			display:block;
			height:43px;
			width:147px;
			margin: 0 auto;
		}
		#right-side-content .product2 .product-description a.more-button:hover {
			background-position: top right;
		}	
		
		
		div.category-details {
			background: url('internal-common-shadow.png');
			width: 657px;
			margin-top: 10px;
			clear: both;
			padding:10px;
			color: #fff;
			margin-bottom: 10px;
		}
		div.fragment-details {
			background: url('internal-common-shadow.png');
			margin-top: 10px;
			clear: both;
			padding: 14px;
			color: #fff;
			margin-bottom: 10px;
			
		}
		
			#right-side-content h2 {
				font-family: 'SF Collegiate Solid', sans-serif;
				font-size: 48px;
				padding-top: 5px;
				line-height: 48px;
				text-transform: uppercase;
			}
			
			#right-side-content div.description {
				font-size: 14px;
				line-height: 18px;
				text-align: justify;
			}
			
				#right-side-content div.description p {
					padding-top: 10px;
					text-align: justify;
					padding-bottom: 10px;
				}
                
                
/* Product Page*/
#right-side-content div.product-details {
	margin-top: 10px;
}

	#right-side-content div.product-details div.product-images {
		width: 290px;
		float: left;
	}
	
	div.product-details div.product-images div.product-image-big {
		background: #fff;
		width: 290px;
		height: 290px;
		text-align: center;
	}
	
	div.product-details div.click-to-zoom {
		background: url('zoom-back.png') repeat-x left top;
		height: 50px;
	}
	
		div.product-details div.click-to-zoom a {
			color: #fff;
			text-decoration: none;
			font-size: 12px;
			text-align: right;
			display: block;
			width: 280px;
			padding-top: 9px;
			padding-right: 10px;
			background: url('zoom-lens.png') no-repeat 95px 9px;
		}
		
		div.product-details .gallery {
		}
			div.product-details .gallery ul {
			}
			
				div.product-details .gallery ul li {
					display: block;
					float: left;
					height: 103px;
					margin-right: 17px;					
					background: url('thumb-back.png') repeat-x left top;
				}
				
					div.product-details .gallery ul li a {
						display: block;
						float: left;
					}
					
					div.product-details .gallery ul li a:hover div.thumb-zoom {
						display: block;
					}					
					
					div.product-details .gallery ul li.last {
						margin-right: 0px;
					}
					
					div.product-details .gallery ul li div.thumb-zoom {
						background: url('lens.png') no-repeat left top;
						position: absolute;
						display: none;
						width: 85px;
						height: 85px;
					}
					
		div.product-details a.enlarge-images {
			width: 121px;
			height: 50px;
			background: url('enlarge-images.png') no-repeat left top;
			float: right;
			text-indent: -3000px;			
		}
		
		
		div.product-details a.enlarge-images:hover {
			opacity: 0.8;
			filter:alpha(opacity=80)
		}
		
		div.product-details div.product-info {	
			width: 380px;
			margin-left: 17px;
			float: left;
			color: #fff;
		}
		
			#right-side-content div.product-info div.price {
				border-bottom: 3px solid #fff;
				margin-bottom: 15px;
			}
			
				#right-side-content div.product-info div.our-price {
					float: left;
					font-size: 30px;
					padding-right: 13px;
				}
				
				#right-side-content div.product-info div.rrp {
					float: left;
					color: #ccc;
					font-size: 12px;
					padding-right: 15px;
					margin-top: 16px;
				}
				
				#right-side-content div.product-info div.price a {
					float: left;
					text-decoration: none;
					color: #ffcc00;
					font-size: 11px;
					margin-top: 16px;
					background: url('price-promise-arrows.png') no-repeat left 2px;
					padding-left: 13px;
				}								
					
				#right-side-content div.product-info div.price a:hover {
					text-decoration: underline;
				}
				
				
			#right-side-content div.product-info div.purchase-options div.size-options {
				background: url('internal-common-shadow.png') repeat scroll left top transparent;
				height: 34px;
				text-align: center;
				padding-top: 10px;
				margin-bottom: 12px;
			}
			
				#right-side-content div.product-info div.size-options span {
				font-size: 12px;
    			margin: 0 10px 0 0;
				}
			
			#right-side-content div.quantity {
				float: left;
				margin-left: 33px;
				margin-top: 7px;
				width: 102px;
			}
			
				#right-side-content div.quantity span {
					float: left;
					font-size: 15px;
					margin-right: 9px;
				}			
				
				#right-side-content div.quantity div.quantity-wrap {
					float: left;
					background: url('quantity-back.png') repeat-x left bottom;
					padding-bottom: 18px;
				}							
				
					#right-side-content div.quantity input {
						float: left;
						width: 26px;
						border: 1px solid #999;
						padding: 0;
						height: 16px;
					}							
				
			#right-side-content input.add-to-basket {
				background:url('add-to-basket-hover.png') no-repeat top left;
				text-indent:-3000px;
				display:block;
				height:52px;
				width:178px;
				float:left;
				margin-left: 18px;			
			}		
			
			#right-side-content input.add-to-basket:hover {
				background:url('add-to-basket-button.png') no-repeat top left;
			}					
			
			#right-side-content div.product-info div.product-description {
				border-top: 3px solid #fff;				
				font-size: 13px;
				padding-top: 13px;
				line-height: 18px;
				text-shadow: #000 1px 1px 0px;				
			}									
			
			
			#right-side-content ul.related-links {
				background: url('related-links-back.png') repeat-x left top;
				height: 50px;
				margin-top: 10px;
			}
			
				#right-side-content ul li {
					float: left;
				}
				
					#right-side-content ul.related-links li a, #right-side-content ul.related-links li span {
						float: left;
						font-size: 12px;
						color: #fff;
						font-weight: bold;
						text-transform: uppercase;
						font-family: Tahoma;
						text-decoration: none;
						height: 17px;
						margin-top: 7px;
					}
					
					#right-side-content ul.related-links li.print-info a {
						background: url('print-info.png') no-repeat left top;
						padding-left: 26px;
						margin-left: 13px;
					}
					
					#right-side-content ul.related-links li.email-page a {
						background: url('email-page.png') no-repeat left top;
						padding-left: 36px;
						margin-left: 20px;
					}
					
					#right-side-content ul.related-links li.share-this span {
						background: url('share-this.png') no-repeat left top;
						padding-left: 25px;
						margin-left: 20px;
					}						
					
					#right-side-content ul li a:hover, #right-side-content ul.related-links li.share-this span:hover {
						opacity: 0.8;
						filter:alpha(opacity=80);
						text-decoration: none !important;
						font-weight: bold;
						cursor:pointer;
					}                
					
.categories-page-earn-links a {
	margin-top: 10px;
}					


		.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #666;
				text-align: center;
				height: 54px;
				padding: 0;
				margin-right: 6px;
				margin-left: 6px;
				display: block;
				float: left;
			}
			.list_carousel {
/*				margin: 0 0 30px 60px;*/
				width: 800px;
			}
			
			
/* FAQ Page */#single-column {
}

	#single-column h1 {
		color: #FFFFFF;
	    font-family: "Score Board", sans-serif;
	    font-size: 36px;
	    line-height: 34px;
	    text-shadow: 1px 1px 0 #333333;
	    text-transform: uppercase;	
		padding:10px 0 0 5px;		
	}

	#single-column .content {
	}
	
		#single-column .faq {
			color: #fff;
			margin-top: 10px;
		}
		
			#single-column .faq h4 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	background: url('header-arrow.png') no-repeat scroll left center transparent;
	padding-left: 20px;
	font-weight: bold;
	cursor: pointer;
			}
			
			#single-column .faq h4:hover {
				text-decoration: underline;
				cursor: pointer;
			}
			
			#single-column .faq div {
				margin-bottom: 20px;
				padding: 20px;
				font-size: 12px;
				line-height: 18px;
				color: #ffffff;
			    text-shadow: 1px -1px 0 #000000;
				background: url('breadcrumb-shadow.png') repeat scroll left top transparent;
			}
/* Cart Pages */

.basket .shopping-items {
	width: 100%;
	margin-top: 10px;
	float:left;
}
.cart-link {
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
    float: left;
}

.basket tr.headings {
}

.basket .headings th {
	background: url('th-back.png') repeat-x scroll left top transparent;
	color: #fff;
	padding: 10px 3px 17px 3px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 14px;
}

	.basket .headings th.description {
		padding-left: 35px;
		width: 455px;
	}

	.basket .headings th span {
		font-size: 10px;
	}
	
	.basket .headings th.price, .headings th.total {
		text-align: right;
	}
	
	.basket .headings th.remove {
		text-align: center;
		width: 90px;
		padding-left: 19px;
	}
	
	.basket .headings th.quantity {
	}

.basket .shopping-items tr.data {
	background: url('cartbg.png') repeat scroll left top transparent;
	border-bottom: 1px solid #999;
}

.basket .shopping-items .product-item tr {
	background: none;
	border-bottom: none;
}

.basket table.shopping-items tr.data td.product-name {
	width: 500px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.basket table.shopping-items tr.data td.product-name img {
	vertical-align: middle;
	margin-left: 11px;
	margin-top: 9px;
	margin-bottom: 10px;
	margin-right: 13px;
}

.basket table.shopping-items tr.data td.product-name a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.basket table.shopping-items tr.data td.product-name a:hover {
	color: #006699;
}

.basket table.shopping-items td {
	color: #333;
}

.basket table.shopping-items td.remove {
		text-align: center;
		width: 90px;
		padding-left: 19px;
	}

.basket table.shopping-items td.quantity input {
	float: left;
	background: url('quantity-bk.png') no-repeat left top #fff;
	border: 1px solid #7d7d7c;
	width: 49px;
	font-size: 14px;
	color: #000;
	font-family: Tahoma;
	padding-right: 7px;
	height: 21px;
}

.basket table.shopping-items td.price, table.shopping-items td.total {
	font-size: 18px;
	text-align: right;
	color: #000;
	font-family: Tahoma;
}

.basket div.cart-instructions {
    color: #000;
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 5px;
    position: absolute;
    text-align: left;
    width: 550px;
}

.basket table.shopping-items tr.last-row {
	text-align: right;
	font-size: 18px;
	border-bottom: none;
}

.basket table.shopping-items tr.last-row td {
	text-align: leftt;
	font-size: 15px;
	border-bottom: none;
	font-family: Tahoma;
	color: #000;
	padding: 10px 10px 10px 20px;
}


.basket table.shopping-items tr.last-row td b {
	font-family: Arial;
	font-weight: normal;
}

.basket div.basket-buttons {
	float: right;
	display:block;
}

	div.basket-buttons input {
		float: left;
		background-image: url('basket-buttons.png');		
		background-repeat: no-repeat;
		margin-left: 13px;
		margin-top: 12px;
	}

	div.basket-buttons input.continue-shopping {
		width: 206px;
		height: 53px;
		background-position: -28px 0;
	}
	
	div.basket-buttons input.continue-shopping:hover {
		background-position: -28px -53px;
	}	
	
	div.basket-buttons input.update-basket {
		width: 170px;
		height: 53px;
		background-position: -247px 0;	
	}
	
	div.basket-buttons input.update-basket:hover {
		background-position: -247px -53px;	
	}	
	
	div.basket-buttons input.checkout-now {
		width: 180px;
		height: 53px;
		background-position: -431px 0;	
	}
	
	div.basket-buttons input.checkout-now:hover {
		background-position: -431px -53px;	
	}		
	
div.secure-payment-processing {
	clear: both;
	background: url('secure1.png') no-repeat right top;
	width: 940px;
	height: 62px;
	text-indent: -3000px;
}	

div.order-details {
}

div.order-details h1 {
	margin-bottom: 10px;
}

	div.order-details table.shopping-items {
		width: 100%;
	}

.order-details .headings {
	background: none;
}

.order-details .headings th {
	background: url('th-back.png') repeat-x scroll left top transparent;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 3px 17px 3px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 14px;
}	

.order-details tr {
	background: url('cartbg.png') repeat scroll left top transparent;
}

.order-details td {
	font-size: 14px;
	color: #000;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.order-details td.InvoiceField, .order-details td.DeliverField {
	padding-left: 0px;
}

.order-details td.InvoiceField input, .order-details td.DeliverField input {
	border: 1px solid #6d6d6d;
	height: 22px;
	padding: 0;
}


div.order-details-buttons {
	float: right;
	clear: both;
}

	div.order-details-buttons input {
		float: left;
		background-image: url('basket-buttons.png');		
		background-repeat: no-repeat;
		margin-left: 13px;
		margin-top: 12px;
	}

	div.order-details-buttons input.previous {
		width: 127px;
		height: 53px;
		background-position: -28px -106px;
	}
	
	div.order-details-buttons input.previous:hover {
		background-position: -28px -159px;
	}	
	
	div.order-details-buttons input.cancel {
		width: 93px;
		height: 53px;
		background-position: -167px -106px;	
	}
	
	div.order-details-buttons input.cancel:hover {
		background-position: -167px -159px;	
	}	
	
	div.order-details-buttons input.next {
		width: 89px;
		height: 53px;
		background-position: -271px -106px;	
	}
	
	div.order-details-buttons input.next:hover {
		background-position: -271px -159px;	
	}


	
a.change-order-details, input.change-order-details {
	display: block;
	width: 103px;
	height: 27px;
	text-indent: -3000px;
	background: url('basket-buttons.png') no-repeat -28px -213px;
	position: absolute;
	margin-left: 830px;
	margin-top: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	a.change-order-details, input.change-order-details {
		margin-top: 14px;	
	}
}


a.change-order-details:hover, input.change-order-details:hover{
	background-position: -28px -241px;
}

input#idSEPARATESHIP {
	height: auto;
}
.highlight{font-size: 22px;
    font-weight: bold;}
	
/*/////////////////-------Cloud Zoom css////////////////////*/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 2px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {visibility:hidden}
}

/* This is the zoom window. */
.cloud-zoom-big {
	border: none;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

