@CHARSET "UTF-8";

.popupBigImage {
	top									: 150px;
	position							: fixed;
	z-index								: 1000;
}

.popupBigImage .border-left {
	background-image					: url(../images/popup/pp_border-left.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	position							: relative;
}
	
.popupBigImage .border-right {
	background-image					: url(../images/popup/pp_border-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	padding								: 0 20px 0 20px;
}

.popupBigImage .border-top{
	height								: 5px;
	background-image					: url(../images/popup/pp_border-top-right.png);
	background-position					: right bottom;
	background-repeat					: no-repeat;
}

.popupBigImage .border-top div{
	height								: 5px;
	margin-right						: 40px;
	background-image					: url(../images/popup/pp_border-top.png);
	background-position					: left bottom;
	background-repeat					: no-repeat;
	width								: 366px;
}


.popupBigImage .border-bottom{
	height								: 30px;
	background-image					: url(../images/popup/pp_border-bottom-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	display: block;
}

.popupBigImage .border-bottom div{
	margin-right						: 40px;
	height								: 30px;
	background-image					: url(../images/popup/pp_border-bottom.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	width								: 366px;
}

.popupBigImage .header {
	background-color					: #FFCC00;
/*	min-height							: 20px; */
	height								: 20px;
	width								: 356px;
}

.popupBigImage .headerContent{
	float								: left;
	cursor								: default;
	margin-left							: 10px;
}

.popupBigImage .headerClose{
	color								: red;
	float								: right;
	cursor								: pointer;
	margin-right						: 5px;
}

.popupBigImage .btnHeaderClose{
	background-image					: url(../images/popup/close.png);
	background-repeat					: no-repeat;
	background-position					: top right;
	padding-right						: 20px;
}

.popupBigImage .frame {
	margin								: 0 5px;
}

.popupBigImage .content {
	text-align							: center;
	padding								: 3px;
	background-color					: #FFFFFF; 
	width								: 350px;
	height								: 350px; 
/*	overflow							: auto; */
/*	color: #000000; */
}

.popupBigImage .tblNagyKep{
	width: 100%; 
	height: 100%;
}

.popupBigImage .tdNagyKep{
	text-align: center;
	vertical-align: middle;
}

.popupBigImage .imgNagyKep{
	max-width: 300px;
	max-height: 300px;
/*	width: 100px;
	height: 100px; */
	
}