<style type="text/css">
	/* ------------------------------------------------------------------------------

MINIMALIST EBAY TEMPLATE MADE BY PIXELSAFARI.NET

Template Name: Minimalist
Description: Minimalist eBay Template by Pixelsafari.net
Author: Daniel Kolb
Author URI: http://pixelsafari.net
Version: 2.5

	1. Wrapper
	2. Header & Navigation
	3. Top Content
	4. Gallery
	5. Short Description
	6. Price Container & Button
	7. Feedback
	8. Tab Bar
	9. Best Sellers
	10. Footer

	11. Max width 820px (Tablet)
	12. Max width 480px (Smartphone)

------------------------------------------------------------------------------ */
	/* 1. Wrapper */
	
	#wrapper {
		position: relative;
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
		max-width: 1390px;
	}
	
	.clearer {
		clear: both;
	}
	/* 2. Header & Navigation */
	
	#header {
		margin-bottom: 40px;
		padding-top: 30px;
		text-align: center;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#header h2 {
		margin-bottom: 15px;
		font-weight: 300;
		font-size: 54px;
		font-family: 'Cardo', serif;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#header h2:hover {
		color: #013f74;
		cursor: default;
	}
	
	#header a,
	#header a:visited {
		color: inherit;
		text-decoration: none;
	}
	
	#header img {
		margin-bottom: 20px;
		max-width: 100%;
		/* max-height: 120px;*/
	}
	
	#navigation {
		margin-bottom: 50px;
		height: 50px;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
	.navList {
		margin: 0;
		padding: 0;
	}
	
	.navList li {
		display: inline-block;
		margin: 0 60px 0 0;
		color: #333;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 14px;
		font-family: 'Lato', sans-serif;
		line-height: 50px;
	}
	
	.navList li:hover,
	.navList li a:hover {
		text-decoration: underline;
	}
	
	.navList a,
	.navList a:visited {
		text-decoration: none;
	}
	/* 3. Top Content */
	
	#upperBody {
		margin-bottom: 50px;
		margin-left: 50%;
		padding-top: 1px;
		padding-left: 25px;
		font-family: 'Lato', sans-serif;
	}
	
	#upperBody h2,
	#upperBody h4 {
		margin-top: 10px;
		margin-bottom: 0px;
		color: #1F1F1F;
		font-weight: 400;
		font-size: 30px;
		font-family: 'montserrat', sans-serif;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#upperBody h3 {
		margin-top: 7px;
		color: #999999;
		font-weight: 300;
		font-size: 16px;
		font-family: 'cardo', sans-serif;
	}
	
	#upperBody p,
	#upperBody ul,
	#upperBody ol,
	#upperBody li,
	{
		color: #555555;
		font-weight: 400;
		font-size: 15px;
		font-family: 'open sans', sans-serif;
	}
	/**Gallery CSS**/
	
	.gallery .control-operator:target ~ .controls .control-button {
		color: #ccc;
		color: rgba(255, 255, 255, 0.4);
	}
	
	.gallery .control-button:first-of-type,
	.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
	.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
	.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
	.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
	.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
	.gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
	.gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
	.gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8),
	.gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9),
	.gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10),
	.gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11),
	.gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12) {
		color: white;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.gallery .item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}
	
	.gallery .control-operator {
		display: none;
	}
	
	.gallery .control-operator:target ~ .item {
		pointer-events: none;
		opacity: 0;
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	.gallery .control-operator:target ~ .controls .control-button {
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	@-webkit-keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-2.autoplay .control-button {
		-webkit-animation: controlAnimation-2 14s infinite;
		-o-animation: controlAnimation-2 14s infinite;
		animation: controlAnimation-2 14s infinite;
	}
	
	.items-2.autoplay .item {
		-webkit-animation: galleryAnimation-2 14s infinite;
		-o-animation: galleryAnimation-2 14s infinite;
		animation: galleryAnimation-2 14s infinite;
	}
	
	.items-2 .control-button:nth-of-type(1),
	.items-2 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-2 .control-button:nth-of-type(2),
	.items-2 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	@-webkit-keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-3.autoplay .control-button {
		-webkit-animation: controlAnimation-3 21s infinite;
		-o-animation: controlAnimation-3 21s infinite;
		animation: controlAnimation-3 21s infinite;
	}
	
	.items-3.autoplay .item {
		-webkit-animation: galleryAnimation-3 21s infinite;
		-o-animation: galleryAnimation-3 21s infinite;
		animation: galleryAnimation-3 21s infinite;
	}
	
	.items-3 .control-button:nth-of-type(1),
	.items-3 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-3 .control-button:nth-of-type(2),
	.items-3 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-3 .control-button:nth-of-type(3),
	.items-3 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	@-webkit-keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-4.autoplay .control-button {
		-webkit-animation: controlAnimation-4 28s infinite;
		-o-animation: controlAnimation-4 28s infinite;
		animation: controlAnimation-4 28s infinite;
	}
	
	.items-4.autoplay .item {
		-webkit-animation: galleryAnimation-4 28s infinite;
		-o-animation: galleryAnimation-4 28s infinite;
		animation: galleryAnimation-4 28s infinite;
	}
	
	.items-4 .control-button:nth-of-type(1),
	.items-4 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-4 .control-button:nth-of-type(2),
	.items-4 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-4 .control-button:nth-of-type(3),
	.items-4 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	.items-4 .control-button:nth-of-type(4),
	.items-4 .item:nth-of-type(4) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	.items-4 .control-button:nth-of-type(5),
	.items-4 .item:nth-of-type(5) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	@-webkit-keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-5.autoplay .control-button {
		-webkit-animation: controlAnimation-5 35s infinite;
		-o-animation: controlAnimation-5 35s infinite;
		animation: controlAnimation-5 35s infinite;
	}
	
	.items-5.autoplay .item {
		-webkit-animation: galleryAnimation-5 35s infinite;
		-o-animation: galleryAnimation-5 35s infinite;
		animation: galleryAnimation-5 35s infinite;
	}
	
	.items-5 .control-button:nth-of-type(1),
	.items-5 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-5 .control-button:nth-of-type(2),
	.items-5 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-5 .control-button:nth-of-type(3),
	.items-5 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	.items-5 .control-button:nth-of-type(4),
	.items-5 .item:nth-of-type(4) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	.items-5 .control-button:nth-of-type(5),
	.items-5 .item:nth-of-type(5) {
		-webkit-animation-delay: 26s;
		-o-animation-delay: 26s;
		animation-delay: 26s;
	}
	
	.gallery .control-button {
		color: #ccc;
		color: rgba(255, 255, 255, 0.4);
	}
	
	.gallery .control-button:hover {
		color: white;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.gallery {
		position: relative;
	}
	
	.gallery .item {
		overflow: hidden;
		text-align: center;
	}
	
	.gallery .controls {
		width: 100%;
	}
	
	.gallery .control-button {
		display: inline-block;
		margin: 0 .02em;
		font-size: 3em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: color .1s;
		-o-transition: color .1s;
		transition: color .1s;
	}
	
	.gallery .item:first-of-type {
		position: relative;
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery {
		width: 50%;
		float: left;
		margin-bottom: 50px;
	}
	
	.bigPic {
		position: relative;
		width: 100%;
		height: 600px;
		text-align: center;
		margin: 0;
		background-color: #fff;
	}
	
	.bigPic img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	.galleryNav {
		padding-top: 15px;
		padding-left: 0;
		text-align: left;
	}
	
	.galleryThumb {
		position: relative;
		display: inline-block;
		margin-right: 1%;
		margin-left: -4px;
		width: 24%;
		height: 130px;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.galleryThumb:hover,
	.galleryThumb:visited,
	.galleryThumb:link {
		text-decoration: none;
	}
	
	.galleryThumb:nth-child(1),
	.galleryThumb:nth-child(5) {
		margin-left: 0;
	}
	
	.galleryThumb:nth-child(4n) {
		margin-right: 0;
	}
	
	.galleryThumb:last-child {
		margin-right: 0;
	}
	
	.galleryThumb:hover {
		opacity: 0.7;
		cursor: pointer;
		transition: all 0.2s;
	}
	
	.galleryThumb img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	/* 5. Short Description */
	
	#shortdescription {
		overflow: hidden;
		padding-right: 15px;
		max-width: 670px;
		line-height: 1.6;
	}
	
	#variationContainer {
		margin: 20px 0 0 0;
		padding-bottom: 45px;
		padding-left: 25px;
		max-width: 345px;
		border-top: 1px solid #ddd;
		font-family: 'montserrat', sans-serif;
	}
	
	#variationContainer h5 {
		margin-top: 25px;
		margin-bottom: 10px;
		font-weight: 400;
		font-size: 14px;
	}
	
	.varList1 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.varList1 li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 5px 10px;
		border: 1px solid #333;
		background-color: fff;
		color: #333;
		font-size: 12px;
	}
	
	.varList1 li:hover {
		cursor: default;
	}
	
	.varList2 {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.varList2 li {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
		padding: 5px 10px;
		border: 1px solid #333;
		color: #333;
		font-size: 12px;
	}
	
	.varList2 li:hover {
		cursor: default;
	}
	/* 6. Price Container & Button */
	
	#priceContainer {
		margin: 0 0 35px 0;
		padding-top: 25px;
		padding-left: 25px;
		width: 345px;
		height: 100px;
		background-color: #eee;
	}
	
	#priceContainer h4 {
		display: inline-block;
		color: #333;
		font-size: 32px;
		font-family: 'lato', sans-serif;
	}
	
	#priceContainer h5 {
		position: relative;
		top: 15px;
		left: -25px;
		display: inline;
		color: #333;
		font-weight: 400;
		font-size: 12px;
		font-family: 'lato', sans-serif;
	}
	
	#priceContainer sup {
		color: #333;
		font-size: 14px;
		font-family: 'lato', sans-serif;
	}
	
	#askNowButton {
		display: inline-block;
		margin-left: 0px;
		padding: 0 5px;
		width: 125px;
		height: 45px;
		border: 2px solid #000;
		background-color: #fff;
		text-align: center;
		line-height: 45px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#askNowButton a,
	#askNowButton a:hover,
	#askNowButton a:visited {
		color: inherit;
		text-decoration: none;
	}
	
	#askNowButton:hover {
		background-color: #333;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#askNowButton:hover h4 {
		color: #fff;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	#askNowButton h4 {
		margin: 0;
		padding: 0;
		color: #333;
		font-size: 16px;
		font-family: 'montserrat', sans-serif;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	/* 7. Feedback */
	
	#feedbackContainer {
		display: inline-block;
		margin-left: 20px;
		padding: 0px 20px 20px 0px;
		max-width: 490px;
	}
	
	#feedbackContainer h4 {
		color: #444444;
		font-size: 21px;
		font-family: 'cardo', sans-serif;
		line-height: 1.5;
	}
	
	.underline {
		margin: 13px 0;
		width: 20px;
		height: 3px;
		background-color: #000;
	}
	
	.feedback {
		font-family: 'lato', sans-serif;
	}
	
	.feedback p {
		padding: 10px 10px;
		color: #333;
		font-size: 14px;
	}
	
	.feedback i {
		position: relative;
		top: 20px;
		left: -40px;
		padding-top: 5px;
		font-style: italic;
		font-size: 12px;
	}
	
	.feedback span {
		position: relative;
		top: 5px;
		left: 25px;
		font-style: italic;
		font-size: 12px;
	}
	/* 8. Tab Bar */
	
	.tabContent h1,
	.tabBar h2,
	.tabContent h2,
	.tabBar h2 {
		color: #333;
		font-weight: 300;
		font-size: 28px;
		font-family: 'cardo';
	}
	
	.tabContent ol,
	.tabContent ul {
		margin: 0;
		padding-left: 20px;
		text-align: left;
		line-height: 1.5;
	}
	
	.tabContent ul li {
		margin-bottom: 8px;
	}
	
	#tab2,
	#tab3,
	#tab4,
	#tab5,
	#tab6 {
		display: none;
	}
	
	.tabContent {
		clear: both;
		overflow: auto;
	}
	
	.tabBar input[type=radio] {
		visibility: hidden;
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
		position: absolute;
	}
	
	.tablinks:first-child {
		margin-left: 0;
	}
	
	.tablinks {
		display: inline-block;
		width: auto;
		padding: 10px;
		background-color: #013f74;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		line-height: 40px;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		-o-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
		border: 1px solid #EFF0EB;
		position: relative;
	}
	
	.tablinks:hover {
		border: 1px solid #0189ca;
		border-bottom: 1px solid #0189ca;
		background-color: #0189ca;
		color: #fff;
		cursor: pointer;
	}
	
	#tab1-btn:checked + .tablinks,
	#tab2-btn:checked + .tablinks,
	#tab3-btn:checked + .tablinks,
	#tab4-btn:checked + .tablinks,
	#tab5-btn:checked + .tablinks,
	#tab6-btn:checked + .tablinks {
		border: 1px solid #0189ca;
		border-bottom: 1px solid #fff;
		background-color: #0189ca;
		color: #fff;
		position: relative;
		z-index: 2;
		display: inline-block;
		text-align: center;
		text-transform: uppercase;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		cursor: pointer;
		border-bottom: 1px solid #fff;
		top: 1px;
	}
	
	#tab1-btn:checked ~ #tab1 {
		display: block;
	}
	
	#tab1-btn:checked ~ #tab2,
	#tab1-btn:checked ~ #tab3,
	#tab1-btn:checked ~ #tab4,
	#tab1-btn:checked ~ #tab5,
	#tab1-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab2-btn:checked ~ #tab2 {
		display: block;
	}
	
	#tab2-btn:checked ~ #tab1,
	#tab2-btn:checked ~ #tab3,
	#tab2-btn:checked ~ #tab4,
	#tab2-btn:checked ~ #tab5,
	#tab2-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab3-btn:checked ~ #tab3 {
		display: block;
	}
	
	#tab3-btn:checked ~ #tab1,
	#tab3-btn:checked ~ #tab2,
	#tab3-btn:checked ~ #tab4,
	#tab3-btn:checked ~ #tab5,
	#tab3-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab4-btn:checked ~ #tab4 {
		display: block;
	}
	
	#tab4-btn:checked ~ #tab1,
	#tab4-btn:checked ~ #tab2,
	#tab4-btn:checked ~ #tab3,
	#tab4-btn:checked ~ #tab5,
	#tab4-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab5-btn:checked ~ #tab5 {
		display: block;
	}
	
	#tab5-btn:checked ~ #tab1,
	#tab5-btn:checked ~ #tab2,
	#tab5-btn:checked ~ #tab3,
	#tab5-btn:checked ~ #tab4,
	#tab5-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab6-btn:checked ~ #tab6 {
		display: block;
	}
	
	#tab6-btn:checked ~ #tab1,
	#tab6-btn:checked ~ #tab2,
	#tab6-btn:checked ~ #tab3,
	#tab6-btn:checked ~ #tab4,
	#tab6-btn:checked ~ #tab5 {
		display: none;
	}
	
	.descriptionFeaturesList {
		margin: 0 auto !important;
		padding: 0 0 0 20px;
		max-width: 380px;
		list-style: none;
		text-align: left;
	}
	
	.descriptionFeatures h1,
	.descriptionFeatures h2 {
		font-size: 40px;
	}
	
	.descriptionFeaturesList li {
		margin-bottom: 10px;
	}
	
	.descriptionFeaturesList i {
		margin-right: 8px;
	}
	
	.tabBar {
		clear: both;
		padding-bottom: 80px;
		font: 15px 'Lato', sans-serif;
	}
	
	.contentBorder {
		border: 1px solid #D6D6D6;
		padding: 25px 50px 55px 50px;
	}
	
	.tabContent {
		overflow: hidden;
		margin: 0;
		padding: 0;
		color: #555555;
		text-align: left;
		font: 16px 'Lato', sans-serif;
		line-height: 1.5;
	}
	
	.tabContent a {
		color: #013f74;
	}
	
	.tabContent a:hover,
	.tabContent a:visited {
		color: #c0392b;
	}
	
	.tabContent img {
		margin: 5px;
		max-width: 100%;
		height: auto;
	}
	
	.videoWrapperContainer {
		margin: 0 auto;
		width: 100%;
	}
	
	.videoWrapper {
		padding-top: 25px;
		padding-bottom: 53.5%;
		height: 0;
	}
	
	.videoWrapper object,
	.videoWrapper embed {
		position: absolute;
		top: 0;
		left: 0;
		margin: 25px auto 0 auto;
		width: 100%;
		height: 100%;
	}
	
	.contentImgLeft {
		float: left;
		margin-top: 0;
		margin-right: 30px;
		margin-bottom: 20px;
		margin-left: 0px;
		max-width: 50%;
	}
	
	.contentImgRight {
		float: right;
		margin-top: 0;
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 30px;
		max-width: 50%;
	}
	
	.contentImgLeft img,
	.contentImgRight img {
		max-width: 100%;
	}
	
	.contentImgInline {
		display: inline-block;
		margin-top: 0;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	/* 9. Best Sellers */
	
	.crossSellerItem,
	.crossSellerItem1,
	.crossSellerItem2,
	.crossSellerItem3 {
		display: inline-block;
		margin-bottom: 5px;
		padding: 10px;
		width: 29%;
		border: 1px solid #fff;
		vertical-align: top;
		text-align: center;
		font-weight: 300;
		font-family: 'cardo', 'open sans';
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.crossSellerItem img,
	.crossSellerItem1 img,
	.crossSellerItem2 img,
	.crossSellerItem3 img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.crossSellerItem h3,
	.crossSellerItem1 h3,
	.crossSellerItem2 h3,
	.crossSellerItem3 h3 {
		margin-bottom: 7px;
		color: #333;
		font-weight: 400;
		font-size: 18px;
	}
	
	.crossSellerItem h4,
	.crossSellerItem1 h4,
	.crossSellerItem2 h4,
	.crossSellerItem3 h4 {
		margin-top: 0;
		color: #013f74;
		font-weight: 400;
		font-size: 18px;
		font-family: 'lato';
	}
	
	.crossSellerItem a,
	.crossSellerItem a:hover,
	.crossSellerItem a:visited,
	.crossSellerItem1 a,
	.crossSellerItem1 a:hover,
	.crossSellerItem1 a:visited,
	.crossSellerItem2 a,
	.crossSellerItem2 a:hover,
	.crossSellerItem2 a:visited,
	.crossSellerItem3 a,
	.crossSellerItem3 a:hover,
	.crossSellerItem3 a:visited {
		color: inherit;
		text-decoration: none;
	}
	
	.crossSellerItem sup,
	.crossSellerItem1 sup,
	.crossSellerItem2 sup,
	.crossSellerItem3 sup {
		color: #013f74;
		font-size: 13px;
	}
	
	.crossSellerItem:hover img,
	.crossSellerItem1:hover img,
	.crossSellerItem2:hover img,
	.crossSellerItem3:hover img {
		opacity: 0.7;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.crossSellerItem:hover,
	.crossSellerItem1:hover,
	.crossSellerItem2:hover,
	.crossSellerItem3:hover {
		border: 1px solid #013f74;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.crossSellerContainer {
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 80px;
		text-align: center;
	}
	
	.linethrough {
		margin-top: 20px;
		width: 100%;
		height: 1px;
		background-color: #333;
	}
	
	.crossSellerContainer h2 {
		position: relative;
		top: -13px;
		z-index: 9999;
		display: inline-block;
		margin: 0 20px;
		padding: 5px 10px 0 10px;
		background-color: #fff;
		font-weight: 400;
		font-size: 24px;
		font-family: 'cardo', "open sans";
	}
	
	.crossSellerItem1 {
		margin-left: 10px;
	}
	
	.crossSellerItem2 {
		margin: 0 auto;
	}
	
	.crossSellerItem3 {
		margin-right: 10px;
	}
	/* 10. Footer */
	
	#footerContainer {
		margin: 0;
		padding: 40px 0 0 0;
		width: 100%;
		height: 220px;
		background-color: #013f74;
		font-family: 'Lato', sans-serif;
	}
	
	#footerContainer h2 {
		margin: 0 0 26px 0;
		padding: 0;
		color: #fff;
		font-weight: 300;
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
	}
	
	#footerContainer i {
		float: left;
		color: #ffffff;
		font-size: 22px;
		line-height: 30px;
	}
	
	#footerContainer a {
		color: #D6D6D6;
		text-decoration: none;
	}
	
	#footerColumn1 {
		float: left;
		margin-left: 60px;
		width: 220px;
		height: 180px;
	}
	
	#footerColumn2,
	#footerColumn3 {
		float: left;
		margin-left: 35px;
		width: 205px;
		height: 180px;
	}
	
	.footerRow {
		margin-bottom: 20px;
		height: 28px;
	}
	
	#footerColumn1 p {
		margin: 0 0 0 40px;
		margin-bottom: 0;
		padding: 0;
		color: #D6D6D6;
		font-size: 12px;
	}
	
	#footerColumn2 p {
		display: block;
		float: left;
		margin: 5px 0 0 15px;
		color: #D6D6D6;
		font-weight: 400;
		font-size: 12px;
	}
	
	#footerColumn3 p {
		clear: both;
		color: #D6D6D6;
		font-weight: 400;
		font-size: 12px;
	}
	
	#footerColumn3 span {
		margin-top: 5px;
		font-weight: 400;
	}
	
	#copyright {
		float: left;
		margin: 10px 0 0 0;
		color: #D6D6D6;
		font-size: 9px;
	}
	
	#copyright a {
		color: #ffffff;
		text-decoration: none;
	}
	/****************/
	/**** TABLET ****/
	/****************/
	/* 11. Max width 820px (Tablet) */
	
	@media only screen and (max-width: 820px) {
		#header img {
			max-width: 60%;
		}
		#navigation {
			height: auto;
		}
		.navList {
			padding-left: 0;
		}
		#navigation li {
			display: block;
			padding: 0px;
			width: 100%;
			border-top: 1px solid #ddd;
		}
		#navigation li:first-child {
			border-top: none;
		}
		.gallery {
			clear: both;
			width: 100%;
			margin-bottom: 0;
		}
		.bigPic {
			position: relative;
			width: 100%;
		}
		#upperBody {
			clear: both;
			margin-bottom: 50px;
			margin-left: 0;
			padding: 0;
			text-align: center;
		}
		#shortdescription {
			padding-right: 0;
			max-width: 820px;
		}
		#upperBody ul,
		#upperBody ol {
			text-align: left;
		}
		#variationContainer {
			margin-right: auto;
			margin-left: auto;
			padding-left: 0;
		}
		#priceContainer {
			margin: 0 auto;
			margin-bottom: 40px;
			padding: 10px 10px 40px 10px;
			width: auto;
			height: auto;
		}
		#askNowButton {
			position: relative;
			right: 15px;
			margin-top: 30px;
		}
		#feedbackContainer {
			display: block;
			margin-right: auto;
			margin-left: auto;
			max-width: 360px;
		}
		#feedbackContainer h4 {
			text-align: center;
		}
		.underline {
			margin-right: auto;
			margin-left: auto;
		}
		.tabBar .tablinks {
			width: 46%;
			margin-right: 1%;
			margin-left: 1%;
			margin-bottom: 10px;
			border: 1px solid #D6D6D6;
			!important;
			border-bottom: 1px solid #D6D6D6;
			!important;
		}
		#tab1-btn:checked + .tablinks,
		#tab2-btn:checked + .tablinks,
		#tab3-btn:checked + .tablinks,
		#tab4-btn:checked + .tablinks,
		#tab5-btn:checked + .tablinks,
		#tab6-btn:checked + .tablinks .tabContent {
			border: 1px solid #D6D6D6;
			!important;
			border-bottom: 1px solid #D6D6D6;
			!important;
			top: 0;
		}
		.tabContent img {
			margin: 0;
			max-width: 100%;
			max-height: auto;
			width: auto;
			height: auto;
		}
		.contentImgLeft,
		.contentImgRight {
			float: none;
			clear: both;
			margin: 0 auto;
			max-width: 100%;
			width: auto;
			text-align: center;
		}
		.contentImgLeft img,
		.contentImgRight img {
			margin-bottom: 10px;
		}
		.descriptionFeaturesList {
			padding-right: 10px;
			padding-left: 10px;
		}
		.videoWrapperContainer {
			width: 90%;
		}
		.crossSellerItem1,
		.crossSellerItem2,
		.crossSellerItem3 {
			float: none;
			clear: both;
			margin: 0 auto;
			width: 90%;
		}
		#footerColumn1,
		#footerColumn2,
		#footerColumn3 {
			display: block;
			float: none;
			clear: both;
			margin: 0 auto;
			margin-bottom: 40px;
			padding: 0;
			width: 55%;
			text-align: left;
		}
		#footerColumn1 p {
			margin: 0 0 0 50px;
			margin-bottom: 0;
			padding: 0;
			color: #D6D6D6;
			font-size: 12px;
		}
		#footerContainer {
			height: 700px;
		}
	}
	/*********************/
	/**** SMARTPHONES ****/
	/*********************/
	/* 11. Max width 480px (Tablet) */
	
	@media only screen and (max-width: 480px) {
		#header img {
			max-width: 95%;
		}
		#askNowButton {
			right: 0;
		}
		.bigPic {
			margin-bottom: 5px;
			height: 350px;
		}
		.galleryThumb {
			width: 23%;
			height: 90px;
		}
	}
	/*ANIMATIONS*/
	
	.animated {
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translateX(10px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateX(0);
		}
	}
	
	@-moz-keyframes fadeInRight {
		0% {
			opacity: 0;
			-moz-transform: translateX(10px);
		}
		100% {
			opacity: 1;
			-moz-transform: translateX(0);
		}
	}
	
	@-o-keyframes fadeInRight {
		0% {
			opacity: 0;
			-o-transform: translateX(10px);
		}
		100% {
			opacity: 1;
			-o-transform: translateX(0);
		}
	}
	
	@keyframes fadeInRight {
		0% {
			opacity: 0;
			transform: translateX(10px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	
	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		-moz-animation-name: fadeInRight;
		-o-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}
</style>