#bigPopup {
position:absolute;
z-index:9;
top:0%;
left:0%;
background:#4F433B;
border:1px solid white;
}

#framePopup {
position:absolute;
z-index:9;
top:40px;
left:40px;
width:60px;
height:60px;
/*border:1px solid white;*/
background:#4F433B;
}

#productImage {
position:relative;
}


.popupFrame {
width:300px;
height:284px;
border:0px;
}


.popUpTable {
/*border:1px solid white;*/
background:#4F433B;
color:white;
}

.popupPrint-cell {
font-family:arial;
font-size:12px;
text-align:left;
padding-left:4px;
border-bottom:1px solid white;
vertical-align:middle;
}

.popupClose-cell {
font-family:arial;
font-size:12px;
text-align:right;
padding-right:4px;
border-bottom:1px solid white;
vertical-align:middle;
height:18px;
background:#4F433B;
}

.popupPrint-cell a {
text-decoration:none;
color:white;
}

.popupPrint-cell a:hover {
text-decoration:underline;
}

.popupClose-cell a {
text-decoration:none;
color:white;
}

.popupClose-cell a:hover {
text-decoration:underline;
}

