/* ------------------------------------------------- Imported Styles */
@import url("layout.css");


/* ------------------------------------------------- General Styles */
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,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	}
body {
	margin:0 18px;
	padding:0;
	font:normal 62.5%/175% arial,helvetica,sans-serif;
	color:#000;
	text-align:left;
	background:#fff;
	line-height:1;
	}
	
blockquote, q {
	quotes:none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
	}
ul, ol {
	list-style:none;
	}
:focus {
	outline:0;
	}
ins {
	text-decoration:none;
	}
del {
	text-decoration:line-through;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
	}
img {
	display:block;
	}
	
	
	
	
/* ------------------------------------------------- Shopify Integration Styles */

div.shopify-product-widget div.product-image {
	display:!none;
}

.styled-select select {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 12px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 24px;
   -webkit-appearance: none;
   }
   
.styled-select {
   width: 240px;
   height: 24px;
   overflow: hidden;
   background: url(/images/down_arrow_select.jpg) no-repeat right #fff;
   border: 1px solid #ccc;
   }   

div#minicart {
	padding-top: 15px;
}
div#minicart a.cart {
	background: url(/images/shopify/shopify_sprites.png) -32px -128px no-repeat;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 1px;
    text-decoration: none;
    /* border-right: 1px solid #e8e8e8;	 */
	color: #535353;
	font-size: 12px;
}


