.acc {
	position: absolute;
	top: -9999999px;
}
a {
	text-decoration: none;
}

#content-wrapper{
	background: white;
	overflow: visible;
/*
	fixes broken draggable, but breaks font select menu	
	overflow: hidden;
*/
}
#content {
	width: 960px;
	background: white;
	padding: 11px 9px 50px;
	position: relative;
	z-index: 5;
	font-family: helvetica, arial, sans-serif;
	overflow: visible;
}


/* landing page */
.landing .left-col {
	width: 550px;
	float: left;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}
.landing .right-col {
	width: 381px;
	float: right;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.customize-poster {
	margin-left: -9px;
	margin-bottom: 20px;
}
.get-started-btn {
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	position: absolute;
	top:37px;
	right: 0;
}
.info {
	font-family: georgia, 'times new roman', serif;
	font-size: 14px;
	color: #6a6a6c;
}
.grip-listing {
	margin-bottom: 30px;
}
.grip-listing li {
	border: 3px solid white;
	border-top: none;
	display: block;
	width: 176px;
	height: 266px;
	float: left;
	position: relative;
	z-index: 1;
	padding-top: 28px;
	margin-bottom: 17px;
}
.grip-listing li img {
	position: absolute;
	top: 19px;
	left: 22px;
	z-index: 0;
}
.grip-listing li a {
	text-decoration: none;
}
.grip-listing li .customize {
	display: block;
	padding: 8px;
}
.grip-listing .first {
	margin-right: 17px;
}
.grip-listing .hover {
	background: #eeece7;
	border: 3px solid #70b23d;
	border-top: none;	
}
.grip-listing .hover .preview {
	display: block;
}
.grip-listing .hover .preview:hover {
	text-decoration: underline;
}
.grip-listing .preview {
	background: #70b23d url(../images/grips-customizer/preview-icon.png) no-repeat 6px center;
	display: none;
	color: white;
	text-decoration: none;
	padding-left: 35px;
	height: 28px;
	line-height: 28px;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
	width:141px;
	z-index: 1;
}


.grip-listing .custom-logo {
	color: #ee7437;
	background: url(../images/grips-customizer/customizer-logo.png) no-repeat left center;
	padding-left: 21px;
	display: block; 
	margin-bottom: 11px;
	line-height: 17px;
	font-size: 14px;	
	margin-top: 180px;
}
.grip-listing .grip-name {
	font-size: 24px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 5px;
}
.grip-listing .price,
.grip-listing .qty {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.grip-listing .price {
	color: #312129;
}
.grip-listing .qty {
	color: #666666;
}

.video-thumb {
	margin-bottom: 10px;
	display: block;
}
.video-desc {
	font-family: georgia, 'times new roman', serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #6a6a6c;
	margin-left: 10px;
}

/* view page */
.customizer .left-col {
	width: 381px;
	float: left;
	position: relative;
	z-index: 1;
}
.customizer-logo {
	background: url(../images/grips-customizer/customizer-logo.jpg) left center no-repeat;
	padding-left: 24px;
	font-family: Paralucent, Helvetica, sans-serif;
	font-size: 18px;
	color: #6a6a6c;
	line-height: 18px;
	margin-bottom: 6px;
}
.grip-name {
	font-size: 26px;
	font-family: Paralucent, Helvetica, sans-serif;
	color: #7ac142;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 20px;
}
.core-size {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	font-family: Paralucent, Helvetica, sans-serif;	
	margin-right: 85px;
}
.left-col .price {
	color: #63af1c;
	text-align: right;	
	font-family: Paralucent, Helvetica, sans-serif;	
	display: inline-block;
	font-size: 18px;
	float: right;
	font-weight: normal;
}

/* form styles */
.custom-grip-form li {
	list-style-type: none;
}
.qty-field {
	float: left;
}
.qty-field .qty-label {
	color: #726755;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-right: 8px;
}
.qty-field .qty {
	border:1px solid #b0b0b0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f4f3f1;
	width: 50px;
	height: 30px;
	text-align: center;
	color: #333333;
	-webkit-box-shadow: inset 0px 1px 1px 0px white;
	box-shadow: inset 0px 1px 1px 0px white;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	margin-right: 8px;
}
.qty-field small {
	font-size: 13px;
	color: #433c30;
	font-style: italic;
}
.btn-wrapper {
	float: right;
	margin-bottom: 9px;
}
.add-to-cart-btn,
.get-started-btn {
	border: 1px solid #eb8f60;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: white;
	text-shadow: 0px -1px 1px #b05121;
	text-transform: uppercase;
	width: 174px;
	height: 35px;
	background: #f2773a;
	background: -moz-linear-gradient(top,  #f2773a 0%, #d86328 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2773a), color-stop(100%,#d86328));
	background: -webkit-linear-gradient(top,  #f2773a 0%,#d86328 100%);
	background: -o-linear-gradient(top,  #f2773a 0%,#d86328 100%);
	background: -ms-linear-gradient(top,  #f2773a 0%,#d86328 100%);
	background: linear-gradient(to bottom,  #f2773a 0%,#d86328 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2773a', endColorstr='#d86328',GradientType=0 );
	-webkit-box-shadow:
		inset 0px 2px 1px 0px #fac2a6,
		0px 2px 6px 0px #c0bab6;
	box-shadow:
		inset 0px 2px 1px #fac2a6,
		0px 2px 6px 0px #c0bab6;
	cursor: pointer;
	display: block;
}
.add-to-cart-btn:hover,
.get-started-btn:hover {
	background: #d86328;
	background: -moz-linear-gradient(top,  #d86328 0%, #f2773a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d86328), color-stop(100%,#f2773a));
	background: -webkit-linear-gradient(top,  #d86328 0%,#f2773a 100%);
	background: -o-linear-gradient(top,  #d86328 0%,#f2773a 100%);
	background: -ms-linear-gradient(top,  #d86328 0%,#f2773a 100%);
	background: linear-gradient(to bottom,  #d86328 0%,#f2773a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d86328', endColorstr='#f2773a',GradientType=0 );
	-webkit-box-shadow: none;
	box-shadow: none;
	color: white;
}
.add-to-cart-btn:active {
	top:1px;
}
.accordion-wrapper {
	clear: both;
}
.customizer-accordion {
	border: 1px solid #e0dcd8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow:
		0px 2px 6px 0px #c0bab6;
	box-shadow:
		0px 2px 6px 0px #c0bab6;	
}
.step .heading {
	display: block;
	border-top: 1px solid #f9f7f8;
	border-bottom: 1px solid #c4c0bc;
	padding: 13px 17px;
	background: #ebe7e6;
	background: -moz-linear-gradient(top,  #ebe7e6 0%, #dfdbd7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe7e6), color-stop(100%,#dfdbd7));
	background: -webkit-linear-gradient(top,  #ebe7e6 0%,#dfdbd7 100%);
	background: -o-linear-gradient(top,  #ebe7e6 0%,#dfdbd7 100%);
	background: -ms-linear-gradient(top,  #ebe7e6 0%,#dfdbd7 100%);
	background: linear-gradient(to bottom,  #ebe7e6 0%,#dfdbd7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe7e6', endColorstr='#dfdbd7',GradientType=0 );
}
#step-1 .heading {
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;	
}
#step-3.closed .heading,
#step-3.open .content {
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-bottom: none;
}

.step .heading h4 {
	font-family: Paralucent, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	text-shadow: 0px 1px 1px white;
	font-weight: normal;
}
.step .heading span {
	font-family: times, 'times new roman', serif;
	font-size: 18px;
	color: #49494a;
	font-weight: normal;
	text-shadow: none;
	font-style: italic;
	padding-left: 10px;
}
.step.closed {
	cursor: pointer;	
}
.step.closed .heading h4 {
	color: #aaa49f;
	background: url(../images/grips-customizer/accordion-down.png) right center no-repeat;	
}
.step.closed .content {
	display: none;
} 
.step.open .heading h4 {
	color: #464648;
	background: url(../images/grips-customizer/accordion-up.png) right center no-repeat;		
}

.step .content {
	background: #f3eeeb;
	background: -moz-linear-gradient(top,  #f3eeeb 0%, #e1ddda 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3eeeb), color-stop(100%,#e1ddda));
	background: -webkit-linear-gradient(top,  #f3eeeb 0%,#e1ddda 100%);
	background: -o-linear-gradient(top,  #f3eeeb 0%,#e1ddda 100%);
	background: -ms-linear-gradient(top,  #f3eeeb 0%,#e1ddda 100%);
	background: linear-gradient(to bottom,  #f3eeeb 0%,#e1ddda 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3eeeb', endColorstr='#e1ddda',GradientType=0 );
	border-bottom: 1px solid #c4c0bc;
	height: 332px;
	padding: 15px 30px;
}
.step .content p,
.step .content label {
	color: #7a7570;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 0px 1px 1px white;
	font-weight: bold;
	margin-bottom: 7px;
	display: block;
}

.grip-select li img {
	background: white;
	border: 1px solid #bebab5;
	margin-top: 3px;
	-webkit-box-shadow:  0px 1px 1px 0px #ffffff;
    box-shadow:  0px 1px 1px 0px #ffffff;
    margin-bottom: 5px;
}
.grip-select li .selected img {
	border: 4px solid #7ac142;
	margin-top: 0;
	margin-bottom: 2px;
	-webkit-box-shadow:  none;
    box-shadow:none;	
}
.grip-select li a {
	position: relative;
	display: block;
	text-decoration: none;
	z-index: 0;
}
.grip-select li a:hover img {
	border-color: #7ac142;
}
.grip-select li span {
	color: #7ac142;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	font-weight: bold;
}
.grip-select li a.loading:after{
	display: block;
	content: '';
	background: url(http://www.puregrips.com/assets/images/grips-customizer/loaders/white.gif) 62px 14px no-repeat;
	height: 146px;
	width: 110px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.details .color li a {
	height: 100%;
	width: 100%;
}
.details .color li a:hover {
	cursor: default;
	top: 0;
}
.details .color li a {
	border:none;
}

.color {
	margin-bottom: 15px;
}
.color li {
	float: left;
	margin: 0 6px 6px 0;
}
.color li a.black {
	background: black;
}
.color li a.blue {
	background: #1f4e9a;
}
.color li a.gold {
	background: #bd9a60;
}
.color li a.green {
	background: #4cba5c;
}
.color li a.grey {
	background: #a0a3ac;
}
.color li a.isle_of_capri,
.color li a.turquoise {
	background: #2cadcc;
}
.color li a.navy {
	background: #1d2c5f;
}
.color li a.orange {
	background: #FF5800;
}
.color li a.pink {
	background: #F94F8E;
}
.color li a.purple {
	background: #824b99;
}
.color li a.red {
	background: #E8112D;
}
.color li a.white {
	background: white;
}
.color li a.yellow {
	background: #F4ED47;
}

.color li a.loading {
	background-repeat: no-repeat!important;
	background-position: center center!important;
}
.color li a.black.loading {
	background: black url(../images/grips-customizer/loaders/black.gif);
}
.color li a.blue.loading {
	background: #1f4e9a url(../images/grips-customizer/loaders/blue.gif);
}
.color li a.gold.loading {
	background: #bd9a60 url(../images/grips-customizer/loaders/gold.gif);
}
.color li a.green.loading {
	background: #4cba5c url(../images/grips-customizer/loaders/green.gif);
}
.color li a.isle_of_capri.loading,
.color li a.turquoise.loading {
	background: #2cadcc url(../images/grips-customizer/loaders/turquoise.gif);
}
.color li a.orange.loading {
	background: #FF5800 url(../images/grips-customizer/loaders/orange.gif);
}
.color li a.pink.loading {
	background: #F94F8E url(../images/grips-customizer/loaders/pink.gif);
}
.color li a.purple.loading {
	background: #824b99 url(../images/grips-customizer/loaders/purple.gif);
}
.color li a.red.loading {
	background: #E8112D url(../images/grips-customizer/loaders/red.gif);
}
.color li a.white.loading {
	background: white url(http://www.puregrips.com/assets/images/grips-customizer/loaders/white.gif);
}
.color li a.yellow.loading {
	background: #F4ED47 url(../images/grips-customizer/loaders/yellow.gif);
}






.color li a {
	border: 3px solid transparent;
	height: 40px;
	width: 40px;
    position: relative;
    display: block
}
.color li a:hover {
	cursor: pointer;
	top: -1px;
	border-color: #7a7570;
}
.color li a.selected {
	border-color: #49494a;
	top: 0;
}


.personalize > ul > li {
	margin-bottom: 15px;
	clear: both;
}
.personalize input[type='text'] {
	border: 1px solid #a7a4a2;
	border-radius: 6px;
	-webkit-border-radius: 6px;	
	-webkit-box-shadow:  0px 1px 1px 0px white;
	box-shadow:  0px 1px 1px 0px white;
	height: 30px; /* Height of the select box */
	padding: 5px;	
	margin-right: 15px;
	width: 151px;
}
.personalize input[type='text']:focus {
/* 	border-color: #99ad84; */
	outline-color: #d4e9c1;
}
.personalize #custom-message {
	float: left;
}

.counter {
	float: left;
	font-style: italic;
	font-family: georgia, serif;
	font-size: 13px;
	color: #433c30;
	line-height: 42px;
}
.counter.warning {
	color: #890606;
}
.counter.exceeded {
	color: #e30707;
}

.icon-list li {
	float: left;
	width: 35px;
	height: 42px;
	display: block;
	margin: 0 10px 10px 0;	
}
.icon-list li:nth-child(7n+7) {
	clear:left;
}

/* icon choice */
.icon-list li a {
	display: block;
	width: 35px;
	height: 42px;
	background: url(../images/grips-customizer/accordion-icons.png) no-repeat;
	position: relative;
}
.icon-list li a:hover {
	top: -1px;
}

.icon-list li a.flip-flops {
	background-position: 0 0;
}
.icon-list li a.flip-flops:hover {
	background-position: 0 -42px;
}
.icon-list li a.flip-flops.selected {
	background-position: 0 -84px;
}

.icon-list li a.skull {
	background-position: -35px 0;
}
.icon-list li a.skull:hover {
	background-position: -35px -42px;
}
.icon-list li a.skull.selected {
	background-position: -35px -84px;
}

.icon-list li a.heart {
	background-position: -70px 0;
}
.icon-list li a.heart:hover {
	background-position: -70px -42px;
}
.icon-list li a.heart.selected {
	background-position: -70px -84px;
}

.icon-list li a.paw {
	background-position: -105px 0;
}
.icon-list li a.paw:hover {
	background-position: -105px -42px;
}
.icon-list li a.paw.selected {
	background-position: -105px -84px;
}

.icon-list li a.star {
	background-position: -140px 0;
}
.icon-list li a.star:hover {
	background-position: -140px -42px;
}
.icon-list li a.star.selected {
	background-position: -140px -84px;
}

.icon-list li a.spade {
	background-position: -175px 0;
}
.icon-list li a.spade:hover {
	background-position: -175px -42px;
}
.icon-list li a.spade.selected {
	background-position: -175px -84px;
}

.icon-list li a.vader {
	background-position: -210px 0;
}
.icon-list li a.vader:hover {
	background-position: -210px -42px;
}
.icon-list li a.vader.selected {
	background-position: -210px -84px;
}


.icon-list li a.flame {
	background-position: -245px 0;
}
.icon-list li a.flame:hover {
	background-position: -245px -42px;
}
.icon-list li a.flame.selected {
	background-position: -245px -84px;
}

.icon-list li a.horse-shoe {
	background-position: -280px 0;
}
.icon-list li a.horse-shoe:hover {
	background-position: -280px -42px;
}
.icon-list li a.horse-shoe.selected {
	background-position: -280px -84px;
}

.icon-list li a.clover {
	background-position: -315px 0;
}
.icon-list li a.clover:hover {
	background-position: -315px -42px;
}
.icon-list li a.clover.selected {
	background-position: -315px -84px;
}

.icon-list li a.dice {
	background-position: -350px 0;
}
.icon-list li a.dice:hover {
	background-position: -350px -42px;
}
.icon-list li a.dice.selected {
	background-position: -350px -84px;
}

.icon-list li a.smile {
	background-position: -385px 0;
}
.icon-list li a.smile:hover {
	background-position: -385px -42px;
}
.icon-list li a.smile.selected {
	background-position: -385px -84px;
}




/* right side */
.customizer .right-col {
	overflow: visible;
	width: 538px;
	float: right;
	position: relative;
	z-index: 0;
	padding-top: 71px;
}
.grip-wrapper {
	height: 387px;
	width: 978px;
	position: absolute;
	top: 106px;
	right: -9px;
}
#old-box {
	z-index: 2;
}
#grip-box {
	z-index: 1;
}
.image-loader {
	height: 18px;
	width: 18px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/grips-customizer/customizer-logo.jpg) no-repeat;
	z-index: 9;
}
#load {
	 margin:100px 100px;
}
.grip-wrapper .grip-image {
	border-bottom: 1px solid #deddd8;
	width: 538px;
	height: 387px;
	background: #fefefe;
	float: right;
}
.grip-wrapper .grip-image.shadow {
	background: url(../images/grips-customizer/grip-shadow.png) no-repeat -12px; 180px;
}
.grip-wrapper .grip-image .grip-img {
	width: 538px;
	height: auto;
	position: absolute;
	top: 80px;
	right: 7px;
}
.draggable.active {
	cursor: move;
}
.grip-wrapper .grip-image .pure-logo {
	position: absolute;
	right: 58px;
	top: 98px;
	width: 100px;
	height: auto;
}


.grip-wrapper .grip-image #text-box {
	position: absolute;
	right: 43px;
	top: 93px;
	width: 122px;
	height: 27px;
	text-align: center;
	overflow: visible;
	line-height: 27px;
	font-size: 9px;
	display: none;
}
.grip-wrapper .grip-image #show-text {
		text-shadow: 0px -1px 1px rgba(30, 30, 30, 0.8);
	display: inline-block;
	vertical-align: middle;
}
.grip-wrapper .grip-image #grip-icon {
	vertical-align: middle;
	margin: 0 5px 0 0;

}



.grip-wrapper .grip-image.big #text-box {
	right: 219px;
	top: 118px;
	width: 221px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-shadow: 0px -1px 2px rgba(30, 30, 30, 0.7);	
}



.shipping-info {
	padding-left: 33px;
	background: url(../images/grips-customizer/shipping-icon.jpg) no-repeat left center;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
}
.shipping-info a {
	color: #63af1c;
	font-weight: bold;
	text-decoration: none;
}
.shipping-info a:hover {
	color:#73cb20;
}

.butt-cap {
	position: absolute;
	bottom: 20px;
	right: 29px;
	width: 118px;
}
.butt-cap img {
	display: block;
	height: 117px;
	width: 118px;
}
.butt-cap p {
	text-align: center;
	font-size: 14px;
	color: #7a7570;
	margin-top: 5px;
}

.controls {
	position: relative;
	top: 423px;
	margin-left: 15px;
}

.share-btns{
	display: inline-block;
	margin-right: 86px;
	vertical-align: top;
	line-height: 30px;
}
.share-btns a {
	background: url(../images/grips-customizer/social-icons.jpg) no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	margin-left: 5px;
}
.share-btns a.tw {
	background-position: -30px 0;
}
.share-btns a.pi {
	background-position: -60px 0;
}


.zoom-btns {
	display: inline-block;
	
}
#zoom-in,
#zoom-out {
	background: url(../images/grips-customizer/zoom-btns.jpg) no-repeat;
	display: inline-block;
	height: 30px;
	width: 31px;
	position: relative
}
#zoom-in:hover {
	background-position: 0 -30px;
}
#zoom-out {
	background-position: -31px 0;
}
#zoom-out:hover {
	background-position: -31px -30px;
}

.disclaimer {
	display: block;
	font-size: 11px;
	margin-top: 15px;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
	height: 161px;
}

.bx-wrapper img {
	width: 94px;
	display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://www.puregrips.com/assets/images/grips-customizer/loaders/white.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -17px;
	background: url(../images/grips-customizer/slider-left-right.png) no-repeat;
}

.bx-wrapper .bx-next {
	right: -17px;
	background: url(../images/grips-customizer/slider-left-right.png) no-repeat -10px 1px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -18px;
}

.bx-wrapper .bx-next:hover {
	background-position: -10px -18px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 10px;
	height: 18px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}





/* Div container holding the dropdown list */
.selectboxit-container {
	position: relative;
	display: inline-block;
	/* Prevents text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Dropdown List Box */
.selectboxit-container .selectboxit {
	width: 220px; /* Width of the dropdown list box */
	height: 30px; /* Height of the select box */
	cursor: pointer;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;	
	-webkit-box-shadow:  0px 1px 1px 0px white;
	box-shadow:  0px 1px 1px 0px white;
	padding: 5px;
	margin: 0;
	background: #fbfaf9;
	background: -moz-linear-gradient(top,  #fbfaf9 0%, #f4f3f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfaf9), color-stop(100%,#f4f3f2));
	background: -webkit-linear-gradient(top,  #fbfaf9 0%,#f4f3f2 100%);
	background: -o-linear-gradient(top,  #fbfaf9 0%,#f4f3f2 100%);
	background: -ms-linear-gradient(top,  #fbfaf9 0%,#f4f3f2 100%);
	background: linear-gradient(to bottom,  #fbfaf9 0%,#f4f3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfaf9', endColorstr='#f4f3f2',GradientType=0 );
	border: 1px solid #c2beba;
}

.selectboxit-container .selectboxit.open {
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

.selectboxit-container .selectboxit.selectboxit-disabled {
	cursor: default;
}

/* Dropdown list Default Icon Positioning */
.selectboxit-default-icon {
	float: left;
}

/* Dropdown List Box Text */
.selectboxit-text {
	font-size: 16px;
	font-family: Arial, sans-serif;
	text-indent: 5px;
	line-height: 30px;
	overflow: hidden;
	float: left;
	white-space: nowrap;
	color: #7a7570;
}

/* Dropdown List Options List*/
.selectboxit-container .selectboxit-options {
	min-width: 230px; /* Minimum Width of the dropdown list box options */
	font-size: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	overflow: auto;
	cursor: pointer;
	display: none;
	z-index: 9999999999999;
	outline: none;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	-moz-box-shadow: none; /* flamefox */
	-webkit-box-shadow: none; /* Safari, Chrome */
	box-shadow: none; /* CSS3 */
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	text-align: left;
	background: #f4f3f2;
	border: 1px solid #c2beba;
	border-top: none;
}


/* Overrides Bootstrap drop down option style */
.selectboxit-options .selectboxit-option.active {
	background: #c5dead;
}
.selectboxit-options .selectboxit-selected,
.selectboxit-options .selectboxit-selected.active {
	background: #E9E6E0;
}
.selectboxit-options .selectboxit-selected .selectboxit-option-anchor,
.selectboxit-options .selectboxit-selected.active .selectboxit-option-anchor {
	color: #49494a;

}
.selectboxit-option .selectboxit-option-anchor {
	padding: 0px 3px;
	line-height: 30px;
	color: #7a7570;
}

.selectboxit-option .selectboxit-option-anchor:hover {
	text-decoration: none;
}

/* Dropdown List Individual Options */
.selectboxit-option,
.selectboxit-optgroup-header {
	line-height: 30px; /* Height of Individual Select Box Options */
	text-indent: 5px; /* Horizontal Positioning of the select box option text */
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

/* The first drop down option */
.selectboxit-option-first {}

/* The last drop down option */
.selectboxit-option-last {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

/* Dropdown List Optgroup Headers */
.selectboxit-optgroup-header {
	font-weight: bold;
}

/* Dropdown List Optgroup Options */
.selectboxit-optgroup-option {
	text-indent: 20px;
}

/* Dropdown List Optgroup Header hover psuedo class */
.selectboxit-optgroup-header[data-disabled='true']:hover {
	cursor: default;
}

/* Dropdown List Down Arrow Container (if an image is not used) */
.selectboxit-arrow-container {
  /* Positions the down arrow */
	width: 30px;
	float: right;
	position: relative;
	background: url(../images/grips-customizer/select-arrows.png) no-repeat center center;
}
 
/* Dropdown List Down Arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
	margin: 0 auto;
	display: block;
	position: absolute;
	top: 50%;
	right: 40%;
}

/* Dropdown List Down Arrow For jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
	top: 30%;
}

/* Dropdown List Individual Option Icon Positioning */
.selectboxit-option-icon {
	float: left;
}

/* Dropdown List Individual Option Image Positioning */
.selectboxit-option-icon-url {
	width: 18px;
	height: 18px;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}

.selectboxit-default-icon.selectboxit-option-icon-url {
	margin-left: 5px;
}

/* FONT SELECTION */
.arial {
	font-family: Arial, sans-serif;
}
.franchise {
	font-family: Franchise,sans-serif;
}
.geared {
	font-family: Geared, sans-serif;
}
.germanica {
	font-family: Germanica, sans-serif;
}
.lavanderia {
	font-family: Lavanderia, sans-serif;
}
.museo {
	font-family: Museo, monospace;
}
.times-new-roman {
	font-family: 'Times New Roman', serif;
}
.big .trajan {
	font-size: 17px;
}

.veyvey {
	font-family: 'veyvey', sans-serif;
}
.trajan {
	font-size: 8px;
	font-family: 'trajan-pro-3', sans-serif;	
}
.selectboxit-text.trajan,
.selectboxit-option.trajan {
	font-size: 17px;
}

@font-face {
    font-family: 'Franchise';
    src: url('../fonts/franchise/franchise-bold-webfont.eot');
    src: url('../fonts/franchise/franchise-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/franchise/franchise-bold-webfont.woff') format('woff'),
         url('../fonts/franchise/franchise-bold-webfont.ttf') format('truetype'),
         url('../fonts/franchise/franchise-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Geared';
    src: url('../fonts/geared/gearedslab-webfont.eot');
    src: url('../fonts/geared/gearedslab-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/geared/gearedslab-webfont.woff') format('woff'),
         url('../fonts/geared/gearedslab-webfont.ttf') format('truetype'),
         url('../fonts/geared/gearedslab-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Germanica';
    src: url('../fonts/germanica/plain_germanica-webfont.eot');
    src: url('../fonts/germanica/plain_germanica-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/germanica/plain_germanica-webfont.woff') format('woff'),
         url('../fonts/germanica/plain_germanica-webfont.ttf') format('truetype'),
         url('../fonts/germanica/plain_germanica-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lavanderia';
    src: url('../fonts/lavanderia/lavanderia_regular-webfont.eot');
    src: url('../fonts/lavanderia/lavanderia_regular-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/lavanderia/lavanderia_regular-webfont.woff') format('woff'),
         url('../fonts/lavanderia/lavanderia_regular-webfont.ttf') format('truetype'),
         url('../fonts/lavanderia/lavanderia_regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo/museo_slab_500-webfont.eot');
    src: url('../fonts/museo/museo_slab_500-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/museo/museo_slab_500-webfont.woff') format('woff'),
         url('../fonts/museo/museo_slab_500-webfont.ttf') format('truetype'),
         url('../fonts/museo/museo_slab_500-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Veyvey';
    src: url('../fonts/veyvey/vevey-webfont.eot');
    src: url('../fonts/veyvey/vevey-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/veyvey/vevey-webfont.woff') format('woff'),
         url('../fonts/veyvey/vevey-webfont.ttf') format('truetype'),
         url('../fonts/veyvey/vevey-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Paralucent';
    src: url('../fonts/paralucent/paralucent-webfont.eot');
    src: url('../fonts/paralucent/paralucent-webfont.eot#iefix') format('embedded-opentype'),
         url('../fonts/paralucent/paralucent-webfont.woff') format('woff'),
         url('../fonts/paralucent/paralucent-webfont.ttf') format('truetype'),
         url('../fonts/paralucent/paralucent-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#show-text.black {
	color: #000000;	
}
#show-text.blue {
	color: #0197dc;
}
#show-text.gold {
	color:#bd9a60;
}
#show-text.green {
	color:#4cba5c;
}
#show-text.orange {
	color: #FF5800;
}
#show-text.pink {
	color: #F94F8E;
}
#show-text.purple {
	color: #824b99;
}
#show-text.red {
	color: #E8112D;
}
#show-text.turqouise {
	color: #2cadcc;
}
#show-text.white {
	color: #ffffff;
}
#show-text.yellow {
	color: #F4ED47;
}


.star, .smile, .dice, .clover, .vader, .horse-shoe, .flame, .spade, .paw, .heart, .skull, .flip-flops {
	background: url('../images/grips-customizer/icons-sprite-sm.png');
	display: inline-block;
}

.star {
	width:19px;
	height:20px
}

.star.white {
	background-position: 0 0px;
}

.star.blue {
	background-position: -21px 0;
}

.star.gold {
	background-position: -41px 0;
}

.star.yellow {
	background-position: -61px 0;
}

.star.turquoise {
	background-position: -81px 0;
}

.star.green {
	background-position: -101px 0;
}

.star.black {
	background-position: -121px 0;
}

.star.orange {
	background-position: -141px 0;
}

.star.purple {
	background-position: -161px 0;
}

.star.pink {
	background-position: -181px 0;
}

.star.red {
	background-position: -201px 0;
}


.smile {
	width: 19px;
	height: 19px;
}

.smile.white {
	background-position: -1px -21px;
}

.smile.blue {
	background-position: -21px -21px;
}

.smile.gold {
	background-position: -41px -21px;
}

.smile.yellow {
	background-position: -61px -21px;
}

.smile.turquoise {
	background-position: -81px -21px;
}

.smile.green {
	background-position: -101px -21px;
}

.smile.black {
	background-position: -121px -21px;
}

.smile.orange {
	background-position: -141px -21px; 
}

.smile.purple {
	background-position: -161px -21px;
}

.smile.pink {
	background-position: -181px -21px;
}

.smile.red {
	background-position: -201px -21px;
}

.dice {
	width: 19px;
	height: 17px;
}

.dice.white {
	background-position: -1px -42px;
}

.dice.blue {
	background-position: -21px -42px;
}

.dice.gold {
	background-position: -41px -42px;
}

.dice.yellow {
	background-position: -61px -42px;
}

.dice.turquoise {
	background-position: -81px -42px;
}

.dice.green {
	background-position: -101px -42px;
}

.dice.black {
	background-position: -121px -42px;
}

.dice.orange {
	background-position: -141px -42px;
}

.dice.purple {
	background-position: -161px -42px;
}

.dice.pink {
	background-position: -181px -42px;
}

.dice.red {
	background-position: -201px -42px;
}

.clover {
	width: 18px;
	height: 21px;
}

.clover.white {
	background-position: -1px -60px;
}

.clover.blue {
	background-position: -21px -60px;
}

.clover.gold {
	background-position: -41px -60px;
}

.clover.yellow {
	background-position: -61px -60px;
}

.clover.turquoise {
	background-position: -81px -60px;
}

.clover.green {
	background-position: -101px -60px;
}

.clover.black {
	background-position: -121px -60px;
}

.clover.orange {
	background-position: -141px -60px;
}

.clover.purple {
	background-position: -161px -60px;
}

.clover.pink {
	background-position: -181px -60px;
}

.clover.red {
	background-position: -201px -60px;
}


.horse-shoe {
	width: 18px;
	height: 22px;
}

.horse-shoe.white {
	background-position: -1px -82px;
}

.horse-shoe.blue {
	background-position: -21px -82px;
}

.horse-shoe.gold {
	background-position: -41px -82px;
}

.horse-shoe.yellow {
	background-position: -61px -82px;
}

.horse-shoe.turquoise {
	background-position: -81px -82px;
}

.horse-shoe.green {
	background-position: -101px -82px;
}

.horse-shoe.black {
	background-position: -121px -82px; 
}

.horse-shoe.orange {
	background-position: -141px -82px;
}

.horse-shoe.purple {
	background-position: -161px -82px;
}

.horse-shoe.pink {
	background-position: -181px -82px; 
}

.horse-shoe.red {
	background-position: -201px -82px;
}

.flame {
	width: 13px;
	height: 21px;
}

.flame.white {
	background-position: -1px -104px;
}

.flame.blue {
	background-position: -21px -104px;
}

.flame.gold {
	background-position: -41px -104px;
}

.flame.yellow {
	background-position: -61px -104px;
}

.flame.turquoise {
	background-position: -81px -104px;
}

.flame.green {
	background-position: -101px -104px;
}

.flame.black {
	background-position: -121px -104px;
}

.flame.orange {
	background-position: -141px -104px; 
}

.flame.purple {
	background-position: -161px -104px;
}

.flame.pink {
	background-position: -181px -104px;
}

.flame.red {
	background-position: -201px -104px;
}

.vader {
	width: 19px;
	height: 16px;
}

.vader.white {
	background-position: -1px -125px;
}

.vader.blue {
	background-position: -21px -125px;
}

.vader.gold {
	background-position: -41px -125px;
}

.vader.yellow {
	background-position: -61px -125px;
}

.vader.turquoise {
	background-position: -81px -125px;
}

.vader.green {
	background-position: -101px -125px;
}

.vader.black {
	background-position: -121px -125px;
}

.vader.orange {
	background-position: -141px -125px; 
}

.vader.purple {
	background-position: -161px -125px;
}

.vader.pink {
	background-position: -181px -125px;
}

.vader.red {
	background-position: -201px -125px;
}

.spade {
	width: 18px;
	height: 17px;
}

.spade.white {
	background-position: -1px -143px;
}

.spade.blue {
	background-position: -21px -143px;
}

.spade.gold {
	background-position: -41px -143px;
}

.spade.yellow {
	background-position: -61px -143px;
}

.spade.turquoise {
	background-position: -81px -143px;
}

.spade.green {
	background-position: -101px -143px;
}

.spade.black {
	background-position: -121px -143px;
}

.spade.orange {
	background-position: -141px -143px; 
}

.spade.purple {
	background-position: -161px -143px;
}

.spade.pink {
	background-position: -181px -143px;
}

.spade.red {
	background-position: -201px -143px;
}

.paw {
	width: 18px;
	height: 18px;
}

.paw.white {
	background-position: -1px -162px;
}

.paw.blue {
	background-position: -21px -162px;
}

.paw.gold {
	background-position: -41px -162px;
}

.paw.yellow {
	background-position: -61px -162px;
}

.paw.turquoise {
	background-position: -81px -162px;
}

.paw.green {
	background-position: -101px -162px;
}

.paw.black {
	background-position: -121px -162px;
}

.paw.orange {
	background-position: -141px -162px; 
}

.paw.purple {
	background-position: -161px -162px;
}

.paw.pink {
	background-position: -181px -162px;
}

.paw.red {
	background-position: -201px -162px;
}


.heart {
	width: 19px;
	height: 17px;
}

.heart.white {
	background-position: -1px -181px;
}

.heart.blue {
	background-position: -21px -181px;
}

.heart.gold {
	background-position: -41px -181px;
}

.heart.yellow {
	background-position: -61px -181px;
}

.heart.turquoise {
	background-position: -81px -181px;
}

.heart.green {
	background-position: -101px -181px;
}

.heart.black {
	background-position: -121px -181px;
}

.heart.orange {
	background-position: -141px -181px; 
}

.heart.purple {
	background-position: -161px -181px;
}

.heart.pink {
	background-position: -181px -181px;
}

.heart.red {
	background-position: -201px -181px;
}


.skull {
	width: 17px;
	height: 20px;
}

.skull.white {
	background-position: -1px -200px;
}

.skull.blue {
	background-position: -21px -200px;
}

.skull.gold {
	background-position: -41px -200px;
}

.skull.yellow {
	background-position: -61px -200px;
}

.skull.turquoise {
	background-position: -81px -200px;
}

.skull.green {
	background-position: -101px -200px;
}

.skull.black {
	background-position: -121px -200px;
}

.skull.orange {
	background-position: -141px -200px; 
}

.skull.purple {
	background-position: -161px -200px;
}

.skull.pink {
	background-position: -181px -200px;
}

.skull.red {
	background-position: -201px -200px;
}

.flip-flops {
	width: 18px;
	height: 17px;
}

.flip-flops.white {
	background-position: -1px -221px;
}

.flip-flops.blue {
	background-position: -21px -221px;
}

.flip-flops.gold {
	background-position: -41px -221px;
}

.flip-flops.yellow {
	background-position: -61px -221px;
}

.flip-flops.turquoise {
	background-position: -81px -221px;
}

.flip-flops.green {
	background-position: -101px -221px;
}

.flip-flops.black {
	background-position: -121px -221px;
}

.flip-flops.orange {
	background-position: -141px -221px; 
}

.flip-flops.purple {
	background-position: -161px -221px;
}

.flip-flops.pink {
	background-position: -181px -221px;
}

.flip-flops.red {
	background-position: -201px -221px;
}











.big .star,
.big .smile,
.big .dice,
.big .clover,
.big .vader,
.big .horse-shoe,
.big .flame,
.big .spade,
.big .paw,
.big .heart,
.big .skull,
.big .flip-flops {
	background: url('../images/grips-customizer/icons-sprite.png');
}

.big .star {
	width:37px;
	height:37px
}
.big .star.white {
	background-position: -2px -1px;
}
.big .star.blue {
	background-position: -42px -1px;
}
.big .star.gold {
	background-position: -82px -1px;
}
.big .star.yellow {
	background-position: -122px -1px;
}
.big .star.turquoise {
	background-position: -162px -1px;
}

.big .star.green {
	background-position: -202px -1px;
}

.big .star.black {
	background-position: -242px -1px;
}

.big .star.orange {
	background-position: -282px -1px;
}

.big .star.purple {
	background-position: -322px -1px;
}

.big .star.pink {
	background-position: -362px -1px;
}

.big .star.red {
	background-position: -402px -1px;
}


.big .smile {
	width: 37px;
	height: 38px;
}

.big .smile.white {
	background-position: -2px -41px;
}

.big .smile.blue {
	background-position: -42px -41px;
}

.big .smile.gold {
	background-position: -82px -42px;
}

.big .smile.yellow {
	background-position: -122px -41px;
}

.big .smile.turquoise {
	background-position: -162px -41px;
}

.big .smile.green {
	background-position: -202px -41px;
}

.big .smile.black {
	background-position: -242px -41px;
}

.big .smile.orange {
	background-position: -282px -41px; 
}

.big .smile.purple {
	background-position: -322px -41px;
}

.big .smile.pink {
	background-position: -362px -41px;
}

.big .smile.red {
	background-position: -402px -41px;
}

.big .dice {
	width: 38px;
	height: 34px;
}

.big .dice.white {
	background-position: -2px -83px;
}

.big .dice.blue {
	background-position: -42px -84px;
}

.big .dice.gold {
	background-position: -82px -83px;
}

.big .dice.yellow {
	background-position: -122px -83px;
}

.big .dice.turquoise {
	background-position: -162px -83px;
}

.big .dice.green {
	background-position: -202px -83px;
}

.big .dice.black {
	background-position: -242px -83px;
}

.big .dice.orange {
	background-position: -282px -83px;
}

.big .dice.purple {
	background-position: -322px -83px;
}

.big .dice.pink {
	background-position: -362px -83px;
}

.big .dice.red {
	background-position: -402px -83px;
}

.big .clover {
	width: 34px;
	height: 42px;
}

.big .clover.white {
	background-position: -4px -120px;
}

.big .clover.blue {
	background-position: -43px -119px;
}

.big .clover.gold {
	background-position: -84px -120px;
}

.big .clover.yellow {
	background-position: -124px -120px;
}

.big .clover.turquoise {
	background-position: -164px -120px;
}

.big .clover.green {
	background-position: -204px -120px;
}

.big .clover.black {
	background-position: -244px -120px;
}

.big .clover.orange {
	background-position: -284px -120px;
}

.big .clover.purple {
	background-position: -324px -120px;
}

.big .clover.pink {
	background-position: -364px -120px;
}

.big .clover.red {
	background-position: -404px -120px;
}


.big .horse-shoe {
	width: 37px;
	height: 42px;
}

.big .horse-shoe.white {
	background-position: -2px -164px;
}

.big .horse-shoe.blue {
	background-position: -42px -164px;
}

.big .horse-shoe.gold {
	background-position: -82px -164px;
}

.big .horse-shoe.yellow {
	background-position: -122px -164px;
}

.big .horse-shoe.turquoise {
	background-position: -162px -164px;
}

.big .horse-shoe.green {
	background-position: -202px -164px;
}

.big .horse-shoe.black {
	background-position: -242px -164px; 
}

.big .horse-shoe.orange {
	background-position: -282px -164px;
}

.big .horse-shoe.purple {
	background-position: -322px -164px;
}

.big .horse-shoe.pink {
	background-position: -362px -164px; 
}

.big .horse-shoe.red {
	background-position: -402px -164px;
}

.big .flame {
	width: 25px;
	height: 42px;
}

.big .flame.white {
	background-position: -8px -207px;
}

.big .flame.blue {
	background-position: -48px -207px;
}

.big .flame.gold {
	background-position: -88px -207px;
}

.big .flame.yellow {
	background-position: -128px -207px;
}

.big .flame.turquoise {
	background-position: -168px -207px;
}

.big .flame.green {
	background-position: -208px -207px;
}

.big .flame.black {
	background-position: -248px -207px;
}

.big .flame.orange {
	background-position: -288px -207px; 
}

.big .flame.purple {
	background-position: -328px -207px;
}

.big .flame.pink {
	background-position: -368px -207px;
}

.big .flame.red {
	background-position: -408px -207px;
}


.big .vader {
	width: 37px;
	height: 32px;
}

.big .vader.white {
	background-position: -2px -251px;
}

.big .vader.blue {
	background-position: -42px -251px;
}

.big .vader.gold {
	background-position: -83px -251px;
}

.big .vader.yellow {
	background-position: -122px -251px;
}

.big .vader.turquoise {
	background-position: -162px -251px;
}

.big .vader.green {
	background-position: -202px -251px;
}

.big .vader.black {
	background-position: -242px -251px; 
}

.big .vader.orange {
	background-position: -282px -251px;
}

.big .vader.purple {
	background-position: -322px -251px;
}

.big .vader.pink {
	background-position: -362px -251px;
}

.big .vader.red {
	background-position: -402px -251px;
}

.big .spade {
	width: 36px;
	height: 36px;
}

.big .spade.white {
	background-position: -2px -285px;
}

.big .spade.blue {
	background-position: -42px -285px;
}

.big .spade.gold {
	background-position: -83px -285px;
}

.big .spade.yellow {
	background-position: -122px -285px;
}

.big .spade.turquoise {
	background-position: -162px -285px;
}

.big .spade.green {
	background-position: -202px -285px;
}

.big .spade.black {
	background-position: -242px -285px;
}

.big .spade.orange {
	background-position: -282px -285px;
}

.big .spade.purple {
	background-position: -322px -285px;
}

.big .spade.pink {
	background-position: -362px -285px;
}

.big .spade.red {
	background-position: -402px -285px;
}

.big .paw {
	width: 38px;
	height: 38px;
}

.big .paw.white {
	background-position: -1px -322px;
}

.big .paw.blue {
	background-position: -42px -322px;
}

.big .paw.gold {
	background-position: -82px -323px;
}

.big .paw.yellow {
	background-position: -121px -322px;
}

.big .paw.turquoise {
	background-position: -161px -322px;
}

.big .paw.green {
	background-position: -201px -322px;
}

.big .paw.black {
	background-position: -241px -322px;
}

.big .paw.orange {
	background-position: -281px -322px;
}

.big .paw.purple {
	background-position: -321px -322px;
}

.big .paw.pink {
	background-position: -361px -322px;
}

.big .paw.red {
	background-position: -401px -322px;
}

.big .heart {
	width: 38px;
	height: 33px;
}

.big .heart.white {
	background-position: -2px -362px;
}

.big .heart.blue {
	background-position: -42px -360px;
}

.big .heart.gold {
	background-position: -83px -362px;
}

.big .heart.yellow {
	background-position: -122px -362px;
}

.big .heart.turquoise {
	background-position: -162px -362px;
}

.big .heart.green {
	background-position: -202px -362px;
}

.big .heart.black {
	background-position: -242px -362px;
}

.big .heart.orange {
	background-position: -282px -362px;
}

.big .heart.purple {
	background-position: -322px -362px;
}

.big .heart.pink {
	background-position: -362px -362px;
}

.big .heart.red {
	background-position: -402px -362px;
}

.big .skull {
	width: 32px;
	height: 39px;
}

.big .skull.white {
	background-position: -4px -400px;
}

.big .skull.blue {
	background-position: -44px -400px;
}

.big .skull.gold {
	background-position: -84px -400px;
}

.big .skull.yellow {
	background-position: -124px -400px;
}

.big .skull.turquoise {
	background-position: -164px -400px;
}

.big .skull.green {
	background-position: -204px -400px;
}

.big .skull.black {
	background-position: -244px -400px;
}

.big .skull.orange {
	background-position: -284px -400px;
}

.big .skull.purple {
	background-position: -324px -400px;
}

.big .skull.pink {
	background-position: -364px -400px;
}

.big .skull.red {
	background-position: -404px -400px;
}

.big .flip-flops {
	width: 38px;
	height: 34px;
}

.big .flip-flops.white {
	background-position: -1px -442px;
}

.big .flip-flops.blue {
	background-position: -42px -442px;
}

.big .flip-flops.gold {
	background-position: -82px -442px;
}

.big .flip-flops.yellow {
	background-position: -121px -442px;
}

.big .flip-flops.turquoise {
	background-position: -161px -442px;
}

.big .flip-flops.green {
	background-position: -201px -442px;
}

.big .flip-flops.black {
	background-position: -241px -442px;
}

.big .flip-flops.orange {
	background-position: -281px -442px;
}

.big .flip-flops.purple {
	background-position: -321px -442px;
}

.big .flip-flops.pink {
	background-position: -361px -442px;
}

.big .flip-flops.red {
	background-position: -404px -442px;
}





/* clearing */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: white;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../images/grips-customizer/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	cursor: pointer;
	z-index: 8060;
	background: white;
	-webkit-border-radius: 4px;
    border-radius: 4px;	
    -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .5);
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(http://www.puregrips.com/assets/images/grips-customizer/loaders/white.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.puregrips.com/assets/styles/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../images/grips-customizer/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*	--------------------------------------------------
	Custom Style Ajax Add to Cart
	-------------------------------------------------- */
#add_cart_container {
	padding: 30px;
}
h2#item_added {
	margin-bottom:10px;
	font-size:15px;
}

table.cart {
	width:100%;
	border-bottom:1px solid #e6e3dc;
	margin-bottom:10px;
	padding-bottom:10px;
	font-family:sans-serif;
}

.cart td {
	vertical-align:top;
	padding:10px 5px 15px 0px;
}

.cart td img.prod-pix {
	border:3px solid #c7c4bc;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	-khtml-border-radius: 2px; 
	-o-border-radius: 2px; 
	-ms-border-radius: 2px;
	border-radius: 2px; 
}

.cart th {
	background:#e6e3dc;
	padding:6px;
	text-align:left;
	font-size:12px;
}

.prod-title a {
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	display:inline;
}

.prod-title p.set-thirteen {
	display:inline;
	font-weight:bold;
	font-size:14px;
}

.prod-title p.set-core {
	display:block;
}

.prod-title p.custom-design {
	background:url(../images/custom-design-icon.png) no-repeat center left;
	padding-left:22px;
}

.add-footer .price-subtotal{
	font-size:18px;
	font-weight:bold;
	color:#7ac142;
	display:inline;
	font-family:arial;
	float:right;
	line-height:38px;
	margin-right:20px;
}


.qty input {
	border: 1px solid #b8b2ac;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #4e4b48;
	background: #e4e1de;
	display: block;
	text-align:center;
	padding:8px 2px;
	text-decoration:none;
	font-weight:regular;
	font-family:arial;
	margin-right:2px;
	font-size:13px;
	display:inline;

	-webkit-box-shadow: inset 0 1px 2px #F0F0F0;
	-moz-box-shadow: inset 0 1px 2px #F0F0F0;
	-o-box-shadow: inset 0 1px 2px #F0F0F0;
	-ms-box-shadow: inset 0 1px 2px #F0F0F0;
	box-shadow: inset 0 1px 2px #F0F0F0;
}

a.delete_item {
	text-indent:-99999px;
	background:url(../images/delete-icon.png) no-repeat 0 0;
	height:22px;
	width:22px;
	display:inline-block;
	cursor:pointer;
}

.loader-wrap img {
	margin:40px auto;
}

.item-th {
	width:110px;
}

.qty-th {
	width:85px;
}

a.cart-update {
	display:block;
	margin:10px 0 0 8px;
	text-decoration:none;
}

.view-cart-btn {
	border: 1px solid #b8b2ac;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #4e4b48;
	text-shadow: 0px -1px 1px #fff;
	text-transform: uppercase;
	width: 150px;
	height: 35px;
	background: #e4e1de url(../images/view-cart-icon.png) no-repeat  11px 7px;
	cursor: pointer;
	display: block;
	text-align:right;
	padding-right:20px;
	line-height:35px;
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	float:right;
	margin-right:20px;

	-webkit-box-shadow: inset 0 1px 2px #F0F0F0;
	-moz-box-shadow: inset 0 1px 2px #F0F0F0;
	-o-box-shadow: inset 0 1px 2px #F0F0F0;
	-ms-box-shadow: inset 0 1px 2px #F0F0F0;
	box-shadow: inset 0 1px 2px #F0F0F0;

}
.view-cart-btn:hover {
	background: #d2cfcb url(../images/view-cart-icon.png) no-repeat  11px 7px;
}

.checkout-btn {
	border: 1px solid #7aa25b;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #ffffff;
	text-shadow: 0px -1px 1px #333;
	text-transform: uppercase;
	background:#71b13e;
	width: 170px;
	height: 35px;
	cursor: pointer;
	display: block;
	text-align:center;
	line-height:35px;
	text-decoration:none;
	font-weight:bold;
	font-family:arial;
	float:right;

	-webkit-box-shadow: inset 0 1px 2px #F0F0F0;
	-moz-box-shadow: inset 0 1px 2px #F0F0F0;
	-o-box-shadow: inset 0 1px 2px #F0F0F0;
	-ms-box-shadow: inset 0 1px 2px #F0F0F0;
	box-shadow: inset 0 1px 2px #F0F0F0;

}
.checkout-btn:hover {
	background: #64a432;
	color:#fff;
}