/** Shopify CDN: Minification failed

Line 122:12 Expected ":"

**/
/* Main Layout */

body {
	background-color: #0063DC;
	color: #000000;
}

#page {
	width: 960px;
	margin: auto;
	background-image: url('shadow.gif');
	background-position: center center;
	background-repeat: repeat-y;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #ffffff;
}

#sub-header {
	clear: left;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #0063DC;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	background-image: url('gradient.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

#search {
		margin-top: -36px;
		text-align: right;
}

#content {
	float: right;
	padding: 24px;
	padding-left: 0;
	padding-top: 12px;
	width: 648px;
}

#pagination {
	clear: left;
	text-align: center;
}

#footer {

	background-image: url('bottom-shadow.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 36px;
	margin-left: -24px;
	margin-right: -24px;
}

#footer a {
	color: #ffffff;
	margin-left: 24px;
	margin-right: 24px;
}

/* Top Navigation */

#header {
	background-color: #000000;
}

#header a {
	display: block;
	padding: 24px;
	padding-top: 88px;
	text-decoration: none;
	color: #ffffff;
	float: left;
	border-right: 1px solid #ffffff;
}

#header h1 a {
	padding-top: 76px;
	line-height: 36px;
	font-size: 36px;
}

#header a:hover {
	color: #ffffff;
	background-color: #0063DC;
}

#header li {
	display: inline;
	list-style: none;
	font-weight: bold;
	font-size: 20px;
}

/* Main Navigation */

#navigation {
	width: 240px;
	padding: 24px;
	float: left;
}

#navigation h3 {
	font-size: 24px;
	line-height 23px;
	border-bottom: solid 1px #000000;
	margin-bottom: 24px;
}

#navigation ul {
	padding-bottom: 23px;
	border-bottom: solid 1px #000000;
	margin-bottom: 24px;
}

/* Collection Layout */

.featured-prod-row {
	margin-left: -24px;
}

.featured-prod-item {
	text-align: center;
	margin-left: 24px;
	width: 200px;
	float: left;
}

#page-index #articles {
	border-top: 1px dotted #000000;
	clear: left;
	zoom: 1;
}

#collection-description {
	padding-bottom: 23px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 24px;
}

#content #product-collection {
	display: block;
	margin-left: -24px;
	width: 672px;
	padding-left: 0;
}
.single-product {
	text-align: center;
	width: 200px;
	height: 300px;
	float: left;
	margin-left: 24px;
}
.prod-list-description p {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

#content ul li.single-product {
	list-style: none;
}

/* Blog page layout */

#articles h2 {
	margin-top: 24px;
}

/* Product page layout */

#product-images {
	float: left;
	width: 276px;
	text-align: center;
	margin-bottom: 24px;
}

#content .product-image {
	float: left;
	display: block;
	width: 240px;
	height: 240px;
	border: 4px solid #cccccc;
	background-color: #ffffff;
}

#content .product-image-small {
	display: block;
	width: 100px;
	height: 100px;
	border: 4px solid #cccccc;
	float: left;
	margin-right: 30px;
	margin-top: 24px;
	background-color: #ffffff;
}

#content .product-image:hover, #content .product-image-small:hover {
	border: 4px solid #6E9FDB;
}

.product-description {
	clear: left;
	border-top: 1px dotted #000000;
	padding-top: 23px;
	zoom: 1;
}

#content #product-info li, #content #product-options li {
	list-style: none;
}

/* Cart page */

.cart th {
	background-color: #0063DC;
	background-image: url('gradient.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #ffffff;
	font-weight: bold;
}

.cart td, .cart th {
	padding: 6px;
	border: 1px solid #ffffff;
}

.odd {
	background-color: #E1ECFA;
}
.even {
	background-color: #BBD6FA;
}

#content .cart a.remove {
	background-color: transparent;
}

/* General Typography */

body {
	font-size: 16px;
	line-height: 24px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h3 {
	font-weight: bold;
}

h2 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 23px;
	border-bottom: 1px solid #000000;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 14px;
	font-weight: bold;
}

p {
	margin-bottom: 12px;
}

a {
	color: #0063DC;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	background-color: #0063DC;
	text-decoration: none;
}

#content ul, #content ol {
	margin-left: 24px;
	margin-bottom: 24px;
}

#content ul ul, #content ol ol {
	margin-bottom: 0;
	font-size: 14px;
}

#content ul li {
	list-style: disc;
}

#content ul ul li {
	list-style: circle;
}

#content ol li {
	list-style: decimal;
}

#content ol ol li {
	list-style: lower-alpha;
}

blockquote {
	border-left: 6px solid #cccccc;
	padding-left: 18px;
	margin-left: 24px;
	margin-right: 48px;
}
/* Tools */

.clear {
	clear: both;
}