/**********************************************************************
***********************************************************************
**
**  Site:		http://www.amway.co.dr
**	Theme:		Quixtar.com - http://www.quixtar.com
**	Version:	v1.00
**	Revision:	-
**	Copyright:	2006
**	Created: 	09/15/2006, David Prescott
**  Modified:	
**
**  Notes:		This is the print CSS that will only pring the Page Contents. No Navigation or Footer.
**
**
***********************************************************************
**********************************************************************/


/**********************************************************************
**  Global
**********************************************************************/
	* {margin:0; padding:0;}
body {
	text-align:center;
	font:small Arial, Helvetica, Tahoma, sans-serif;
	color:#000;
	background-color: #DFDFDF;
	margin:20px 0;
}
a, a:link, a:visited 
{
	text-decoration: none;
	color: #3366cc;
}
a:hover 
{
	text-decoration: underline;
}
#container 
{
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
}
h1 
{
	margin-left:34px;
	margin-bottom:5px;
	margin-top:-5px;
	font-size: 230%;
	color: #0B329B;
}
h2 
{
	margin-left:34px;
	font-size: 120%;
	color: #0B329B;
}
h3
{
	font-size: 125%;
	color: #000;
}
/**********************************************************************
**  Navigation
**********************************************************************/
#topNav 
{
	display:none;
}

#findProductNav
{
	display:none;
}
/**********************************************************************
**  Content: page content
**********************************************************************/
#header
{
	height:48px;
	background:url(../images/amway_logo_header.gif) no-repeat top left;
}
.clearLeft
{
	clear:left;
}
.clearRight
{
	clear:right;
}
.clearBoth
{
	clear:both;
}
#pageContent
{
	text-align:left;
	margin-top: 38px;
}	
#pageContent p
{
	font-size:90%;
	color:#333;
	line-height:120%;
	margin-bottom:10px;
}
.kosherImg{}

.halalImg{}

.highEfficiencyImg{}

.allergyImg{}

.dermatologyImg{}

.pediatricianImg{}

#homeContent
{
	margin-top:31px;
	margin-left:162px;
	margin-bottom:25px;
	margin-right:155px;
}
#thumbnail
{
	margin-top:31px;
	margin-left:162px;
	margin-bottom:25px;
	margin-right:165px;
	text-align:left;;
	font-size:95%;
	color:#000;
}
.thumbContainer
{
	margin-top:2px;
}
.rule
{
	border-bottom:1px #999999 solid;
}
.thumbProdImage
{
	float:left;
	margin-top:5px;
	width:65px;
}
.thumbProdText
{
	float:right;
	width:362px;
	color:#000;
}
.swatch
{

}
.swatch img
{
	margin-top:10px;
	margin-bottom:5px;
	margin-right:10px;
}
.prodImage
{
	margin-left:10px;
	margin-bottom:30px;
	margin-right:30px;
	float:left;
}
.backToCategory
{
	display:none;
}
#productPageInfo
{
	margin-top:10px;
	float:left;
	width:400px;
}
.itemName
{
	text-transform:uppercase;
	color:#000;
}
.itemNumber
{
	font-size:95%;
}
.thumbProdText .itemName
{
	margin-top:10px;
}
#productPageInfo .itemNumber
{
	margin-bottom:10px;
	font-weight:bold;
}

.sellMessage
{
	font-size:95%;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
}
.longSellMessage
{

}
#productPage .itemName
{
	font-size:130%;
	font-weight:bold;
}	
#thumbnail .itemNumber
{
	margin-top:5px;
	margin-bottom:5px;
}
#thumbnail .itemName
{
	font-size:95%;
	color:#000;
}
.email
{

}
.email textarea
{
	width:420px;
	height:125px;
	background-color:#e0e4eb;
	font-family: Arial, Helvetica, Verdana, sans-serif;	
}
.email input
{
	font-size:90%;
	background-color:#e0e4eb;
}
.email p
{
	margin-bottom:3px;
}
.btn
{
	font-size:85%;
	margin-top:10px;
	margin-bottom:10px;
}
.btn input
{
	font-weight:bold;
}
/**********************************************************************
**  Footer
**********************************************************************/
#footer
{
	display:none;
}


