/* css for popup */
.popupListing
{
	display: none;
	font-size: 11px;
	z-index: 30;
	left: 62px;
	width: 400px;
	color: #494949;
	font-family: arial, sans-serif;
	position: absolute;
	top: 44px;
	/*background-color: #efefef;*/
	overflow:hidden;
}

.popupListingBackground
{
    background-color: #efefef;
}
.popupTitle
{
	float: left;
	padding-bottom: 2px;
	font-weight:bold;

}
.popupImage
{
	float: left;
	text-align: left;
	
}
.popupText
{	
	padding-left:10px;
	width: 270px;
	font-weight:bold;
}

.popupTopLeftCorner		{ float: left; background-image: url(images/top_left_blue.gif); vertical-align: top; width: 8px; background-repeat: no-repeat;	position: relative; height: 8px;	}
.popupBottomLeftCorner	{ float: left; background-image: url(images/bottom_left_blue.gif); vertical-align:bottom; width: 8px; background-repeat: no-repeat; position: relative; height: 8px; }
.popupTopRightCorner	{ float: right; background-image: url(images/top_right_blue.gif); vertical-align: top; width: 8px; background-repeat: no-repeat; position: relative; height: 8px;	}
.popupBottomRightCorner	{ float: right;	background-image: url(images/bottom_right_blue.gif); vertical-align:bottom; width: 8px; background-repeat: no-repeat; position: relative; height: 8px;	}

.popupTop			{ background-image: url(images/top_blue.gif); background-repeat: repeat-x; position: relative; width: 1px; height: 8px; }
.popupRight			{ background-image: url(images/right_blue.gif); background-repeat: repeat-y; position: relative; width: 8px; height: 1px; }
.popupLeft			{ background-image: url(images/left_blue.gif); background-repeat: repeat-y; position: relative; width: 8px; height: 1px; }
.popupBottom		{ background-image: url(images/bottom_blue.gif); background-repeat: repeat-x; position: relative; width: 1px; height: 8px; }
	
.popupRightPointer	{ position: absolute;  background-image: url(images/pointer_right_blue.gif); vertical-align: middle; width: 8px; background-repeat: no-repeat; height: 15px;}
.popupLeftPointer	{ position: absolute;  background-image: url(images/pointer_left_blue.gif); vertical-align: middle; width: 8px; background-repeat: no-repeat; height: 15px;	}
.pointer			{ position: absolute; display:none;  top:20px; left:10px; background-image: url(images/pointer_left_blue.gif); vertical-align: middle; width: 8px; background-repeat: no-repeat; height: 15px;	}

.brandPagination
{
	margin-top:8px;
}
.popupPlaceHolder
{
	position:relative;
	z-index:20;/*used to keep popup above the rest of the page*/
}
.popupInfo
{
	overflow: visible;
}



	
