/* Imports {{{ */
@import url('casespecialbutton.css');
@import url('dropcap.css');
/* }}} */

/* Form Errors/Flash Errors {{{ */
div.error {
	color: #f00;
	font-size: 120%;
}

ul.FlashErrors {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 600px;
}

ul.FlashErrors > li.FlashError {
	background-color: #fcc;
	border: 1px solid #c00;
	border-radius: 3px;
	color: #f00;
	font-size: 120%;
	margin: 10px 0;
	padding: 10px 20px;
}
/* }}} */

/* Loading Spinner {{{ */
.loading {
	animation: loading-rotate 1s infinite linear;
	border-radius: 50%;
	border: 5px solid #888;
	border-right-color: transparent;
	display: block;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	width: 10px;
}

.loading > * {
	position: absolute;
	top: 100%;
}

@keyframes loading-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* }}} */

/* Related Products {{{ */

/* Related Products nav buttons {{{ */
.related-products .nav {
	border-radius: 22px;
	background-color: #111;
	opacity: 0.5;
	color: #eee;
	font-size: 20pt;
	font-weight: bold;
	height: 22px;
	line-height: 18px;
	text-align: center;
	width: 22px;
	cursor: pointer;
	transition: opacity 0.1s;
}

.related-products .nav:hover {
	opacity: 0.75;
}

.related-products .nav.disabled {
	opacity: 0.1;
	transition: opacity 0.2s;
}

.related-products .nav.disabled:hover {
	opacity: 0.1;
}
/* }}} */

/* Related Products container. {{{ */
.related-products > * {
	vertical-align: middle;
	display: inline-block;
}

.related-products .slidebox {
	position: relative;
	width: calc(100% - 48px);
	height: 74px;
	margin: 0 2px;
	overflow: hidden;
}

.related-products .products {
	position: absolute;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 2400px;
	transition: left 0.2s;
}
/* }}} */

/* Related Products slider contents {{{ */
.related-products .product {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.related-products .product a {
	background: linear-gradient(to bottom, #eee 5%, #ccc 100%);
	border-radius: 5px;
	border: 1px solid #666;
	box-shadow: inset 0px 1px 1px 1px rgba(255, 255, 255, 0.75), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.1);
	color: inherit;
	cursor: pointer;
	display: block;
	height: 58px;
	margin: 2px;
	overflow: hidden;
	padding: 5px;
	text-decoration: none;
	width: 168px;
}

.related-products .product a:hover {
	background: linear-gradient(to bottom, #fff 5%, #ddd 100%);
	border-color: #aaa;
}

.related-products .product a.focus {
	background-color: #f00;
}

.related-products .product a.disabled {
	background: #eee;
	border-color: #ccc;
	box-shadow: none;
	cursor: default;
}

.related-products .product a.disabled:hover {
	background: #eee;
	border-color: #ccc;
	box-shadow: none;
}
/* }}} */

/* }}} */

/* Product name display {{{ */
.product .name,
.product .new {
	display: inline;
}

.product .name {
	font-weight: bold;
	color: #008;
	text-decoration: underline;
}

.product .description,
.product .location {
	display: block;
	margin-left: 5px;
	font-style: italic;
	font-size: 90%;
}
/* }}} */

/* Top Nav {{{ */
nav.top > ul {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
	width: 175px;
}

nav.top > ul > li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
}

nav.top > ul > li > a {
	background-image: url("/images/topnav.png");
	background-position-x: 0;
	display: block;
	height: 35px;
	margin: 0;
	overflow: hidden;
}

nav.top > ul > li > a:hover {
	background-position-y: 35px;
}

nav.top > ul > li > a > span {
	position: relative;
	top: 100%;
}

nav.top > ul > li.search a {
	background-position-x: 0;
	width: 40px;
}

nav.top > ul > li.cart a {
	background-position-x: -40px;
	width: 40px;
}

nav.top > ul > li.help a {
	background-position-x: -80px;
	width: 35px;
}

nav.top > ul > li.mynavarro a {
	background-position-x: -115px;
	width: 60px;
}
/* }}} */

/* Side Nav {{{ */
nav.side > ul {
	float: left;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
}

nav.side > ul {
	padding: 2px 0;
	margin: 0;
}

nav.side > ul > li {
	list-style: none;
	margin: 8px 0;
}

nav.side > ul > li > a {
	background-image: url("/images/sidenav.png");
	background-position-x: 0;
	display: block;
	height: 64px;
	margin: 8px 0;
	width: 85px;
	overflow: hidden;
}

nav.side > ul > li + li::before {
	border-bottom: 1px solid #808080;
	content: '';
	display: block;
	margin: 0 8px 8px 8px;
}

nav.side > ul > li > a:hover {
	background-position-x: 85px;
}

nav.side > ul > li > a > span {
	position: relative;
	top: 100%;
}

nav.side > ul > li.shop a {
	background-position-y: 0;
}

nav.side > ul > li.shipping a {
	background-position-y: -64px;
}

nav.side > ul > li.prerelease a {
	background-position-y: -128px;
}

nav.side > ul > li.neighbors a {
	background-position-y: -192px;
}

nav.side > ul > li.tours a {
	background-position-y: -256px;
}

nav.side > ul > li.write a {
	background-position-y: -320px;
}
/* }}} */

/* Breadcrumb {{{ */
nav.breadcrumb > ol {
	display: inline;
	margin: 0;
	padding: 0;
}

nav.breadcrumb > ol > li {
	display: inline;
	list-style-type: none;
}

nav.breadcrumb > ol > li + li::before {
	content: '> ';
}
/* }}} */

/* CTA Buttons {{{ */
.ctabutton {
	background-color: #79bbff;
	background: linear-gradient(to bottom, #79bbff 5%, #4197ee 100%);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: 1px solid #469df5;
	box-shadow: inset 0px 1px 0px 0px #cae3fc;
	color: #ffffff;
	display: inline-block;
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	padding: 0.25em 1em;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: 1px 1px 0px #287ace;
}
.ctabutton:hover {
	background: linear-gradient(to bottom, #4197ee 5%, #79bbff 100%);
	background-color: #4197ee;
}
.ctabutton:active {
	position: relative;
	top: 1px;
}
/* }}} */

/* Shop {{{ */
.sale {
	color:  #f00;
	font-size:  80%;
	font-weight:  bold;
	text-transform:  uppercase;
}
/* }}} */
