/*************************************************************
 
 Big Cartel CSS Kit -Remixed to be Shop.tripleta.com
 -------------------------------------------------------------
tripleta.bigcartel.com
 
 Theme:		Default - Tripleta
 Org Author:	Indie Labs
 					http://indielabs.com
 
 Copyright 2007 Indie Labs LLC.
 More info at: http://www.bigcartel.com/
 
 
 NOTE
 -------------------------------------------------------------
 If you’re using the default images, you'll need to remove
 the ".." from the beginning of the image URLs before you
 add this CSS to your admin. For example:
 
              "/themes/sexy/images/badge.gif"
                      would change to
               "/themes/sexy/images/badge.gif"
 
 
*************************************************************/



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

* {
	margin: 0;
	padding: 0;
	}

body {
	margin-top: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	
	}

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

li {
	list-style: none;
	}

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

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

a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #00ACEE;
	}

a:hover, a:active {
	color: #00ACEE;
	}

a img	{
	border: none;
	}

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;
	}



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





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




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


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

	
#main-title span {
display:none;
}

#main-title h2 {
	margin: 16px 0 13px 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CDE2F0;
	}


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






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




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

#search-input {
	width: 115px;
	padding: 2px 1px 1px 1px;
	font-size: 10px;
	vertical-align: middle;
	}	

#search-submit {
	width: 24px;
	height: 18px;
	margin-left: 3px;
	vertical-align: middle;
	border: none;
	background: url(/themes/sexy/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 {
	float: left;
	width: 100%;
	display:none;
	}

#badge a {
	float: left;
	display: block;
	width: 79px;
	height: 23px;
	background: url(/themes/sexy/images/badge.png) no-repeat  !important;
	background: url(/themes/sexy/images/badge.gif) no-repeat;
	}
	
#badge span {
	display: none;
	}



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

#footer {
	clear: both;
	}



/*============================================================
 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(/themes/sexy/images/bullet-error.gif) no-repeat 0 7px;
	}

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




/*************************************************************
 
 Store Pages
 
*************************************************************/
.minicart-options {
margin-top:-20px;
text-align: right;
font-size:12px;
font-weight:bold;
}

.minicart-view {
padding-bottom:8px;
}

.minicart-options a:link, a:visited{

color:#FFFFFF;
}

.minicart-options a:hover {
color:#00ACEE ;
}

#minicart {
background: url(http://www.tripleta.com/images/shop/cart.png) no-repeat top left;
font-size:11px;
padding-left:35px;
}

.minicart-title {

}


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

#products {
	left: 40px;
	width: 100%;
	
	margin: 10px 4px 4px 10px;
	
	}
	
html>body #products {
	left: 40px;
	width: 100%;
	
	margin: 3px 4px 4px 50px;
	
	}

#products div.product {
	float: left;
	display: inline;
	width: 175px;
	height: 100%;
	
	
	}
	
#products div.product p {
	margin-bottom: 0;
	}

#products .product-img {
	display: block;
	float: left;
	}

#products .product-info {
	float: left;
	width: 157px;
	padding: 5px 9px 40px 9px;
	border: none;
	}

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

#products .product-title {
	float: left;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	
	}

#products .product-price {
	float: left;
	font-size: 10px;
	margin-right: 8px;
	margin-left: 8px;
	}

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

#products .product-a {
	float: left;
	clear: left;
	display: block;
	cursor: pointer;
	}

#products .product-a h3,
#products .product-a p {
	color: #ffffff;
	}

#products .product-a:hover h3,
#products .product-a:hover p {
	color: #00ACEE;
	}

#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 {
	padding-right: 370px;
	
	}

#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-left: -342px;
	
	}

#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-left: -155px;
	margin-right:-100px;
	

	}
	
html>body #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-left: -145px;

	}



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

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

#product-images {
	float: left;
	width: 300px;
	}

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

#product-images .images-nav {
	float: left;
	position: relative;
	width: 300px;
	height: 28px;
	margin: 10px 0 0 0;
	background: #EFE41A;
	}

#product-images .images-list {
	position: absolute;
	width: 244px;
	top: 0;
	left: 28px;
	padding: 7px 0 8px 0;
	text-align: center;
	}

#product-images .images-list li {
	display: inline;
	padding: 0 5px;
	list-style: none;
	border-left: 1px solid #666;
	}

#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: 32px;
	height: 22px;
	background: url(http://www.tripleta.com/images/shop/prev.gif) no-repeat;
	}
	
html>body #product-images .images-prev a {
	display: block;
	width: 32px;
	height: 22px;
	background: url(http://www.tripleta.com/images/shop/prev.png) no-repeat;
	}

#product-images .images-next a {
	display: block;
	width: 32px;
	height: 22px;
	background: url(http://www.tripleta.com/images/shop/next.gif) no-repeat;
	}
	
html>body #product-images .images-next a {
	display: block;
	width: 32px;
	height: 22px;
	background: url(http://www.tripleta.com/images/shop/next.png) no-repeat;
	}

#product-images .images-prev span,
#product-images .images-next span {
	display: none;
	}

#product-details {
	float: left;
	width: 215px;
	margin-left: 15px;
	}

#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 .price {
	width: 100%;
	margin-bottom: .7em;
	padding-bottom: .7em;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #ccc;
	}
	
#product-details .info,
#product-form .options {
	width: 100%;
	padding: .3em 0 .3em 0;
	border-bottom: 1px solid #ccc;
	
	}
	
#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;
	display: block;
	width: 87px;
	height: 26px;
	margin-top: 15px;
	border: none;
	background: url(http://www.tripleta.com/images/shop/add.gif) no-repeat;
	cursor: pointer;
	}
	
html>body #product-addtocart {
	clear: both;
	display: block;
	width: 87px;
	height: 26px;
	margin-top: 15px;
	border: none;
	background: url(http://www.tripleta.com/images/shop/add.png) no-repeat;
	cursor: pointer;
	}

#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;
	}



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

#cart-content {
	float: left;
	}

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

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

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


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

#col-item			{ width: 337px; }
#col-price		{ width: 65px; }
#col-qty			{ width: 40px; }
#col-total		{ width: 65px; }
#col-options	{ width: 30px; }


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

#cart-head {
	font-size: 9px;
	color: #fff;
	background: #00ACEE;
	}

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

#head-item {
	padding-left: 10px;
	}

#head-options span {
	display: none;
	}


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

#cart-body {
	font-size: 9px;
	}

#cart-body th {
	padding-left: 10px;
	font-weight: bold;
	}

#cart-body td {
	padding: 9px 12px 9px 0;
	}

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

#cart-body .item-price {
	padding-right: 5px;
	}

#cart-body .item-qty input {
	width: 2em;
	}

#cart-body .item-total {
	font-weight: bolder;
	}

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

#cart-body .item-options .remove-btn {
	width: 13px;
	height: 13px;
	background: url(/themes/sexy/images/btn-delete.gif) no-repeat;
	border: none;
	cursor: pointer;
	}

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


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

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

#cart-footer .cart-update {
	padding: 10px 0;
	text-align: right;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#cart-footer .update-btn {
	width: 114px;
	height: 26px;
	border: none;
	background: url(http://www.tripleta.com/images/shop/recalc.gif) no-repeat;
	cursor: pointer;
	}
	
html>body #cart-footer .update-btn {
	width: 114px;
	height: 26px;
	border: none;
	background: url(http://www.tripleta.com/images/shop/recalc.png) no-repeat;
	cursor: pointer;
	}

#cart-footer .cart-shipping {
	float: left;
	display: inline;
	margin: -31px 0 0 11px;
	}
	


#cart-footer #country {
	width: 160px;
	margin-left: 5px;
	padding: 2px 0;
	font-size: 11px;
	}

#cart-footer .cart-discount {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
	}

#cart-footer #cart_discount_code {
	width: 80px;
	margin-left: 10px;
	}

#cart-footer .cart-discount p {
	margin: 1px 0;
	}

#cart-footer .cart-total {
	padding: 15px 0 5px 0;
	text-align: right;
	border-bottom: 1px solid #ddd;
	}

#cart-footer .cart-total h3 {
	font-size: 16px;
	margin: 0;
	}

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

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

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

#cart-footer .checkout-btn {
	width: 66px;
	height: 18px;
	margin-left: 8px;
	background: url(http://www.tripleta.com/images/shop/chkout.png) no-repeat;
	border: none;
	cursor: pointer;
	}

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



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

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

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

#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: #000;
	}

#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(/themes/sexy/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;
	}
	
	/*website link/sticker */
	
#website a:visited {

display:block;
width:125px;
height:124px;
background:url(http://www.tripleta.com/images/shop/sticker-flat.gif) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
text-decoration:none;
position:relative;
top:26em;
left:85%;
margin-top:-130px;
}

html>body #website a:visited {

display:block;
width:125px;
height:124px;
background:url(http://www.tripleta.com/images/shop/webstick.png) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
text-decoration:none;
position:relative;
top:26em;
left:90%;
margin-top:-130px;
}


#website a:link {

display:block;
width:125px;
height:124px;
background:url(http://www.tripleta.com/images/shop/sticker-flat.gif) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
text-decoration:none; 
position:relative;
top:26em;
left:85%;
margin-top:-130px;

}


html>body #website a:link {

display:block;
width:125px;
height:124px;
background:url(http://www.tripleta.com/images/shop/webstick.png) 0 0 no-repeat;
text-indent:-3000px;
overflow:hidden;
text-decoration:none; 
position:relative;
top:26em;
left:90%;
margin-top:-130px;
}
	
	

  
/*============================================================
Added by Big Cartel for theme updates
============================================================*/

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

#products .product-img {
	display: inline;
	float: none;
	vertical-align: middle;
	}

#products .product-a {
	text-align: center;
	overflow: hidden;
	}

#products .product-a h3,
#products .product-a p {
	text-align: left;
	}

#product-images {
	width: 300px;
	}

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

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

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

#product-image img {
	vertical-align: middle;
	}

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

#cart-body .item-options .remove-btn { 
  display: block; 
  }

#cart-footer .cart-total {
	padding-bottom: 15px;
	}

#cart-footer .cart-total p {
	margin-bottom: 0;
	}

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

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

/* 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;
	}

/* Custom Page Content
------------------------------------------------------------*/

#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-size: 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;
	}
	
#copyrightfoots p {
font-size: 11px;
color:#000000;
font-weight:bold;
}
