/*
Thirtytwo.com Stylesheet / product

URL: 		thirtytwo.com
Created by: 	Foxxyz/Ivo KH Janssen, Mike Rusczyk & Aren Anderson
For:		Sole Technology Inc
Site Design by:	Teh Webnerds
		
http://thirtytwo.com

*/

@font-face {
	font-family: "ko-htf66";
	src: url("/app/css/fonts/ko-htf66fullflyweight.ttf") format("truetype");
	}

	a img {
		border-style: none;
		}

h3 {
	font-size: 28px;
	color: #F47B20;
	background-color: inherit;
	margin-bottom: 4px;
	clear: left;
}

h4 {
	font-family: "ko-htf48", Helvetica, Arial, sans-serif;
	font-size: 3em;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: normal;
	}

	h4 a {
		background-color: #000000 !important;
		color: #FFFFFF !important;
		padding: 2px 5px 0;
		}

		h4 a:hover {
			color: #E0DFE0  !important;
			background-color: inherit;
			}

	#content a:focus {
		outline-style:none;
		}		
			
#colorways	{
	padding: 20px;
	color: #323232;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	#colorways ul {
		list-style: none;
	}
	
	#colorways:after {
		display: block;
		content: '';
		clear: both;
	}

#description {
	padding: 10px 4px 0;
	font-size: 12px;
	width: 273px !important;
	line-height: 1.6;
	margin-bottom: 20px;
	color: #000;
	background-color: inherit;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-style: italic;
	font-weight: bold;
	}

	#description p {
		margin-bottom: 10px;
		}
		
/* ---------- */		

#feature {
	position: relative;
	color: inherit;
	margin: 0 0 0 -233px;
	padding: 0;
	width: 340px;
	}
	
	#feature h3 {
		color: #000000;
		background: transparent url("/app/css/images/tech-header-bg.png") repeat 0 0;
		padding: 9px 9px 9px 0;
		font-size: 25px;
		white-space: nowrap;
		}
	
	#feature img {
	    padding: 16px 0 0 16px;
		}
	
	#feature li > div {
		position: absolute;
		left: 0;
		top: 0;
		display: none;
		}

	#feature li {
		list-style-type: none;
		position: absolute;
		cursor: pointer;
		width: 32px;
		height: 32px;
		background: url("/app/css/images/feature-icon.png") no-repeat top left;
		color: #fff;
		z-index: 110;
		}
	
		#feature li:hover, #feature li.open {
			background-position: 0 -32px;
			}

		#feature li .examples {
			text-transform: uppercase;
			font-size: .9em;
		}
		
			#feature li .examples a {
				color: #fff;
				background-color: inherit;
			}

				#feature li .examples a:hover {
					color: #F47B20;
					background-color: inherit;
				}
		
			#feature li .examples span {
				color: #7d7d7d;
				background-color: inherit;
			}
			
	#feature .overlay {
		position: absolute;
		background: transparent url("/app/css/images/tech-header-pointer.png") no-repeat 0 25px;
		padding-left: 62px;
		height: 71px;
		z-index: 9009;
		}
				
#featuredisplay {
	position: absolute;
	right: -280px;
	top: 100px;
}

	#featuredisplay h4 {
		background: url("/app/css/images/tech-transparent-bg.png") no-repeat top left;
		color: #000;
		padding: 10px 20px 10px 83px;
		font-size: 25px;
		line-height: 18px;
		letter-spacing: 1px;
		width: 360px;
		}
	
	#featuredisplay img {
		margin: 0;
		width: 316px;
		height: 217px;
		padding: 2px;
		background-color: #E7E7E7;
		border: 10px solid #FFFFFF;
	}		
	
	#featuredisplay p {
		padding: 10px;
		margin-bottom: .1em;
	}
				
	#featuredisplay .inner {
		background: url("/app/css/images/transparent-bg.png") repeat scroll 0 0 transparent;
		color: #323232;
		font-size: 11px;
		width: 340px;
		padding: 0 20px 20px;
		margin: 0 0 0 62px;
		}
		
		#featuredisplay .inner p {
			background-color: #FFFFFF;
			padding: 5px 10px 20px;
			}
				
#featurewrapper {
	background: url("/app/css/images/feature-spotlight.jpg") no-repeat scroll 0 0 transparent;
	color: inherit;
	margin: 0 auto;
	width: 980px;
	padding-top: 40px;
	}
	
	#featurewrapper.apparel #feature {
		margin-left: -60px;
		}	
		
/* ---- product features---- */	

	#features h3 {
		margin-bottom: 11px !important;
		}

	#features li {
		clear: both;
		padding: 4px 0 0 20px;
		margin-top: 2px;
		border: 1px solid #fff;
		}	
		
	#features li.expandable {
		cursor: pointer;
		background-image: none;
		padding: 0;
		margin: 0;
		overflow: hidden;
		}	
		
	#features li.expandable div {
		display: none;
		padding: 10px;
		margin: 0 5px;
		font-size: 11px;
		border-top: 1px solid #E7E7E7;
		line-height: 1.5;
		}
		
		#features li.expandable div p {
			margin: 0;
			}
	
	#features li.open {
		border: 1px solid #E7E7E7;
		}	

		#features li.open div {
			display: block;
			}
	
		#features li.open span {
			float: none;
		    color: #F47B20;
		    background-color: inherit;
			padding-bottom: 6px;
		    }
		
		#features li.open span:before {
			content: "– ";
			padding-right: 0;
			}
	
	#features span {
		float: left;
		display: block;
		padding: 4px 0 0 6px;
		margin-top: 2px;
		font-weight: bold;
		color: #F47B20;
		background-color: inherit;
		}
		
		#features span:before {
			content: "+ ";
			padding-right: 2px;
			font-weight: bold;
			}
		
		#features span:hover {
			color: #000;
			background-color: inherit;
			}

#fits {
	overflow: hidden;
	margin-top: 20px;
	}
			
#footbed, #liner, #outsole {
	float: left;
	margin-bottom: 30px !important;
	}
	
#footbed {
	width: 70px !important;
	}
	
	#footbed h3, #liner h3, #outsole h3 {
		margin-bottom: 20px !important;
		display: none;
		}
	
	#footbed a, #liner a, #outsole a {
		display: block;
		}

#liner {
	margin-right: 0;
	width: 125px !important;
	}
	
	#footbed img, #liner img, #outsole img	{
		margin: 0 auto;
		}
		
	#features ul {
		clear: both;
		list-style-type: none;
		font-size: 11px;
		}
		
#outsole {
	width: 75px !important;
	}		
		
/* -------- */				
		
#product {
	clear: both;
	}	
	
	#product h3, #colorways h3 {
		color: #fff;
		font-size: 12px;
		padding: 7px 6px;
		background-color: #F47B20;
		margin: 0 0 15px;
		font-weight: bold;
		text-transform: uppercase;
		font-family: Georgia,"Times New Roman",Times,serif;
		}	
		
	#product.engaged {
		opacity: .3;
		}
	
#product-info {
	padding: 10px 20px 20px;
	margin-bottom: 20px;
	color: #323232;
	background-color: #fff;
	overflow: hidden;
	}
	
	#product-info > div {
		float: left;
		width: 280px;
		margin-bottom: 20px;
		}
		
	#product-info #hero {
		float: right;
		width: 600px;
		position: relative;
		padding-top: 60px;
		}	
		
		#product-info #hero img {
			margin: 0 auto;
			}		
		
/* -------- */				

#sizes { 
	margin: 20px 0;
	font-size: 9px;
	color: #a2a1a1;
	background-color: #FFFFFF;
	padding: 20px;
	}
	
	#sizes h3 {
		background-color: #F47B20;
	    color: #FFFFFF;
	    font-family: Georgia,"Times New Roman",Times,serif;
	    font-size: 12px;
	    font-weight: bold;
	    margin: 0 0 15px;
	    padding: 7px 6px;
	    text-transform: uppercase;
		}
	
	#sizes small {
		display: block;
		font-size: 11px;
		color: #A2A1A1;
		}
	
		#sizes small sup {
			vertical-align: middle;
			}
	
	#sizes sup {
		color: #5C5C5C;
		background-color: inherit;
		}
	
	#sizes table {
		clear: both;
		width: 100%;
		}
		
		.jackets #sizes table, .pants #sizes table {
			margin-bottom: 1em;
			}

	#sizes td {
		border: 1px solid #E7E7E7;
		text-align: center;
		line-height: 14px;
		}

		#sizes td.hover, .boots #sizes tr:hover td {
			background-color: #efefef;
			color: #000;
			border-color: #efefef;
			}
		
		#sizes td.hover sup {
			color: #000;
			}
			
	#sizes th {
		color: #5C5C5C;
		text-transform: uppercase;
		}

		.apparel #sizes td {
			line-height: 20px;
			padding: 0 2px;
			}
	
		.apparel #sizes .size {
			padding: 0 2px;
			}
	
		.boots #sizes td {
			width: 63px;
		}
		
/* -------- */				
		
#subnavigation {
	float: right;
	padding: 28px 0 0;
	}

	#subnavigation a {
		display: block;
		width: 19px;
		height: 28px;
		text-indent: -9990px;
		color: inherit;
		background: transparent url(/app/css/images/next-pre-item.png) no-repeat 0 0;
		}
	
		#subnavigation a:focus {
			outline-style: none;
			}
		
		#subnavigation a:hover {
			background-position: 0 -28px;
			}	
		
	#subnavigation .pre a {
		background-position: 0 -56px;
		}	
		
		#subnavigation .pre a:hover {
			background-position: 0 -84px;
			}		
	
	#subnavigation li {
		float: left;
		list-style-type: none;
		}	
		
	#subnavigation li.next {
		margin-left: 15px;
		}
	
	#subnavigation span {
		display: none;
		}		
			
/* ---- thickbox override ---- */				
			
#TB_caption	{
	display: none;
	}
	
#TB_closeWindow {
	top: 60px;
	left: 60px;
	position: fixed;
	text-indent: -9009px;
	}	
	
	#TB_closeWindow a {
		display: block;
		top: 60px;
		right: 60px;
		position: fixed;
		text-indent: -9009px;
		color: inherit;
		background: transparent url("/app/css/images/zoom-close.png") no-repeat 0 0;
		text-indent: -9009px;
		width: 50px;
		height: 50px;
		display: block;
		border-style: none;
		padding: 0;
		}
		
			#TB_closeWindow a:focus {
			outline-style: none;
			}
			
		#TB_closeWindow a:hover {
			background-position: 0 -50px;
			background-color: transparent;
			}	
		
#TB_overlay {
	opacity: .98;
	}		
	
#TB_window {
	padding: 10px 30px 0 30px;
	background-color: transparent;
	border-style: none;
	}	
	
	#TB_window img#TB_Image {
		background: transparent;
		}
		
/* -------- */	
			
#video {
	padding: 20px;
	background-color: #FFFFFF;
	color: inherit;
	}

		#video_embed_container:hover label {
			color: #F47B20;
			background-color: inherit;
		}
			
	#video_embed_container label {
		float: left;
		font-size: inherit;
		width: 64px;
		padding-top: 8px;
		overflow: hidden;
		color: #666;
		background-color: inherit;
		font-size: 10px !important;
		text-transform: uppercase;
		font-weight: bold;
		}

#video_embed {
	font-size: inherit;
	width: 242px;
	background-color: #FFFFFF;
	color: #b7b7b7;
	border: 1px solid #E7E7E7;
	font-size: 10px !important;
	margin-top: 5px;
}
	
/* ---- Product Category ---- */

	.category #content {
		background: url("/app/css/images/transparent-bg.png") repeat scroll 0 0 transparent;
	    margin: 20px auto 0;
	    padding: 20px;
	    width: 940px;
		}

	.category #feature {
		background-color: #FFFFFF;
	    background-image: none;
	    color: inherit;
	    height: 640px;
	    margin: 60px auto 0;
	    overflow: hidden;
	    padding: 40px 0 20px;
	    position: relative;
	    width: 980px;
		}
		
		.category #feature:hover a {
			display: block;
			}
		
		.category #feature a {
			position: relative;
			padding-top: 52px;
			top: 328px;
			left: 60px;
			display: block;
			font-size: 13px;
			font-weight: bold;
			font-style: italic;
			color: #F47B20;
			background-color: transparent;
			font-family: Georgia, "Times New Roman", Times, serif;
			width: 300px;
			}
			
			.category #feature a.hero {
				height: 600px;
			    left: 420px;
			    position: absolute;
			    top: 0;
			    width: 500px;
				}
				
			.category #feature a span {
				font-family: "ko-htf48",Helvetica,Arial,sans-serif;
				color: #FFFFFF;
				display: block;
				background-color: #000000;
				font-size: 3em;
				font-style: normal;
				text-transform: uppercase;
				font-weight: normal;
				margin-bottom: 3px;
				padding: 2px 10px 0;
				position: absolute;
				top: 0;
				left: 0;
				}
				
				.category #feature a:hover span	{
					color: #FFFFFF;
					background-color: #F47B20;
					}	
		
	.category h2 {
		font-size: 3em;
		line-height: 1em;
		}
		
	.category h3 {
		background-color: inherit;
		color: #292427;
		margin-bottom: 4px;
		text-shadow: 1px 1px #D5D5D5;
		-moz-text-shadow: 1px 1px #D5D5D5;
		-webkit-text-shadow: 1px 1px #D5D5D5;
		font-size: 82px;
		font-weight: normal;
		padding: 10px 0;
		margin: 0;
		top: 252px;
		left: 60px;
		position: absolute;
		z-index: 5;
		border-bottom: 5px solid #292427;
		border-top: 5px solid #292427;
		}

				.category .list li a img {
					width: 140px;
					height: 140px;
					border: 0;
					display: block;
					}
					
	.category #wrapper {
		width: 980px;
		padding: 0;
		overflow: visible;
		}

/* -------- */				

.colorway {
	float: left;
	font-weight: bold;
	font-size: 12px;
	padding: 18px 0;
	display: block;
	font-style: italic;
	}
	
/* ---------- */	
	
.colorways {
	color: inherit;
	background-color: #fff;
	border-top: 10px solid #C5C5C5;
	border-bottom: 10px solid #C5C5C5;
	top: 235px;
	left: -50%;
	position: absolute;
	width: 100%;
	z-index: 100;
	display: none;
	text-align: left;
	width:940px;
	box-shadow: 0 0 10px #A3A1A1;
	-moz-box-shadow: 0 0 10px #A3A1A1;
	-webkit-box-shadow: 0 0 10px #A3A1A1;
	}
	
	.colorways .close {
		color: inherit;
		background: transparent url("/app/css/images/overlay-close.png") no-repeat 0 0;
		top: 20px;
		right: 0;
		position: absolute;
		cursor: pointer;
		text-indent: -9009px;
		width: 23px;
		height: 23px;
		display: block;
		}
		
		.colorways .close:focus {
			outline-style: none;
			}
			
		.colorways .close:hover {
			background-position: 0 -23px;
			}	
	
	.colorways ul {
		margin-left: -20px;
		}
	
.colorwaywrapper {
	width: 940px;
	color: inherit;
	background-color: #fff;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	}
	
	.colorwaywrapper p {
		font-weight: bold;
		font-style: italic;
		color: #686768;
		background-color: inherit;
		}
	
	#featurewrapper h2 {
		right: -225px;
		top: 90px;
		position: absolute;
		width: 322px;
		height: 408px;
		text-indent: -9009px;
		color: inherit;
		background: transparent url("/app/css/images/respec-the-dec.png") no-repeat 0 0;
		}
	
/* ---- Product Landing ---- */

	.landing #content {
		margin: 0 auto;
		width: 940px;
		background: url("/app/css/images/transparent-bg.png") repeat scroll 0 0 transparent;
		padding: 20px 20px 0;
		}
		
		.landing #content.boots h3 {
			margin: 0 0 15px 0;
			color: #fff;
			background-color: inherit;
			font-size: 19px;
			height: 23px;
			}
			
			.landing #content.boots h3 a {
				padding: 2px 5px 0;
				color: #FFFFFF;
				background-color: #565656;
				margin-right: 5px;
				}
			
				.landing #content.boots h3 a:hover, .landing #content.boots h3 a.active {
					color: #FFFFFF;
					background-color: #F47B20;
					}
			
	.landing #header {
		background-position: 0 76px;
		}
			
	.landing #wrapper {
	    background: url("/app/css/images/boot-feature-bg.png") repeat-x scroll 0 0 transparent;
	    color: inherit;
	    margin: 0 20px;
	    padding: 0;
	    width: auto;
		overflow: visible;
		}
				
		.landing .list.apparel h4 {
			margin: 2px 0 1px;
			line-height: .9em;
			}		
		
		.landing .list.apparel li {
			padding-bottom: 0;
			float: left;
			clear: none;
			margin: 0 20px 20px 0;
			}
			
			.landing .list.apparel li.item-0 {
				background: url("/content/products/outerwear-jackets.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
			
			.landing .list.apparel li.item-1 {
				background: url("/content/products/outerwear-pants.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
				
			.landing .list.apparel li.item-2 {
				background: url("/content/products/outerwear-layering.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
				
			.landing .list.apparel li.item-3 {
				background: url("/content/products/outerwear-socks.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
				
			.landing .list.apparel li.item-4 {
				background: url("/content/products/outerwear-fleece.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
				
			.landing .list.apparel li.item-5 {
				background: url("/content/products/outerwear-t-shirts.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
				
			.landing .list.apparel li.item-6 {
				background: url("/content/products/outerwear-hats-beanies.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
				
			.landing .list.apparel li.item-7 {
				background: url("/content/products/outerwear-accessories.jpg") no-repeat 10px 10px transparent;
				color: inherit;
				}
			
			.landing .list.apparel li:nth-child(2n) {
				margin-right: 0;
				}
				
			.landing .list.apparel li img {
				display: none;
				}	

			.landing .list.apparel li a {
				background: url("/app/css/images/team-transparent-bg.png") repeat scroll 0 0 transparent;
				color: inherit;
				width: 440px;
				height: 297px;
				display: block;
				position: relative;
				border: 10px solid #FFFFFF;
				}
				
				.landing .list.apparel li a:hover {
					background-image: none;
					}
				
				.landing .list.apparel li a h4 {
					background-color: #000000;
					padding: 2px 5px 0;
					color: #FFFFFF;
					position: absolute;
					bottom: 20px;
					left: 20px;
					}
					
					.landing .list.apparel li a:hover h4 {
						background-color: #F47B20;
						}

		.landing .sectionoption a  {
			display: none;
			}
				
		.landing .list.apparel ul {
			overflow: hidden;
			margin: 0;
			}
		
		.landing .list.boots li ul, .category .list li ul {
			padding-top: 10px;
			overflow: hidden;
			}	 

/* -------- */	

		.list a span {
			color: #F47B20;
			background-color: inherit;
			}	
				
			.list a span:hover	 {
				color: #292427;
				background-color: inherit;
				}
				
		.list #content h3 {
			clear: both;
			padding-top: 20px;
			}					

	.list.boots li, .category .list li, #colorways li {
		float: left;
		margin: 0 0 20px 22px;
		font-family: Georgia, "Times New Roman", Times, serif;
		width: 220px;
		background-color: #FFFFFF;
		margin-left: 20px;
		position: relative;
		}
		
		.list.boots li .colorways h5 a {
			background-color: #000000;
		    color: #FFFFFF;
		    display: inline-block;
		    font-family: ko-htf48,Helvetica,Arial,sans-serif;
		    font-size: 38px;
		    font-style: normal;
		    font-weight: normal;
		    padding: 2px 5px 0;
		    text-transform: uppercase;
			}
		
		.list.boots li h4, .category .list li h4 {
			font-weight: bold;
			font-style: italic;			
			font-size: 11px;
			display: block;
			color: #686768;
			background-color: inherit;
			padding: 10px 0 5px;
			text-transform: none;
			font-family: Georgia,"Times New Roman",Times,serif;
			}
					
				.list li .colorways li a {
					padding: 10px 15px 10px;
					}
			
					.list li .colorways li a:hover {
						box-shadow: 1px 1px 4px #A3A1A1;
						-moz-box-shadow: 1px 1px 4px #A3A1A1;
						-webkit-box-shadow: 1px 1px 4px #A3A1A1;
						}
			
		.list .colorways a.more {
			text-align: left;
			font-style: normal;
			font-size: 12px;
			padding: 2px 4px;
			display: inline-block;
			text-transform: uppercase;
			color: #fff;
			background-color: #F47B20;	
			}	

			.list .colorways a.more:hover {
				color: #fff;
				background-color: #565656;	
				}		
	
			.list li .colorways li {
				width: 162px;
				border: 5px solid #fff;
				}	

				.list li .colorways li:hover {
					border-color: #E7E7E7;
					}
	
		.list li h5 {
		    margin-bottom: 10px;
			}
			
			.apparel.list li h5 {
				background-color: #000000;
			    color: #FFFFFF;
			    display: inline-block;
			    font-family: "ko-htf48",Helvetica,Arial,sans-serif;
			    font-size: 38px;
			    font-style: normal;
			    font-weight: normal;
			    padding: 2px 5px 0;
			    text-transform: uppercase;
				}

	.list ul {
		list-style: none;
		}
		
	.list > ul {
		margin: 0 0 40px -20px;
		}	
		
		.list > ul:after {
			content:"";
			display: block;
			clear: both;
			}

		.list.boots > ul > li, .category .list > ul > li {
			text-align: center;
			min-height: 235px;
			}
			
		.list.boots > ul > li:nth-child(4n+1), .category .list > ul > li:nth-child(4n+1) {
			clear: both;
			}	

			.list > ul > li:after {
				display: block;
				content: '';
				clear: left;
				}

		.list ul li.alt, #colorways li.alt {
			margin-left: 0;
			}
			
		#colorways li {
			width: 150px;
			border: 5px solid #fff;
			}
			
		#colorways li.active, #colorways li:hover {
			border-color: #E7E7E7;
			}		
			
			#colorways li:nth-child(5n+1) {
				clear: both;
				}

			.list.boots li a, .category .list li a, #colorways li a {
				font-weight: bold;
				font-style: italic;			
				font-size: 11px;
				display: block;
				text-align: center;
				color: #686768;
				background-color: inherit;
				padding: 10px;
				}
				
				.list.boots li a, .category .list li a {
					padding: 25px 20px 10px;
					}
			
				.list li a:focus, #colorways li a:focus {
					outline-style: none;
					}

				.list > ul > li:hover, #colorways li a:hover {
					color: #F47B20;
					background-position: center center;
					box-shadow: 1px 1px 4px #A3A1A1;
					-moz-box-shadow: 1px 1px 4px #A3A1A1;
					-webkit-box-shadow: 1px 1px 4px #A3A1A1;
					}
				
				#colorways li.active {
					color: #F47B20;
					}
				
				.list li a img, #colorways li a img {
					width: 140px;
					height: 140px;
					border: 0;
					margin: 0 auto 6px;
					display: block;
					}

				.list li li a span, #colorways li a span {
					display: none;
					}

/* ---- Product Detail ---- */

	.main h2 {
		padding: 6px 10px 2px;
		margin: 0 10px 10px 0;
		float: left;
		font-size: 62px;
		min-height: 50px;
		color: #f2f2f2;
		background-color: #000;
		font-family: ko-htf66, Helvetica, Arial, sans-serif;
		}
		
	.main #header {
		margin-bottom: 60px;
		}
		
/* ---- P2P ---- */	

#buyonline {
	position: relative;
	}
	
#onlineresults {
	overflow: hidden;
	}	
	
	#onlineresults a {
		display: block;
		overflow: hidden;
		padding: 30px 0;
		margin: 0 20px;
		color: #565656;
		background: transparent url(/app/css/images/h-rule.png) repeat-x 0 0;		
		}
		
		#onlineresults a:hover {
			color: #292427;
			}
			
	#onlineresults strong {
		float: left;
		width: 155px;
		font-weight: normal;		
		font-size: 28px;
		margin-top: 20px;
		line-height: 1;
		text-transform: uppercase;
		font-family: "ko-htf48", Helvetica,Arial,sans-serif;
		}			
		
	#onlineresults img {
		float: right;
		padding: 30px;
		color: inherit;
		background-color: #fff;
		opacity: .4;
		}	
		
		#onlineresults a:hover img {
			color: inherit;
			background-color: #fff;
			opacity: 1.0;
			box-shadow: 1px 1px 4px #a3a1a1;
			-moz-box-shadow: 1px 1px 4px #a3a1a1;
			-webkit-box-shadow: 1px 1px 4px #a3a1a1;
			}

	#onlineresults li {
		float: none;
		list-style-type: none;
		margin: 0;
		}
		
.productinfo {
	font-size: 34px;
	line-height: .8;
	text-transform: uppercase;
	margin: 40px 10px 0 0;
	font-family: "ko-htf48", Helvetica,Arial,sans-serif;
	color: #565656;
	background-color: inherit;
	}	
	
	.productinfo small {
		font-size: 12px;
    	font-style: italic;
    	font-weight: bold;
		display: block;
		text-transform: none;
		font-family: Georgia,"Times New Roman",Times,serif;
		}
		
	.sectionoption a {
		background: url("/app/css/images/home-transparency.png") repeat scroll 0 0 transparent;
	    color: #292427;
	    display: block;
	    font-family: "ko-htf48",Helvetica,Arial,sans-serif;
	    font-size: 18px;
	    line-height: 0.9em;
	    min-height: 19px;
	    padding: 10px 14px 5px;
	    text-transform: uppercase;
		text-align: center;
		box-shadow: 1px 1px 4px #A3A1A1;
		-moz-box-shadow: 1px 1px 4px #A3A1A1;
		-webkit-box-shadow: 1px 1px 4px #A3A1A1;
		}
		
		.sectionoption a:hover {
			box-shadow: 0 0 4px #A3A1A1;
			-moz-box-shadow: 0 0 4px #A3A1A1;
			-webkit-box-shadow: 0 0 4px #A3A1A1;
			color: #565656;
			}
		
.shopinfo {
	font-size: 12px;
	float: left;
	width: 155px;
  	font-style: italic;
   	font-weight: bold;
	display: block;
	text-transform: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	}		

.shopping {
	list-style-type: none;
	float: left;
	margin: 35px 0 0;
	}

	.shopping:after {
		display: block;
		content: '';
		clear: both;
	}
	
	.shopping .image {
		float: right;
		display: block;
		width: 130px;
		padding: 10px;
		color: inherit;
		background-color: #fff;
		margin: 30px 20px;
		box-shadow: 1px 1px 4px #a3a1a1;
		-moz-box-shadow: 1px 1px 4px #a3a1a1;
		-webkit-box-shadow: 1px 1px 4px #a3a1a1;
		}
	
		.shopping .image img {
			margin: 0 auto;
			}
			
	.shopping input[type="submit"] {
		font-size: 11px;
		float: left;
		border-style: none;
		padding: 2px 4px;
		color: #F2F2F2;
		background-color: #565656;
		-moz-box-shadow: inset 0 0 6px #6a6a6a;
		-webkit-box-shadow: inset 0 0 6px #6a6a6a;
		box-shadow: inner 0 0 6px #6a6a6a;
		}
		
		.shopping input[type="submit"]:hover {
			color: #fff;
			background-color: #292427;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			}

	.shopping .info {
		overflow: hidden;
		}	
		
	.shopping label {
		font-size: 13px;
		padding-top: 15px;
		color: #565656;
		background-color: inherit;
		}	
		
	.shopping li {
		float: left;
		margin-right: 10px;
		}

		.shopping > li > a {
			color: #F2F2F2;
			background-color: #F47B20;
			font-size: 11px;
			line-height: 24px;
			height: 23px;
			padding: 0 10px;
			text-align: center;
			display: block;
			font-size: 19px;
    		letter-spacing: 0.03em;
			text-transform: uppercase;
			font-family: "ko-htf48",Helvetica,sans-serif;
			}
			
			.shopping li a:focus {
				outline-style: none;	
				}

			.shopping > li > a:hover {
				color: #F2F2F2;
				background-color: #565656;
				-moz-box-shadow: inset 0 0 6px #6a6a6a;
				-webkit-box-shadow: inset 0 0 6px #6a6a6a;
				box-shadow: inner 0 0 6px #6a6a6a;
				}

			.shopping li#buyonline.activated > a {
				color: #565656 !important;
				background-color: #e9e9e9 !important;
				height: 33px;
				-moz-box-shadow: 1px 2px 2px #9C9C9C;
				-webkit-box-shadow: 1px 2px 2px #9C9C9C;
				box-shadow: 1px 2px 2px #9C9C9C;
				}
				
				.shopping li#buyonline.disabled > a {
					background-color: #afaeae;
					color: #898989;
					}
					
					.shopping li#buyonline.disabled > a:hover {
						box-shadow: none;
						}
			
		.shopping li#buyonline.activated > a, .shopping li#buyonline.activated > a:hover {
			color: #cdcdcd;
			background-color: #fff;
			}
			
		.shopping li.deactivated a {
			color: #a1a1a1;
			background-color: #565656;
			-moz-box-shadow: inset 0 0 6px #6a6a6a;
			-webkit-box-shadow: inset 0 0 6px #6a6a6a;
			box-shadow: inner 0 0 6px #6a6a6a;
			}
			
			.shopping li.deactivated a:hover {
				color: #e3e3e3;
				}	

	.shopping .details {
		display: none;
		background-color: #fff;
		color:inherit;
		top: 23px;
		left: 0;
		position: absolute;
		width: 365px;
		z-index:100;
		
		-moz-box-shadow: 1px 2px 2px #6f6e6e;
		-webkit-box-shadow: 1px 2px 2px #6f6e6e;
		box-shadow: 1px 2px 2px #6f6e6e;
		
		background: -webkit-gradient(linear, left center, left bottom, from(#e9e9e9	), to(#bcbcbc));
		background: -moz-linear-gradient(top,  #e9e9e9, #bcbcbc);
		}

		.shopping li.activated .details {
			display: block;
			}
			
		.shopping li.disabled .details {
			padding: 20px;
			width: 325px;
			color: #565656;
  			background-color: inherit;
			}
			
			.shopping li.disabled .details a {
				color: #000;
				background-color: inherit;
				}
				
				.shopping li.disabled .details a:hover {
					color: #565656;
					background-color: inherit;
					}
			
		.shopping li.disabled p {
			font-size: 12px;
   			font-style: italic;
   			font-weight: bold;
			display: block;
			text-transform: none;
			font-family: Georgia,"Times New Roman",Times,serif;
			}	
						
	.shopping .explanation {
		clear: both;
		padding-top: 10px;
		font-size: 11px;
		}
		
		.shopping .explanation a {
			color: #000;
			background-color: inherit;
			}		
		
			.shopping .explanation a:hover {
				color: #565656;
				background-color: inherit;
				}		
				
	.shopping form {
		float: right;
		width: 155px;
		margin: 0 0 25px 20px;
		}
		
	 .shopping .message  {
		font-size: 34px;
		font-style: normal;
		display: block;
  		text-transform: uppercase;
  		margin: 0 10px 0 0;
  		font-family: "ko-htf48", Helvetica,Arial,sans-serif;
		}			
		
	.shopping select {
		width: 85px;
		float: left;
		font-size: 11px;
		padding: 1px 0 1px 1px;
		margin-right: 6px;
		border: 1px solid #9c9c9c;
		color: #565656;
		background-color: #fff;
		} 	
		
	.sntools h4 {
		display: none;
		}		

	.sntools li {
		list-style-type: none;
		height: 20px;
		margin: 0 0 14px;
		width: 90px;
		}	
		
		.sntools li span {
			opacity: .5;
			}
		
			.sntools li span:hover {
				opacity: 1.0;
				}

