/* -----------------------------------------------------
Cold Jet CSS for Print - US English
Version:      1.1
Released:     July 17, 2007
Last edited:  n/a
Author:       Ned Portune <nportune@coldjet.com>
Copyright:   (c) 2007 Cold Jet LLC. All rights reserved.
-------------------------------------------------------*/


/* Global styles 
-------------------------*/

#container-1 ul
{
	display: none;
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}



/* Page Container 
-------------------------*/

#pagecontainer
{
	width: 746px;
	margin: 0 auto;  /* this provides the center float */
}

#navcontainer
{
	display: none;
	clear: both;
}

#banner_container
{
	/* width: 746px;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	page-break-after: none; */
	display: none;
	clear: both;
}

#banner-right
{
	display: none;
}

#contentcontainer
{
	clear: both;
	border: none;
}

#bodycontainer
{
	width: 744px;
	display: block;
}

#bodycontent
{
	width: 710px;
}

#bodycontent img,
#bodycontent #toptext,
#bodycontent #topline,
#bodycontent #tophdr
{
	display: none;
}

#breadcrumbs,
#breadcrumbs-left {
	display: none;
}


div.floatright360
{
	width: 510px;
}

#description #productimage a
{
	display: none;
}

p.video
{
	display: none;
}

#bodycontent fieldset {
	border: none;
	margin-left: 0;
	padding-left: 0;}
	
#bodycontent fieldset p,
#bodycontent fieldset li {
	margin-left: 0px;}

#bodycontent legend {
	margin-left: -6px;
	padding-left: 0;}

/* Header
-------------------------*/

#corporate_header
{
	display: none;
}

#banner-right
{
	display: none;
}

#footercontainer
{
	clear: both;
	display: block;
	width: 744px;
}

#footerbar {
	display: none;
	clear: both;}

#footerlinks
{
	display: none;
	float: none;}

#copyright
{
	clear: both;
	float: right;
	text-align: left;
	padding-right: 20px;
	display: block;
	margin-top: 2px;
	font-size: 9pt;
}

#print_footer
{
	margin-left: 20px;
	margin-right: 10px;
	padding-right: 10px;
	clear: both;
	display: block;
	page-break-before: always;
}

#page_summary
{
	clear: both;
	display: block;
	padding-top: 10px;
}

#page_summary h1
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #ababab;
}

#page_summary p
{
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: justify;
}

#footer_address
{
	font-size: 11pt;
	font-weight: normal;
	color: #ababab;
	margin-bottom: 5px;
}

#footer_address ul
{
	margin-top: 30px;
	text-align: right;
}

#footer_address li
{
	display: block;
	list-style-type : none;
	padding-top: 2px;
}



/* END  
-------------------------*/


