@CHARSET "UTF-8";

.popupProduct {
	top									: 80px;
	position							: fixed;
	z-index								: 1000;
}

.popupProduct .border-left {
	background-image					: url(../images/popup/pp_border-left.png);
	background-position					: left top;
	background-repeat					: no-repeat;
	position							: relative;
}
	
.popupProduct .border-right {
	background-image					: url(../images/popup/pp_border-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	padding								: 0 20px 0 20px;
}

.popupProduct .border-top{
	height								: 5px;
	background-image					: url(../images/popup/pp_border-top-right.png);
	background-position					: right bottom;
	background-repeat					: no-repeat;
}

.popupProduct .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								: 616px;
/*	width								: 536px; */
}


.popupProduct .border-bottom{
	height								: 30px;
	background-image					: url(../images/popup/pp_border-bottom-right.png);
	background-position					: right top;
	background-repeat					: no-repeat;
	display: block;
}

.popupProduct .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								: 616px;
}

.popupProduct .header {
	background-color					: #FFCC00;
/*	min-height							: 20px; */
	height								: 20px;
	width								: 606px;
/*	color								: #FF7700; */
}

.popupProduct .headerContent{
	float								: left;
	cursor								: default;
	margin-left							: 10px;
}

.popupProduct .headerClose{
	color								: red;
	float								: right;
	cursor								: pointer;
	margin-right						: 5px;
/*	height								: 21px; */
}

.popupProduct .btnHeaderClose{
	background-image					: url(../images/popup/close.png);
	background-repeat					: no-repeat;
	background-position					: top right;
/*	height								: 21px; */
	padding-right: 20px;
}

.popupProduct .frame {
	margin								: 0 5px;
}

.popupProduct .content {
	padding								: 3px;
	background-color					: #FFFFCC; 
	width								: 600px;
	height								: 430px; 
	display								: block;
/*	overflow							: ; */
}

.tblProductWindow{
	height								: 430px;
	width								: 600px;
	table-layout						: fixed;
}

.tdProductWindowImage{
	width: 300px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
}

.imgProductWindowImage{
	max-width: 300px;
	max-height: 300px;
	
}

.tdProductWindowData{
	vertical-align: top;
}

.divProductWindowDataLabel{
	margin-top: 10px;
}

.divProductWindowData{
	font-weight: normal;
	color: #333333;
}

.divProductWindowDescription{
	font-weight: normal;
	max-height	 						: 270px;
	width								: 300px;	
	display								: block;
	overflow							: auto;
	color: #333333;
}

