﻿
.mainPopHolder
{
	display: block;
	position: relative;
	width: 1020px;
	margin: auto auto;
	text-align: left;
	font-family: Arial, Helvetica;
	font-size: 12px;
	z-index: 5;
	
	
	
	
}

.winBG
{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;

	padding-top: 200px;
	z-index: 5;
	font-family: Arial, Helvetica;
	
}

.winBGHolder
{
	
	font-family: Arial, Helvetica, Sans-Serif;
	display: block;

	width: 900px;
	margin: auto auto;
	

}


.winBGBubble
{
	display: block;
	width: 1000px;
	position: absolute;
	padding-top: 200px;



}

.winBGOuter
{
	display: block;
	width: 700px;
	float: left;
	

}

.winFrameHolder
{
	

	
}

.winFrameHolderOuter
{
	display: block;
	width: 570px;
	float: left;
	background-image: url('../images/popup/details_shadow_left.png');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
	
}

.winFrameHolderInner
{
	display: block;
	width: 550px;
	float: right;
	background-image: url('../images/popup/details_shadow_right.png');
	background-repeat: repeat-y;
	background-position: 530px 0px;
}


.winFrame
{
	display: block;
	width: 530px;
	text-align: left;
	float: left;
	background-color: #f2f2f2;
	padding-bottom: 14px;
		
}

.winOuter
{
	display: block;
	width: 516px;
	float: right;
}

.winInner
{
	display: block;
	width: 502px;
	float: left;
	
}

.winHeader
{
	display: block;
	width: 502px;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.winHeader a img
{
	border: none;
}	

.winBody
{
	display: block;
	width: 502px;
	float: left;
	background-color: #ffffff;		
}

.winBodyOuter
{
	display: block;
	width: 460px;
	float: right;	
}

.winBodyInner
{
	display: block;
	width: 410px;
	float: left;	
}

.winTitle
{
	display: block;
	width: 410px;
	float: left;
	color: #243842;
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 15px;	
}


