@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
#ratesContainer {
	margin: 0 auto 30px auto;
	display:block;
	width:865px;
	position:relative;
}
#deal {
	position:absolute;
	top:400px;
	left:-115px;
	background-image: url(../i/bg_deal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 25px;
	width: 125px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #fff;
		font-weight:bold;
		padding:5px 0 0 15px;
}
#specialMessage {
	position:absolute;
	top:160px;
}

/* Text */
p.offerTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #333;
	font-weight:bold;
	padding:10px 0 0 0;
}
	p.offerTxt span {
		color: #FF6600;
		font-weight: bold;
	}
	p.offerTxt a {
		font-weight: bold;
        color: #FF6600;
		text-decoration:underline;
	}
	p.offerTxt a:hover {
		font-weight: bold;		
        color: #0c2a9d;
		text-decoration:underline;		
	}
	
p#choose {
    font-family:"Trebuchet Ms", "Times New Roman", times, serif;
	font-size: 19px;
	line-height:19px;
	color: #333;
	font-weight:bold;
	padding:10px 0 3px 0;
	font-variant: small-caps;
}
p.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding:15px 0 0 0;
}
	p.note span {
		font-weight: bold;
        color: #FF6600;	
	}
		
/* Dropdown Boxes */
#dropdowns {
	display:block;
	width:865px;
	margin-top:10px;
	text-align:left;
}
	.box {
		display:block;
		width:260px;
		float:left;
		border:1px solid #8594ce;
		padding:5px 10px 12px 10px;
		margin-right:9px;
		background: #f3f4fa url(../i/box_bg.gif) repeat-x;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;			
	}
	.boxLast {
		display:block;
		width:260px;
		float:left;
		border:1px solid #8594ce;
		padding:5px 10px 12px 10px;
		margin-right:0;
		background: #f3f4fa url(../i/box_bg.gif) repeat-x;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;			
	}
		.box p, .boxLast p{
		    font-family:"Trebuchet Ms", "Times New Roman", times, serif;
			font-size:14px;
			line-height:14px;
			font-weight:bold;
			color:#333;
			padding:0 0 4px 0;	
		}
		select {
			display:block;
			width:260px;
			background:#fff;
			border:1px solid #999;
		}
		
.clear {
clear:both;
}

/* New Rates Container */
.new-rate-container{
	display:block;
	width:864px;
	margin:0 0 20px 0;
	text-align:center;
	background:#f3f4fa;
	border:1px solid #8594ce;	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;		
}
h1.rate-displayer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	font-weight:bold;
	margin:40px 10px 40px 10px;
}
  h1.rate-displayer span, h1.rate-displayer span.rate-curency {
	  display:inline-block;
	  line-height:28px;
	  font-style:italic;
	  padding:0 7px 0 7px;
	  margin:0 3px 0 3px;
	  border:1px solid #8594ce;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
  }
	   h1.rate-displayer span.from {
		   max-width:200px;
		  background:url(../i/bg_rates_destination.gif) repeat-y;		   
	   }  
	   h1.rate-displayer span.to {
		   max-width:210px;
		  background:url(../i/bg_rates_destination.gif) repeat-y;		   
	   }
	   h1.rate-displayer span.rate-curency {
		   background:url(../i/bg_rates_currency.gif) repeat-y;
	   }
	
/* Rates Table */
table#ratesTable {
	border-collapse: collapse;
	width:864px;
	border-top:1px solid #c2cae6;
	border-left:1px solid #c2cae6;
	text-align:center;
	margin-top:3px;
	background:#fff;
}

table#ratesTable th.highlight {
		color: #FF6600;
		font-weight:bold;
}

table#ratesTable th {
	background: #f3f4fa url(../i/box_bg.gif) repeat-x;
}
table#ratesTable th#rates, table#ratesTable th#minutes {
    background: #f3f4fa url(../i/box_bg_green.gif) repeat-x;
}
table#ratesTable th#recharge {
	color:#009900;
}
table#ratesTable th, table#ratesTable td {
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight:bold;
    border-right: 1px solid #c2cae6;
	border-bottom: 1px solid #c2cae6;
}
	table#ratesTable td.recharge {
	color:#333;
	font-size: 14px;
	}
	table#ratesTable td.freeMin{
		color: #FF6600;
		font-weight:bold;
	}
	table#ratesTable td.freeMin span.bonus{
	    color: #333;
		padding:4px
	}
	table#ratesTable td.total, table#ratesTable td.rate {
	color:#009900;
	font-size: 14px;
	font-weight:bold;
	}
	
	table#ratesTable td span.crossed {
		text-decoration: line-through;
		font-size: 14px;
		font-weight:normal;	
		color:#999;	
	}
		
table#ratesTable tr.odd {
	background-color: #e6e9f5;
}
table#ratesTable tr.oddLast {
	background-color: #e6e9f5;
}	
table#ratesTable tr.oddLast td{
	font-size: 16px;
}
	table#ratesTable tr:hover {
		background-color: #cad0e9;
	}
	

