/*
	SuperCheap Auto (Print Styles)
	Created: 7th June 2007, WDG Brisbane
	
	# This stylesheet contains
	    - Hidden Elements
	    - Base HTML Elements
	    - Structure
	    - Custom Screens
*/

/*
	** Hidden Elements
*/
.offleft,
.assist,
.menu,
.branding,
.features
{
	display: none;
}


/*
	** Base HTML Elements
*/
body
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	clear: both;
	margin: 4mm 0;
	
	color: #000;
	font-size: 12pt;
}
p,
ul
{
	margin: 4mm 0;
}
ul li
{
	margin-left: 5mm;
}


/*table styling*/
table.table_style_01 {
	clear:both;
	padding:0; margin:0 0 20px;
}
table.table_style_01 label{
	width: 100%;
}
table.table_style_01 tr.tabletop td {
	font-size:1.16em;
	font-weight:bold;
	padding:5px 3px;
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	white-space: nowrap;
}
table.table_style_01 tr.tablebottom td {
	font-size:1.16em;
	font-weight:bold;
	padding:5px 3px;
	border-top:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
}

/**/
div.content_page_50 h4
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
div.content_page_50 dl {
	clear:both; display:block;
	width:310px;
	font-size:1.0em; line-height:1.2;
	padding:0; margin:0;
}
div.content_page_50 dl dt {
	float:left; clear:left;
	width:130px;
	padding:0 0 0 0; margin:0;
	font-size: 1.0em;
}
div.content_page_50 dl dd {
	float:left;
	width:150px;
	padding:0 0 0 0; margin:0;
	font-size: 1.0em;
}
div.content_page_50 dl dt.fullspan,
div.content_page_50 dl dd.fullspan {
	float:none; clear:both;
	width:320px;
}

.content_page input.button
{
	display: none;
}

/*
	** Structure
*/
.quicklinks,
.navigation,
.content_page #column01,
.footer,
#CCVInfo,
.shopping_btn_container,
.no-print,
.download-links
{
	display: none;
}

/*
	** Custom Screens
*/
div.content_page_50
{
	width: 45%;
	margin-right: 2%;
	float: left;
}

/*
    CompanyName (Print Styles)

    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created CreationDate
*/

/* 	
	This is the print stylesheet to hide the sIFR Flash headlines from the browser... 
	regular browser text headlines will now print as normal 
*/
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

div#flash-stack,
div.login,
div.download-links,
div.product_image a img,
table.table_preference
{
	display: none;
}