@charset "utf-8";

/*---------------- RESET BROWSER DEFAULTS ----------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6, h7, h8, h9, price, saleprice, product_no, p, blockquote, pre, a, em, img, fieldset, form, label, legend { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: bottom; }
ul { list-style:none; }
body { line-height: 1.5; }
a img { border: none; }


/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


