@charset "UTF-8";

/* Body */
body {
	max-width: 1800px;
	margin: 0 auto !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}

#clear {
	clear: both;
}

p.thick {
	font-weight: bold;
}

/* Header */
#header {
	z-index: 100;
	position: relative;
	color: #000;
	background: #fff;
	margin: 0 auto;
	padding: 1.5em 1.25em;
	max-width: 60em;
}

#header .block-title {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	line-height: 0.5em;
	font-size: 3.4em;
}

#header .block-title a {
	text-decoration: none;
	color: black;
}

#header .nav-btn {
	position: absolute;
	top: 1.5em;
	left: 1.875em;
}

#header .menu-mobileonly {
	display: none;
}

.block {
	position: relative;
	margin: 0 auto;
	padding: 1.5em 1.25em;
	max-width: 60em;
}

#nav {
	text-align: center;
	color: black;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	overflow: hidden;
}

#nav .menu-mobileonly {
	display: none;
}

#nav .block {
	position: relative;
	margin: 0 auto;
	padding: 0 1.25em;
	max-width: 60em;
	display: table;
}

#nav ul#horizontal-list {
	list-style: none;
	padding-top: 0;
	font-size: 1.2em;
}

#nav ul#horizontal-list li {
	display: inline;
	padding: 0 15px;
}

#nav ul#horizontal-list form {
	display: inline;
	margin-right: 10px;
}

#nav ul#horizontal-list a {
	color: black;
	text-decoration: none;
}

#nav ul#horizontal-list a:focus, #nav ul#horizontal-list a:hover {
	color: #fff;
	background: #727454;
}

#menuandsearch {
	background-color: #fff;
	display: table;
	margin: 0 auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */
	font-style: italic;
}

#mainContent {
	margin: auto;
	max-width: 1000px;
	overflow: hidden;
}

#mainContent #indexpage-container {
	position: relative;
}

#mainContent #indexpage-text-block {
	position: absolute;
	left: 20px;
	top: 0;
}

#mainContent #indexpage-text-block h2 {
	text-align: left;
}

/* Breadcrumb */
ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: #eee;
}

ul.breadcrumb li {
	display: inline;
	font-size: 18px;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
}

/* Footer */
#footer {
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	display: flex;
	align-items: stretch;
	justify-content: center;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer>div {
	margin: 10px;
	padding: 20px;
	text-align: left;
}

/* Product:tabs */
.tabs {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	background: #e5e5e5;
	box-shadow: 0 48px 80px -32px rgba(0, 0, 0, 0.3);
}

.input {
	position: absolute;
	opacity: 0;
}

.label {
	width: 100%;
	padding: 20px 30px;
	background: #e5e5e5;
	cursor: pointer;
	font-weight: bold;
	font-size: 18px;
	color: #7f7f7f;
	transition: background 0.1s, color 0.1s;
	border-bottom: 1px solid;
}

.label:hover {
	background: #d8d8d8;
}

.label:active {
	background: #ccc;
}

.input:focus+.label {
	box-shadow: inset 0px 0px 0px 3px #fff;
	z-index: 1;
}

.input:checked+.label {
	background: #fff;
	color: #000;
}

.panel {
	display: none;
	padding: 20px 30px 30px;
	background: #fff;
}

.input:checked+.label+.panel {
	display: block;
}

<!--
Mouseover text for colors -->.colortip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.colortip .colortiptext {
	visibility: hidden;
	width: 120px;
	background-color: #666666;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	width: 120px;
	padding: 20px 0;
	top: 150%;
	left: 50%;
	margin-left: -60px;
}

.colortip:hover .colortiptext {
	visibility: visible;
}

/* Product:Text col */
#MainProductRightCol {
	width: calc(100% - 550px);
	float: right;
	min-height: 600px;
}

/* Product:Color swatches */
.circle {
	border-radius: 50%;
	display: inline-block;
}

#circle2 {
	width: 125px;
	height: 125px;
	background: red;
}

.circleborder {
	width: 33px;
	height: 33px;
	background: #cccccc;
	position: relative;
}

.circleinner {
	width: 28px;
	height: 28px;
	position: absolute;
	top: 2.5px;
	left: 2.5px;
	display: block;
	border: 3px solid #fff;
}

#circlegreen {
	background: green;
}

#circlered {
	background: red;
}

#circleblue {
	background: blue;
}

#circleblue2 {
	background: #3399cc;
}

#swatchcontainer {
	padding: 0 0 30px 0;
	max-width: 295px;
}

#index-photo {
	max-width: 100%;
	height: auto;
}

@media ( min-width : 600px ) {
	.label {
		width: 33.3%;
	}
	.panel {
		order: 99;
	}
}

/* Hide on non-mobile */
@media only screen and (min-width: 45em) {
	.MobileDisplayOnly {
		display: none;
	}
}

@media print {
	.no-print {
		display: none;
	}
}