﻿/*******************************************************************************************
*
* Popup styles
*
*******************************************************************************************/
.PopupContent
{
	line-height: 1.5em;
}
.PopupContent a
{
	color: #FFFFFF;
	text-decoration: underline;
}



.EmailPopupArrowRightBottom, .EmailPopupArrowRightTop, .EmailPopupArrowLeftTop, .EmailPopupArrowLeftBottom
{
	width: 184px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.EmailPopupArrowRightBottom .Top
{
	width: 184px;
	height: 6px;
	float: left;
	background: url(Images/Popups/EmailPopupTopNormal.gif) repeat-y;
	font-size: 2px;
}
.EmailPopupArrowRightBottom .PopupContent, .EmailPopupArrowRightTop .PopupContent, .EmailPopupArrowLeftBottom .PopupContent, .EmailPopupArrowLeftTop .PopupContent
{
	width: 168px;
	padding: 0 8px 0 8px;
	float: left;
	background: url(Images/Popups/EmailPopupWrapper.gif) repeat-y;
	color: #FFFFFF;
}
.EmailPopupArrowRightBottom .Bottom
{
	width:184px;
	height: 20px;
	float: left;
	background: url(Images/Popups/EmailPopupBottomArrowRight.gif) repeat-y;
	font-size: 2px;
}

.EmailPopupArrowRightTop .Top
{
	width: 184px;
	height: 20px;
	float: left;
	background: url(Images/Popups/EmailPopupTopArrowRight.gif) repeat-y;
	font-size: 2px;
}
.EmailPopupArrowRightTop .Bottom
{
	width: 184px;
	height: 6px;
	float: left;
	background: url(Images/Popups/EmailPopupBottomNormal.gif) repeat-y;
	font-size: 2px;
}
.EmailPopupArrowLeftTop .Top
{
	width: 184px;
	height: 20px;
	float: left;
	background: url(Images/Popups/EmailPopupTopArrowLeft.gif) repeat-y;
	font-size: 2px;
}
.EmailPopupArrowLeftTop .Bottom
{
	width: 184px;
	height: 6px;
	float: left;
	background: url(Images/Popups/EmailPopupBottomNormal.gif) repeat-y;
	font-size: 2px;
}
.EmailPopupArrowLeftBottom .Top
{
	width: 184px;
	height: 6px;
	float: left;
	background: url(Images/Popups/EmailPopupTopNormal.gif) repeat-y;
	font-size: 2px;
}
.EmailPopupArrowLeftBottom .Bottom
{
	width: 184px;
	height: 20px;
	float: left;
	background: url(Images/Popups/EmailPopupBottomArrowLeft.gif) repeat-y;
	font-size: 2px;
}

/* Detail auction popup */

.DetailPopupArrowRightBottom, .DetailPopupArrowRightTop, .DetailPopupArrowLeftTop, .DetailPopupArrowLeftBottom
{
	width: 294px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.DetailPopupArrowRightBottom .Top
{
	width: 294px;
	height: 6px;
	float: left;
	background: url(Images/Popups/DetailPopupTopNormal.gif) repeat-y;
	font-size: 2px;
}
.DetailPopupArrowRightBottom .PopupContent, .DetailPopupArrowRightTop .PopupContent, .DetailPopupArrowLeftBottom .PopupContent, .DetailPopupArrowLeftTop .PopupContent
{
	width: 278px;
	padding: 0 8px 0 8px;
	float: left;
	background: url(Images/Popups/DetailPopupWrapper.gif) repeat-y;
	color: #FFFFFF;
}
.DetailPopupArrowRightBottom .Bottom
{
	width:294px;
	height: 20px;
	float: left;
	background: url(Images/Popups/DetailPopupBottomArrowRight.gif) repeat-y;
	font-size: 2px;
}

.DetailPopupArrowRightTop .Top
{
	width: 294px;
	height: 20px;
	float: left;
	background: url(Images/Popups/DetailPopupTopArrowRight.gif) repeat-y;
	font-size: 2px;
}
.DetailPopupArrowRightTop .Bottom
{
	width: 294px;
	height: 6px;
	float: left;
	background: url(Images/Popups/DetailPopupBottomNormal.gif) repeat-y;
	font-size: 2px;
}
.DetailPopupArrowLeftTop .Top
{
	width: 294px;
	height: 20px;
	float: left;
	background: url(Images/Popups/DetailPopupTopArrowLeft.gif) repeat-y;
	font-size: 2px;
}
.DetailPopupArrowLeftTop .Bottom
{
	width: 294px;
	height: 6px;
	float: left;
	background: url(Images/Popups/DetailPopupBottomNormal.gif) repeat-y;
	font-size: 2px;
}
.DetailPopupArrowLeftBottom .Top
{
	width: 294px;
	height: 6px;
	float: left;
	background: url(Images/Popups/DetailPopupTopNormal.gif) repeat-y;
	font-size: 2px;
}
.DetailPopupArrowLeftBottom .Bottom
{
	width: 294px;
	height: 20px;
	float: left;
	background: url(Images/Popups/DetailPopupBottomArrowLeft.gif) repeat-y;
	font-size: 2px;
}

/*******************************************************************************************
*
* End Popup styles
*
*******************************************************************************************/
