/**
* @section reset
* @version 2.2.3
* @author Yahoo! Inc. 2007
* @author Eric Meyer
* @license BSD License: http://developer.yahoo.net/yui/license.txt
* @see http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ Reworked Reset
* --------------------------------------------------------------------------------------------------
*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, blockquote, img, 
table, caption, tbody, tfoot, thead, tr, th, td,
form, fieldset, input, textarea, label, legend {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
html, body {
	position: relative;
	line-height: 1;
	background-color: #FFF;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
legend {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q::before, q::after, blockquote::before, blockquote::after {
	content: '';
	content: none;
}
q, blockquote {
	quotes: "" "";
}
abbr, acronym, fieldset, img, a img, :link img, :visited img {
	border: 0;
}
abbr, acronym, ins, del {
	text-decoration: none;
}


/**
* @section Common
*
* Core code for resuing in common techniques such as image replacement,
* easy clearing and a method of hiding elements without display: none;
*
* =h Accessible Hiding
* =r Image Replacement
* =c Easy Clearing
* --------------------------------------------------------------------------------------------------

*
* =h
* @subsection Accessible Hiding
* --------------------------------------------------------------------------------------------------
*/
.access,
table caption,
.more a strong, a.more strong, .more a span, a.more span, .more span,
body.static #content h2 {
	position: absolute; left: -9999px;
	overflow: hidden;
	height: 0; width: 0;
	font-size: 0; line-height: 0;
}
legend {
	display: none;
}


/**
* =r
* @subsection Image Replacement
* @see http://phark.typepad.com/phark/2003/08/accessible_imag.html Phark Image Replacement
* --------------------------------------------------------------------------------------------------
*/
.phark, .replace,
p.button, p.button a, li.button, li.button a, input.button,
#header h1, #header h1 a,
#nav ul li, #nav ul li a,
#footer-social li, #footer-social li a,
ul.tab-list li, ul.tab-list li a,
.tabs div.section p.more, .tabs div.section p.more a,
a.button-action,
#content-config #search input.submit,
div.artwork ul.cycle-pager li, div.artwork ul.cycle-pager,
ul.options li, ul.options li a, div.option a,
div.hproduct .item .buy h4, div.hproduct .item .buy h4 a,
body.guitar-room #content h2, body.guitar-room #content p.browse,
body.tools #content h2, body.tools #content p.browse,
body.guitar-room #content p.coming-soon,
body.tools #content p.coming-soon,
a.view-album,
p.share, p.share a,
body.news #content-nav h3,
body.news p.rss, body.news p.rss a,
body.news #content div.gallery ul.cycle-arrows li, body.news #content div.gallery ul.cycle-arrows li a,
body.news #content div.gallery ul.cycle-pager a,
body.media #content-config #content-config-mini-cart ul li, body.media #content-config #content-config-mini-cart ul li a,
#lightbox-secNav-btnClose a,
#cart .details table.tbody input,
#cart .details table.tbody p.download, #cart .details table.tbody p.download a,
#cart .details table.tbody p.download-all, #cart .details table.tbody p.download-all a,
#content-config h2.content-heading,
body.tours-events h2,
form span.warning {
	overflow: hidden;
	display: block;
	font-size: 0; line-height: 0; text-decoration: none; text-indent: -9999px;
	background: transparent no-repeat 0 0;
	border: 0;
}


/**
* =e
* @subsection Easy Clearing
* @see http://www.positioniseverything.net/easyclearing.html
* --------------------------------------------------------------------------------------------------
*/
.clearfix::after, #section::after {
	clear: both;
	display: block; visibility: hidden;
	height: 0; width: 0;
	font-size: 0; line-height: 0;
	content: '.';
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */


div.debug pre, pre.debug {
	clear: both;
	padding: 10px !important;
	color: #000 !important;
	background-color: #F7F7F7 !important;
	border: 1px solid #000 !important;
}
