/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

body {
	color: #000;
	font: 10pt/1.5 Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	background-color: #fff;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	font-weight: bold;
	font-size: 14pt;
	text-align: left;
	color: #000;
	padding-bottom: 8px;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 30px;}
/* Don't split images over pages */
img	{page-break-inside: avoid;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 16pt;
	margin-bottom: 8px;
	line-height: 1.3;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	font-weight: normal;
}
h1 {font-size: 20pt;} 
h2 {clear: both;}
h3 {font-size: 14pt;}
h4, h5 {
	font-size: 12pt;
	font-weight: bold;
}
h5, h6 {font-size: 10pt;}
/* Avoid a header right at the bottom of the page */
h2, h3, h4, h5, h6 {page-break-after: avoid;}
/* Margins */
p, ul, ol, dl, table {margin-bottom: 22px;}
table table, table p {margin: 0;}
/* Lists */
ul, ol {margin-left: 44px;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: 8px 0 8px 22px;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
#logo, #breadcrumbs, #nav-main, #content-banner, #footer, #wn-scroll,
.hide, .submit, .feedback, .feedback-sml, .pagination, #img-lib .separator, .search, fieldset {display: none;}

/* These are only for Forum / Reviews - if not being used then remove them */
#review-content, .btn-forum, #forum-bcrumbs {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
}
#logo-print {
	display: block;
	padding-bottom: 10px;
}
#ancillary, #ancillary p {
	display: inline-block;
	font-size: 11px;	
	margin: 0;
}
#ancillary p {
	border-right: 1px solid #aaa;
	line-height: 13px;
	margin-right: 6px;
	padding-right: 6px;	
}
#ancillary,
#content-wrapper,
#content-wrapper #content-main,
#content-main .section {
	clear: none;
	float: none;
	height: auto;
	margin: 0;
	min-height: inherit;
	overflow: auto;
	padding: 0;
	position: relative;
	width: 100%;
}
#content-wrapper {padding: 20px 0;}
#wn, #wn-inner {
	height: auto !important;
	overflow: auto !important;
	position: relative !important;
	width: auto !important;
}
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666;
}

/****************************************************************************************
	[GLOBAL RULES]
*****************************************************************************************/

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [CMS MODULES]
-------------------------------------------------------*/
/* --Search Results-- */
#search-results p {margin: 0;}
#search-results .rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
#img-lib {list-style: none;}
	#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}

