/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/
.noprint,
.hdn,
ul.menublock,
ul.submenublock,
#nav-global,
#nav-main,
#footer,
#breadcrumb,
td#left,
ul.m1,#search,
#header-text,
.no-image,
input,
button,
.add-to-cart,
.widget,
.results-per-page,
.links-bar
{
	display:          none;
}

/*********************************************************************************************************/
/*	Hide select edit elements
/*********************************************************************************************************/
a.selectedit,a.selectedit_preview,input.selectedit,input.siteeditbutton,input.selectedit_preview,#selectedit_list
{
	display:          none;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
body
{
	margin:           0in 0.5in;
	background-color: white;
	background-image: none;
	font-family:      helvetica, arial, sans-serif;
}

#header
{
	padding-bottom:   1em;
	margin-bottom:    1em;
	border-bottom:    1px solid black;
}

h1
{
	margin:           0 0 .7em 0;
	padding:          0px;
	font-weight:      normal;
	font-size:        16pt;
}

h1 a,h1 a:hover
{
	color:            #0f65a0;
}

h2
{
	page-break-after: avoid;
	font-weight:      bold;
	font-size:        12pt;
	color:            black;
	margin-bottom:    2pt!important;
	padding:          0;
	color:            #0F65A0;
}

.bodytext
{
	margin:           0pt 0pt 16pt;
	text-align:       justify;
	line-height:      16pt;
	font-size:        10pt;
	color:            black;
}

.bodytext2
{
	line-height:      12pt;
}

a
{
	text-decoration:  none;
	color:            rgb(153,51,51);
}

.right
{
	float:            right;
	margin-left:      2em;
	margin-bottom:    1em;
}


#product-table td
{
	clear:            both;
	display:          block;
	font-size:        10pt;
	line-height:      16pt;
	margin-bottom:    1.5em;
}

#product-table h2
{
	margin:           0 0 .7em 0;
}

.product-list th
{
	text-align:       left;
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:          none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:   top;
	padding:          0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:           0px;
}

h1,h2,h3
{
	page-break-after: avoid;
	margin-bottom: 0pt;
}


