﻿

.winBG
{
	display: block;
	width: 1020px;
	height: 100%;
	position: absolute;
	padding-top: 200px;

	

}

.winBGHolder
{
	display: block;
	position: absolute;
}

winBGBubble
{
	display: block;
	width: 1020px;
	position: absolute;
	padding-top: 200px;


}

.winBGOuter
{
	display: block;
	width: 760px;
	float: right;	

}

.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;	
}



