
/* ::: DEROYAL.COM - PRINT CSS ::: */

/* =============================================== */
/*  STANDARD HTML TAG ELEMENT RULES AND MODIFIERS  */
/* =============================================== */

a {
	color: #323232;
	text-decoration: none;
}

/* =============================================================== */
/*  STANDARD PAGE LAYOUT RULES AND MODIFIERS (in PAGE FLOW order)  */
/* =============================================================== */

/* == STANDARD PAGE LAYOUT IDS (in PAGE FLOW order) == */

#navFrame, #webToolsNav, .search, #breadcrumbs, #content,
#footerLeft, .viewTabs, .sidebarNav {
	display: none;
}

#customerServiceBanner h5 {
	font-size: 0.85em;
	padding-bottom: 3px;
}

#headerFrame, #contentFrame, #content, #footerFrame {
	width: 100%;
	display: inline;
	overflow: hidden;
}

#headerFrame h3 {
	font-size: 1.15em;
	padding-top: 0px;
	padding-bottom: 12px;
	font-weight: bold;
}

#footer p, #address p 
{
	font-size: 0.8em;
}

#footer p strong, #address p strong
{
	font-weight: normal;
}

#footer p
{
	margin-top: 18px;
	padding-bottom: 0px;
}

/* ================================================================= */
/*  CONTENT SECTION LAYOUT RULES AND MODIFIERS (in PAGE FLOW order)  */
/* ================================================================= */

#column_LeftSidebar, #column_Content_LeftMargin, #column_Content_LeftAndRightMargin, #column_Content_RightMargin, #column_RightSidebar
{
	width: 100%;
	display: inline;
	overflow: hidden;
}

/* =============================== */
/*  GENERAL CLASSES AND MODIFIERS  */
/* =============================== */

.noDisplay, .noPrint, .handheldOnly, .screenOnly {
	display: none;
}