@charset "UTF-8";
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,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
outline:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
margin:0;
padding:0;
}
:focus {outline:0;}
body {
line-height:1;
color:#000;
background:#fff;
}
ol,ul {list-style:none;}
table {
border-collapse:separate;
border-spacing:0;
}
caption,th,td {
text-align:left;
font-weight:400;
}
blockquote:before,blockquote:after,q:before,q:after {content:"";}
img,a img {border:none;}
body {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	background-color: #fff;
	line-height:1.3em;
}
p {
	margin:.5em 0 1em 0;
}
a {
	color: #777;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a img {
	border: none;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	margin: 5px 0 15px 0;
	padding:3px 0 0 0;
}
ol {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: .02em;
}
ol li {
	margin-bottom: 8px;
}

#wrapper {
	width: 835px;
    margin: 0px auto 100px auto;
	background-color: white;
}

/* Sidebar */
/* ************************** */
#sidebar {
	float:left;
	width:160px;
}
#logo {
	border-bottom: 10px solid white;
}
ul#navigation {
	width: 160px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#navigation li {
	padding-right: 0px;
	line-height: 28px;
}
ul#navigation li a {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
ul#navigation li a:hover {
	color: #000;
}
#navigation li a.current {color:#000;}
#social {
	margin:15px 0;
	height:20px;
	float:left;
}
ul#navigation .navigationSecondary li {
	line-height:20px;
	margin:0 0 0 5px;
}
ul#navigation .navigationSecondary li a {text-transform:capitalize;}
.credits {
	clear: both;
	font-size: 8px;
	text-align: left;
	text-transform: lowercase;
	margin: 5px 0;
}

/* Content */
/* ************************** */
#content {
	margin-left: 170px;
	width: 660px;
}
#slideshowHome {
	height:575px;
	overflow:hidden;
}
#content ol {
	padding-left: 0px;
	margin-left: 30px;
	list-style-position: inside;
}
#content ol li {
	padding-left: 0px;
	margin-left: 0px;
}
.newsEntry {
	margin:0 0 25px 0;
}
.newsEntry h2 {
	margin:6px 0 15px 0;
	font-size:18px;
}

/* stores page */
.storelistItem {
	margin: 0 4px 4px 0;
	float: left;
}
.storelistItem {
	width: 216px;
	height: 311px;
}
.storelistItem img {
	width: 216px;
	height: 216px;
	display:block;
}
.storelistText {
	margin-top: 2px;
	padding: 8px 10px 25px 10px;
	background-color: #ebebeb;
	height: 53px;	
}
/* contact form */
#content form {margin:0;}
#content form .tradeformrow {
	margin: 0;
	padding: 5px;
	height: 25px;
}
#content form .tradeformrow label {
	margin: 0;
	width: 80px;
	font: bold 13px/1.1em Arial, Helvetica, sans-serif;
	display: block;
	float: left;
}

/* have no idea what this is */
.usnpw {
	width: 147px;
}

/* Content */
/* ************************** */

#inputEmail {
	width:100px;
	margin:0 4px 0 0;
}

/* categories */

#storeProducts li {
	float:left;
	width:200px;
	margin:0 20px 20px 0;
	min-height:330px;
}
#storeProducts a {display:block;}
#storeProducts img {
	width:200px;
	margin:0 0 13px 0;
}

/* product pages */

#productContent {
	margin:0 0 0 330px;
}


#productPhotos {
	float:left;
	margin:0 30px 0 0;
}

#productPhotos #stage {
	margin:0 0 20px 0;
}
#productThumbs li {float:left;}
#productThumbs img {
	width:60px;
	margin:0 15px 0 0;
}


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

#tabLinks {
	height:28px;
	width:300px;
}
#tabLinks li {float:left;}
#tabLinks a {
	height:12px;
	background-color:#ccc;
	padding: 8px 10px 8px 10px;
	display:block;
	color:#000;
	text-decoration:none;
	font-size:1.2em;
	margin:0 6px 0 0;
}
#tabLinks a.tabActive {
	color: #000;
	background-color:#dad7c8;
}

#tab2, #tab3 {display:none;}
#tab3 table {
}
#tab3 th {
	padding:0 0 0 5px;
	font-weight:bold;
}
#tab3 img {
	float:left;
	margin:0 2px 0 0;
}
#tab3 td {
	padding:0 0 0 5px;
}
#productTabs div {
	color:#000;
	background-color:#dad7c8;
	padding:10px;
}

#cartAdd {
	background-color:#ff3334;
	border:none;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	display:none;
}
.cartPrice {
	color:#333;
	font-size:1.4em;
	font-weight:bold;
}
.requiredMessage {color:#ff3334;}
#productContent select {width:110px;}
/* checkout */

#checkout_address_fields legend .required-indicator{
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 10px;
}

.required-indicator{
	color:red;
	font-weight:bold;
}

#shipping .required-indicator{display:none;}

#shipping.selected .required-indicator{display:inline;}

.option-pickup{display:none;}

#checkout_total {
	position:relative;
	top:-465px;
	left:430px;
	width:170px;
}

#checkout_total td {
	padding:0px 10px 5px 0;
}

#cart {
	width:835px;
	margin:0 auto 10px auto;
	height:20px;
}
#cart a {
	float:right;
	display:block;
	padding:5px 0 5px 25px;
	font-weight:bold;
	text-decoration:none;
	font-size:1.1em;
}
#cart a:hover {text-decoration:underline;}
#checkout_address_fields fieldset {
	width:300px;
	padding:0 30px 10px 0;
}

#gateway_fields {
}
#checkout_address_fields label {
	display:block;
	float:left;
	width:100px;

}
#checkout_address_fields input,
#checkout_address_fields select {
	margin:0 0 10px 0;
}
#item_options {display:none;}

#checkout_address_fields legend {
	padding:5px 0 15px 0;
	font-size:18px;
}
#checkout_address_fields h2 {
	margin:0 0 10px 0;
	font-size:18px;
	padding:5px 0 0 0;
}
#checkout_header div {
	margin:0 0 20px 0;
}
#checkout_header h2 {
	margin:0 0 10px 0;
	font-size:18px;
	padding:5px 0 0 0;
}


#submit_checkout {
	clear:left;
	position:relative;
	top:-130px;
	left:430px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#submit_checkout {left:428px;}
}

#checkout_address_fields {

}

.hidden {display:none;}
#table_viewcart {
	width:100%;
	color:#333;
}
.tdItem {
	padding:0 0 0 7px;
}
#table_viewcart th {
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	padding:0 0 9px 0;
}
#table_viewcart td p {margin-bottom:.5em;}
#table_viewcart th.thItem {
	width:250px;
	padding:0 0 0 7px;
}
.thSubtotal {width:75px;}

.inputQty {width:20px;}
#viewcartButtons {float:right;}
#viewcartButtons p {
	color:#000;
	text-transform:uppercase;
	font-size:14px;
	text-align:right;
	height:14px;
	margin:10px 0 14px 0;
}

#checkout_total h2 {
	font-size:18px;
	margin:0 0 15px;
	padding:5px 0 0;
}
#checkout_notes {width:660px;}
#checkout_notes p {width:370px;}
#billing {float:left;}

#additional_info {float:right;}
#shipping {height:325px;}

.bodyStore h1{
	border-bottom:5px solid #000;
	padding:0 0 7px 0;
	line-height:1.1em;
}

.store_block {
	margin:80px 100px;
}

#checkout_wrap {
	height:800px;
	position:relative;
}


#checkout_button,
#submit_checkout {
	background-color:#ff3334;
	border:none;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
}
#update_button {
	background-color:#ccc;
	border:none;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	margin:0 5px 0 0;
}
#submit_coupon {
	background-color:#ccc;
	border:none;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	margin:15px 0 0 0;
}

.odd td {background-color:#eee;}

#payment_expiration select {width:120px;}

#p_input_same {
	position:absolute;
	top:22px;
	left:325px;
}	

#shipping legend {
	padding:5px 0 35px 0;
}

#but_continue {
	background-color:#ccc;
	border:none;
	padding:10px;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	margin:38px 5px 0 0;
	text-decoration:none;
	display:block;
	float:left;
}

#sfmade {
	margin:11px 0 10px 0;
}
	
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(../../../../images/cb-loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../../../../images/cb-controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

