/*------------------------------------------------------
confidencebuilderpublications.com - print.css

designed and developed by: mike mccarron
http://www.raphaelwebscapes.com

Defines Layout and style for print media.
------------------------------------------------------*/

/*------------------------
REDEFINE HTML TAGS
------------------------*/

body
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10pt;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
}

p
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10pt;
	color: #000;
}

object
{
	display: none;
}

td
{
	no-wrp
}

.hide
{
	display: none;
}

.note
{
	display: none;
}

#row1
{
	display: none;
}

#row2
{
	font-weight: bold;
	font-size: 14pt;
}

#booksandproducts
{
	display: none;
}

#row4
{
	display: none;
}

.celloutline
{
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-weight: bold;
}

.celloutline2
{
	border-color: black;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	font-weight: bold;
}

.booktitle
{
	font-style: oblique;
	font-variant: small-caps;
	color: #900;
}

.orderformsection
{
	font-variant: small-caps;
	color: #900;
	font-weight: bold;
}
table
{
	width: 100%;
	margin-right: -5px;
}

.bordertotal
{
	border-color: black;
	border-width: 1px;
	border-style: solid;
}
