/*
File name: printer.css
CSS document designed by Segnant
Purpose: This file contain those classes which are required for printing pages without headers and footers
Therefore, it is required to include only on the page where you want the printer friendly pages.
*/

/*===================================
 PRINTER CLASSES 
 ===================================*/



#hide_it, #Layer1 
{
	display: none;
	height: 0px;
}

.hide_it
{
	display: none;
	height: 0px;
}
.viewcarttext
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
}

.redtextbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #920000;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.blacktextbold2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
}
.blacktext{
	font-size:150%;
	font-weight:normal;
	color:#000000;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #000000;
}
.blackbold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #000000;
}

.pricebg{
	background-image:url(../../Images/inner/pricecolbg.png);
}

.pricecolbot{
	background-color:#dddddd;
	border-bottom:1px solid #000000;
}
.blacktextMail{
	font-size:105%;
	font-weight:normal;
	color:#000000;
}