html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	/* color: #38B0E3; */
	color: #6296BE;
	text-decoration: underline;
	cursor: pointer;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*
#column-left {
	float: left;
	width: 180px;
}
*/
/*
#column-right {
	float: right;
	width: 180px;
}
*/
/*
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
*/
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
/* header */
#header {
	height: 90px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 15px;
}
#language {
	position: absolute;
	top: 15px;
	left: 335px;
	width: 75px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 145px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #38B0E3;
	text-decoration: none;
}
#header #cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}

#header #cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#header #cart.active .content {
	display: block;
}
#header #cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#header #cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#header #cart .cart .image {
	width: 1px;
}
#header #cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#header #cart .cart .name small {
	color: #666;
}
#header #cart .cart .quantity {
	text-align: right;
}
#header #cart .cart td.total {
	text-align: right;
}
#header #cart .cart .remove {
	text-align: right;
}
#header #cart .cart .remove img {
	cursor: pointer;
}
#header #cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#header #cart table.total td {
	color: #000;
}
#header #cart .content .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 15px;
	right: 0px;
	width: 298px;
	z-index: 15;
}
/*
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
*/
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;	
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;	
}
#menu > ul > li:hover {
	background: #000;
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 12px 15px 11px 15px;
	z-index: 6;
	position: relative;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
/*
.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
*/
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
table.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */

/*
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('../image/button-right-active.png') top right no-repeat;
}
*/
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: hidden;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: hidden;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #DBDEE1;
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 4px 74px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-left: 1px solid #DBDEE1;
	border-right: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	padding: 10px;
	font-size: 12px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: hidden;
}
	
.box-product > div {
	/* width: 116px; */
	width: 125px;
	display: inline-block;
	vertical-align: top;
	/* margin-right: 20px; */
	margin-right: 10px;
	/* margin-bottom: 15px; */
	text-align: center;	
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	/* border: 1px solid #E7E7E7; */
}
.box-product .name a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .name a:hover {
	color: #6398c0;
	text-decoration: underline;
}
.box-product .price {
	display: block;
	/* font-weight: bold; */
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .price-sale{
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 8px 8px 8px 0px;
}
.box-category > ul > li + li {
	border-top: 1px solid #EEEEEE;
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #333;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: bold;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}
/* content */
#content .content {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	/* overflow: auto; */
	overflow: hidden;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: hidden;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: hidden;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
	
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: hidden;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: hidden;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-product td {
	padding: 7px;
}
.wishlist-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product thead .remove, .wishlist-product thead .image, .wishlist-product thead .cart {
	text-align: center;
}
.wishlist-product thead .name, .wishlist-product thead .model, .wishlist-product thead .stock {
	text-align: left;
}
.wishlist-product thead .quantity, .wishlist-product thead .price, .wishlist-product thead .total {
	text-align: right;
}
.wishlist-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-product tbody .remove {
	vertical-align: middle;
}
.wishlist-product tbody .remove, .wishlist-product tbody .image, .wishlist-product tbody .cart {
	text-align: center;
}
.wishlist-product tbody .name, .wishlist-product tbody .model, .wishlist-product tbody .stock {
	text-align: left;
}
.wishlist-product tbody .quantity, .wishlist-product tbody .price, .wishlist-product tbody .total {
	text-align: right;
}
.wishlist-product tbody .price s {
	color: #F00;
}
.login-content {
	margin-bottom: 20px;
	overflow: hidden;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 33.3%;
}
.return-model {
	float: left;
	width: 33.3%;
}
.return-quantity {
	float: left;
	width: 33.3%;
}
.return-detail {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 33.3%;
}
.return-opened {
	float: left;
	width: 33.3%;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: hidden;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.return-captcha {
	float: right;
	width: 49%;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}

/* footer */ 
#footer {
	clear: both;
	overflow: hidden;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
}
.banner div img {
	margin-bottom: 20px;
}


























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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	background-color: #2c2c2c;
	font-family: Helvetica, Arial, sans-serif;
}
/* ============ Global Header ========== */
#globalheader {
	height: 87px;
	background: url(../image/hht-header-bg.png) repeat-x #333;
}
#globalnav {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#globalnav h5 {
	display: none;
}
#globalnav .store {
	display: block;
	height: 87px;
	width: 112px;
	position: absolute;
	top: 0px;
	left: 200px;
	background: url(../image/hht-menu-sprite.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
#globalnav .store:hover {
	background-position: 0px -87px;
}
#globalnav .quality {
	display: block;
	height: 87px;
	width: 130px;
	position: absolute;
	top: 0px;
	left: 312px;
	background: url(../image/hht-menu-sprite.png) no-repeat -112px 0px;
	text-indent: -9999px;
}
#globalnav .quality:hover {
	background-position: -112px -87px;
}
#globalnav .videos {
	display: block;
	height: 87px;
	/* width: 181px; */
	width: 135px;
	position: absolute;
	top: 0px;
	left: 442px;
	background: url(../image/hht-menu-sprite.png) no-repeat -242px 0px;
	text-indent: -9999px;
}
#globalnav .videos:hover {
	background-position: -242px -87px;
}
#globalnav .current {
	background-position-y: -87px;
}
#globalnav .logo {
	width: 200px;
	height: 121px;
	display: block;
	position: absolute;
	top: 3px;
	left: -10px;
	z-index: 50;
	text-indent: -9999px;
	background: url(../image/hht-menu-logo.png) no-repeat;
}
#globalheader .searchbox {
	width: 331px;
	height: 34px;
	position: absolute;
	top: 40px;
	left: 610px;
	overflow: hidden;
}
#globalheader .searchbox .search-end {
	width: 10px;
	height: 34px;
	background: url(../image/search-bg.png) no-repeat 0px 0px;
	float: left;
}
#globalheader .searchbox .search-center {
	width: 286px;
	height: 34px;
	background: url(../image/search-bg.png) no-repeat -10px 0px;
	float: left;
}
#globalheader .searchbox .search-input {
	width: 283px;
	height: 26px;
	border: none;
	padding: 4px 3px 4px 0;
	background: none;
	font-size: 16px;
	color: #666;
	outline: none;
}
#globalheader .searchbox .button-search {
	width: 35px;
	height: 34px;
	background: url(../image/search-bg.png) no-repeat -300px 0px;
	float: left;
	cursor: pointer;
}
#globalheader .searchbox .search-btn {
	width: 35px;
	height: 34px;
	background: url(../image/search-bg.png) no-repeat -300px 0px;
	float: left;
	cursor: pointer;
}
#globalheader .shoppingcart {
	width: 325px;
	position: absolute;
	top: 5px;
	left: 610px;
	z-index: 50;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
}
#globalheader .shoppingcart .cart-total {
	font-size: 20px;
	color: #eee;
	font-weight: bold;
	text-align: right;
	float: right;
	background: url(../image/hht-bag-icon.png) no-repeat 0px 0px;
	padding-left: 60px;
	padding-top: 10px;
	display: block;
	height: 38px;
}
#globalheader .shoppingcart .cart-total:hover {
	cursor: pointer;
	background-position: 0px -52px;
}
#globalheader .shoppingcart .cart-total .item-text {
	font-size: 12px;
}
#globalheader .shoppingcart a {
	font-size: 11px;
	display: inline-block;
	padding: 5px;
	background: #333;
	color: #eee;
	text-decoration: none;
	outline: none;
	border: 1px solid #242424;
	border-radius: 4px;
	margin-top: 8px;
}
#globalheader .shoppingcart a:hover {
	border-color: #6296be;
	background: #0d2e57;
}
/* ============ Breadcrumbs ========== */
#subnav {
	background-color: #edecec;
	border-bottom: 1px solid #bebebe;
	padding: 5px 0;
}
#subnav .breadcrumb {
	color: #7c7c7c;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	width: 740px;
	margin: 0 auto;
	padding-left: 200px;
}
#subnav .breadcrumb a {
	color: #7c7c7c;
	text-decoration: none;
}
#subnav .breadcrumb a:hover {
	color: #6296be;
	text-decoration: underline;
}
#subnav .breadcrumb .current {
	color: #6296be;
}


/* ============ Global Footer ========== */
#globalfooter {
	background: url(../image/hht-footer2-bg.png) repeat-x #2c2c2c;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
}
#globalfooter .footernav {
	overflow: hidden;
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#globalfooter .footernav h5 {
	display: none;
}
#globalfooter .footernav li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	min-height: 60px;
}
#globalfooter .footernav a {
	display: block;
	padding: 15px 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #bbb;
	text-decoration: none;
	outline: none;
}
#globalfooter .footernav a:hover {
	color: #6296be;
	text-decoration: underline;
}
#globalfooter .footernav .arenamaps {
	height: 34px;
	width: 99px;
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	top: 15px;
	left: 836px;
	text-indent: -9999px;
	background: url(../image/arenamaps-sprite.png) no-repeat 0px 0px;
}
#globalfooter .footernav .usflag {
	height: 11px;
	width: 16px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 14px;
	left: 898px;
	text-indent: -9999px;
	background: url(../image/us.png) no-repeat;
}
#globalfooter .footernav .caflag {
	height: 11px;
	width: 16px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 14px;
	left: 924px;
	text-indent: -9999px;
	background: url(../image/ca.png) no-repeat;
}
#globalfooter .footernav .arenamaps:hover {
	background-position: 0px -36px;
}
#globalfooter .footernav .twitter {
	height: 48px;
	width: 48px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 7px;
	left: 728px;
	text-indent: -9999px;
	background: url(../image/hht-btn-twitter.png) no-repeat;
}
#globalfooter .footernav .facebook {
	height: 48px;
	width: 48px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 7px;
	left: 620px;
	text-indent: -9999px;
	background: url(../image/hht-btn-facebook.png) no-repeat;
}
#globalfooter .footernav .instagram {
	height: 48px;
	width: 48px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 7px;
	left: 674px;
	text-indent: -9999px;
	background: url(../image/hht-btn-instagram.png) no-repeat;
}
#globalfooter .footernav .youtube {
	height: 48px;
	width: 48px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 7px;
	left: 782px;
	text-indent: -9999px;
	background: url(../image/hht-btn-youtube.png) no-repeat;
}
#globalfooter .footercontent {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	color: #bbb;
	padding-top: 10px;
}
#globalfooter .footercontent .copyright {
	font-size: 11px;
	margin-bottom: 10px;
}
/* ============ Front Page Fade-In ========== */
#fade-in {
	background: url(../image/splash.jpg) no-repeat center 37px #fff;
	opacity: 1;
	filter:alpha(opacity=100);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
	/* height: 800px; */
	padding: 0;
	margin: 0;
}

/* ============ Content Front ========== */
#content {
	background-color: #fff;
	/* background: url(../image/splash.jpg) no-repeat center -50px #fff; */
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
/* ============ Content General ========== */
#content-gen {
	background-color: #fff;
}
#gen-info {
	margin: 60px 0 30px 0;
	line-height: 1.1em;
	font-size: 13px;
}
#gen-info p {
	margin-bottom: 10px;
}
#gen-info h1 {
	font-size: 28px;
	color: #141414;
	font-weight: bold;
	margin-bottom: 20px;
}
#gen-info ul {
	margin: 10px 0;
	padding-left: 15px;
	list-style: disc;
}
#gen-info li {
	margin-bottom: 6px;
	font-weight: bold;
}
/* ============ Store Content ========== */
#store-content {
	background-color: #fff;
}
#store-nav, .right-nav {
	width: 137px;
	padding: 10px;
	font-size: 13px;
	color: #949494;
	background: url(../image/store-menu-bg.png) repeat-x #e4e4e4;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	/* float: left; */
	margin:20px 3px;
}
#store-nav h3, .right-nav h3 {
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
#store-nav li, .right-nav li {
	margin-bottom: 5px;
	/* font-weight: bold; */
}
#store-nav li li, .right-nav li li {
	font-weight: normal;
}
#store-nav ul ul, .right-nav ul ul {
	/* margin-top: 5px; */
	font-weight: normal;
	margin: 8px 0 15px 0;
}
#store-nav a, .right-nav a {
	color: #484848;
	text-decoration: none;
}
#store-nav a:hover, .right-nav a:hover {
	color: #6296be;
	text-decoration: underline;
}
#store-nav .active, .right-nav .active {
	font-weight: bold;
	color: #6296be;
}
#store-nav .divider, .right-nav .divider {
	height: 0;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0;
}
#item-photo {
	width: 434px;
	border-right: 1px solid #bebebe;
	float: left;
	padding-right: 12px;
}
#item-info {
	width: 300px;
	float: right;
	background: url(../image/item-info-bg.jpg) no-repeat 0px 0px;
	padding: 40px 0 0 30px;
	margin-bottom: 20px;
	/* border-left: 1px solid #bebebe; */
	min-height: 490px;
}
#item-info h1 {
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	text-shadow: -1px -1px 0px #fff;
}
#item-info .item-descript {
	font-size: 12px;
	color: #5b5b5b;
	line-height: 1.3em;
	margin-top: 10px;
	border-top: 1px dotted #bebebe;
}
#item-info .item-descript p {
	margin: 1em 0px;
}
#item-info .item-descript ul {
	margin: 10px 0;
	padding-left: 20px;
	list-style: disc;
}
#item-info .item-descript li {
	margin-bottom: 5px;
}
#item-info .item-descript b, #item-info .item-descript strong {
	font-weight: bold;
}
#item-info .item-price {
	color: #666;
	margin: 10px 0;
}
#item-info .sale {
	padding-left: 60px;
	background: url(../image/store-sale.png) no-repeat 0px 0px;
}
#item-info .details {
	font-size: 16px;
	font-weight: bold;
	color: #404040;
}
#item-info .options {
	font-size: 12px;
	margin: 20px 0;
}
#item-info .options h2{
	font-size: 16px;
	color: #404040;
}
#item-info .options select {
	margin-top: 4px;
}
#item-info .options b {
	font-weight: bold;
}
#item-info #column-right {
	float: none;
	width: auto;
}
#item-info .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}

/* ============ Howies Boxes ========== */
#splash {
	min-height: 440px;
}
#howieboxes {
	background-color: #3c3c3c;
	background: rgba(0,0,0,.7);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 0 0 10px;
	margin-bottom: 30px;
	overflow: hidden;
}
#howieboxes .box {
	width: 300px;
	height: 110px;
	float: left;
	margin: 0 10px 10px 0;
	background: #fff;
	text-indent: -9999px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#howieboxes .buildbox {
	background: url(../image/howies-boxes-sprite.jpg) no-repeat 0px 0px;
}
#howieboxes .buildbox:hover {
	background-position: 0px -110px;
	cursor: pointer;
}
#howieboxes .watch {
	background: url(../image/howies-boxes-sprite.jpg) no-repeat -300px 0px;
}
#howieboxes .watch:hover {
	background-position: -300px -110px;
	cursor: pointer;
}
#howieboxes .ensured {
	background: url(../image/howies-boxes-sprite.jpg) no-repeat -600px 0px;
}
#howieboxes .ensured:hover {
	background-position: -600px -110px;
	cursor: pointer;
}
#howieboxes .apparel {
	background: url(../image/howies-boxes-sprite.jpg) no-repeat 0px -220px;
}
#howieboxes .apparel:hover {
	background-position: 0px -330px;
	cursor: pointer;
}
#howieboxes .laces {
	background: url(../image/howies-boxes-sprite.jpg) no-repeat -300px -220px;
}
#howieboxes .laces:hover {
	background-position: -300px -330px;
	cursor: pointer;
}
#howieboxes .shop {
	background: url(../image/howies-boxes-sprite.jpg) no-repeat -600px -220px;
}
#howieboxes .shop:hover {
	background-position: -600px -330px;
	cursor: pointer;
}

.tab-team {
    width: 184px;
    height: 104px;
    position: absolute;
    bottom: -84px;
    left: 0px;
    z-index: 30;
    background: url(../image/tab-team.png) no-repeat 0px 0px;
}
.tab-pro {
    width: 184px;
    height: 104px;
    position: absolute;
    bottom: -84px;
    left: 85px;
    z-index: 20;
    background: url(../image/tab-pro.png) no-repeat 0px 0px;
}
.tab-affiliates {
    width: 184px;
    height: 104px;
    position: absolute;
    bottom: -84px;
    left: 190px;
    z-index: 10;
    background: url(../image/tab-affiliates.png) no-repeat 0px 0px;
}
.tab-link {
    display: block;
    width: 184px;
    height: 104px;
    outline: none;
    text-indent: -9999px;
}
.tab-team:hover {
    bottom: -4px;
}
.tab-pro:hover {
    bottom: -4px;
    /* z-index: 35; */
}
.tab-affiliates:hover {
    bottom: -4px;
    /* z-index: 35; */
}

/* ============ Open Cart Over-ride ========== */
#column-left {
	float: left;
	width: 163px;
}
#column-right {
	float: right;
	width: 163px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 6px 12px 5px 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #035399;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	background: -moz-linear-gradient(top, rgba(4,124,229,1) 0%, rgba(3,83,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,124,229,1)), color-stop(100%,rgba(3,83,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047ce5', endColorstr='#035399',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* W3C */
}
a.button:hover {
	background: rgb(66,166,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(66,166,255,1) 0%, rgba(3,83,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,166,255,1)), color-stop(100%,rgba(3,83,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a6ff', endColorstr='#035399',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* W3C */
}
a.remove-btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin-left: 5px;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #939393;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	background: #adadad;
	background: -moz-linear-gradient(top, #adadad 0%, #707070 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(100%,#707070));
	background: -webkit-linear-gradient(top, #adadad 0%,#707070 100%);
	background: -o-linear-gradient(top, #adadad 0%,#707070 100%);
	background: -ms-linear-gradient(top, #adadad 0%,#707070 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#707070',GradientType=0 );
	background: linear-gradient(top, #adadad 0%,#707070 100%);
}
a.update-btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	margin-top: 5px;
	padding: 4px 8px;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #939393;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	background: #adadad;
	background: -moz-linear-gradient(top, #adadad 0%, #707070 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(100%,#707070));
	background: -webkit-linear-gradient(top, #adadad 0%,#707070 100%);
	background: -o-linear-gradient(top, #adadad 0%,#707070 100%);
	background: -ms-linear-gradient(top, #adadad 0%,#707070 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#707070',GradientType=0 );
	background: linear-gradient(top, #adadad 0%,#707070 100%);
}
.checkout {
	line-height: 1.4em;
}
#item-info .description {
	margin: 10px 0;
	font-size: 11px;
	line-height: 1.3em;
}
#item-info .description .descript-title {
	font-weight: bold;
	color: #666;
}
a.button-add {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 6px 12px 5px 12px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #090;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	background: rgb(0,242,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,242,0,1) 0%, rgba(0,160,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,242,0,1)), color-stop(100%,rgba(0,160,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,242,0,1) 0%,rgba(0,160,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,242,0,1) 0%,rgba(0,160,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(0,242,0,1) 0%,rgba(0,160,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f200', endColorstr='#00a000',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(0,242,0,1) 0%,rgba(0,160,0,1) 100%); /* W3C */
}
a.button-add:hover {
	background: rgb(99,237,99); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(99,237,99,1) 0%, rgba(11,178,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,237,99,1)), color-stop(100%,rgba(11,178,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(99,237,99,1) 0%,rgba(11,178,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(99,237,99,1) 0%,rgba(11,178,0,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(99,237,99,1) 0%,rgba(11,178,0,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63ed63', endColorstr='#0bb200',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(99,237,99,1) 0%,rgba(11,178,0,1) 100%); /* W3C */
}
#item-info .cart-or {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
#item-info .cart-wishlist {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 1.2em;
}
#item-info .price-tax {
	font-size: 12px;
}
#item-info .price-reg {
	color: #404040;
	/* font-size: 28px; */
	/* font-weight: bold; */
}
#item-info .price-new {
	font-size: 28px;
	font-weight: bold;
	color: #404040;
	min-height: 38px;
	padding-top: 12px;
	/* margin: 10px 0 0 0; */
	padding-left: 60px;
	background: url(../image/store-sale.png) no-repeat 0px 0px;
}
#item-info .price-text {
	/* font-weight: bold; */
	color: #404040;
	/* font-size: 16px; */
}
#item-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
#item-info .cart {
	color: #404040;
}
#item-photo .image-additional {
	/* width: 260px; */
	/* margin-left: -10px; */
	clear: both;
	overflow: hidden;
}
#item-photo .image-additional img {
	/* border: 1px solid #E7E7E7; */
	border: 1px solid #fff;
}
#item-photo .image-additional img:hover {
	border: 1px solid #6296BE;
}
#item-photo .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-list {
font-size: 12px;
}
#sort-content {
	float: left;
	overflow: hidden;
	width: 750px;
	margin: 20px 0 0 20px;
	font-size: 12px;
}
#sort-content h1 {
	font-size: 28px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 10px;
}
#sort-content h2 {
	font-size: 16px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 10px;
}
#sort-content h3 {
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 10px;
}
#sort-content p {
	margin: 1em 0;
	line-height: 1.2em;
}
#sort-content strong {
	font-weight: bold;
}
#sort-content .category-list ul {
	overflow: hidden;
	float: none;
	width: auto;
}
#sort-content .category-list li {
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 5px 15px 5px 0;
}
.splash-apparel {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 20px 0;
	background: url(http://howieshockeytape.com/store/image/data/Category_Splashes/splash-apparel.jpg) no-repeat;
	height: 280px;
}
.onecoldiv {
	/* padding: 20px 0; */
	padding: 30px 0 20px 0;
	font-size: 12px;
	line-height: 1.4em;
}
.onecoldiv h1 {
	font-size: 28px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 10px;
}
.onecoldiv h2 {
	color: #000;
	font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}
.onecoldiv p {
	margin: 1em 0;
	line-height: 1.2em;
}
.onecoldiv strong, .onecoldiv b{
	font-weight: bold;
}
.onecoldiv .cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: hidden;
	padding-top: 8px;
	margin-bottom: 15px;
}
.onecoldiv #shipping select, .onecoldiv #shipping input {
	margin-bottom: 5px;
}
.onecoldiv .content, #sort-account .content {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.onecoldiv .sitemap ul {
	margin: 10px 0;
}
.onecoldiv .sitemap ul ul {
	list-style: disc;
	margin: 10px 0;
	padding-left: 20px;
}
.onecoldiv .sitemap li {
	margin-bottom: 8px;
}
#sort-account {
	float: left;
	overflow: hidden;
	width: 750px;
	/* margin: 20px 0 0 0; */
	margin: 30px 0;
	font-size: 12px;
}
#sort-account h1 {
	font-size: 28px;
	color: #404040;
	font-weight: bold;
	margin-bottom: 10px;
}
#sort-account h2 {
	color: #000;
	font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}
#sort-account p {
	margin: 1em 0;
	line-height: 1.2em;
}
#sort-account strong, #sort-account b {
	font-weight: bold;
}
#sort-account li {
	margin-bottom: 5px;
}

/* product ======================================================================== */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: hidden;
}
.product-filter b {
	font-weight: bold;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	/* overflow: auto; */
	overflow: hidden;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	/* color: #38B0E3; */
	color: #6296BE;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	/* margin-bottom: 3px; */
	margin-bottom: 10px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: hidden;
}
.product-grid > div {
	/* width: 120px; */
	width: 160px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	/* border: 1px solid #E7E7E7; */
}
.product-grid .name a {
	/* color: #6296BE; */
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .name a:hover {
	color: #6296BE;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	/* font-weight: bold; */
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	/* margin-bottom: 3px; */
	margin-bottom: 10px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* cart popup on product page========================================================= */
.shoppingbag {
	width: 300px;
	font-size: 12px;
	background: #fff;
	border: 3px solid #0d2e57;
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.3);
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
}
.shoppingbag .sb-top {
	padding: 5px 5px 10px 10px;;
	overflow: hidden;
}
.shoppingbag .sb-top strong {
	font-size: 11px;
	font-weight: bold;
}
 .sb-top .sb-close {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url('../image/hht-close-btn.png') no-repeat;
	float: right;
}
.shoppingbag .sb-middle .sb-item {
	overflow: hidden;
	font-size: 11px;
	padding: 5px 10px;
	line-height: 1.2em;
	border-bottom: 1px solid #eee;
}
.shoppingbag .sb-middle .sb-item img {
	float: left;
	margin-right: 5px;
}
.shoppingbag .sb-middle .sb-item .sb-title {
	font-weight: bold;
}
.shoppingbag .sb-middle .sb-subtotal {
	padding: 10px;
	background-color: #b5d6ef;
	text-align: center;
	overflow: hidden;
}
.shoppingbag .sb-middle .sb-amount {
	font-size: 13px;
	font-weight: bold;
	margin-left: 40px;
}
.shoppingbag .sb-middle .sb-total {
	font-weight: bold;
}
.shoppingbag .sb-bottom {
	padding: 10px;
}
.shoppingbag a.shipping-button {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 8px;
	margin-top: 10px;
	margin-right: 40px; 
	float: right;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #035399;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	background: -moz-linear-gradient(top, rgba(4,124,229,1) 0%, rgba(3,83,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(4,124,229,1)), color-stop(100%,rgba(3,83,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#047ce5', endColorstr='#035399',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(4,124,229,1) 0%,rgba(3,83,153,1) 100%); /* W3C */
}
.shoppingbag a.shipping-button:hover {
	background: rgb(66,166,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(66,166,255,1) 0%, rgba(3,83,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,166,255,1)), color-stop(100%,rgba(3,83,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a6ff', endColorstr='#035399',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(66,166,255,1) 0%,rgba(3,83,153,1) 100%); /* W3C */
}
.shoppingbag a.button, .shoppingbag a.button-add {
	margin-right: 10px;
}
.shoppingbag .est-shipping {
	margin-top: 10px;
	border-top: 1px solid #0D2E57;
}
.shoppingbag .est-results {
	font-size: 11px; margin-top: 10px;
	text-align: left;
}
.shoppingbag .est-results b {
	font-weight: bold;
}
.shoppingbag .est-results td {
	padding: 3px 0;
}
.shoppingbag .est-results input, .shoppingbag .est-results select {
	font-size: 11px;
	margin-left: 5px;
	border-color: #0D2E57;
}
.shoppingbag .est-results a.button {
	font-size: 11px;
}
/* cart ============================================================================== */
.cart-info table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
	line-height: 1.4em;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .remove, .cart-info thead .quantity, .cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody .quantity, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module .cart-heading {
	border: 1px solid #DBDEE1;
	padding: 8px 8px 8px 22px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
	cursor: pointer;
	background: #F8F8F8 url('../image/arrow-right.png') 10px 50% no-repeat;
}
.cart-module .active {
	background: #F8F8F8 url('../image/arrow-down.png') 7px 50% no-repeat;
}
.cart-module .cart-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: hidden;
}
/*
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
*/
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: hidden;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
	line-height: 1.4em;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-process {
	overflow: hidden;
}
.checkout-process h1 {
	float: left;
	margin-top: 18px;
}
.checkout-process .checkout-progress {
	float: right;
	display: inline-block;
	width: 801px;
	height: 59px;
	background: url('../image/checkout-sprite.png') no-repeat;
	background-position: 0px 0px;
}
.contact-info {
	overflow: hidden;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: hidden;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* products specs box ============================================================================== */
.item-descript #hhprodspec {
	padding: 10px 20px;
	font-size: 13px;
	color: #484848;
	background: url(../image/store-menu-bg.png) repeat-x #e4e4e4;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	margin:10px 3px;
}
.item-descript #hhprodspec h3 {
	font-size: 13px;
	color: #484848;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 3px double #cbcbcb;
}
.item-descript #hhprodspec ul {
	overflow: hidden;
	padding-left: 0;
}
.item-descript #hhprodspec li {
	display: inline-block;
	float: left;
	margin: 0 5px 8px 0;
	width: 120px;
}
/* Warnings, Attentions, Information ============================================  */
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	/* margin-bottom: 15px; */
	color: #555555;
	width: 620px;
	margin: 10px auto;
	/* border-radius: 4px; */
	/* box-shadow: 0px 5px 10px rgba(0,0,0,.5); */
	font-size: 13px;
}
#notification {
	background: url(../image/thick-diagonal.png) repeat;
	/* overflow: hidden; */
	-moz-box-shadow: inset 0px 2px 5px #000;
	-webkit-box-shadow: inset 0px 2px 5px #000;
	box-shadow: inset 0px 2px 5px #000;
	
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: inline-block;
	color: #fff;
	margin-bottom: 10px;
	background: #960303;
	background: -moz-linear-gradient(top, #ff4242 0%, #960303 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4242), color-stop(100%,#960303));
	background: -webkit-linear-gradient(top, #ff4242 0%,#960303 100%);
	background: -o-linear-gradient(top, #ff4242 0%,#960303 100%);
	background: -ms-linear-gradient(top, #ff4242 0%,#960303 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4242', endColorstr='#960303',GradientType=0 );
	background: linear-gradient(top, #ff4242 0%,#960303 100%);
	padding: 6px 12px 5px 12px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	border: 1px solid #960303;
	line-height: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	text-decoration: none;	
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

/* ==================== Swatches ==================== */
#swatches {
	overflow: hidden;
	margin-bottom: 10px;
}
#swatches .swatch-box {
	width: 30px;
	height: 10px;
	padding: 5px;
	float: left;
	margin-right: 3px;
}
#swatches .swatch-box:hover {
	cursor: pointer;
	width: 28px;
	height: 8px;
	padding: 5px;
	border: 1px solid #6296be;
	float: left;
	margin-right: 3px;
	-webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
	-moz-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
	box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
}
#swatches .swatch-box-selected {
	width: 28px;
	height: 8px;
	padding: 5px;
	border: 1px solid #6296be;
	float: left;
	margin-right: 3px;
	-webkit-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
	-moz-box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
	box-shadow: inset 1px 1px 0px #fff, inset -1px -1px 0px #fff;
}

/*
.box-product #swatches .swatch-box {
	width: 15px;
	height: 5px;
	padding: 2px;
}
.box-product #swatches .swatch-box:hover {
	width: 13px;
	height: 3px;
	padding: 2px;
}
.box-product #swatches .swatch-box-selected {
	width: 13px;
	height: 3px;
	padding: 2px;
}
*/
/* ============ Hockey Catagory Page ========= */
.tape-cp-list {
	overflow: hidden;
	margin-top: 10px;
	margin-left: -10px;
}
.tape-cp-list .tape-btn {
	width: 222px;
	height: 80px;
	text-indent: -9999px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.tape-cp-list .tape-bab {
	background: url(../image/hht-tape-btn-bab.jpg) no-repeat;
	height: 260px;
	width: 285px;
}
.tape-cp-list .tape-mixed {
	background: url(../image/hht-tape-btn-mixed.jpg) no-repeat;
}
.tape-cp-list .tape-cloth {
	background: url(../image/hht-tape-btn-cloth.jpg) no-repeat;
}
.tape-cp-list .tape-colored {
	background: url(../image/hht-tape-btn-colored.jpg) no-repeat;
}
.tape-cp-list .tape-friction {
	background: url(../image/hht-tape-btn-friction.jpg) no-repeat;
	margin-left: 11px;
}
.tape-cp-list .tape-grip {
	background: url(../image/hht-tape-btn-grip.jpg) no-repeat;
}
.tape-cp-list .tape-patterned {
	background: url(../image/hht-tape-btn-patterned.jpg) no-repeat;
	width: 285px;
}
.tape-cp-list .tape-shinpad {
	background: url(../image/hht-tape-btn-shinpad.jpg) no-repeat;
}
.tape-cp-list .tape-shinpad-colored {
	background: url(../image/hht-tape-btn-shinpad-colored.jpg) no-repeat;
}
.tape-cp-list .tape-wax {
	background: url(../image/hht-tape-btn-wax.jpg) no-repeat;
}
/* ============ Pro Boxes Store Page ========= */
#pro-boxes {
	margin: 20px 0;
	overflow: hidden;
}
#pro-boxes .pro-box {
	float: left;
	margin-right: 20px;
	margin-bottom: 21px;
	width: 236px;
	height: 80px;
	text-indent: -9999px;
}
#pro-boxes .pro-box:hover {
	cursor: pointer;
}
#pro-boxes .tape {
	background: url(../image/hht-store-button-sprite.jpg) 0px 0px;
}
#pro-boxes .laces{
	background: url(../image/hht-store-button-sprite.jpg) 0px -80px;
}
#pro-boxes .apparel {
	background: url(../image/hht-store-button-sprite.jpg) 0px -160px;
	margin-right: 0;
}
#pro-boxes .mouthguards {
	background: url(../image/hht-store-button-sprite.jpg) 0px -320px;
}
#pro-boxes .pucks {
	background: url(../image/hht-store-button-sprite.jpg) 0px -240px;
}
#pro-boxes .promo {
	background: url(../image/hht-store-button-sprite.jpg) 0px -400px;
	margin-right: 0;
}
#pro-boxes .bottles {
	background: url(../image/hht-store-button-sprite.jpg) 0px -480px;
}
#pro-boxes .wax {
	background: url(../image/hht-store-button-sprite.jpg) 0px -560px;
}
#pro-boxes .build {
	background: url(../image/hht-store-button-sprite.jpg) 0px -640px;
	margin-right: 0;
}
#pro-boxes .sharpening {
	background: url(../image/hht-store-button-sprite.jpg) 0px -720px;
}
#pro-boxes .extensions {
	background: url(../image/hht-store-button-sprite.jpg) 0px -800px;
}
#pro-boxes .custompucks {
	background: url(../image/hht-store-button-sprite.jpg) 0px -880px;
	margin-right: 0;
}
/* ============ Custom Pucks Page ========= */
.custpucks ul {
	margin: 10px;
	padding-left: 20px;
	list-style: disc;
}
.custpucks li {
	margin-bottom: 8px;
}
.custpucks h1, .custpucks h2 {
	margin-top: 20px;
}
.custpucks table {font-size: 11px;}
.custpucks table td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
/* ============ Free shipping ========= */
#freeshipping {
	background: #5099d0;
	font-size: 14px;
	font-weight: bold;
	/* -moz-border-radius: 4px; */
	/* -webkit-border-radius: 4px; */
	padding: 5px 0 3px 0;
	text-align: center;
	margin: 5px 0;
	display: block;
	color: #fff !important;
	text-decoration: none;
}
#view-fs #freeshipping {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#popup-freeshipping #freeshipping {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-size: 11px;
	margin: 0;
}
/* ============ Maintenance ========= */
#maintenance {
	min-height: 400px;
	padding-top: 60px;
}
#maintenance h1 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
}
#maintenance p {
	margin: 20px 0;
}
/* ============ Flag popup ========= */
.flag-us {
	width: 24px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: url(../image/flag-us.png) no-repeat;
}
.flag-us:hover {
	cursor: pointer;
}
#store-location {
	width: 300px;
	padding: 10px;
	font-size: 12px;
	background: #fff;
	border: 3px solid #0d2e57;
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.3);
	box-shadow: 0px 3px 5px rgba(0,0,0,.3);
	line-height: 1.4em;
}
#store-location .pleasenote {
	padding: 10px 10px 10px 40px;
	margin: 10px;
	font-size: 11px;
	border: 1px solid #f1d996;
	background: url(../image/attention.png) no-repeat 10px 12px #fff2cc;
}
#store-location .sl-flags {
	display: inline-block;
	width: 90px;
	height: 24px;
	background: url(../image/us2can.png) no-repeat 0px -3px;
	text-indent: -9999px;
}
#store-location .sl-close {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../image/hht-close-btn.png) no-repeat;
	float: right;
	outline: none;
}
#store-location p {
	margin: 10px;;
}
#store-location .sl-switch {
	padding: 10px;
}
#store-location .sl-switch a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 5px 8px;
	margin-right: 40px; 
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #b10318;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	background: #ff0422; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0422 0%, #b10318 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0422), color-stop(100%,#b10318)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0422 0%,#b10318 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0422 0%,#b10318 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0422 0%,#b10318 100%); /* IE10+ */
	background: linear-gradient(top,  #ff0422 0%,#b10318 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0422', endColorstr='#b10318',GradientType=0 ); /* IE6-9 */

}
/*  Build-a-Box CSS ============================================== */
#item-bab {width: 469px;border-right: 1px solid #bebebe;float: left;padding-right: 12px;margin-top: 10px;}
.bab-container {width: 480px;height: 480px;margin: 0 auto;position: relative;}
.bab-container h4 {display: none;}
.bab-container ul {list-style: none;margin: 0;padding: 0;}
.bab-container .bab-tape {width: 35px;height: 40px;text-indent: -9999px;}
.bab-container .notice {width: 210px;position: absolute;top: 90px;left: 125px;font-size: 16px;color: #999;padding: 10px;border: 1px solid #ccc;border-radius: 5px;line-height: 1.2em;background: #fff;}
/* Tape colors and positions */
.tc-black {background: url(../image/sprite-sm-tapes.jpg) no-repeat 0px 0px;position: absolute;top: 3px;left: 233px;}
.tc-clear {background: url(../image/sprite-sm-tapes.jpg) no-repeat -35px -0px;position: absolute;top: 6px;left: 275px;}
.tc-royal {background: url(../image/sprite-sm-tapes.jpg) no-repeat -70px -0px;position: absolute;top: 20px;left: 310px;}
.tc-red {background: url(../image/sprite-sm-tapes.jpg) no-repeat -105px -0px;position: absolute;top: 39px;left: 345px;}
.tc-navy {background: url(../image/sprite-sm-tapes.jpg) no-repeat -140px -0px;position: absolute;top: 66px;left: 380px;}
.tc-yellow {background: url(../image/sprite-sm-tapes.jpg) no-repeat 0px -40px;position: absolute;top: 102px;left: 407px;}
.tc-green {background: url(../image/sprite-sm-tapes.jpg) no-repeat -35px -40px;position: absolute;top: 141px;left: 428px;}
.tc-pink {background: url(../image/sprite-sm-tapes.jpg) no-repeat -70px -40px;position: absolute;top: 185px;left: 439px;}
.tc-purple {background: url(../image/sprite-sm-tapes.jpg) no-repeat -105px -40px;position: absolute;top: 229px;left: 442px;}
.tc-orange {background: url(../image/sprite-sm-tapes.jpg) no-repeat -140px -40px;position: absolute;top: 270px;left: 435px;}
.tc-neon {background: url(../image/sprite-sm-tapes.jpg) no-repeat 0px -80px;position: absolute;top: 310px;left: 421px;}
.tc-sky {background: url(../image/sprite-sm-tapes.jpg) no-repeat -35px -80px;position: absolute;top: 349px;left: 402px;}
.tc-maroon {background: url(../image/sprite-sm-tapes.jpg) no-repeat -70px -80px;position: absolute;top: 381px;left: 374px;}
.tc-teal {background: url(../image/sprite-sm-tapes.jpg) no-repeat -105px -80px;position: absolute;top: 403px;left: 342px;}
.tc-wgrip {background: url(../image/sprite-sm-tapes.jpg) no-repeat -140px -80px;position: absolute;top: 422px;left: 307px;}
.tc-bgrip {background: url(../image/sprite-sm-tapes.jpg) no-repeat 0px -120px;position: absolute;top: 432px;left: 265px;}
.tc-kgrip {background: url(../image/sprite-sm-tapes.jpg) no-repeat -35px -120px;position: absolute;top: 435px;left: 217px;}
.tc-ygrip {background: url(../image/sprite-sm-tapes.jpg) no-repeat -70px -120px;position: absolute;top: 427px;left: 174px;}
.tc-rgrip {background: url(../image/sprite-sm-tapes.jpg) no-repeat -105px -120px;position: absolute;top: 410px;left: 131px;}
.tc-wpro {background: url(../image/sprite-sm-tapes.jpg) no-repeat -140px -120px;position: absolute;top: 388px;left: 94px;}
.tc-bpro {background: url(../image/sprite-sm-tapes.jpg) no-repeat 0px -160px;position: absolute;top: 358px;left: 60px;}
.tc-kpro {background: url(../image/sprite-sm-tapes.jpg) no-repeat -35px -160px;position: absolute;top: 325px;left: 33px;}
.tc-ypro {background: url(../image/sprite-sm-tapes.jpg) no-repeat -70px -160px;position: absolute;top: 287px;left: 17px;}
.tc-rpro {background: url(../image/sprite-sm-tapes.jpg) no-repeat -105px -160px;position: absolute;top: 247px;left: 7px;}
.tc-wcamo {background: url(../image/sprite-sm-tapes.jpg) no-repeat -140px -160px;position: absolute;top: 205px;left: 7px;}
.tc-pcamo {background: url(../image/sprite-sm-tapes.jpg) no-repeat 0px -200px;position: absolute;top: 164px;left: 14px;}
.tc-gcamo {background: url(../image/sprite-sm-tapes.jpg) no-repeat -35px -200px;position: absolute;top: 129px;left: 26px;}
.tc-canflag {background: url(../image/sprite-sm-tapes.jpg) no-repeat -70px -200px;position: absolute;top: 97px;left: 44px;}
.tc-usflag {background: url(../image/sprite-sm-tapes.jpg) no-repeat -105px -200px;position: absolute;top: 67px;left: 66px;}
.tc-friction {background: url(../image/sprite-sm-tapes.jpg) no-repeat -140px -200px;position: absolute;top: 44px;left: 92px;}
.tc-whitethick {background: url(../image/sprite-sm-tapes.jpg) no-repeat 0px -240px;position: absolute;top: 28px;left: 122px;}
.tc-blackthick {background: url(../image/sprite-sm-tapes.jpg) no-repeat -35px -240px;position: absolute;top: 16px;left: 159px;}
.tc-white {background: url(../image/sprite-sm-tapes.jpg) no-repeat -70px -240px;position: absolute;top: 6px;left: 197px;}
/* Box status */
.mybox00 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px 0px;}
.mybox01 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px 0px;}
.mybox02 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -674px 0px;}
.mybox03 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px 0px;}
.mybox04 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px -246px;}
.mybox05 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px -246px;}
.mybox06 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -647px -246px;}
.mybox07 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px -246px;}
.mybox08 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px -492px;}
.mybox09 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px -492px;}
.mybox10 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -674px -492px;}
.mybox11 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px -492px;}
.mybox12 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px -738px;}
.mybox13 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px -738px;}
.mybox14 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -674px -738px;}
.mybox15 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px -738px;}
.mybox16 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px -984px;}
.mybox17 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px -984px;}
.mybox18 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -674px -984px;}
.mybox19 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px -984px;}
.mybox20 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px -1230px;}
.mybox21 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px -1230px;}
.mybox22 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -674px -1230px;}
.mybox23 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px -1230px;}
.mybox24 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px -1476px;}
.mybox25 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px -1476px;}
.mybox26 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -674px -1476px;}
.mybox27 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px -1476px;}
.mybox28 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat 0px -1722px;}
.mybox29 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -337px -1722px;}
.mybox30 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -674px -1722px;}
.mybox31 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/bab-sprite.jpg) no-repeat -1011px -1722px;}

/* Select Tape Pop-up */
.select-tape {display: block;position: absolute;top: 80px;left: 120px;overflow: hidden;padding: 10px 1px 10px 10px;border: 2px solid #0d2e57;border-radius: 5px;box-shadow: 0px 5px 8px rgba(0,0,0,.3);background: url(../image/bab-popup-bg.png) repeat-x #fff;width: 230px;}
.select-tape .st-product {width: 60px;text-align: center;float: left;padding-right: 10px;}
.select-tape .st-product .pro-price {font-size: 18px;color: #333;}
.select-tape .st-product .pro-each {font-size: 12px;color: #666;}
.select-tape .st-select {width: 140px;float: left;padding-left: 10px;border-left: 1px solid #ccc;text-align: left;}
.select-tape .st-select h3 {margin: 0 0 5px 0;font-size: 14px;font-weight: bold;color: #333;}
.select-tape .st-select .tape-size {display: block;font-size: 12px; color: #666;margin-bottom: 5px;}
.select-tape .st-select .select-qty {font-size: 14px;color: #333;}
.select-tape .st-select .select-input {font-size: 14px;display: inline-block;padding: 3px;border: 1px solid #ccc;background: #fff;color: #333;margin-bottom: 10px;}
/* Select Lace Pop-up Overrides */
.select-laces {padding: 10px 1px 10px 5px;width: 255px;left: 100px;top: 100px;} 
.select-laces .st-product {width: 70px;}
.select-laces .st-select {width: 160px;}

/* Large select tape */
.pro-black {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat 0px 0px;}
.pro-clear {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -60px 0px;}
.pro-royal {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -120px 0px;}
.pro-red {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -180px 0px;}
.pro-navy {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -240px 0px;}
.pro-yellow {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat 0px -70px;}
.pro-green {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -60px -70px;}
.pro-pink {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -120px -70px;}
.pro-purple {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -180px -70px;}
.pro-orange {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -240px -70px;}
.pro-neon {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat 0px -140px;}
.pro-sky {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -60px -140px;}
.pro-maroon {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -120px -140px;}
.pro-teal {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -180px -140px;}
.pro-wgrip {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -240px -140px;}
.pro-bgrip {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat 0px -210px;}
.pro-kgrip {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -60px -210px;}
.pro-ygrip {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -120px -210px;}
.pro-rgrip {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -180px -210px;}
.pro-wpro {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -240px -210px;}
.pro-bpro {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat 0px -280px;}
.pro-kpro {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -60px -280px;}
.pro-ypro {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -120px -280px;}
.pro-rpro {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -180px -280px;}
.pro-wcamo {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -240px -280px;}
.pro-pcamo {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat 0px -350px;}
.pro-gcamo {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -60px -350px;}
.pro-canflag {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -120px -350px;}
.pro-usflag {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -180px -350px;}
.pro-friction {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -240px -350px;}
.pro-whitethick {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat 0px -420px;}
.pro-blackthick {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -60px -420px;}
.pro-white {width: 60px;height: 70px;background: url(../image/sprite-lg-tapes.png) no-repeat -120px -420px;}

/* Lace colors and positions */
.bab-container .bab-lace {width: 80px;height: 86px;text-indent: -9999px;}
.lc-whitecl {background: url(../image/sprite-laces-sm.png) no-repeat 0px 0px;position: absolute;top: -8px;left: 200px;}
.lc-yellowwl {background: url(../image/sprite-laces-sm.png) no-repeat -80px 0px;position: absolute;top: 0px;left: 288px;}
.lc-yellowcl {background: url(../image/sprite-laces-sm.png) no-repeat -160px 0px;position: absolute;top: 36px;left: 350px;}
.lc-refwl {background: url(../image/sprite-laces-sm.png) no-repeat -240px 0px;position: absolute;top: 92px;left: 388px;}
.lc-refcl {background: url(../image/sprite-laces-sm.png) no-repeat -320px 0px;position: absolute;top: 160px;left: 408px;}
.lc-redcl {background: url(../image/sprite-laces-sm.png) no-repeat -400px 0px;position: absolute;top: 245px;left: 405px;}
.lc-royalcl {background: url(../image/sprite-laces-sm.png) no-repeat 0px -86px;position: absolute;top: 335px;left: 365px;}
.lc-orangecl {background: url(../image/sprite-laces-sm.png) no-repeat -80px -86px;position: absolute;top: 395px;left: 285px;}
.lc-greencl {background: url(../image/sprite-laces-sm.png) no-repeat -160px -86px;position: absolute;top: 402px;left: 200px;}
.lc-pinkcl {background: url(../image/sprite-laces-sm.png) no-repeat -240px -86px;position: absolute;top: 395px;left: 120px;}
.lc-skycl {background: url(../image/sprite-laces-sm.png) no-repeat -320px -86px;position: absolute;top: 365px;left: 60px;}
.lc-limecl {background: url(../image/sprite-laces-sm.png) no-repeat -400px -86px;position: absolute;top: 310px;left: 10px;}
.lc-purplecl {background: url(../image/sprite-laces-sm.png) no-repeat 0px -172px;position: absolute;top: 238px;left: -10px;}
.lc-blackwl {background: url(../image/sprite-laces-sm.png) no-repeat -160px -172px;position: absolute;top: 147px;left: 0px;}
.lc-blackcl{background: url(../image/sprite-laces-sm.png) no-repeat -80px -172px;position: absolute;top: 55px;left: 35px;}
.lc-whitewl {background: url(../image/sprite-laces-sm.png) no-repeat -240px -172px;position: absolute;top: 0px;left: 120px;}


/* Large select laces */
.pro-whitecl {background: url(../image/sprite-laces-sm.png) no-repeat 0px 0px;width: 80px;height: 86px;}
.pro-yellowwl {background: url(../image/sprite-laces-sm.png) no-repeat -80px 0px;width: 80px;height: 86px;}
.pro-yellowcl {background: url(../image/sprite-laces-sm.png) no-repeat -160px 0px;width: 80px;height: 86px;}
.pro-refwl {background: url(../image/sprite-laces-sm.png) no-repeat -240px 0px;width: 80px;height: 86px;}
.pro-refcl {background: url(../image/sprite-laces-sm.png) no-repeat -320px 0px;width: 80px;height: 86px;}
.pro-redcl {background: url(../image/sprite-laces-sm.png) no-repeat -400px 0px;width: 80px;height: 86px;}
.pro-royalcl {background: url(../image/sprite-laces-sm.png) no-repeat 0px -86px;width: 80px;height: 86px;}
.pro-orangecl {background: url(../image/sprite-laces-sm.png) no-repeat -80px -86px;width: 80px;height: 86px;}
.pro-greencl {background: url(../image/sprite-laces-sm.png) no-repeat -160px -86px;width: 80px;height: 86px;}
.pro-pinkcl {background: url(../image/sprite-laces-sm.png) no-repeat -240px -86px;width: 80px;height: 86px;}
.pro-skycl {background: url(../image/sprite-laces-sm.png) no-repeat -320px -86px;width: 80px;height: 86px;}
.pro-limecl {background: url(../image/sprite-laces-sm.png) no-repeat -400px -86px;width: 80px;height: 86px;}
.pro-purplecl {background: url(../image/sprite-laces-sm.png) no-repeat 0px -172px;width: 80px;height: 86px;}
.pro-blackcl {background: url(../image/sprite-laces-sm.png) no-repeat -80px -172px;width: 80px;height: 86px;}
.pro-blackwl {background: url(../image/sprite-laces-sm.png) no-repeat -160px -172px;width: 80px;height: 86px;}
.pro-whitewl {background: url(../image/sprite-laces-sm.png) no-repeat -240px -172px;width: 80px;height: 86px;}

/* Lace Box status */
.mylacebox00 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat 0px 0px;}/* empty box image */
.mylacebox01 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -337px 0px;}
.mylacebox02 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -674px 0px;}
.mylacebox03 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -1011px 0px;}
.mylacebox04 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat 0px -246px;}
.mylacebox05 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -337px -246px;}
.mylacebox06 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -674px -246px;}
.mylacebox07 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -1011px -246px;}
.mylacebox08 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat 0px -492px;}
.mylacebox09 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -337px -492px;}
.mylacebox10 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -674px -492px;}
.mylacebox11 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -1011px -492px;}
.mylacebox12 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat 0px -738px;}
.mylacebox13 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -337px -738px;}
.mylacebox14 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -674px -738px;}
.mylacebox15 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -1011px -738px;}
.mylacebox16 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat 0px -984px;}
.mylacebox17 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -337px -984px;}
.mylacebox18 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -674px -984px;}
.mylacebox19 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -1011px -984px;}
.mylacebox20 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat 0px -1230px;}
.mylacebox21 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -337px -1230px;}
.mylacebox22 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -674px -1230px;}
.mylacebox23 {width: 337px;height: 246px;position: absolute;top: 180px;left: 70px;background: url(../image/sprite-lace-box.jpg) no-repeat -1011px -1230px;}/* closed box image */

/* Choose your box type */
.choose-box {width: 337px;height: 246px;position: absolute;top: 180px;left: 80px;background: url(../image/lace-box-packs.jpg) no-repeat;}
.choose-4pk {width: 75px; height: 100px;display: block; position: absolute; top: 20px;left: 60px; text-indent: -9999px;}
.choose-12pk {width: 75px; height: 100px; display: block; position: absolute; top: 20px;left: 200px; text-indent: -9999px;}
.choose-18pk {width: 75px; height: 100px; display: block; position: absolute; top: 122px;left: 130px; text-indent: -9999px;}

/* My Box Options */
.tape-type {font-size: 14px;color: #333;padding: 4px 0;}
.tape-totals {font-size: 14px;line-height: 1.3em;}
.tape-total-divider {border-bottom: 1px solid #ccc;margin-bottom: 6px;padding-bottom: 5px;}
.tape-totals strong {font-weight: bold;}
.tape-totals .tape-needed {color: #666;}
.tape-totals .button-add {margin-top: 8px;}
.button-update {
	/* float: right; */
	margin: 5px 0;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 4px 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #999;
	-moz-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	-webkit-box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	box-shadow: inset -2px -2px 0px rgba(255,255,255,.3), inset 2px 2px 0px rgba(255,255,255,.3);
	background: #d0d0d0; /* Old browsers */
background: -moz-linear-gradient(top,  #d0d0d0 0%, #828282 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0d0d0), color-stop(100%,#828282)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #d0d0d0 0%,#828282 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #d0d0d0 0%,#828282 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #d0d0d0 0%,#828282 100%); /* IE10+ */
background: linear-gradient(top,  #d0d0d0 0%,#828282 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#828282',GradientType=0 ); /* IE6-9 */

}

/* Free Howies Classic Tee */
.free-shirt {
	width: 480px;
	height: 455px;
	float: right;
	margin-right: 20px;
	text-indent: -9999px;
	background: url(../image/free-tshirt.jpg) no-repeat;
}
.fs-wrapper {}
.fs-wrapper .fs-form {
	overflow:hidden;
	border: 1px solid #eee;
	padding: 20px;
	width: 361px;
}
.fs-wrapper .fs-form .fs-friend {
	float: left;
	margin-left: 20px;
	width: 160px;
}
.fs-wrapper .fs-form .fs-friend input {
	margin-bottom: 10px;
	width: 100%;
}
.fs-wrapper .fs-form h3 {font-size: 18px;margin-bottom: 10px;font-weight: bold;text-align: center;color: #6296be;}
.fs-wrapper .fs-form .fs-size {float: left;}
.fs-wrapper .fs-form .fs-add {float: right;}

/* ============ Athletic Tape ========= */
.athletic-box a {
	width: 157px;
	height: 300px;
	display: block;
	text-indent: -9999px;
	background: url(../image/athletic-box-bg.png) no-repeat #020100;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,.3);
	margin:20px 3px;
}