/****************************************************************************************	
	[GENERAL SELECTORS]
*****************************************************************************************/

/* Eric Meyer's Reset Rules */
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;
}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Back to my CSS */
body {
	color: #000;
	font: 10pt/1.5 Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption {
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}
strong {font-weight: bold;}
em {font-style: italic;}
blockquote {margin: 0 12px;}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}
h1 {
	font-size: 15pt;
	margin-bottom: 26px;
}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4, h5, h6 {font-size: 1.05em;}
/* Over-ride dodgy font tag rules for CMS */
font {
	font-family: Arial, sans-serif !important; 
	font-size: 10pt !important;
	color: #000 !important;
}

/* Forms */
fieldset  {
	border: 1px solid #666;
	padding: 15px 10px;
	margin-bottom: 30px;
}
	fieldset legend span {
		font-weight: bold;
		font-size: 11pt;
		display: block;
		padding-bottom: 10px;
	}
	fieldset div.form-row {margin-bottom: 12px;}
	fieldset label {
		font-weight: bold;
		display: block;
	}
	fieldset input.txt-input,
	fieldset input.txt-input-sml {
		display: block;
		border: none;
		border-bottom: 1px solid #666;
		width: 400px;
	}
	fieldset input.txt-input-sml {width: 80px;}
	fieldset textarea {
		border: 1px solid #000;
		width: 400px;
		height: 100px;
		overflow: auto;
	}

/* [CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
div.main-content p, div.main-content ul,
div.main-content ol, div.main-content dl,
div.main-content table {margin-bottom: 26px;}
div.main-content table table {margin: 0;}
div.main-content p + ul,
div.main-content p + ol {margin-top: -20px;}
/* Lists */
div.main-content ul, div.main-content ol {margin-left: 44px;}
div.main-content ul {list-style: disc;}
div.main-content ol {list-style: lower-alpha;}
div.main-content ul ul, 
div.main-content ol ol {margin: 8px 0 16px 20px;}

/****************************************************************************************
	[LAYOUT]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide,
form fieldset p.form-hint,
form fieldset.form-submit,
form fieldset em,
img#bg,
#logo,
#nav,
#subnav,
div.panel,
#footer ul,
#store-states,
div.main-content ul.pagination,
div.loader,
#right-col a#prev,
#right-col a#next,
#flashContent,
object, #account-tools,
#ancillary-nav,
#notification {display: none;}

#wrapper {width: 100%;}
div.main-content {padding: 20px 0;}

#footer {
	border-top: 1px solid #666;
	padding: 5px 0 0 0;
	clear: both;
}
	#footer p {
		font: normal 8pt Arial, Helvetica, sans-serif;
		color: #666;
		text-align: center;
	}

/****************************************************************************************
	[COMPONENTS] specific styles for content area
*****************************************************************************************/
div.main-content #stores #store-listings h3 {margin-bottom: 0.60em;}
div.main-content #stores #store-listings table {width: 568px;}
	div.main-content #stores #store-listings table th {
		vertical-align: top;
		padding: 4px;
		line-height: 1.2;
		text-align: left;
		border: 1px solid #000;
	}
		div.main-content #stores #store-listings table td {
			vertical-align: top;
			padding: 4px 15px 4px 4px;
			line-height: 1.2;
		}
		div.main-content #stores #store-listings table td.col1 {width: 250px;}
		div.main-content #stores #store-listings table td.col2 {width: 318px;}


div.main-content #two-col-gallery #right-col p {
	width: 309px;
	padding-top: 10px;
}

div.main-content ul#img-caption {
	margin: 0;
	list-style: none;
}

div.main-content #collections-print {margin-bottom: 1.5em;}
	div.main-content #collections-print img {
		float: right;
		margin: 0 0 10px 10px;
	}
	div.main-content #collections-print ul {
		margin: 0;
		width: 300px;
		list-style: none;
	}
		div.main-content #collections-print ul li {
			background: none;
			padding: 0 0 10px 0;
		}
			div.main-content #collections-print ul li h3,
			div.main-content #collections-print ul li p {margin: 0;}
			
/****************************************************************************************
	[COMMONLY USED CLASSES]
*****************************************************************************************/

