/*============================================================
  Theme Styles - contains all the base styles for the theme.
  To receive automatic updates and bug fixes, we recommend
  leaving this import and overriding specific styles below.
============================================================*/

/*@import url(/themes/sexy/stylesheets/styles.css);*/



/*============================================================
  Basic Styles - used for the simple controls.
============================================================*/

/* Font
* 
{font-family: Helvetica, Arial, sans-serif;}*/


/* Background */
body


/* Text */
body, 
p, 
input, 
textarea, 
#product-details .price,
#faq-content .faq-list dt, 
#contact-form label, 
#cart-footer .cart-total #cart-shipping-tax p 
{color: #666;}


/* Links */
a:link, 
a:visited, 
#products .product-a h3, 
#products .product-a p 
{color: #000;}


/* Links rollover */
a:hover, 
a:active, 
#products .product-a:hover h3, 
#products .product-a:hover p 
{color: #F8A0B0;}


/* Header background */
#main-title, 
#navigation div.pod h3, 
#minicart h3, 
#cart-head 
{background-color: #000;}


/* Header text */
#main-title h2, 
#navigation div.pod h3, 
#minicart h3, 
#minicart .minicart-contents, 
#cart-head 
{color: #FFF;}

#minicart .minicart-total 
{border-left-color: #CDE2F0;}
                

/* Sidebar links */
#navigation div.pod a 
{color: #666;}
        

/* Sidebar rollovers */
#navigation div.pod a:hover 
{color: #fff;}
       

/* Products background */
#products, 
#products .product-pic,
#product-images .images-nav
{background-color: #000;}



/*============================================================
  Custom Styles - add and override styles below.
============================================================*/


/*------------------------------------------------------------

   _______ _______ _     _ __   __
   |______ |______  \___/    \_/  
   ______| |______ _/   \_    |
	
  ----------------------------------------------------------
  
  Theme:   Sexy
  Author:  Indie Labs
           http://indielabs.com

           Big Cartel Stores CSS
           Copyright 2008 Indie Labs LLC.
           More info at: http://bigcartel.com

------------------------------------------------------------*/



/*============================================================
 Base
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: auto;
	text-align: left;
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	}

ul, ol {
	margin-bottom: 1em;
	}

li {
	list-style: none;
	}

h2 {
	margin-bottom: 1em;
	font-weight: normal;
	}

h3 {
	margin-bottom: .5em;
	font-size: 14px;
	}
	
p {
	margin-bottom: 1em;
	font-size: 11px;
	color: #666;
	line-height: 15px;
	}

a	{
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}

a:link, a:visited {
	color: #000;
	}

a:hover, a:active {
	color: #F77928;
	}

a img	{
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
img { 
	ms-interpolation-mode: bicubic; 
	}

input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	}

hr {
	margin-bottom: 10px;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
	}
/*============================================================
 Awning
============================================================*/

#shopAwning {
	position: relative;
	padding: 0px;
    	margin-top: 20px;
    	margin-bottom: 10px;
    	margin-right: auto;
    	margin-left: auto;
    	width: 910px;
    	height: 60px;
    	background: url(http://www.lp-sf.com/images/shopAwning.jpg) 0 0 no-repeat;
    	}

/*============================================================
 Wrapper
============================================================*/

#wrap {
	text-align: left;
	position: relative;
	padding: 0px 0px 0px 0px;
    	margin-top: 10px;
    	margin-bottom: 20px;
    	margin-right: auto;
    	margin-left: auto;
    	width: 910px;
    	z-index: 10;
    	background: url(http://www.lp-sf.com/images/fauxBrickColumn.jpg) repeat-y;
    	overflow: auto;
    	}



/*============================================================
 Header
============================================================*/

#header {
    margin: 0 auto;
    clear: both;
    padding-top: 35px;
    height: 145px;
    width: 910px;	
}

/*============================================================
 Main Content Area
============================================================*/

#main {
	float: left;
	width: 680px;
	margin: 0 0px 0px 0;
	background: #FFF;
	min-height: 500px;
	
	}


/* Title ---------------------------------------------------*/

#main-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	background: #000;
	}

#main-title h2 {
	margin: 16px 0 13px 13px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	}


/* Content -------------------------------------------------*/

#main-content {
	float: left;
	width: 680px;
	padding: 0px;
	background: #FFF;
	margin-bottom: 0px;
	}

* html #main-content {
	width: 680px;
	w\idth: 680px;
	}



/*============================================================
 Navigation
============================================================*/

#navigation {
	float: left;
	width: 220px;
	margin-right: 10px;
	border-bottom: 10px solid #FFF;
	}
	
#sidebar {
	width: 220px;
	margin-right: 10px;
	float: left;
	}

.categories-title {
        margin: 0px 0px 0px 10px;
        }

#navigation div.pod {
	clear: both;
	width: 220px;
	padding: 0 0px 10px 0px;
	font-size: 10px;
	background: #E1E1E1;
	}

* html #navigation div.pod {
	width: 220px;
	w\idth: 220px;
	}

#navigation div.pod h3 {
	display: block;
	width: 220px;
	color:#000;
	background: #E1E1E1; 
	line-height:1.5em;
	font-family: helvetica, sans-serif;
	letter-spacing: 1px;
	font-size:9px; 
	font-weight:normal; 
	text-align:left; 
	margin:0 0 8px;
	padding: 12px 0 6px 0;
	}

* html #navigation div.pod h3 {
	width: 220px;
	w\idth: 220px;
	}

#navigation div.pod ul {
	margin-bottom: 6px;
	}

#navigation div.pod li {
	line-height:1em;
	list-style:none;
	font-size: 14px;
	font-family: Georgia, serif;
	color: #fff;
	margin:0 0 6px 10px;
	}
	
#navigation div.pod li a {
	color: #000;
	text-decoration:none;
	}
	
#navigation div.pod li a:hover {
	color: #F77928;
	text-decoration:none;
	}


/* MiniCart Contents -------------------------------------------*/

#minicart {
	float: left;
	width: 220px;
	min-height: 97px;
	height: auto !important;
  	height: 97px;
	margin-bottom: 0px;
	padding-top: 0px;
	background: #E1E1E1;
	}
	
#minicartTopper {
	width: 200px;
	height: 42px;
	margin: 0px 0px 0px 10px;
	border-top: 2px solid #FFF;
	border-bottom: 2px dotted #000;
	}

#minicart h3 {
	float: left;
	display: block;
	width: 95px;
	height: 22px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: url(http://www.lp-sf.com/images/basketTitle.jpg) 0 0 no-repeat;
	}
	
* html #minicart h3 {
	width: 95px;
	w\idth: 95px;
	}

#minicart-contents {
	float: right;
	display: inline;
	margin-top:10px;
	font-size: 12px;
	font-family: Times, "Times New Roman", serif;
	color: #000;
	background: url(http://www.lp-sf.com/images/cartContentsArrow.png) 0 0 no-repeat;
	width: 105px;
	height: 22px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	}
	
#minicart-items {
	float: left;
	margin-left: 5px;
	width: 45px;
	height: 13px;
	text-align: center;
	padding-right: 0px;	
	}
	
#minicart-total {
	float: right;
	padding-left: 0px;
	font-style: italic;
	border-left: 2px solid #E1E1E1;
	width: 50px;
	height: 13px;
	text-align: center;
	}

#minicart .minicart-options {
	float: right;
	display: block;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	}

#minicart .minicart-view {
	float: left;
	display: inline;
	margin-left: 10px;
	}

#minicart .minicart-view a {
	display: block;
	width: 97px;
	height: 30px;
	background: url(http://www.lp-sf.com/images/viewItemsBtn.jpg) 0 0 no-repeat;
	}
	
#minicart .minicart-view a:hover {
	background-position: 0 -30px;
	}	

#minicart .minicart-view span {
	display: none;
	}

#minicart .minicart-checkout {
	float: right;
	display: inline;
	margin-right: 10px;
	}

#minicart .minicart-checkout a {
	display: block;
	width: 97px;
	height: 30px;
	background: url(http://www.lp-sf.com/images/checkoutBtn.jpg) 0 0 no-repeat;
	}
	
#minicart .minicart-checkout a:hover {
	background-position: 0 -30px;
	}	

#minicart .minicart-checkout span {
	display: none;
	}


/* Search --------------------------------------------------*/

#search-input {
	width: 113px;
	height: 12px;
	padding: 1px;
	font-size: 10px;
	vertical-align: middle;
	}	

#search-submit {
	width: 24px;
	height: 18px;
	margin-left: 3px;
	vertical-align: middle;
	border: none;
	background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-go.gif) no-repeat;
	cursor: pointer;
	}

#search-submit span {
	display: none;
	}


/* Artists -------------------------------------------------*/

#artists-select {
	width: 148px;
	font-size: 10px;
	}


/* Big Cartel Badge ----------------------------------------*/

#badge {
	display: none;
	float: left;
	width: 100%;
	}

#badge a {
	float: left;
	display: block;
	width: 79px;
	height: 23px;
	background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/badge.png) no-repeat !important;
	background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/badge.gif) no-repeat;
	}
	
#badge span {
	display: none;
	}



/*============================================================
 Footer
============================================================*/

#footer {
    margin: 0 auto;
    clear: both;
    padding-bottom: 30px;
    height: 145px;
    width: 910px;	
}



/*============================================================
 Alerts
============================================================*/

p.alert-noproducts,
p.alert-noitems {
	margin: 20px;
	}

div#error {
	display: block;
	margin-bottom: 5px;
	border-top: 1px solid #6c1010;
	border-bottom: 1px solid #6c1010; 
	background: #cf3636;
	}

div#error h2,
div#error p {
	display: none;
	}

div#error ul {
	margin: 0;
	padding: 5px 20px;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	}

div#error li {
	margin: 0;
	padding: 0 20px;
	font-weight: bold;  
	background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/bullet-error.gif) no-repeat 0 7px;
	}

.form-error {
	border: 1px solid #cf3636;
	}



/*============================================================
 Site Link
============================================================*/

#website {
	position: absolute;
	top: 0;
	background: #fff;
	}

#website a {
	display: block;
	padding: 2px 14px 3px 14px;
	font-size: 10px;
	line-height: 10px;
	}



/*************************************************************
 
 Store Pages
 
*************************************************************/



/*============================================================
 Product List
============================================================*/

#products {
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	background: #FFF;
	}

#products div.product {
	float: left;
	display: inline;
	width: 210px;
	height: 100%;
	background: #FFF;
	position: relative;

	}
	
#products div.product p {
	margin-bottom: 0;
	
	}

#products .product-img {
	display: inline;
	float: none;
	vertical-align: top;
	background: #FFF;
	width:  220px;
	height: 220px;

	}

#products .product-info {
	float: left;
	width: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 20;
	}

html #products .product-info {
	width: 220px;
	w\idth: 220px;
	}

#products .product-title {
	margin-bottom: 3px;
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	line-height: 13px;
	color: #fff;
	}

#products .product-price {
	background: url(http://www.lp-sf.com/images/priceTag.png) 0 0 no-repeat;
	bottom: 5px;
	color: #000;
	height: 20px;
	position: absolute;
	left: 3px;
	width: 35px; 
	}

#products .sold_out {
	background: url(http://www.lp-sf.com/images/priceTag.png) 0 0 no-repeat;
	bottom: 5px;
	height: 20px;
	position: absolute;
	left: 3px;
	width: 150px; 
	}

#products .product-status {
	font-size: 10px;
	font-style: italic;
	}

#products .product-a {
	float: left;
	clear: left;
	display: block;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	}

#products .product-a p {
	color: #000;
	text-align: center;
	width: 35px;
	height; 20px;
	line-height: 20px;
	font-family: Helvetica, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	background: url(http://www.lp-sf.com/images/priceTag2.png) 0 0 no-repeat;
	}

#products .product-a p.sold_out {
	color: #000;
	text-align: center;
	width: 55px;
	height; 20px;
	line-height: 20px;
	font-family: Helvetica, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	background: url(http://www.lp-sf.com/images/priceTagSoldOut2.png) 0 0 no-repeat;
	}
	
#products .product-a h3 {
	color: #666;
	text-align: left;
	}

#products .product-a:hover h3 {
	color: #fff;
	}
	
#products .product-a:hover p {
	color: #FFF;
	background-position: 0 -20px;
	}

#product-1, #product-4, #product-7, #product-10, #product-13, #product-16, #product-19, #product-22, #product-25, #product-28,
#product-31, #product-34, #product-37, #product-40, #product-43, #product-46, #product-49, #product-52, #product-55, #product-58,
#product-61, #product-64, #product-67, #product-70, #product-73, #product-76, #product-79, #product-82, #product-85, #product-88,
#product-91, #product-94, #product-97, #product-100 {
	margin: 0px 10px 10px 0px;
	background: #000;
	}

#product-2, #product-5, #product-8, #product-11, #product-14, #product-17, #product-20, #product-23, #product-26, #product-29,
#product-32, #product-35, #product-38, #product-41, #product-44, #product-47, #product-50, #product-53, #product-56, #product-59,
#product-62, #product-65, #product-68, #product-71, #product-74, #product-77, #product-80, #product-83, #product-86, #product-89,
#product-92, #product-95, #product-98 {
	margin: 0px 10px 10px 10px;
	background: #000;
	}

#product-3, #product-6, #product-9, #product-12, #product-15, #product-18, #product-21, #product-24, #product-27, #product-30,
#product-33, #product-36, #product-39, #product-42, #product-45, #product-48, #product-51, #product-54, #product-57, #product-60,
#product-63, #product-66, #product-69, #product-72, #product-75, #product-78, #product-81, #product-84, #product-87, #product-90,
#product-93, #product-96, #product-99 {
	margin: 0px 0px 10px 10px;
	background: #000;
	}


/* Pagination
------------------------------------------------------------*/

.pagination {
	clear: both;
	padding: 20px 0 15px 0;
	font-weight: normal;
	text-align: center;
	}

.pagination span,
.pagination a {
	padding: 0 3px 0 6px;
	}

.pagination span.disabled {
	display: none;
	}

.pagination span.current {
	font-weight: bold
	}

.pagination span.yadda {
	padding: 5px 4px;
	background: none;
	}


/* Stilts
------------------------------------------------------------*/

span.stilt {
	display:-moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	}	

#product-image {
	position: relative;
	display: block;
	width: 450px;
	height: 450px;
	text-align: center;
	overflow: hidden;
	}

#products span.stilt {
	height: 160px;
	}

#product-image span.stilt {
	height: 300px;
	}

#product-image img {
	vertical-align: middle;
	width: 450px;
	height: 450px;
	}



/*============================================================
 Product Detail
============================================================*/

#product-content {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	}
		
#product-images {
	float: left;
	width: 450px;
	}

a#product-image span.icon_zoom {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 20px;
	height: 20px;
	background-image: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/icon_zoom.png) !important;
	background-image: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/icon_zoom.gif);
	background-repeat: no-repeat;
	background-position: -20px;
	z-index: 100;
	cursor: pointer;
	overflow: hidden;
	}

a#product-image:hover span.icon_zoom {
	background-position: 0;
	}

#product-images .product-img {
	margin: 0 0 10px 0;
	}

#product-images .images-nav {
	float: left;
	position: relative;
	width: 450px;
	height: 20px;
	margin: 10px 0 0 0;
	background: #fff;
	}
	
#product-images .images-nav a {
	text-color: #000;
	text-decoration: none;
	text-size: 14px;
	}
	
#product-images .images-nav img {
	float: left;
	display: inline;
	}	

#product-images .images-list {
	position: absolute;
	left: 20px;
	width: 430px;
	padding: 0px 0 0px 0;
	text-align: left;
	float: right;
	}

#product-images .images-list li {
	display: inline;
	padding: 0 5px;
	list-style: none;
	}
		

#product-images .images-list li.image-1 {
	border-left: none;
	}

#product-images .images-prev {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	}

#product-images .images-next {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	}

#product-images .images-prev a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-prev.gif) no-repeat;
	}

#product-images .images-next a {
	display: block;
	width: 18px;
	height: 18px;
	background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-next.gif) no-repeat;
	}

#product-images .images-prev span,
#product-images .images-next span {
	display: none;
	}
	
#product-details {
	float: left;
	width: 210px;
	height: 450px;
	margin-left: 20px;
	}
	
#product_subNav {
	width: 210px;
	height: 20px;
	border-bottom: 2px solid #E1E1E1;
	margin-bottom: 20px;
	}
	
#product_subNav .prev {
	display: block;
	height: 20px;
	font-size: 9px;
	font-family: Helvetica, san-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	float: left;
	}

#product_subNav .prev:hover {
	color: #F54919;
	}		

#product_subNav .next {
	display: block;
	height: 20px;
	font-size: 9px;
	font-family: Helvetica, san-serif;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	float: right;
	}
	
#product_subNav .next:hover {
	color: #F54919;
	}						

#product-details ul {
	margin-left: 17px;
	}

#product-details ol {
	margin-left: 23px;
	}

#product-details li {
	font-size: 11px;
	line-height: 15px;
	list-style: disc;
	}

#product-details ol li {
	list-style: decimal;
	}
#product-details h3 {
	font-family: Times, serif;
	font-style: italic;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	
}

#product-title {
	height: 120px;
	width: 210px;
	margin-bottom: 10px;
	}
	
#product-title h3 {
	font-family: Times, serif;
	font-style: italic;
	width: 100%;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	}
	
#product-details .info p {
	font-family: Helvetica, san-serif;
	font-style: normal;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: auto;
	color: #000;
	line-height: 17px;
	}	

#product-form {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-top: 2px dotted #E1E1E1;
	border-bottom: 2px dotted #E1E1E1;
	}
	
#productPriceTag {
	float: left;
	width: 120px;
	height: 40px;
	background: url(http://lp-sf.com/images/productPriceTag.jpg) 0 0 no-repeat;
	position: relative;
	}
	
#product-details .price {
	font-family: Times, serif;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-align: left;
	position: absolute;
	left: 38px;
	top: 7px;
	}
	
#productQty {
	float: right;
	width: 85px;
	height: 40px;
	background: url(http://lp-sf.com/images/productQty.jpg) 0 0 no-repeat;
	position: relative;
	}
	
#productQty .qtyInput input {
	width: 2em;
	position: absolute;
	left: 48px;
	top: 10px;
	}				

#product-details .info,
#product-form .options {
	width: 100%;
	padding: 0px 0 0px 0;
	}

#product-form .options select {
	width: 100%;
	margin: .8em 0;
	}

#product-form .options ul {
	margin: .8em 0;
	}

#product-form .options li {
	list-style: none;
	padding: 1px 5px;
	}

#product-form .options li input {
	text-align: left;
	vertical-align: middle;
	}
	
#product-form .options li label {
	vertical-align: middle;
	font-weight: bold;
	}
	
#product-form .options li.sold label {
	font-weight: normal;
	color: #999;
	}
	
#product-addtocart {
	clear: both;
	width: 210px;
	height: 40px;
	border: none;
	background: url(http://lp-sf.com/images/addToBasket_btn.jpg) 0 0 no-repeat;
	cursor: pointer;
	margin-top: 10px;
	}
	
#product-addtocart:hover {
	background-position: 0 -40px;
	}	

#product-addtocart span {
	display: none;
	}

#product-details div.sold h4,
#product-details div.soon h4 { 
	margin-top: .8em;
	font-size: 18px;
	font-weight: bold;
	}

#product-details div.sold h4 {
	color: #cf3636;
	}
	
span.qty input {
    	width: 23px;
    	border: 1px solid #ccc;
    	padding: 3px;
   	margin-right: 2px;
	}
	
#related-products {
	width: 450px;
	height: 105px;
	overflow: hidden;
	}
	
#related-products .related-products {
	float: right;
	width: 335px;
	}
	
#product-1.product {
	float: left;
	display: inline;
	width: 95px;
	height: 100%;
	background: #FFF;
	position: relative;

	}
	
#product-2.product {
	float: left;
	display: inline;
	width: 95px;
	height: 100%;
	background: #FFF;
	position: relative;

	}

#product-3.product {
	float: left;
	display: inline;
	width: 95px;
	height: 100%;
	background: #FFF;
	position: relative;

	}			
	
#product .product-a {
	float: left;
	clear: left;
	display: block;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	}
	

#related_products .related_products {
    height: 105px;
    overflow: hidden;
}
#related-products img {
    width: 105px;
    margin: 0px;
}

.current-product-counter {display: none;}

#inventory {
	float: left;
	width: 100%;
	padding: 10px 0 12px 0;
	border-bottom: 1px solid #ccc;
	}

#inventory h3 {
	font-size: 12px;
	margin-bottom: 1em;
	}

#inventory ul {
	margin: 0;
	}
	
#inventory li {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 3px;
	background: #f2f2f2;
	list-style: none;
	}	
	
#inventory .bar {
	display: block;	
	position: relative;
	height: 14px;
	background: #dadada;
	}
	
#inventory .bar span { 
	position: absolute; 
	left: 5px;
	top: 1px;
	width: 150px;
	height: 12px;
	font-size: 10px;
	line-height: 12px;
	overflow: hidden;
	}

#inventory .bar span em {
	display: none;
	}

#inventory span.sold {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 10px;
	color: #ccc;
	line-height: 12px;
	}

.soldOutDetail {
        clear: both;
	width: 210px;
	height: 114px;
	border: none;
	background: url(http://lp-sf.com/images/soldOut.jpg) 0 0 no-repeat;
        }       

/*============================================================
 Cart
============================================================*/

#cart-content {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	}
	
#cart-content a {
        color: #000;
        text-decoration: none;
        }
        
#cart-content a:hover {
        color: #FFF;
        text-decoration: none;
        }        

#cart-table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}

#cart-table td,
#cart-table th {
	text-align: ;
	}

#update-btn-head {
	display: none;
	}


/* Cart Table Columns --------------------------------------*/

#col-item		{ width: 460px; }
#col-price		{ width: 55px; }
#col-qty		{ width: 55px; }
#col-total		{ width: 55px; }
#col-options		{ width: 55px; }


/* Cart Table Header ---------------------------------------*/

#cart-head {
	font-size: 8px;
	letter-spacing: 1px;
	color: #fff;
	background: #000;
	border-bottom: 5px solid #FFF;
	}	

#cart-head th {
	padding-top: 23px;
	padding-bottom: 8px;
	}

#head-item {
	padding-left: 10px;
	background: none;
	}
	
#head-price {
	text-align: center;
	background: none;
	border-left: 2px solid #FFF;
	}
	
#head-qty {
	text-align: center;
	background: none;
	border-left: 1px dotted #FFF;
	}
	
#head-total {
	text-align: center;
	background: none;
	border-left: 1px dotted #FFF;
	border-right: 1px dotted #FFF;
	}			

#head-options span {
	display: none;
	background: none;
	}


/* Cart Table Body -----------------------------------------*/

#cart-body {
	font-size: 14px;
	font-family: Times, Serif;
	color: #000;
	}

#cart-body th {
	padding-left: 10px;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	}

#cart-body td {
	padding: 0px 0px 0px 0;
	height: 40px;
	border-bottom: 1px solid #FFF;
	}

#cart-body tr.row th,
#cart-body tr.row td {
	background: #F8A0B0;
	}

#cart-body tr.row-alt th,
#cart-body tr.row-alt td {
	background: #FED057;
	}
	
#cart-body tr.row-alt2 th,
#cart-body tr.row-alt2 td {
	background: #F77928;
	}	

#cart-body .item-price {
	padding: 0px;
	text-align: center;
	border-left: 2px solid #FFF;
	font-style: italic;
	}
	
#cart-body .item-qty {
	padding: 0px;
	text-align: center;
	border-left: 1px dotted #FFF;
	}	

#cart-body .item-qty input {
	width: 20px;
	}

#cart-body .item-total {
	font-style: italic;
	text-align: center;
	border-left: 1px dotted #FFF;
	border-right: 1px dotted #FFF;
	}

#cart-body .item-options {
	text-align: center;
	}

#cart-body .item-options .remove-btn {
	width: 55px;
	height: 40px;
	background: url(http://lp-sf.com/images/removeBtn.png) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	overflow: hidden;
	}
	
#cart-body .item-options .remove-btn:hover {
	background-position: 0 -40px;

	}	

#cart-body .item-options span {
	display: none;
	}


/* Cart Footer ---------------------------------------------*/

#cart-footer {
	margin: 5px 0 10px 0;
	}

#cart-footer .shippingRow {
	padding: 0px;
	text-align: center;
	width: 680px;
	height: 50px;
	background: url(http://lp-sf.com/images/shipTo.jpg) 0 0 no-repeat;
	margin-bottom: 3px;
	position: relative;
	
	}

#cart-footer .cart-update {
	padding: 0px;
	text-align: right;
	width: 680px;
	height: 120px;
	background: url(http://lp-sf.com/images/totalArrow.jpg) 0 0 no-repeat;
	
	}

#cart-footer .update-btn {
	width: 200px;
	height: 25px;
	border: none;
	background: url(http://lp-sf.com/images/updateTotal.jpg) 0 0 no-repeat;
	cursor: pointer;
	margin: 10px 10px 0px 0px;
	}
	
#cart-footer .update-btn:hover {
	background-position: 0 -25px;
	}	

#cart-footer .cart-shipping {
	float: left;
	display: inline;
	margin: 0px 0 0 0px;
	position: absolute;
	top: 15px;
	left: 80px;
	}

#cart-footer #country {
	width: 145px;
	margin-left: 5px;
	padding: 2px 0;
	font-size: 11px;
	}
	
#cart-footer .shippingTotal {
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 17px;
        right: 58px;
        width: 50px;
        font-size: 14px;
	font-family: Times, Serif;
	text-align: center;
	color: #000;
	font-style: italic;
        }
        
#cart-footer .shippingTotal p{
        font-size: 14px;
	font-family: Times, Serif;
	color: #000;
	font-style: italic;
        }        

#cart-footer .cart-discount {
	padding: 0px;
	text-align: center;
	width: 680px;
	height: 50px;
	background: url(http://lp-sf.com/images/promoCode.jpg) 0 0 no-repeat;
	margin-bottom: 3px;
	position: relative;
	}

#cart-footer #cart_discount_code {
	width: 90px;
	margin: 0px;
        padding: 0px;
        position: absolute;
        top: 17px;
        right: 15px;
	}

#cart-footer .cart-discount p {
	margin: 0px;
        width: 120px;
        font-size: 13px;
	font-family: Times, Serif;
	color: #000;
	font-style: italic;
        position: absolute;
        top: 18px;
        right: 0px;
        padding: 0px;
	}

#cart-footer .cart-total {
	margin: 10px 0 0 0;
	text-align: right;
	width: 680px;
	height: 70px;
	background: url(http://lp-sf.com/images/totalPriceBkgrd3.jpg) 460px 0 no-repeat;
	padding: 0px 0px 0px 0px;
	}

#cart-footer .cart-total h3 {
	font-size: 36px;
	font-family: Times, Serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
	width: 610px;
	}

#cart-footer .cart-total p {
	margin-bottom: 0;
	font-size: 9px;
	color: #999;
	}

#cart-footer .cart-total #cart-shipping-tax p {
	margin-bottom: 7px;
	font-size: 11px;
	color: #666;
	}

#cart-footer .cart-options {
	float: right;
	margin-top: 10px;
	width: 680px;
	}

#cart-footer .cart-checkout {
	float: left;
	} 

#cart-footer .contShopping-btn {
	width: 450px;
	height: 50px;
	margin-right: 10px;
	background: url(http://lp-sf.com/images/contShoppingBtn.jpg) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	}
	
#cart-footer .contShopping-btn:hover {
	background-position: 0 -50px;
	}

#cart-footer .checkout-btn {
	width: 220px;
	height: 50px;
	margin-left: 0px;
	background: url(http://lp-sf.com/images/bigCheckoutBtn.jpg) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	float: right;
	}
	
#cart-footer .checkout-btn:hover {
	background-position: 0 -50px;
	} 	

#cart-footer .update-btn span,
#cart-footer .checkout-btn span,
#cart-footer .contShopping-btn span {
	display: none;
	}

span.total-discount,
span.total-shipping {
	font-weight: bold;
	}



/*============================================================
 FAQ
============================================================*/

#faq-content {
	padding: 15px 25px;
	}

#faq-content .faq-list dt {
	margin-bottom: .5em;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	}

#faq-content .faq-list dd {
	margin-bottom: 2.3em;
	}



/*============================================================
 Contact
============================================================*/

#contact-content {
	padding: 15px 25px;
	}

#contact-form {
	width: 425px;
	padding: 15px 0;
	}
	
#contact-form label {
	float: left;
	width: 85px;
	padding: 2px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	color: #666;
	}

#contact-form input,
#contact-form textarea {
	float: left;
	width: 250px;
	margin: 0 25px 8px 10px;
	vertical-align: bottom;
	}

#contact-form textarea {
	width: 300px;
	height: 150px;
	}

#contact-form p,
#captcha-div {
	float: left;
	display: inline;
	width: 330px;
	margin: 0 -3px 10px 95px; /* -3px fixes ie6 duplicate chars */
	}

#contact-form p {
	margin-bottom: 25px;
	}

#contact-submit {
	clear: both;
	display: block;
	width: 42px;
	height: 18px;
	margin: 0 0 0 95px;
	border: none;
	background: url(https://assets.bigcartel.com/theme_assets/1/1.0.12/images/btn-send.gif) no-repeat;
	cursor: pointer;
	}

#contact-submit span {
	display: none;
	}



/*============================================================
 Success
============================================================*/

body.success #main-content h2 {
	padding: 20px 20px 0 20px;
	font-size: 17px;
	}

body.success #main-content p {
	padding: 0 20px 20px 20px;
	}



/*============================================================
 Custom Pages
============================================================*/

#faq-content {
	padding: 0;
	}
	
body.custom #main-content {
	width: 507px;
	padding: 20px 25px;
	}

body.custom #main-content strong {
	font-weight: bold;
	}

body.custom #main-content em {
	font-style: italic;
	}

body.custom #main-content code,
body.custom #main-content pre {
	white-space: pre;
	}

body.custom #main-content h2,
body.custom #main-content h3,
body.custom #main-content h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	}

body.custom #main-content ul,
body.custom #main-content ol,
body.custom #main-content blockquote {
	padding: 0 50px;
	}

body.custom #main-content ul li {
	line-height: 15px;
	list-style: disc;
	}

body.custom #main-content ol li {
	line-height: 15px;
	list-style: decimal;
	}

body.custom #main-content blockquote {
	margin-bottom: 1em;
	font-style: italic;
	}

body.custom #main-content dt {
	margin-bottom: .5em;
	font-size: 13px;
	font-weight: bold;
	}

body.custom #main-content dd {
	margin-bottom: 2.3em;
	line-height: 15px;
	}
	
.alert-noitems {
        font-family: Times, serif;
        font-size: 24px;
        color: #000;
        font-style: italic;
        }
        
.alert-noitems span {
        font-family: Helvetica, san-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        font-style: normal;
        letter-spacing: 1px;
        }        