
/*---------------------------------SAMYAK-------------------------------------*/
/* box that wraps the phone card image and its details */
.phonecardBox
{
 float: left;
  width: 100%;
  margin-top: 1em;
    
}

.phonecardImage
{
float: left;
margin: 10px;
width: 210px;
}
.phonecardDetails
{
float: left;
margin: 10px 0 0 0;
width: 240px;

}

/* for the segments */
#segment
{
margin: 10px;
width: 480px;
min-height: 20px;
float:left;
}

.phonecardlogo{
position:relative;
top:85px; left:0px;
color: #CC6600; /*#FBA01B;*/
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 26px;
text-decoration: none;

}

.textcountry
{
background-color:#C4C5CD;
}

tr.line td
{
border-bottom: solid #CC6600 1px;
padding-top: 6px;
}

/****************************SAMYAK styles for generated pages ******************/
.iFrameDetails
{
width:480px;
height: 100px;
}

.iFrameRates
{
width:480px;
height: 300px;
}


.countrySelector
{
width:160px;
}

/****************************************************************************/
