﻿/*PopupLayer*/
#popup-container
{
	z-index: 1000;
	display: none;
	position: absolute;
	top: 100px;
	width: 100%;
}

#popup-container-top-left
{
	width: 68px;
	height: 68px;
	background-image: url(Images/Boxes/popup-box/top-left.png);
}

#popup-container-top-mid
{
	height: 68px;
	width: 779px;
	background-image: url(Images/Boxes/popup-box/top-mid.png);
}

#popup-container-top-right
{
	width: 68px;
	height: 68px;
	background-image: url(Images/Boxes/popup-box/top-right.png);
}

#popup-container-mid-left
{
	width: 68px;
	background-image: url(Images/Boxes/popup-box/mid-left.png);
}

#popup-container-mid-mid
{
	width: 779px;
	background-color: #ffffff;
}

#popup-container-mid-mid .close-button
{
	text-align: right;
	font-weight: bold;
}

#popup-container-mid-right
{
	width: 68px;
	background-image: url(Images/Boxes/popup-box/mid-right.png);
}

#popup-container-bottom-left
{
	width: 68px;
	height: 68px;
	background-image: url(Images/Boxes/popup-box/bottom-left.png);
}

#popup-container-bottom-mid
{
	width: 779px;
	height: 68px;
	background-image: url(Images/Boxes/popup-box/bottom-mid.png);
}

#popup-container-bottom-right
{
	width: 68px;
	height: 68px;
	background-image: url(Images/Boxes/popup-box/bottom-right.png);
}

#popup-content
{
	padding: 20px;
}

/*PhonePopup*/
.popup-phone-content
{
	width: 739px;
}

.popup-phone-info-box
{
	width: 418px; 
	background: url(Images/Boxes/popup-info-box/gradient.gif) repeat-x bottom;
}

.popup-phone-info-box .popup-phone-info-box-top
{
	height: 20px;
	width: 418px;
	background: url(Images/Boxes/popup-info-box/top.gif) no-repeat top;
}

.popup-phone-info-box .popup-phone-info-box-mid
{
	width: 418px;
	background: url(Images/Boxes/popup-info-box/mid.gif) repeat-y;
}

.popup-phone-info-box .popup-phone-info-box-mid .popup-phone-info-box-mid-content
{
	padding: 0 30px;
}

.popup-phone-info-box .popup-phone-info-box-mid .popup-phone-info-box-mid-content .no-updates
{
	padding: 40px;
	text-align: center;
}

.popup-phone-info-box .popup-phone-info-box-mid .popup-phone-info-box-mid-content p
{
	margin: 0;
	padding-bottom: 0.8em;
}

.popup-phone-info-box .popup-phone-info-box-mid .popup-phone-info-box-mid-content p.update-date
{
	font-style: italic;
}

.popup-phone-info-box .popup-phone-info-box-mid .popup-phone-info-box-mid-content div.multiple-updates-disclaimer
{
	font-size: 10px;
	padding-top: 1.6em;
	color: #999999;
	font-style: italic;
}

.popup-phone-info-box .popup-phone-info-box-bottom
{
	height: 20px;
	width: 418px;
	background: url(Images/Boxes/popup-info-box/bottom.gif) no-repeat top;
}

.popup-phone-image-area
{
	width: 321px;
}

.popup-phone-content .link, .popup-phone-content .action_button
{
	font-size: 100%;
}
