/* 

Designed an hand-coded by M D Robinson.
Copyright Mr M D Robinson.

*/

@import url("reset.css");


/* @group Global */

body {
	color: {{ settings.text_primary_color }};
	font-family: {{ settings.typography }};
}

div#main, div#sidebar {
	border-top: 5px solid {{ settings.bg_secondary_color }};
}

div.section {
	border-bottom: 5px solid {{ settings.bg_secondary_color }};
}

a {
	color: {{ settings.text_secondary_color }};
}

a:hover {
	color: {{ settings.text_accent_color }};
}

/* @end */

/* @group Header */



div#nav li a {
	color: {{ settings.text_alternate_color }};
	border-right: 1px solid {{ settings.bg_primary_color }};
}

div#nav li a:hover {
	color: {{ settings.text_secondary_color }};
}

div#nav li a.active, div#nav li a.active:hover {
	color: {{ settings.text_accent_color }};
}

div#items h2 {
	color: {{ settings.text_secondary_color }};
}

div#items p {
	color: {{ settings.text_alternate_color }};
}

div#items p a {
	color: {{ settings.text_accent_color }};
}

div#items p a:hover {
	color: {{ settings.text_secondary_color }};
}

/* @end */

/* @group Index */

div#showcase h3, div#showcase h4 {
	color: {{ settings.text_secondary_color }};
}

div#showcase h4 {
	color: {{ settings.text_alternate_color }};
}

div#showcase h5 a {
	background-color: {{ settings.text_alternate_color }};
}

div#showcase h5 a:hover {
	background-color: {{ settings.text_secondary_color }};
}

div#excerpt div, div#collection div#excerpt, div#search div#excerpt {
background:none repeat scroll 0 0 transparent;
margin-top:6px;
padding:0;
}

div#excerpt h1, div#excerpt h2, div#excerpt h3, div#excerpt h4, div#excerpt h5, div#excerpt h6, div#overview h1, div#overview h2, div#overview h3, div#overview h4, div#overview h5, div#overview h6, div#page div#main h1, div#page div#main h2, div#page div#main h3, div#page div#main h4, div#page div#main h5, div#page div#main h6, div.entry h1, div.entry h2, div.entry h3, div.entry h4, div.entry h5, div.entry h6, div.comment h1, div.comment h2, div.comment h3, div.comment h4, div.comment h5, div.comment h6, div#collections-listing h2 {
	color: {{ settings.text_secondary_color }};
}

/* @end */

/* @group Collection & Search */

div#collections-listing li a {
	color: {{ settings.text_accent_color }};
}

div#collections-listing li a:hover {
	color: {{ settings.text_secondary_color }};
}

ul#products li div.image, ul#results li div.image, ul#results li div.desc {
	background-color: none;
}

ul#products li div.image div.align h6, ul#results li div.image div.align h6 {
	background-color: {{ settings.text_accent_color }};
}

div#search div#main h1 {
	color: {{ settings.text_secondary_color }};
}

div#paginate div {
	border-top: 1px solid {{ settings.bg_secondary_color }};
}

div#paginate a {
	color: {{ settings.text_alternate_color }};
}

div#paginate a:hover {
	color: {{ settings.text_secondary_color }};
}

div#paginate span.current {
	color: {{ settings.text_accent_color }};
}

/* @end */

/* @group Product */

div#overview h1#title {
	color: {{ settings.text_secondary_color }};
}

div#overview h2#price {
border-bottom:1px solid #EBEBEB;
color:#767676;
font-family:georgia,times new roman,times,serif;
font-size:12px;
font-style:italic;
font-weight:normal;
margin-bottom:10px;
padding:2px 0 8px;
}

div#variants label {
	color: {{ settings.text_alternate_color }};
}

div#buy input {
	font: italic 22px {{ settings.typography }};
	background-color: {{ settings.text_alternate_color }};
}

div#buy input:hover {
	background-color: {{ settings.text_secondary_color }};
}

div#overview div#buy h6 {
	color: {{ settings.text_alternate_color }};
}

div#overview p#continue a {
	color: {{ settings.text_accent_color }};
}

div#overview p#continue a:hover {
	color: {{ settings.text_secondary_color }};
}

div#images div {
	background: {{ settings.bg_secondary_color }} url(excerpt.png) no-repeat 0 bottom;
}

div#images h6 {
	color: {{ settings.text_secondary_color }};
}

div#related h4 {
	color: {{ settings.text_alternate_color }};
	border-top: 5px solid {{ settings.bg_secondary_color }};
	border-bottom: 1px solid {{ settings.bg_secondary_color }};
}

/* @end */

/* @group Cart */

div#cart div#title h1 {
	color: {{ settings.text_secondary_color }};
	border-top: 5px solid {{ settings.bg_secondary_color }};
}

div#cart div#title h2 {
	border-top: 5px solid {{ settings.bg_secondary_color }};
}

div#cart div#content th {
	color: {{ settings.text_secondary_color }};
}

div#cart div#content td {
	border-bottom: 1px solid {{ settings.bg_secondary_color }};
}

div#cart div#content tr.odd td {
	background-color: {{ settings.bg_secondary_color }};
}

div#cart div#content td.pic div {
	border: 2px solid {{ settings.bg_secondary_color }};
}

div#cart div#content td input {
	font: 13px {{ settings.typography }};
}

div#cart div#content td.remove a {
	background-color: {{ settings.text_accent_color }};
}

div#cart div#content td.remove a:hover {
	background-color: {{ settings.text_secondary_color }};
}

div#cart div#total {
	border-bottom: 1px solid {{ settings.bg_secondary_color }};
}

div#cart div#continue p a {
	color: {{ settings.text_accent_color }};
}

div#cart div#continue p a:hover {
	color: {{ settings.text_secondary_color }};
}

div#cart div#price h3 {
	color: {{ settings.text_alternate_color }};
}

div#cart div#notes label {
	color: {{ settings.text_secondary_color }};
}

div#cart div#checkout {
	color: {{ settings.text_alternate_color }};
}

div#cart div#checkout input.update {
	color: {{ settings.text_secondary_color }};
	font: italic 22px {{ settings.typography }};
}

div#cart div#checkout input.update:hover {
	color: {{ settings.text_alternate_color }};
}

div#cart div#checkout input.checkout {
	font: italic 22px {{ settings.typography }};
	background-color: {{ settings.text_alternate_color }};
}

div#cart div#checkout input.checkout:hover {
	background-color: {{ settings.text_secondary_color }};
}

/* @end */

/* @group Blog & Page */

div.entry {
	border-bottom: 1px solid {{ settings.bg_secondary_color }};
}

div.entry h5.posted span {
	background-color: {{ settings.bg_secondary_color }};
}

div#comments h3 span {
	color: {{ settings.text_alternate_color }};
}

div.comment div {
	background: {{ settings.bg_secondary_color }} url(excerpt.png) no-repeat 0 bottom;
}

div#comments form label {
	color: {{ settings.text_alternate_color }};
}

div#comments form input.submit {
	font: italic 22px {{ settings.typography }};
	background-color: {{ settings.text_alternate_color }};
}

div#comments form input.submit:hover {
	background-color: {{ settings.text_secondary_color }};
}

div#comments p#posted, div#comments p#error {
	color: {{ settings.text_accent_color }};
}

div#page div#main p a, div#page div#main li a, div.entry h6.comments a, div.entry p a, div.entry li a {
	color: {{ settings.text_accent_color }};
}

div#page div#main p a:hover, div#page div#main li a:hover, div.entry h6.comments a:hover, div.entry p a:hover, div.entry li a:hover {
	color: {{ settings.text_secondary_color }};
}

div#missing h2 {
	color: {{ settings.text_secondary_color }};
	background: {{ settings.bg_secondary_color }} url(excerpt.png) no-repeat 0 bottom;
}

div#missing h3 {
	color: {{ settings.text_alternate_color }};
}

div#missing h3 a {
	color: {{ settings.text_accent_color }};
}

div#missing h3 a:hover {
	color: {{ settings.text_secondary_color }};
}

/* @end */

/* @group Sidebar */

div#finder input.field {
	color: {{ settings.text_alternate_color }};
	font: italic 13px {{ settings.typography }};
	border-top: 1px solid {{ settings.bg_primary_color }};
	border-bottom: 1px solid {{ settings.bg_primary_color }};
	border-left: 1px solid {{ settings.bg_primary_color }};
}

div#finder input.submit {
	font: 13px {{ settings.typography }};
	background-color: {{ settings.text_secondary_color }};
}

div#finder input.submit:hover {
	background-color: {{ settings.text_alternate_color }};
}
{{ settings.bg_secondary_color }}
div.section {
	border-bottom: 5px solid {{ settings.bg_secondary_color }};
}

div.section div.title {
	background: {{ settings.bg_primary_color }} url(sidebar.png) no-repeat 0 bottom;
}

div.section li a.active, div.section li a.active:hover {
	color: {{ settings.text_accent_color }};
}

div#tags li a {
	color: {{ settings.text_secondary_color }};
	background-color: {{ settings.bg_secondary_color }};
}

div#tags li.active a, div#tags li.active a:hover {
	background-color: {{ settings.text_accent_color }};
}

div.section div.entry {
	border-top: 5px solid {{ settings.bg_secondary_color }};
}

div.section div.start {
	border-top: none;
}

div.section div.entry h6 {
	color: {{ settings.text_secondary_color }};
}

div.section div.entry h6 span {
	background-color: {{ settings.bg_secondary_color }};
}

div#rss p a, div.section div#tweet li a {
	color: {{ settings.text_alternate_color }};
}

div#rss p a:hover {
	color: {{ settings.text_secondary_color }};
}

div.section div#tweet li a:hover {
	color: {{ settings.text_accent_color }};
}

/* @end */

/* @group Footer */

div#footer {
	border-top: 1px solid {{ settings.bg_primary_color }};
}

div#footer p {
	color: {{ settings.text_alternate_color }};
}

div#footer p a {
	color: {{ settings.text_alternate_color }};
}

div#footer p a:hover {
	color: {{ settings.text_secondary_color }};
}

/* @end */

/* Designed and hand-coded by http://www.pixellent.com. Copyright (c) Pixellent, LLC. All rights reserved. */

/* @group Global */

body {
	color: #262626;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #fff;
}

div.container {
	text-align: left;
	width: 968px;
	min-width: 968px;
	margin: 0 auto;
}

div#main, div#sidebar {
border-top:medium none;
float:right;
padding:0 0 30px;
width:825px;
}

div#sidebar {
	width: 140px;
	padding-bottom: 45px;
	float: left;
}

.clear {
	display: inline-block;
}

.clear {
	display: block;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
color:#000000;
text-decoration:none;
}

a:hover {
	color: #65c12c;
}

/* @end */

/* @group Header */

div#header {
background:url(none;
padding-bottom:15px;
width:968px;
}

div#navigate {
background:none repeat scroll 0 0 transparent;
float:left;
margin-top:7px;
width:768px;
}

div#navigate h3, div#missing h1 {
color:black;
font-family:"proxima-nova-condensed-1","proxima-nova-condensed-2";
font-size:20px;
font-style:normal;
font-weight:300;
line-height:20px;
padding-top:4px;
text-decoration:none;
text-transform:uppercase;
}

div#missing h1 {
	float: none;
}


div#logo {
	width: 180px;
	float: left;
}

div#logo img {
	float: left;
}



div#items {
float:right;
font-family:georgia;
padding:15px 0 0;
text-transform:uppercase;
width:125px;
}

div#items h2 {
color:#000000;
display:inline;
font-size:12px;
font-style:normal;
font-weight:normal;
padding:0 0 2px;
text-align:right;
width:10px;
}

div#items h4 {
color:#000000;
display:inline;
font-size:9px;
font-style:normal;
font-weight:normal;
padding:0 0 2px;
text-align:right;
width:10px;
}

div#items p {
color:#000000;
font-size:11px;
font-style:normal;
text-align:right;
}

div#items p a {
	color: #dbdbdb;
}

div#items p a:hover {
	color: #dbdbdb;
}

/* @end */

/* @group Index */

div#showcase {
	padding-bottom: 15px;
}

div#showcase div#details {
	width: 220px;
	float: left;
}

div#showcase h3, div#showcase h4 {
	color: #11234e;
	font-size: 28px;
	font-style: italic;
	line-height: 1.32em;
}

div#showcase h4 {
	color: #0e74be;
	font-weight: normal;
	padding: 2px 0 18px;
}

div#showcase h5 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	padding-top: 8px;
}

div#showcase h5 a {
	color: #fff;
	background-color: #0e74be;
	padding: 10px 25px;
	float: left;
}

div#showcase h5 a:hover {
	background-color: #11234e;
}

div#showcase p, div#excerpt p, div#overview p, div#page div#main p, div.entry p, div.comment p {
	font-size: 13px;
	line-height: 1.52em;
	padding-bottom: 15px;
}

div#showcase div#retweet {
	padding-top: 25px;
}

div#showcase div#image {
	width: 480px;
	float: right;
}

div#showcase div#image img {
	float: left;
}

div#excerpt {
	padding: 10px 0 15px;
}

div#excerpt div, div#collection div#excerpt, div#search div#excerpt {
background:none repeat scroll 0 0 transparent;
padding:0;
margin-top:6px;
}

div#excerpt h1, div#excerpt h2, div#excerpt h3, div#excerpt h4, div#excerpt h5, div#excerpt h6, div#overview h1, div#overview h2, div#overview h3, div#overview h4, div#overview h5, div#overview h6, div#page div#main h1, div#page div#main h2, div#page div#main h3, div#page div#main h4, div#page div#main h5, div#page div#main h6, div.entry h1, div.entry h2, div.entry h3, div.entry h4, div.entry h5, div.entry h6, div.comment h1, div.comment h2, div.comment h3, div.comment h4, div.comment h5, div.comment h6, div#collections-listing h2 {
	font:12px/3px "Arial Narrow",Arial,sans-serif;
padding:10px 0;
text-transform:uppercase;
}

div#excerpt h1 {
	padding-top: 0;
}

div#page div#main h1.title, div#collections-listing h2 {
	font-size: 28px;
	padding: 0 0 15px;
}

div.comment h1, div.comment h2, div.comment h3, div.comment h4, div.comment h5, div.comment h6 {
	padding-top: 0;
}

div#excerpt ul, div#excerpt ol, div#overview ul, div#overview ol, div#page div#main ul, div#page div#main ol, div.entry ul, div.entry ol, div.comment ul, div.comment ol {
	padding-bottom: 10px;
}

div#excerpt li, div#overview li, div#page div#main li, div.entry li, div.comment li {
	font-size: 13px;
	line-height: 1.52em;
	margin-left: 35px;
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-position: outside;
}

div#excerpt ol li, div#overview ol li, div#page div#main ol li, div.entry ol li, div.comment ol li {
	list-style-type: decimal;
}

/* @end */

/* @group Collection & Search */

div#collections-listing ul {
	padding-bottom: 10px;
}

div#collections-listing li {
	font-size: 16px;
	padding-bottom: 5px;
}

div#collections-listing li small {
	font-size: 13px;
	padding-left: 3px;
}

div#collections-listing li a {
	color: #65c12c;
}

div#collections-listing li a:hover {
	color: #11234e;
}

ul#products, ul#results {
	padding: 10px 0 5px;
}

div#index ul#products {
	padding-top: 0;
}

ul#products li, ul#results li {
float:left;
padding:10px 10px 4px 0;
width:155px;
}

ul#products li.end, ul#results li.end {
	padding-right: 0;
}

ul#products li div.image, ul#results li div.image, ul#results li div.desc {
background:none repeat scroll 0 0 transparent;
border:1px solid #EBEBEB;
margin-bottom:2px;
padding:0;
width:160px;
}

ul#products li div.image div.overflow, ul#results li div.image div.overflow {
height:157px;
overflow:hidden;
width:160px;
}

ul#products li div.image div.align, ul#results li div.image div.align {
background-color:#FFFFFF;
height:158px;
position:relative;
}

ul#products li div.image div.align div div, ul#results li div.image div.align div div {
	font-size: 212px;
	text-align: center;
	vertical-align: middle;
	width: 234px;
	height: 234px;
	overflow: hidden;
	display: table-cell;
}

ul#products li div.image div.align div img, ul#results li div.image div.align div img {
	vertical-align: middle;
width:160px;
}

ul#products li div.image div.align h6, ul#results li div.image div.align h6 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	background-color: #65c12c;
	padding: 4px 8px;
	left: 0;
	bottom: 0;
	position: absolute;
}

ul#products li p, ul#results li p {
font-family:Helvetica,Arial,sans-serif;
font-size:10.5px;
font-style:normal;
line-height:1.52em;
padding-top:3px;
text-align:left;
text-transform:uppercase;
}

ul#results li div.desc div.bg {
	background-color: #fff;
	width: 234px;
	height: 234px;
	overflow: hidden;
}

ul#results li div.desc p {
	font-size: 13px;
	font-style: normal;
	text-align: left;
	padding: 20px;
}

div#collection div#main p#empty {
	font-size: 16px;
	font-style: italic;
	padding: 10px 0 15px;
}

div#search div#main h1 {
	color: #11234e;
	font-size: 28px;
	font-style: italic;
	padding: 0 0 10px;
}

div#search div#excerpt h1 {
	font-size: 22px;
}

div#search div#main p#empty {
	font-size: 13px;
	padding-bottom: 15px;
}

div#paginate {
	padding-top: 10px;
}

div#paginate div {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #bed9ee;
}

div#paginate a {
	color: #0e74be;
	padding: 0 3px;
}

div#paginate a:hover {
	color: #11234e;
}

div#paginate span.current {
	color: #65c12c;
	font-weight: bold;
	padding: 0 3px;
}

/* @end */

/* @group Product */

div#overview {
	padding-bottom: 15px;
}

div#overview h1#title {
color:#000000;
font-family:georgia,times new roman,times,serif;
font-size:13px;
font-style:normal;
font-weight:normal;
line-height:1.32em;
padding:0;
text-transform:uppercase;
}

div#overview h1#title {
color:#000000;
font-family:georgia,times new roman,times,serif;
font-size:13px;
font-style:normal;
font-weight:normal;
line-height:1.32em;
padding:0;
text-transform:uppercase;
}

div#overview h2 del {
	font-size: 14px;
	padding-left: 3px;
}

div#overview p#image {
	padding: 0;
}

div#overview p#image img {
border:1px solid #EBEBEB;
float:left;
height:490px;
padding:0 0 0;
width:500px;
}

div#variants {
	padding-top: 9px;
}

div#variants label {
color:#000000;
display:block;
font-size:12px;
}

div#variants select {
	margin: 3px 0 15px;

background:none repeat scroll 0 0 #EBEBEB;
border:1px solid #BDBDBD;
float:left;
font-family:arial,times,times New Roman,serif;
font-size:9px;
margin:0.8em 0;
padding:2px;
text-transform:uppercase;
width:100%;
}

div#buy {
	width: 220px;
	padding: 15px 0 30px;
}
div#buy input {
background-color:#EBEBEB;
border:1px solid #DBDBDB;
color:#000000;
cursor:pointer;
float:left;
font:10px Georgia,"Times New Roman",Times,serif;
margin:5px 0 0;
padding:5px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:95px;
}

div#buy input:hover {
	background-color: #dbdbdb;
}

div#overview div#buy h6 {
	color: #0e74be;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	width: 155px;
	padding: 0;
	float: left;
}

div#buy div#retweet {
	width: 50px;
	margin-top: -8px;
	float: right;
}

div#overview p#continue {
	font-size: 13px;
}

div#overview p#continue a {
	color: #65c12c;
}

div#overview p#continue a:hover {
	color: #11234e;
}

div#images {
	padding: 15px 0;
}

div#images div {
	text-align: center;
	background: #bed9ee url(excerpt.png) no-repeat 0 bottom;
	padding: 20px 20px 35px;
}

div#images h6 {
	color: #11234e;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 8px;
}

div#images img {
	background-color: #fff;
	margin: 7px;
	padding: 3px;
}

div#related {
	padding-top: 15px;
}

div#related h4 {
	color: #0e74be;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 8px 0;
	border-top: 5px solid #bed9ee;
	border-bottom: 1px solid #bed9ee;
}

div#related ul {
	padding-top: 15px;
}

/* @end */

/* @group Slimbox */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size: 13px;
	color: #666;
	line-height: 1.52em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbNumber {
	padding-top: 8px;
}

#lbCaption {
	font-weight: bold;
}

/* @end */

/* @group Cart */

div#cart div#content {
	padding-bottom: 45px;
}

div#cart div#title h1 {
	color: #11234e;
	font-size: 28px;
	font-style: italic;
	width: 740px;
	padding: 25px 0;
	border-top: 5px solid #bed9ee;
	float: left;
}

div#cart div#title h2 {
	font-size: 28px;
	width: 180px;
	padding: 25px 0;
	border-top: 5px solid #bed9ee;
	float: right;
}

div#cart div#title h2 span {
	visibility: hidden;
}

div#cart div#content p#empty {
	font-size: 16px;
	font-style: italic;
}

div#cart div#content table {
	width: 100%;
}

div#cart div#content th {
	color: #11234e;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 0 10px 10px;
}

div#cart div#content th.start {
	text-align: left;
	padding-left: 0;
}

div#cart div#content td {
	font-size: 13px;
	vertical-align: middle;
	padding: 20px 15px;
	border-bottom: 1px solid #bed9ee;
}

div#cart div#content tr.odd td {
	background-color: #bed9ee;
	border-bottom: none;
}

div#cart div#content td.pic {
	width: 54px;
}

div#cart div#content td.pic div {
	text-align: center;
	background-color: #fff;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 2px solid #bed9ee;
}

div#cart div#content tr.odd td.pic div {
	border: 2px solid #fff;
}

div#cart div#content td h3 {
	font-size: 14px;
}

div#cart div#content td p {
	line-height: 1.52em;
	padding-top: 2px;
}

div#cart div#content td input {
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	width: 45px;
	padding: 3px;
}

div#cart div#content td.remove a {
	color: #fff;
	background-color: #65c12c;
	padding: 2px 6px 3px;
}

div#cart div#content td.remove a:hover {
	background-color: #11234e;
}

div#cart div#total {
	padding: 15px 0;
	border-bottom: 1px solid #bed9ee;
}

div#cart div#continue {
	width: 500px;
	padding-top: 8px;
	float: left;
}

div#cart div#continue p {
	font-size: 13px;
	line-height: 1.52em;
}

div#cart div#continue p a {
	color: #65c12c;
}

div#cart div#continue p a:hover {
	color: #11234e;
}

div#cart div#price {
	width: 420px;
	float: right;
}

div#cart div#price h3 {
	color: #0e74be;
	font-size: 28px;
	font-style: italic;
	text-align: right;
	padding-right: 10px;
}

div#cart div#complete {
	padding-top: 25px;
}

div#cart div#notes {
	width: 600px;
	float: left;
}

div#cart div#notes label {
	color: #11234e;
	font-size: 13px;
	font-style: italic;
	display: block;
}

div#cart div#notes textarea {
	margin-top: 4px;
	width: 500px;
	height: 100px;
	padding: 3px;
}

div#cart div#checkout {
	color: #0e74be;
	font-size: 22px;
	font-style: italic;
	text-align: right;
	width: 300px;
	padding-top: 15px;
	float: right;
}

div#cart div#checkout input.update {
	color: #11234e;
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: underline;
	background-color: #fff;
	width: 95px;
	margin: 0;
	padding: 10px 5px;
	cursor: pointer;
	border: none;
}

div#cart div#checkout input.update:hover {
	color: #0e74be;
}

div#cart div#checkout input.checkout {
	color: #fff;
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: underline;
	background-color: #0e74be;
	width: 150px;
	margin: 0 0 0 10px;
	padding: 10px;
	cursor: pointer;
	border: none;
}

div#cart div#checkout input.checkout:hover {
	background-color: #11234e;
}

/* @end */

/* @group Blog & Page */

div.entry {
	padding: 25px 0;
	border-bottom: 1px solid #bed9ee;
	position: relative;
}

div#article div#main div.entry {
	padding: 0;
	border-bottom: none;
}

div#blog div#main div.start {
	padding-top: 0;
}

div#blog div#main div.end {
	padding-bottom: 15px;
	border-bottom: none;
}

div.entry div.retweet {
	width: 50px;
	top: 17px;
	right: 0;
	position: absolute;
}

div#blog div#main div.start div.retweet, div#article div#main div.entry div.retweet {
	top: -8px;
}

div.entry h2.title {
	margin-right: 70px;
	padding: 0;
}

div.entry h5.posted, div.entry h6.comments {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-right: 70px;
}

div.entry h5.posted {
	padding: 8px 0 20px;
}

div.entry h5.posted span {
	background-color: #bed9ee;
}

div.entry h6.comments {
	padding: 5px 0 0;
}

div#comments h3 {
	font-size: 22px;
	font-style: italic;
	padding: 30px 0 10px;
}

div#comments h3 span {
	color: #0e74be;
	font-size: 13px;
	font-weight: normal;
}

div.comment {
	padding: 3px 0 17px;
}

div#comments div.end {
	padding-bottom: 0;
}

div.comment div {
	background: #bed9ee url(excerpt.png) no-repeat 0 bottom;
	padding: 20px 25px 28px;
}

div.comment h6.author {
	font-size: 13px;
	text-align: right;
	padding: 6px 40px 0;
}

div#comments form label {
	color: #0e74be;
	font-size: 13px;
	display: block;
}

div#comments form label span {
	font-weight: normal;
	padding-left: 2px;
}

div#comments form input.field, div#comments form textarea {
	width: 400px;
	margin: 3px 0 15px;
	padding: 3px;
}

div#comments form textarea {
	width: 500px;
	height: 150px;
}

div#comments form input.submit {
	color: #fff;
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: underline;
	background-color: #0e74be;
	width: 200px;
	margin: 5px 0 15px;
	padding: 10px;
	cursor: pointer;
	border: none;
}

div#comments form input.submit:hover {
	background-color: #11234e;
}

div#comments p#posted, div#comments p#error {
	color: #65c12c;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 15px;
}

div#comments p#empty {
	font-size: 13px;
}

div#article div#main p#closed {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 25px 0 15px;
}

div#page div#main p a, div#page div#main li a, div.entry h6.comments a, div.entry p a, div.entry li a {
	color: #65c12c;
}

div#page div#main p a:hover, div#page div#main li a:hover, div.entry h6.comments a:hover, div.entry p a:hover, div.entry li a:hover {
	color: #11234e;
}

div#missing div {
	padding: 100px 110px 10px;
}

div#missing h2 {
	color: #11234e;
	font-size: 60px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	background: #bed9ee url(excerpt.png) no-repeat 0 bottom;
	padding: 25px 25px 48px;
}

div#missing h3 {
	color: #0e74be;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding-bottom: 100px;
}

div#missing h3 a {
	color: #65c12c;
}

div#missing h3 a:hover {
	color: #11234e;
}

/* @end */

/* @group Sidebar */

div#finder input.field {
	color: #0e74be;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	width: 109px;
	padding: 5px;
	border-top: 1px solid #0e74be;
	border-right: none;
	border-bottom: 1px solid #0e74be;
	border-left: 1px solid #0e74be;
	float: left;
}

div#finder input.submit {
	color: #fff;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	background-color: #11234e;
	width: 60px;
	margin: 0;
	padding: 6px 5px;
	cursor: pointer;
	border: none;
	float: left;
}

div#finder input.submit:hover {
	background-color: #0e74be;
}

div.section {
	padding: 25px 0 15px;
}

div.section div.title {
	background: #0e74be url(sidebar.png) no-repeat 0 bottom;
	padding-bottom: 11px;
}

div.section div.title h4 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding: 10px 15px;
}

div#collections div.title h4 {
	background: url(heart.png) no-repeat 146px center;
}

div#entries div.title h4 {
	background: url(bubble.png) no-repeat 145px center;
}

div#tags div.title h4 {
	background: url(tag.png) no-repeat 146px center;
}

div#twitter div.title h4 {
	background: url(check.png) no-repeat 147px center;
}

div.section ul {
	padding-top: 5px;
}

div#tags ul {
	padding-top: 10px;
}

div.section li {
	font-size: 16px;
	line-height: 1.52em;
	width: 180px;
}

div.section div#tweet li {
	font-size: 13px;
	padding: 10px 0 5px;
}

div#tags li {
	font-size: 13px;
	width: auto;
	padding: 0 6px 6px 0;
	display: inline;
	float: left;
}

div.section li a.active, div.section li a.active:hover {
	color: #65c12c;
	font-weight: bold;
}

div#tags li a {
	color: #11234e;
	text-decoration: none;
	line-height: 1.52em;
	background-color: #bed9ee;
	padding: 1px 5px;
	float: left;
}

div#tags li a:hover {
	text-decoration: underline;
}

div#tags li.active a, div#tags li.active a:hover {
	color: #fff;
	background-color: #65c12c;
}

div.section div.entry {
	padding: 15px 0;
	border-top: 5px solid #bed9ee;
	border-bottom: none;
}

div.section div.start, div.section div#tweet li.tweet_first {
	padding-top: 5px;
}

div.section div.start {
	border-top: none;
}

div.section div.end {
	padding-bottom: 0;
	border-bottom: none;
}

div.section div.entry h5 {
	font-size: 16px;
	line-height: 1.52em;
	padding: 0 0 10px;
}

div.section div.entry h6 {
	color: #11234e;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.52em;
	padding: 0 0 10px;
}

div.section div.entry h6 span {
	line-height: 1.52em;
	background-color: #bed9ee;
}

div.section div.entry p {
	font-size: 13px;
	line-height: 1.52em;
	padding: 0;
}

div#twitter h6 {
	font-size: 13px;
	line-height: 1.52em;
	padding: 10px 0 5px;
}

div#rss p {
	font-size: 13px;
	background: url(rss.png) no-repeat 0 25px;
	padding: 28px 0 3px 28px;
}

div#rss p a, div.section div#tweet li a {
	color: #0e74be;
}

div#rss p a:hover {
	color: #11234e;
}

div.section div#tweet li a:hover {
	color: #65c12c;
}

/* @end */

/* @group Footer */

div#footer {
	padding: 5px 0 100px;
	border-top: 1px solid #dbdbdb;
}

div#footer p {
	color: #000000;
	font-size: 12px;
	float: left;
}

div#footer p.links {
	float: right;
}

div#footer p a {
	color: #000000;
	text-decoration: none;
}

div#footer p a:hover {
	color: #ebebeb;
}

div#footer p span {
	padding: 0 4px;
}

/* @end */

/* End of Stylesheet */

#product-details {
border-top:1px solid #EBEBEB;
float:right;
font-size:12px;
height:640px;
margin:1px 0 10px 20px;
padding-top:7px;
position:relative;
width:302px;
}

#navpicwrap {
bottom:25px;
float:left;
height:124px;
left:0;
position:relative;
width:479px;
}

#product-images {
float:left;
padding-bottom:30px;
position:relative;
width:500px;
}

a img, :link img, :visited img {
border:1px solid #EBEBEB;
}

#productnav {
background:none repeat scroll 0 0 #FFFFFF;
float:left;
margin:0 6px 20px 0;
position:relative;
width:135px;
}

.insideproductnav {
padding-right:4px;
padding-top:2px;
}

td {
border-bottom:1px solid #DDDDDD;
}

th, td {
padding:4px 10px 4px 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
line-height:1.08em;
}

.prdctinfo {
border-bottom:0 solid #000000;
color:#767676;
font-family:georgia,"Times New Roman",Times,serif;
font-size:12px;
font-style:italic;
font-weight:400;
line-height:1.2em;
padding:7px 0 0.3em;
text-transform:none;
width:100%;
}



/*** (NAV) ESSENTIAL STYLES ***/

#nav {
background:none repeat scroll 0 0 #FFFFFF;
border-bottom:1px solid #E8E8E8;
border-left:1px solid #E8E8E8;
border-top:1px solid #E8E8E8;
clear:both;
float:left;
margin-bottom:25px;
margin-top:20px;
position:relative;
width:970px;
z-index:9999;
}
			
			#nav ul {
			  position: relative;
				display: inline;
				margin-bottom: -1px;
				float: left; }
				
				#nav ul li {
					float: left;
					position: relative;
					display: inline; }
					
					#nav ul li a {
border-color:#FFFFFF;
border-style:solid;
border-width:0 1px;
color:#000000;
float:left;
font-family:times;
font-size:13px;
font-weight:400;
letter-spacing:0.04em;
margin:0 2px 0;
padding:12px 11px 11px;
text-transform:uppercase;
}
					
					#nav ul li#live_chat a { color: #43a1d4; }
							
							#nav ul li.dropdown a.dropped, 
							#nav ul li.dropdown a:hover {
								border-color: #e8e8e8; 
								color: #666; }
								
				/* ----- dropdown list */
				
				#nav ul li.dropdown ul {
					display: none;
					position: absolute;
					border-width: 0px 1px 1px 1px;
					border-color: #fff #e8e8e8 #e8e8e8;
					border-style: solid;
					background: #fff;
					width: 200px;
					padding: 0;
					margin: 0;
					top: 40px;
					left: 0; }
					
					#nav ul li.dropdown ul.sf-js-enabled {
					  margin-left: 2px;
					}
					
					#nav ul li.dropdown ul.second {
					  display: none;
  					position: absolute;
  					border-width: 0px 1px 1px 0px;
  					border-color: #fff #e8e8e8 #e8e8e8;
  					border-style: solid;
  					background: #fff;
  					width: 200px;
  					padding: 0;
  					margin: 0 0 0 200px;
  					top: 40px; }
					
					#nav ul li.dropdown ul li {
						float: left;
						display: block; }
					
					#nav ul li.dropdown ul li a {
						text-indent: 10px;
						color: #888;
						float: left;
						display: inline;
						border-style: none;
						border-color: #e8e8e8;
						border-width: 0px;
						padding: 5px 0;
						margin: 0;
						width: 200px;
						font-weight: bold;
						font-size: 90%; }
						
						#nav ul li.dropdown ul li a:hover { 
							background: #e8e8e8;
							border: 0px; }
						
							
				#nav ul li a.btn-sale {
					color: #ff0000;
				}
			
			#nav form {
				display: block;
				float: right; }
				#nav p { float: right; width:  175px; }
input.pad-input {
border:1px solid #E8E8E8;
color:#CCCCCC;
float:left;
height:14px;
margin-right:3px;
margin-top:7px;
padding:5px;
}


#q-search {
float:left;
width:150px;
}
				#nav #search-btn {
					float: right;
					margin-top: 7px; 
					margin-left: 5px; 
					width: 55px; 
					text-indent: -9999px;
					height: 26px;
					border: 0;
					display: block;
					background: transparent url("http://cdn.shopify.com/s/files/1/0010/5902/assets/search-btn.gif") no-repeat; }
			
			#nav a#cart { 
				float: right;
				display: block;
				background: #79bd40 url("http://cdn.shopify.com/s/files/1/0010/5902/assets/cart-bg.gif") no-repeat 20px 13px;
				text-indent: 20px;
				margin-left: 10px;
				color: #fff;
				font-size: 11px;
				height: 25px;
				padding: 14px 23px 0px 23px; }
				
			#nav a#cart.empty { 
				background: #79bd40 url("http://cdn.shopify.com/s/files/1/0010/5902/assets/cart-bg.gif") no-repeat 20px 13px;
				text-indent: 5px; }


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

		/* ------- collections */

		.collections-nav {
background:none repeat scroll 0 0 #F8F8F8;
display:inline;
float:left;
margin:-15px 0 20px;
padding:5px 0 0;
position:relative;
width:970px;
z-index:9003;
}

			
				.collections-nav h1 {
					float: left;
					display: inline;
					width: 300px;
					color: #666;
					font-family: Arial;
					font-weight: normal;
					font-size: 160%;
					padding: 7px 0 10px 20px;
				}
				
				
				.collection_dropdowns {
					float: right;
					margin-top: -1px;
					margin-bottom: 10px;
					position: relative;
					z-index: 9001;
					height: 30px;
				}
				.collection_dropdowns.collections_footer {
					float: left;
					display: inline;
					width: 550px;
					margin: -1px auto 10px 180px;
					z-index: 2050;
					height: 30px;
				}
								
				.collections-nav .alt_dropdown {
					float: left;
					position: relative;
					cursor: pointer;
					display: inline;
					margin: 5px 10px 0 0;
					padding: 0px 0px;
					background-color: #fff;
					background-image: url('http://cdn.shopify.com/s/files/1/0010/5902/assets/alt_dropdown_bg.gif');
					background-repeat: no-repeat;
					background-position: right 3px;
					border: 1px solid #e8e8e8;
					z-index: 2020;
				}
				
				.collections-nav .alt_dropdown h3 {
color:#000000;
display:block;
font-size:12px;
padding:5px 10px;
width:120px;
}
				
				.collections-nav .alt_dropdown.alt_dropdown_over {
					background-position: right -17px;
				}
				.collections-nav .alt_dropdown.alt_dropdown_over h3 {
					color: #43a1d4;
				}
				.collections-nav .alt_dropdown.alt_dropdown_over {
					border: 1px solid #ccc;
				}
				.collections-nav .alt_dropdown.alt_dropdown_over ul {
					border: 1px solid #ccc;
				}
				
					.collections-nav .alt_dropdown ul { 
						display: none;
						position: absolute;
						height: 230px;
						z-index: 99999;
						overflow: auto;
						top: 25px;
						left: -1px;
						width: 170px;
						margin: 0px 0 0 0;
						padding: 0px 0px;
						background: #fff;
						border-width: 1px;
						border-style: solid;
						border-color: #e8e8e8;}
						
					.collections-nav .alt_dropdown ul li {
						display: inline;
					}
					
					.collections-nav .alt_dropdown ul li a strong {
						color: #333;
					}

			.collections-nav .alt_dropdown ul li a {
border-bottom:1px solid #E8E8E8;
display:inline;
float:left;
font-size:95%;
padding:4px 0 4px 10px;
width:110px;
}
		

						.collections-nav .alt_dropdown ul li a:hover { background: #f8f8f8; }



/* End of Stylesheet */

