﻿/*
=========================
	NON PRINT ITEMS
=========================
*/
DIV.Navigation, DIV.ContentLeftLight, DIV.WishListScoller, DIV.ContentLeft, DIV.GeniferLogo, DIV.ProductLeft, DIV.ProductFootLinks, DIV.ProductBrowse,
DIV.ProductOptions, DIV.ProductDetailLinks, TABLE.PrevNext, TABLE.ProductDetailImage, DIV.FinishFooterLink, DIV.NewsScoller, .Button, DIV.DealerFootLinks,
DIV.FormRow, DIV.WishListLinks2, DIV.NonPrint, DIV.WishListScollerDealer
{
    position            : absolute;
    visibility          : hidden;    
}

/*
=========================
	PRINT ITEMS
=========================
*/
BODY
{
	background-color    : #FFFFFF;
	color				: #000000;
	font-family         : Verdana;
    font-size           : 8pt;
}
IMG
{
	border-style		: none;
}
A
{
	color				: #000000;
	text-decoration		: none;
}
DIV.PrintHeader
{
	clear				: both;
	visibility			: visible;
	float				: none;
	margin				: 0px;
	padding				: 0px;
}
DIV.PrintFooter
{
	clear				: both;
	visibility			: visible;
	float				: none;
	margin				: 20px 0px 0px 0px;
	padding				: 0px;
}
DIV.SectionHeading, DIV.ProductHeading, DIV.WishListHeading, DIV.WishListHeadingWide
{
	color				: #000000;
	font-size			: 14pt;
	font-weight			: bold;
	float				: none;
	margin				: 0px;
	padding				: 0px;
	width				: 600px;
}
DIV.ContentAbout, DIV.ContentTextAbout
{
	color				: #000000;
	float				: none;
	margin				: 0px;
	padding				: 0px;
	width				: 600px;
}
DIV.NewsTitle
{
	font-weight			: bold;
}


TD.WishListHead, TD.WishListHeadC, TD.WishListHeadR, 
{
	border-bottom		: solid 2px #000000;
	border-top			: solid 2px #000000;
	font-weight			: bold;
}
.WishQty
{
	border				: solid 0px #FFFFFF;
	text-align			: center;
}
DIV.FormMiniRowHeading
{
	font-weight			: bold;
	float				: none;
}
DIV.FormMiniRow
{
	float				: none;
	clear				: both;
	width				: 650px;
}
DIV.WishListRowLabel, DIV.WishListRowField
{
	float				: left;
}
DIV.WishListRowLabel
{
	font-weight			: bold;
}
TABLE.WishList
{
	margin-top			: 20px;
	clear				: both;
}
DIV.ContentLeftLightWide
{
	clear				: both;
	float				: none;
}