/* Mobile International Roaming Rates Tool */

/* lookup form */
#lookup {
	margin:20px 0 5px;
	/*position:relative;*/
	overflow: hidden;
}
#lookup p {
	float: left;
}
#country {
	/*padding: 10px 10px;
	font-size:11px !important;
	width:380px;
	line-height: 10px;
	border:1px solid #d9dee3;
	border-radius: 3px;*/
	height: 18px;
    padding: 7px 6px 5px;
	margin: 0 10px 0 0;
}

/* location controls, email, print etc */
#location-controls {
	position: absolute;
	right: 8px;
	top:8px;
	text-align: right;
}

#location-controls a {
	display:none;
	margin-left:15px;
}

#location-controls a:hover {
	text-decoration:none;
}

/* autocomplete dropdown */
ul.ui-autocomplete {
	list-style:none;
	font-size: 11px !important;
	width:361px !important;
	padding: 0 !important;
	margin: 0 !important;
	border:1px solid #d9dee3;
	background:#fff;
}
.ui-menu-item {
    list-style: none;
	display: block;
    width: 361px !important;
    padding: 0px !important;
    margin: 0 !important;
	border-top:2px solid #fafafa;
}
.ui-menu-item a {
	display:block;
	padding:5px !important;
	color:#333 !important;
	cursor:pointer;
}
.ui-menu-item a:hover, .ui-menu-item a:hover, .ui-state-hover, .ui-state-hover a, .ui-state-hover a:hover {
	color:#333;
	background:#fafafa;
	text-decoration: none;
}



/* wrapper for country */
.country-rates {
	margin:20px 0 35px;
	display:none;
}

/* selected country header */
.country-header {
	background: url(/img/bg-table-header.png) repeat-x;
	padding: 14px 10px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border:1px solid #d9dee3;
	border-bottom:none;
	overflow:hidden;
}
.country-name {
	color:333;
	text-shadow: 1px 1px #FFFFFF;
	font-weight:bold;
	font-size:11px;
	display:block;
	float:left;
	width:70%;
}
.country-remove {
	text-align:right;
	text-transform:lowercase;
	display:block;
	width:80px;
	float:right;
	cursor:pointer;
}
.country-remove:hover {
	color:#D52B1E;
}

/* call rates table */
.call-rates-tbl {
	border-left:1px solid #d9dee3;
	border-right:1px solid #d9dee3;
	border-collapse:collapse;
	width:100%;
}
.call-rates-tbl thead th {
	background:#606a74;
	font-size:12px;
	color:#fff;
	text-align:left;
	text-shadow:1px 1px 1px #000;
	border:1px solid #606a74;
	border-bottom:1px solid #d9dee3;
	padding:10px;
}
.call-rates-tbl tbody th {
	text-align:left;
	font-weight:bold;
	padding:10px;
	background: #f7f7f7;
	color:#606a74;
	font-size:11px;
	border:1px solid #d9dee3;
}
.call-rates-tbl tbody td {
	padding:8px 10px;
	border-bottom:1px solid #d9dee3;
	line-height:normal;
	font-size:11px;
	color:#333333;
}
.call-rates-tbl tbody .rate {
	text-align: right;
	border-right:1px solid #d9dee3;
}

/* mobile networks table */
.networks-tbl {
	border-collapse:collapse;
	width:100%;
	display:none;
}
.networks-tbl thead th {
	background:#606a74;
	font-size:12px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	border:1px solid #606a74;
	border-bottom:1px solid #d9dee3;
	padding:10px;
}
.networks-tbl tbody th {
	text-align:left;
	font-size:11px;
	padding:4px 0 4px 10px;
	border:1px solid #d9dee3;
	font-weight:normal;
}
.networks-tbl tbody td {
	text-align:center;
	border:1px solid #d9dee3;
	font-size:11px;
}
.networks-tbl tfoot td {
	padding:8px 0 0 10px;
	font-size:11px;
}
.network-name {
	text-align:left;
}

/* network table column widths */
.col-hsdpa {
	width: 135px;
}
.col-preferred, .col-gprs, .col-3g, .col-voice {
	width: 90px;
}

/* network toggle trigger */
.network-toggle {
	color:#D52B1E;
	cursor:pointer;
}
.network-toggle:hover {
	color:#333;
}

/* network feature icons */
.icon {
	display:block;
	width:10px;
	height:10px;
	margin:0 auto;
	text-indent:-9999px;
	background-image:url(/img/int-mobile-rates-feature-icons.png);
	background-repeat:no-repeat;
}
.icon-yes {
	background-position:0 0;
}
.icon-no {
	background-position:0 -10px;
}
.icon-preferred {
	background-position:0 -20px;
}

/* email rates form */
#emailRatesWrap {
	display:none;
	margin:20px 0;
}
#emailRatesWrap p {
	margin:0;
}
#intRatesRecipient {
	padding: 3px;
	font-size:11px;
	height:25px;
	width:300px;
	margin-right:10px;
	border:1px solid #d9dee3;
	border-radius: 3px;
}
#emailRatesForm p	{
	margin-bottom:10px;
}

#mailerror {
	color:#cc0000;
	font-weight:bold;
	margin-left:10px;
}



#footer{
	bottom:-105px;!important;
}
.button-grey {
	padding: 0 20px;
}
