@charset "utf-8";
/* CSS Document */
.popup { 
      background-color: #FFF; 
      height: 600px; width: 750px; 
      border: 1px solid #D9D9D9; 
      position: absolute; visibility: hidden; 
      font-family: Verdana, Geneva, sans-serif; 
      font-size: small; text-align: justify; 
      padding: 5px; overflow: auto; 
      z-index: 2; 
} 
.popup_bg { 
      position: absolute; 
      visibility: hidden; 
      height: 100%; width: 100%; 
      left: 0px; top: 0px; 
      filter: alpha(opacity=70); /* for IE */ 
      opacity: 0.7; /* CSS3 standard */ 
      background-color: #999; 
      z-index: 1; 
} 
.close_button { 
      font-family: Verdana, Geneva, sans-serif; 
      font-size: small; font-weight: bold; 
      float: right; color: #FF0C10; 
      display: block; text-decoration: none; 
      border: 2px solid #FF0C10; 
      padding: 0px 3px 0px 3px; 
} 
.emi{
font-size:18px;
color:#31ADF0;
padding: 0px 0 0 125px;
}
.emitc{
float:right;
padding-right:10px;
text-decoration: none;
}
body { margin: 0px; } 
--> 
</style>
<style type="text/css">
.style6 {font-size: 11px}
.active {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #000000;
	border: 0 solid #993300;
    color: #FFFFFF;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}
.emiplan {width: 103px; height:25px; display:inline-block; margin-top:25px; background-image: url('img/view_emi_plans.png') ; } .emiplan:hover { background-image: url('img/view_emi_plans_hover.png'); } 

