/*
    13flowers (Print Styles)

    @company Alfreso Design
    @website alfresco.com.au | alfrescodesign.com
    @updated 2006-02-17
    @version 1.0
*/

/*
	*=Hide these elements
*/
#overlay,
#processing,
#logoGroup p,
.jsUnavailable,
.noprint,
.accessibility, 
.acc,
.offleft,
.hide,
.header form,
.header .topmenu,
.menu,
.textmenu,
.sidecol,
.column2,
.footer h4,
.panel-pat-rafter,
.content-heading,
.product .summary a span,
.addons-suggest img,
.productarea .round-button,
hr
{
	display: none;
}

/*
	*=Show these elements
*/
.content,
.footer
{
	display: block;
}



/*
	*=Custom Elements
*/
body
{
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-size: 11pt;
	margin: .3cm 0 0;
}
h1
{
	font-size: 14pt;
}
dl
{
	margin: .1cm 0 0;
}

a img
{
	border: 0cm none;
}
p,
li
{
	line-height: 11pt;
}

a:link { color: #555; }
a:visited { color: #555; }

fieldset
{
	padding: 2mm;
}


.header 
{
	padding: 0.1cm 0.1cm 0;
}
.featured-product
{
	clear: both;
}
.featured-product img,
img.fleft
{
	float: left;
	margin-right: .5cm;
}
.product .summary a img,
img.fright
{
	float: right;
	margin-left: .5cm;
}

.productarea
{
	float: left;
	height: 5.5cm;
	width: 130px;
}

.page
{
	clear: both;
	margin: 0;
	padding: 0;
}

.content-heading
{
	padding: 0.1cm 0.8cm 0cm;
}

.column1
{	
	padding: 0.5cm 0cm 0.8cm;
}

table
{
	width: 100%;
	margin: 0;
	margin-top: 1mm;
	padding: 0;
	
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
}
table th
{
	text-align: left;
	border-bottom: 2px solid #ccc;
	padding: 0.08cm;
}
table th a { color: #000; }
table td
{
	border-bottom: 1px solid #ccc;
	padding: 0.08cm;
}

dl dt
{
	float: left;
	clear: both;
	display: block;
	position: static;
	width: 3.8cm;
}
dl dd
{
	margin-left: 3.9cm;
}

.footer
{
	clear: both;
	padding-top: 1mm;
	text-align: center;
	font-size: 9pt;
	font-weight: normal;
}


