body {
 margin:0;
 padding:0;
}
#overlay { 
 position: absolute;
 top: 0; 
 left: 0;
 z-index: 90; 
 width: 100%;
 height: 500px; 
 background-color: #000; 
}
#ipop {	
 position: absolute;	
 left: 0; 
 width: 100%; 
 z-index: 100; 
 line-height: 0;
} 	
#icontent {
 position: relative;
 line-height: 1em;
 margin: 0px auto;
 background: #ffffff;
 width: 580px;
 height: 345px;
 padding: 10px;
 border: 1px solid #d4d4d4;
}
#ipop_footer {
 border-top: 1px solid #d4d4d4;
 position: absolute;
 height: 80px;
 width: 100%;
 left:0px;
 bottom: 0px;
}
div.ipop_ar {
 width: 44px;
 position: absolute;
 bottom: 0px;
 height: 60px;
 text-align: center;
 padding-top: 20px;
}
div.ipop_ar img {
 cursor: pointer;
}
#ipl_ar {
 border-right: 1px solid #d4d4d4;
 left: 0px;
}
#ipf_content {
 position: absolute;
 bottom: 0px;
 left: 45px;
 height: 80px;
 width: 510px;
 overflow: hidden;
}
div.prod_fbar {
 border-right: 1px solid #d4d4d4;
 width: 140px;
 float:left;
 height: 60px;
 padding: 15px 15px 5px 15px;
 cursor: pointer;
}
img.ipop_thumb {
 width: 50px;
 height: 50px;
 float: left;
 margin-right: 15px;
}
#ipr_ar {
 border-left: 1px solid #d4d4d4;
 right: 0px;
}

