.bubbleInfo 
{
    position: relative;
    z-index: 1000;
}
.popup 
{
    position: absolute;
	left: -90px;
	top: 12px;
    display: none; /* keeps the popup hidden if no JS available */
	width: 231px;
	height: auto;
	z-index: 1000;
}
	.popup .popup-top
	{
		background: url(popup-top.png) 0 0 no-repeat;
		height: 11px;
		width: 231px;
		line-height: 1px;
		font-size: 1px;
	}
	.popup .popup-content
	{
		background: url(popup-mid.png) 0 0 repeat-y;
		width: 231px;
	}
	.popup .popup-btm
	{
		background: url(popup-btm.png) 0 0 no-repeat;
		height: 5px;
		width: 231px;
		line-height: 1px;
		font-size: 1px;
	}
	.popup .popup-padding
	{
		padding: 6px 4px 15px 4px;
		
	}
	.popup .container-info
	{
		/*border-bottom: 1px dotted #d3d0d3;*/
		padding: 0 11px 8px 11px;
		margin-bottom: 9px;	
	}
		.popup .lrg-text
		{
			display: block;
			float: left;
			width: 74px;
			font-size: 1.272em;
			color: #443d39;
		}
		.popup .container-info .model-price
		{
			display: block;
			margin: 0 0 0 74px;
			text-align: right;
		}
		.popup .container-info .model-price em {
			color: #766e6a;
		}
		.popup .container-info .model-value
		{
			font-size: 1.181em;
			color: #782121;
		}
	.popup .container-info.noborder
	{
		border: none;
	}
	.popup .popupbox01
	{
		background: #d5d3d4 url(../../gr_popup-box_btm.gif) 0 100% no-repeat;
		width: 201px;
		margin: 0 0 13px 11px;
		padding: 0 0 5px 0;
		font-size: 1em;
	}
	.popup .popupbox01-rpt
	{
		background: url(../../gr_popup-box_rpt.gif) 0 0 repeat-y;
	}
	.popup .popupbox01-padding
	{
		background: url(../../gr_popup-box_top.gif) 0 0 no-repeat;
		padding: 7px 2px 2px 7px;
	}
	.popup .popupbox01 a
	{
		color: #303134 !important;
		position: relative;
		font-size: 1em;
	}
	.popup .popupbox01 a:hover
	{
		color: #f57f00 !important;
	}
	.popup span.disclaimer,
	.popup span.disclaimer em
	{
		text-align: left;
	}
	.popup span.disclaimer
	{
		width: 201px;
		padding: 0 0 0 11px;
		display: block;
		color: #766e6a !important;
	}
	.popup span.disclaimer .disclaimer-text
	{
		margin: 0 0 0 10px;
		display: block;	
	}
	.popup span.disclaimer span.star
	{
		float: left;
		display: block;
		font-size: 1.818em;
	}
.popup.popup02
{
	z-index: 1001;
}	
	.popup.popup02 .popup-rpt
	{
		background: url(popup-mid.png) 0 0 repeat-y;
		width: 100%;
	}
	.popup.popup02 .popup-mid
	{
		/*background: url(popup-mid02.jpg) 4px 100% no-repeat;*/
		padding: 8px 6px;
	}
	.popup.popup02 .container-info
	{
		/* border-bottom: 1px solid #d8d2ce;  pdf brochure links available */
		padding: 0 11px 0 10px; /* padding: 0 11px 13px 10px = pdf brochure links available */
	}
	.popup.popup02 .container-info.noborder
	{
		margin: 0;
		padding: 0 11px 0 10px;
		border: none;
	}
	.popup.popup02 .lrg-text
	{
		display: block;
		float: none;
		width: auto;
		font-size: 1.272em; /* 14px */
		padding-bottom: 6px;
		color: #443d39;
	}
	.popup.popup02 .lrg-text.smaller
	{
		font-size: 1.1818em; /* 13px */
	}
	.popup.popup02 .container-info a
	{
		display: block;
		position: relative;
	}
	.popup.popup02 .container-info.noborder a
	{
		padding: 0;
		display: inline;
	}
	.popup.popup02 .container-info .info-link,
	.popup.popup02 .container-info .info-link02
	{
		background: url(../../ico_arrow07.gif) 0 4px no-repeat;
		display: block;
		padding: 0 0 7px 10px;
	}
	.popup.popup02 .container-info .info-link02
	{
		background: url(../../ico_arrow07.gif) 0 4px no-repeat;
		padding: 0 0 10px 10px;
	}
	.popup.popup02 .container-info .info-link span
	{
		color: #766e6a;
	}