html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f5f5f5;
	background-repeat: repeat;
	background-image: url('/images/waves.png');
	background-image: url('/images/brickwall.png');
	color: #333;
	min-width: 995px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	body {
		min-height: 1250px;
	}
}

body, div, form {
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

a img {
	border: 0;
}

#page {
	position: relative;
	width: 956px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	box-shadow: 0 0 5px #909090;
}

.wrapper {
	padding: 0 28px;
}

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
}

.clear-inline {
	width: 100%;
	height: 0px;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 17px 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 22px;
	line-height: 28px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

p {
	font-size: 13px;
	line-height: 21px;
	margin: 0 0 15px 0;
	padding: 0;
}

input, button, textarea {
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

header {
	padding: 0 0 24px 0;
}

#covid {
	margin: 0 0 15px 0;
	height: 40px;
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.03em;
	padding: 9px 0 0 0;
	background-color: rgb(0, 255, 221);
}

#upperHeader {
	margin: 0 0 23px 0;
	padding: 13px 0 10px 0;
	border-bottom: 1px solid #e8e8e8;
}

#upperHeader .email {
	float: left;
	font-size: 13px;
	line-height: 14px;
	padding: 0 0 0 20px;
}

#upperHeader .email a {
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('/images/email.svg');
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#upperHeader .email a:hover {
	text-decoration: underline;
	color: #000;
}

#upperHeader ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#upperHeader ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 0 0;
	padding: 0;
	letter-spacing: 0.03em;
	font-size: 13px;
	line-height: 14px;
}

#upperHeader ul li a {
	color: #939393;
	font-weight: normal;
	text-decoration: none;
}

#upperHeader ul li a:hover {
	text-decoration: underline;
	color: #333;
}

header #logo {
	float: left;
}

header #logo img {
	width: 210px;
	height: auto;
}

#searchWrapper {
	padding: 14px 0 0 0;
	margin: 0 auto;
	width: 350px;
}

#search {
	border: 2px solid #7487ce;
	height: 40px;
	border-radius: 4px;
}

#search input[type="text"] {
	font-family: 'Open Sans', sans-serif;
	height: 36px;
	padding: 0 0 0 15px;
	border: 0;
	outline: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background-color: transparent;
	display: block;
	width: 300px;
	font-size: 13px;
	line-height: normal;
}

#search button {
	outline: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/images/search.svg');	
	float: right;
	width: 46px;
	height: 36px;
	cursor: pointer;
	border: 0;
	background-color: #7487ce;
}

#headerContact {
	width: 210px;
	float: right;
	text-align: center;
	padding: 10px 0 0 0;
}

#headerContact .text {
	font-weight: 300;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 3px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #939393;
}

#headerContact .number {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #000;
}

#headerContact a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#mainMenu {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin: 0 0 15px 0;
	padding: 9px 0;
}

#mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#mainMenu ul li {
	display: inline-block;
	padding: 0 0;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	vertical-align: top;
	position: relative;
}

#mainMenu ul li span,
#mainMenu ul li a {
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px 10px;
	border-radius: 4px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#mainMenu ul li.parent span,
#mainMenu ul li.parent a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#mainMenu ul li.parent:hover a,
#mainMenu ul li.parent:hover span,
#mainMenu ul li span:hover,
#mainMenu ul li a:hover {
	background: #7487ce;
	color: #fff;
}

#mainMenu ul li ul {
	display: none;
	z-index: 10;
	position: absolute;
	top: 33px;
	left: 0;
	text-align: left;
	background-color: rgb(116, 135, 206);
	width: 240px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 10px 15px 1px 15px;
	-webkit-box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 4px 7px 5px 0px rgba(0,0,0,0.25);
}

#mainMenu ul li.parent:hover ul {
	display: block;
}

#mainMenu ul li ul li {
	display: block;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#mainMenu ul li ul li:last-of-type {
	border-bottom: 0;
}

#mainMenu ul li.parent ul li a {
	display: block;
	padding: 15px 0;
}

#mainMenu ul li.parent:hover ul li a {
	color: rgba(255, 255, 255, 0.7);
}

#mainMenu ul li.parent ul li a:hover {
	color: #fff;
}

#usp {
	text-align: center;
	margin: 0 0 15px 0;
}

#usp .usp {
	display: inline-block;
	vertical-align: top;
	margin: 0 27px;
	font-size: 12px;
	line-height: 16px;
}

#usp .usp span {
	vertical-align: top;
	display: inline-block;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 1px 29px;
}

#usp .usp.delivery span {
	background-image: url('/images/delivery.svg');
}

#usp .usp.magic span {
	background-image: url('/images/buy.svg');
}

#usp .usp.reviews span {
	background-image: url('/images/star.svg');
}

#usp .usp a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#usp .usp a:hover {
	text-decoration: underline;
}

main {
	margin: 0 0 20px 0;
}

footer {
	padding: 25px 0 15px 0;
	border-top: 1px solid #e8e8e8;
}

#newsletterWrapper {
	border-bottom: 1px solid #e8e8e8;
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
}

#newsletterWrapper .content {
	float: left;
	width: 370px;
	padding: 0 0 0 15px;
}

#newsletterWrapper .title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#newsletterWrapper .text {
	font-size: 13px;
	line-height: 20px;
}

#newsletterWrapper .input {
	margin-left: 395px;
	margin-right: 15px;
}

#newsletterWrapper input[type="email"] {
	background-color: #f1efef;
	border: 0;
	color: rgb(85, 85, 85);
	font-size: 13px;
	line-height: normal;
	padding: 0 16px;
	height: 45px;
	width: 340px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

#newsletterWrapper button {
	float: right;
	width: 150px;
	height: 45px;
	background-color: #7487ce;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	font-size: 13px;
	line-height: normal;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#newsletterWrapper button:hover {
	background-color: #697cc3;
}

footer .menu {
	float: right;
	padding: 0 30px 0 0;
	margin: 0 0 0 100px;
}

footer .menu .title {
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 19px 0;
	text-transform: uppercase;
}

footer .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer .menu ul li {
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 8px 0;
	padding: 0;
	letter-spacing: 0.04em;
}

footer .menu ul li a {
	color: #808080;
	font-weight: normal;
	text-decoration: none;
}

footer .menu ul li a:hover {
	color: #7487ce;
}

footer .contact {
	float: left;
}

footer .contact .logo {
	margin: 0 0 30px 0;
}

footer .contact .title {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 12px 0;
}

footer .contact .phone,
footer .contact .email {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 10px 0;
	letter-spacing: 0.05em;
	color: #2a2a2a;
	padding: 0 0 0 28px;
	background-position: 0 3px;
	background-repeat: no-repeat;
}

footer .contact .phone a,
footer .contact .email a {
	color: #2a2a2a;
	font-weight: normal;
	text-decoration: none;
}

footer .contact .phone {
	background-image: url('/images/footer-phone.svg');
}

footer .contact .email {
	background-image: url('/images/footer-mail.svg');
}

footer .contact .phone a:hover {
	text-decoration: underline;
}

#socialMedia {
	float: left;
	padding: 15px 0 0 0;
}

#socialMedia .icon {
	vertical-align: top;
	display: inline-block;
	margin: 0 20px 20px 0;
	background-color: #7487ce;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}

#socialMedia .icon:hover {
	background-color: #697cc3;
}

#socialMedia .icon a {
	width: 30px;
	height: 30px;
	display: block;
	padding: 5px 0 0 0;
	border-radius: 50%;
}

#socialMedia .icon img {
	margin: 0 auto;
}

#footerPaypal {
	float: left;
	margin: 0 15px 20px 0;
}

#copyright {
	border-top: 1px solid #e8e8e8;
	padding: 20px 0 0 0;
}

#copyright .text {
	font-size: 12px;
	line-height: 14px;
}

#copyright .text a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

#copyright .text a:hover {
	text-decoration: underline;
}

#homeBanner {
	margin: 0 0 25px 0;
}

#homeBanner .left {
	float: left;
	width: 540px;
}

#homeBanner .right {
	margin-left: 550px;
}

#homeLount,
#homeBanner .banner {
	border-radius: 6px;
	background-color: #efebeb;
	padding: 28px;
	cursor: pointer;
	position: relative;
}

#homeBanner .banner a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#homeBanner .left .banner {
	height: 400px;
}

#homeBanner .right .banner {
	height: 195px;
}

#homeBanner .right .banner:first-of-type {
	margin-bottom: 10px;
}

#homeLount a,
#homeBanner .banner a {
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	padding: 15px 22px 13px 22px;
	border-radius: 3px;
	-webkit-transition: background-color 500ms ease;
	-moz-transition: background-color 500ms ease;
	-o-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	text-decoration: none;
}

#homeLount a {
	background-color: rgba(255, 255, 255, 0.94);
}

#homeLount:hover a,
#homeBanner .banner:hover a {
	background-color: #fff;
}

#homeLount a {
	position: relative;
	display: inline-block;
}

#homeBanner .banner.vintage {
	background-image: url('/images/vintage.jpg');
}

#homeBanner .banner.vintage a {
	top: 20px;
	left: 20px;
}

#homeBanner .banner.vintage .bannerText {
	margin: 0;
}

#homeBanner .banner.escapology {
	background-image: url('/images/escapology.jpg');
}

#homeBanner .banner.books {
	background-image: url('/images/magic-books.jpg');
}

#homeBanner .banner.books a,
#homeBanner .banner.escapology a {
	bottom: 20px;
	left: 20px;
}

#homeBanner .banner.books a h2 {
	margin: 0;
}

#homeLount .bannerSubText,
#homeBanner .banner .bannerSubText {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #7487ce;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1.4px;
	line-height: 19px;
	padding: 4px 10px;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	color: #fff;
}

#homeBanner .banner.escapology .bannerText {
	margin: 0;
	line-height: 22px;
}

#homeBanner .banner .bannerTitle {
	color: #010101;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

#homeBanner .right .banner .bannerTitle {
	font-size: 16px;
	line-height: 16px;
}

#homeLount .bannerTitleBold h2,
#homeBanner .banner .bannerTitleBold h2 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.8px;	
}

#homeLount .bannerTitleBold h2,
#homeBanner .right .banner .bannerTitleBold h2 {
	font-size: 20px;
	line-height: 20px;
}

#homeLount .bannerText,
#homeBanner .banner .bannerText {
	color: #333;
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 27px;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}

#homeLount .button a,
#homeBanner .banner .button a {
	letter-spacing: 1px;
	color: #fff;
	border-radius: 4px;
	background-color: #7487ce;
	font-weight: normal;
	font-size: 12px;
	line-height: 27px;
	height: 27px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 16px;
	vertical-align: top;
	display: inline-block;
}

#homeLount .button a:hover,
#homeBanner .banner .button a:hover {
	background-color: #697cc3;
}

#homeLount .bannerText {
	margin: 0;
}

#homeLount {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/images/lount.jpg');
}

.items {
	margin: 0 0 25px 0;
}

.items .item {
	float: left;
	width: 217px;
	margin: 0 10px 25px 0;
}

.items .item.odd {
	margin-right: 0;
}

.items .item .image {
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	height: 215px;
	margin: 0 0 10px 0;
}

.items .item .image .table {
	display: table;
	height: 213px;
	width: 100%;
}

.items .item .image .table .cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 213px;
}

.items .item .image .table .cell img {
	display: block;
	margin: 0 auto;
	border-radius: 3px;
}

.items .item .text {
	text-align: center;
}

.items .item .text h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	letter-spacing: 0.04em;
	font-size: 14px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	font-weight: normal;
}

.items .item .text h2 a {
	color: #5f5f5f;
	text-decoration: none;
}

.items .item .text h2 a:hover {
	color: #000;
}

.items .item .stock {
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
}

.items .item .stock span {
	padding: 0 0 0 22px;
	display: inline-block;
	vertical-align: top;
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('/images/stock-icon.png');
}

.items .item .stock.no span {
	background-image: url('/images/nostock.png');
}

.items .item .priceWrapper {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0 0 10px 0;
}

.items .item .priceWrapper .was {
	text-decoration: line-through;
	color: #999;
}

.items .item .buttons {
	text-align: center;
}

.items .item .buttons a {
	letter-spacing: 0.03em;
	color: #fff;
	border-radius: 4px;
	background-color: #7487ce;
	font-weight: normal;
	font-size: 12px;
	line-height: 27px;
	height: 27px;
	text-decoration: none;
	padding: 0px 16px;
	vertical-align: top;
	display: inline-block;
}

.items .item .buttons a:hover {
	background-color: #697cc3;
}

#homeLount {
	margin: 0 0 30px 0;
}

#catInfo {
	margin: 0 0 25px 0;
}

#catInfo h1 {
	border-radius: 3px;
	background-color: #32374c;
	text-align: center;
	margin: 0 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 12px 0;
	letter-spacing: 1px;
}

#breadcrumb {
	font-size: 11px;
	line-height: 14px;
	font-weight: 300;
	margin: 0 0 9px 0;
}

#breadcrumb a {
	color: #808080;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
}

#item {
	padding: 15px 0 0 0;
}

#item #itemimage {
	position: relative;
	float: left;
	width: 445px;
	margin: 0 0 30px 0;
}

#item #iteminfo {
	margin: 0 0 30px 480px;
}

#item #thumbs {
	float: left;
	width: 90px;
	height: 290px;
	overflow: hidden;
}

#item #thumbs .table {
	width: 82px;
	height: 82px;
	display: table;
}

#item #thumbs .table .cell {
	width: 82px;
	height: 82px;
	display: table-cell;
	vertical-align: middle;
}

#item #thumbs img {
	margin: 0 auto;
	display: block;
}

#item #mainimage {
	margin: 0 0 20px 100px;
}

#item #mainimage.full {
	margin: 0 0 20px 0;
}

#item #mainimage img {
	max-width: 100%;
	height: auto;
}

#item #thumbs .thumb {
	border: 1px solid #e5e5e5;
	height: 90px;
	width: 90px;
	padding: 3px;
	margin: 0 0 8px 0;
}

#item h1 {
	margin: 0 0 4px 0;
}

#item #creator {
	font-size: 13px;
	line-height: 16px;
}

#item #creator a {
	color: #333;
	text-decoration: none;
}

#item #creator a:hover {
	text-decoration: underline;
}

#item #iteminfo .title {
	margin: 0 0 18px 0;
}

#item #itemprices .prices {
	margin: 0 0 14px 0;
}

#item #itemprices .price {
	color: #1b882e;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding: 0 15px 0 0;
}

#item #itemprices .was {
	font-size: 18px;
	line-height: 30px;
	color: #999;
	font-weight: 300;
	padding: 0 25px 0 0;
}

#item #itemprices .delivery {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

#item #itembuttons {
	margin: 0 0 29px 0;
}

#item #itembuttons .actions {
	height: 45px;
	margin: 0 0 6px 0;
}

#item #itembuttons button {
	float: left;
	margin: 0 20px 0 0;
	width: 165px;
	height: 45px;
	background-color: #7487ce;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	border: 0;
	font-size: 14px;
	line-height: normal;
	border-radius: 4px;
}

#item #itembuttons button:hover {
	background-color: #697cc3;
}

#item #itembuttons .text {
	font-size: 14px;
	line-height: 20px;
}

#item #itembuttons .text a {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

#item #itembuttons .stock {
	float: left;
	padding-top: 15px;
}

#item #itembuttons .stock span {
	height: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('/images/stock-icon.png');
	padding: 0 0 0 22px;
	font-size: 11px;
	line-height: 16px;
	display: inline-block;
}

#item #itembuttons .stock.no span {
	background-image: url('/images/nostock.png');
}

#item #difficulty,
#item #itemtags {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 9px 0;
}

#item #itemtags {
	margin: 0 0 19px 0;
}

#item #difficulty span {
	font-weight: bold;
}

#item #itemtags span {
	margin: 0 8px 8px 0;
	text-decoration: underline;
	cursor: pointer;
	color: #1e233a;
}

#item #itemtags span a {
	color: #333;
}

#item #itemtags span a:hover {
	color: #000;
}

ul#itemtabs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	position: relative;
}

ul#itemtabs li {
	vertical-align: top;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	line-height: 20px;
	border-top: 3px solid #f1efef; 
	background-color: #f1efef;
	color: #777980;
	padding: 12px 31px 0 31px;
	font-weight: bold;
	height: 47px;
	cursor: pointer;
}

ul#itemtabs li:hover {
	color: #000;
}

ul#itemtabs li.selected {
	border-top: 3px solid #7487ce;
	background-color: #fff;
	color: #000;
}

ul#itemtabs li:first-of-type.selected {
	border-left: 2px solid #f1efef;
}

ul#itemtabs li:last-of-type.selected {
	border-right: 2px solid #f1efef;
}

#tabcontent {
	margin: -2px 0 45px 0;
}

#tabcontent .tab {
	display: none;
	border: 2px solid #f1efef;
	padding: 30px 20px 10px 20px;
}

#tabcontent .tab.selected {
	display: block;
}

#relateditems h2.title {
	text-align: center;
}

#leftcolumn {
	float: left;
	width: 225px;
	margin: 0 0 40px 0;
}

#rightcolumn {
	margin: 0 0 40px 250px;
}

#rightcolumn.full {
	margin-left: 0;
}

#leftcolumn ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	border-top: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}

#leftcolumn ul li {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 0px 0px 15px;
	height: 37px;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	cursor: pointer;
}

#leftcolumn ul li:after {
	content: "";
	position: absolute;
	left: 91%;
	top: 14px;
	width: 0;
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #e0dede;
}

#leftcolumn ul li:hover:after {
	border-left: 5px solid #9c9c9c;
}

#leftcolumn ul li.selected {
	border-left: 3px solid #7487ce;
}

#leftcolumn ul li.selected:after {
	border-left: 6px solid #7487ce;
}

#leftcolumn ul li a {
	color: #1a1a1a;
	text-decoration: none;
}

#featured h2 {
	text-align: center;
}

#modal {
	top: 0px;
	width: 100%;
	background-color: #fff;
	position: absolute;
	z-index: 9999999;
	display: none;
	width: 850px;
	margin-left: -425px;
	left: 50%;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 65%);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 65%);
}

#modal-fade {
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 99999;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

#modal.show,
#modal-fade.show {
	display: block;
}

.modal-wrapper {
	display: none;
}

#modal .content {
	padding: 30px 20px 20px 20px;
	position: relative;
}

#modal .content .close {
	top: 10px;
	right: 10px;
	cursor: pointer;
	width: 34px;
	height: 34px;
	position: absolute;
	z-index: 999;
}

#parentCat:after {
	content: "";
	clear: both;
	display: table;
}

#parentCat .category {
	float: left;
	width: 287px;
	margin: 0 19px 40px 0;
}

#parentCat .category:nth-child(3n) {
	margin-right: 0;
}

#parentCat .category img {
	max-width: 100%;
	height: auto;
	margin: 0 auto 14px auto;
}

#parentCat .category h2 {
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}

#parentCat .category h2 a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#parentCat .category .button {
	font-size: 13px;
	line-height: 20px;
	text-decoration: underline;
	color: #333;
}
