@charset "utf-8"; 
/****************************************************************************************	
	[RESET]
*****************************************************************************************/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, 
form, label, legend, caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, th, td {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
html, body, form, a img {border: none;}
ul, ol {list-style: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/****************************************************************************************	
	[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;
}
table th {
	text-align: left;
	color: #002156;
	font-weight: bold;
}
th, td {
	padding: 0.5em;
	border: 1px solid #c1d5e8;
}
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;}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 16pt;
	margin-bottom: 8px;
	line-height: 1.3;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002156;
	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;}

/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
/* Spacing */
#content-wrapper p, #content-wrapper ul,
#content-wrapper ol, #content-wrapper dl,
#content-wrapper table {margin-bottom: 15px;}
#content-wrapper table table,
#content-wrapper table p,
#content-wrapper fieldset table {margin: 0;}
/* Lists */
#content-wrapper ul, #content-wrapper ol {margin-left: 44px;}
#content-wrapper ul {list-style: disc;}
#content-wrapper ul ul {list-style: circle;}
#content-wrapper ol {list-style: decimal;}
#content-wrapper ol ol {list-style: lower-alpha;}
#content-wrapper ol ol ol {list-style: lower-roman;}
#content-wrapper ul ul, 
#content-wrapper ol ol {margin: 8px 0 8px 20px;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [HIDE ELEMENTS]
-------------------------------------------------------*/
.hide, .hide-p, .submit-single, .submit, .feedback-sml, div.feedback, 
#bcrumbs-toolbar, ul.pagination, ul#img-lib li.divider, 
#review-content, .search, #flash-content, #header img#logo, 
#nav-main, #login, #footer p, #footer ul, #aside, a.return, 
a.read-more, a.see-more, #list-filter, .list-filter-submit, 
#shop-details fieldset, #sidebar, #shop-details div.submit, 
#tab-nav, ul#rotator, div.post-datetime-author a, .btn-forum {display: none;}

/* [SHOW ELEMENTS]
-------------------------------------------------------*/
#header {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #000;
}
#content-wrapper {padding: 20px 0;}
	
#footer {
	border-top: 1px solid #666;
	padding: 8px 0 0 0;
	clear: both;
	width: 100%;
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #666;
}
	#footer #copyright p {display: block;}

/****************************************************************************************
	[MAIN CONTENT COMPONENTS]
*****************************************************************************************/

/* [JOURNAL]
-------------------------------------------------------*/
#journal-img {
	float: left;
	margin: 0 5px 5px 0;
}

/* [STANDARD STRUCTURED LIST]
-------------------------------------------------------*/
#content-wrapper ul.structured-list {margin: 0;}
	#content-wrapper ul.structured-list li {
		padding: 10px 0;
		border-top: 1px solid #000;
		clear: left;
	}
		/* Thumbnail Image */
		#content-wrapper ul.structured-list li img {
			margin: 0 10px 10px 0;
			float: left;
		}
			/* External Anchor Icon */
			#content-wrapper ul.structured-list a.external img {float: none !important; vertical-align: middle; margin: 0;}
		/* Listing Text */
		#content-wrapper ul.structured-list li h4,
		#content-wrapper ul.structured-list li h3 {
			font: bold 1em Arial, Helvetica, sans-serif;
			margin-bottom: 0.3em;
		}

/* [TABS]
-------------------------------------------------------*/	
.tab-content {display: block !important;}

/* [CMS MODULES]
-------------------------------------------------------*/

/* --Search Results-- */
#content-wrapper ul#search-results li p {margin: 0;}
#content-wrapper ul#search-results li p.rating {
	color: #666;
	font-size: 9pt;
}

/* --Image Library-- */
#content-wrapper ul#img-lib {list-style: none;}
	#content-wrapper ul#img-lib li div a img {
		border: 2px solid #CECECE;
		max-width: 125px;
		max-height: 105px;
	}
	
/****************************************************************************************
	[SITE WIDE CLASSES]
*****************************************************************************************/
#content-wrapper p.date, #content-wrapper p.state {
	font-weight: bold;
	margin-bottom: 3px;
}
p.intro {
	font: normal 11pt/1.3 Georgia, "Times New Roman", Times, serif;
	color: #002156;
}
.table-head {font-weight: bold;}
