﻿#productFinderMainBox
{
	display: block; 
    z-index: 10001;	
    width: 143px;
}

.productFinderLifeStages
{
	display: block;
	width: 140px;
	height: 17px;
	overflow: hidden;
}

#productFinderInfant
{
	background-image: URL('/images/product-finder/PF_01_Infant_UP.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#productFinderChild
{
	background-image: URL('/images/product-finder/PF_02_Child_UP.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#productFinderAdultOral
{
	background-image: URL('/images/product-finder/PF_03_AdultOral_UP.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#productFinderAdultTube
{
	background-image: URL('/images/product-finder/PF_04_AdultTube_UP.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
}

.productFinderLifeStagesButton
{
	display: block;
	float: right;
	padding-left: 5px;
	width: 10px;
	overflow: hidden;
	color: #6699cc;
	background-color: #FFFFFF;
}

#productFinderHeader
{
	background-image: URL('/images/product-finder/Product_Finder_Header.gif');
	background-repeat: no-repeat;
	background-position: left;
	width: 143px;
	height: 28px;
	display: block;
}

#productFinderBottom
{
	background-image: URL('/images/product-finder/Product_Finder_Footer.gif');
	background-repeat: no-repeat;
	background-position: left;
	width: 143px;
	height: 63px;
	display: block;
}

#productFinderSelection
{
	display: block;
	height: 23px;
	width: 80px;
	color: #6699cc;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}

#productFinderSelectionText
{
	display: block;
	height: 23px;
	width: 285px;
	float: left;
	color: #990099;
	margin-top: 5px;
}

#productFinderClose
{
	display: block;
	height: 23px;
	width: 135px;
	float: left;
	cursor: pointer;
	z-index: 5000;
}

#productFinderSubmitButton
{
	display: block;
	float: right;
	margin-right: 25px;
	height: 25px;
	width: 100px;
	cursor: pointer;
	font-size: 10pt;
	color: White;
	text-align: center;
	margin-top: 3px;
}

#productFinderFooter
{
	width: 535px;
	height: 26px;
	background-position: left;
	background-image: url('/images/product-finder/Product-Finder-Popup-Footer.gif');
	background-color: #339900;
}

#productFinderMainContentWrapper
{
	width: 535px;
	background-position: left;
	background-image: url('/images/product-finder/Product-Finder-Popup-Repeater.jpg');
}

#productFinderMainContent
{
	padding: 5px 5px 5px 5px;
	font-size: 9pt;
}

#productFinderHeaderContent
{
	width: 535px;
	height: 23px;
	background-position: left top;
	background-image: url('/images/product-finder/Product-Finder-Popup-Header.gif');
	font-size: 8pt;
	background-repeat: no-repeat;
	overflow: hidden;
}

#productFinderContent
{
	padding: 0px;
	overflow: auto;
	position: absolute;
	width: 535px;
	border: 0px solid black;
	z-index: 10001;
	display: none;
	left: 100px;
	top: 0px;
}

#productFinderConditionTable
{
	padding: 5px 5px 5px 5px;
}

#productFinderConditionTable input
{
	padding-bottom: 10px;
}

.productFinderLinks
{
	padding-top: 2px;
	font-size: 8pt;
	padding-left: 8px;
	display: block;
}
ul#rightCalloutLinks li
{
list-style-image: url('/images/RP_bullet.gif'); 
padding-bottom: 3px;
}
