/*for IE6 FIX*/

fieldset, img, hr
{
	border: none;
}
caption, th
{
	text-align: left;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
	vertical-align: top;
}
/*for IE6 FIX*/
*.*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif; /*	background-image: url(../images/bg.jpg); 	background-repeat: repeat-x;*/
	background-color: #005d9c;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #0069AA;
	text-align: center;
	display: block;
}
h1
{
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: large;
	color: #0069AA;
	line-height: normal;
}
h2
{
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: medium;
	color: #00b24e;
	line-height: normal;
}
h3
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: small;
	font-weight: bold;
	color: #0069AA;
	line-height: normal;
}
p
{
	margin: 0px;
	padding: 0 0 5px 0;
}
hr
{
	background-color: #0069aa;
}
img
{
	border: 0px;
}
.plainText
{
	font-weight: normal;
	text-align: left;
}
.plainText1
{
	font-weight: normal;
	text-align: left;
	font-size:11px;
	line-height:20px;
}
.plainText
{
	font-weight: normal;
	text-align: left;
	font-size:14px;
	line-height:20px;
}
a
{
	font-weight: bold;
	color: #0069AA;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	color: #f15a22;
}
.red
{
	color: #ff0000;
}

.grayText
{
	color: Gray;
}

input, select, textarea
{
	font-size: 12px;
	font-weight: bold;
}

.error
{
	z-index: 2001;
	position: absolute;
	left: 30%;
	top: 25%;
	text-align: left;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
}
.error h3
{
	font-size: medium;
}
.error p
{
	font-weight: bold;
	font-size: 12px;
	height: 150px;
	width: 570px;
	overflow: auto;
}
.error p img
{
	float: left;
	padding-right: 15px;
}
.topbar
{
	margin: 0px auto;
	width: 990px;
	text-align: right;
	padding: 5px 0 0 0;
	border: solid 0px red;
	height: 20px;
}
.topbar .chooselang
{
	float: right;
	height: 25px;
}
.toplinks
{
	margin: 0px;
}
.toplinks li
{
	float: left;
	display: inline;
	padding: 0px 10px 0 10px;
	border-right: solid 1px #fff;
	color: #fff;
}
.toplinks li.last
{
	float: left;
	display: inline;
	padding: 0px 10px 0 10px;
	border-right: solid 0px #fff;
	color: #fff;
}
.toplinks li a
{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
}
.toplinks li a:hover
{
	color: #ffff00;
}
#divLanglinks
{
	display: none;
	background-color: #0069AA;
	position: absolute;
	z-index: 1001;
}
ul.divLanglinks ul
{
	border: solid 0px red;
}
ul.divLanglinks li
{
	border-bottom: solid 1px #fff;
}
ul.divLanglinks ul li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
ul.divLanglinks ul li a:hover
{
	color: #f15a22;
}
#Container
{
	display: block;
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	padding: 0px 5px 16px 5px;
	_padding: 0px 5px 0px 5px;
	clear: both;
}
#MIDDLE
{
	display: block;
	float: left;
	width: 985px;
	clear: both;
	background-color: #fff;
}
#top
{
	width: 100%;
	float: left;
	height: 80px;
	background-color: #fff;
}
.logo
{
	float: left;
	margin: 5px 0 0 15px;
	width: 20%;
}
.headerleft
{
	float: right;
	display: block;
	width: 78%;
}
.lang
{
	float: right;
	margin: 0px;
	display: block;
	height: 40px;
	width: 300px;
}

.cusservice
{
	margin: 10px 0 0 0;
	text-align: right;
	float: right;
	font-weight: bold;
}

#LHS
{
	float: left;
	width: 175px;
	font-size: 11px;
	margin: 10px 0 0 5px;
	border: solid 0px red;
}

#MID
{
	width: 600px;
	float: left;
	border: solid 0px red;
	margin: 4px 0 0 4px;
}
#RHS
{
	float: right;
	width: 175px;
	font-size: 11px;
	margin: 10px 5px 0 5px;
	border: solid 0px red;
}
#menu
{
	margin: 0 auto;
	padding: 0 0 0 5px;
	height: 33px;
}
#menu .menuleft
{
	background-image: url(../images/menuleft.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 33px;
	float: left;
}
#menu .menucenter
{
	background-image: url(../images/menucenter.jpg);
	background-repeat: repeat-x;
	width: 945px;
	height: 33px;
	float: left;
}

#menu .menuright
{
	background-image: url(../images/menuright.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 33px;
	float: left;
}

#menu .menucenter ul
{
	list-style: none;
	text-align: justify;
	margin: 0px;
	padding: 0;
}
#menu .menucenter ul li
{
	display: inline;
	float: left;
}
#menu .menucenter ul li.en a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	border-right: solid 1px #025e96;
	padding: 10px 31px 8px 31px;
}
#menu .menucenter ul li.es a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	border-right: solid 1px #025e96;
	padding: 10px 22px 8px 22px;
}
#menu .menucenter ul li a:hover
{
	/*color:#00b24e;*/
	color: #fff200;
	background-color: #0e73b1;
}

#menu .menucenter ul li.last_en a
{
	border-right: solid 0px #025e96;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 31px 8px 31px;
}
#menu .menucenter ul li.last_es a
{
	border-right: solid 0px #025e96;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 22px 8px 22px;
}
#menu .menucenter ul li.last_en a:hover, #menu .menucenter ul li.last_es a:hover
{
	color: #fff200;
}
#menu .menucenter ul li.active_en a, #menu .menucenter ul li.active_es a
{
	color: #fff200;
	background-color: #0e73b1;
}
#menu .menucenter ul li.activelast_en a, #menu .menucenter ul li.activelast_es a
{
	border-right: solid 0px #025e96;
	color: #fff200;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 22px 8px 22px;
	background-color: #0e73b1;
}
#menu .menucenter ul li.activelast_en a:hover, #menu .menucenter ul li.activelast_es a:hover
{
	color: #fff200;
}
#Content
{
	padding: 10px 5px 10px 5px;
}


#footer
{
	display: block;
	width: 990px;
	margin: 0 auto;
	color: #00b24e;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	clear: both;
}
#footer .copyright
{
	padding-left: 2%;
	float: left;
}
#footer .footerlinks
{
	float: right;
	padding-right: 10px;
}
#footer img
{
	border: 0px;
	width: 98%;
	height: 8px;
}

#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li
{
	display: inline;
	padding: 0 5px 0 5px;
	border-right: solid 1px #00b24e;
}

#footer ul li a
{
	font-size: 11px;
	text-decoration: none;
	color: #00b24e;
}
#footer ul li a:hover
{
	color: #f15a22;
}
#footer li.last
{
	display: inline;
	padding: 0 5px 0 5px;
	border-right: solid 0px #00b24e;
}
#LHS img
{
	margin-bottom: 10px;
}

/*************************Terms and Conditions Style***************************************/

#divTerms, .divPrivacyPolicy
{
	font-size: 12px;
	color: #0069AA;
	text-align: left;
	overflow: auto;
	height: 500px;
	width: 97%;
	padding: 5px 10px 0px 10px;
	font-weight: normal;
}
#divTerms h3
{
	font-size: 14px;
}
#divTerms h1
{
	font-size: 16px;
}
#divTerms p
{
	padding: 3px 0 3px 0;
}

#divInThePress, #divPressRelease
{
	height: 200px;
	width: 100%;
	overflow: auto;
}

#divComTerms
{
	display: none;
	overflow: auto;
	height: 250px;
	width: 96%;
	border: solid 1px #0069AA;
	padding: 5px 5px 5px 5px;
}

/*************************Terms and Conditions Style***************************************/

/*************GRID STYLES*******************/
.gridfooter
{
	background: #A4D1FF;
	font-size: 10px;
	color: #000000;
}
.newGridHeader_Dest
{
	width: 105px;
	text-align: center;
	background: #54B948;
	color: White;
	font-size: 11px;
}
.newGridHeader
{
	text-align: center;
	background: #54B948;
	color: White;
	font-size: 11px;
	padding: 2px 0 2px 0;

}
.newGridHeaderSmall
{
	text-align: center;
	background: #54B948;
	color: White;
	font-size: 11px;
}
.gridheader
{
	background: #54B948;
	color: White;
	font-size: 10px;
}
.gridPager
{
	background: #54B948;
	font-size: 10px;
	color: black;
	text-align: center;
}
.gridPager table
{
	margin: 0px auto;
}
.gridPager a
{
	text-decoration: none;
	color: White;
	padding: 0 5px 0 5px;
}
.gridPager a:hover
{
	text-decoration: underline;
}
.grdPager a:visited
{
	font-size: 10px;
}
.RowStyle
{
	background: #CCEEFF;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #000000;
	text-indent: 5px;
	text-transform: capitalize;
}
.itmeright
{
	background: #CCEEFF;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	color: #000000;
	width:85px;
	padding-right: 10px;

}
/*************GRID STYLES*******************/

/*********************Navigation style *********************/
.bluetab ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-align: center;
	display: block;
}
.bluetab li
{
	float: left;
	display: inline;
	margin-right: 25px;
	background-color: #0069AA;
}
.bluetab li:hover
{
	background-color: #f15a22;
}
.bluetab li a
{
	float: left;
	display: block;
	cursor: pointer;
	padding: 2px 20px 0px 20px;
	text-decoration: none;
	height: 20px;
	color: #fff;
}
.bluetab li a:hover
{
	height: 20px;
}
/*********************Navigation style *********************/
/*********************Rates Buttons *************************/

.lnkbg
{
	background-color: #0069AA;
	border-style: none;
	color: #FFFFFF;
	height: 20px;
	width: 20px;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
}
/*********************Rates Buttons *************************/

/************Roaming Zones Styles***********/
.roaming
{
	border-collapse: collapse;
	border-color: #54B948;
	border-width: 2px;
}

.roaming td
{
	padding: 2px 5px 2px 5px;
	border-collapse: collapse;
	border-color: #54B948;
	font-size: 10px;
	font-weight: bold;
	color: #0069AA;
	text-transform: uppercase;
}
/************Roaming Zones Styles***********/

#TopupLogos
{
	margin-top: 50px;
	text-align: left;
	width: 95%;
}
#SiteMap ul li
{
	line-height: 18px;
}



.rates
{
	text-align: center;
	margin: 0px 0 0 35px;
	font-size: 12px;
}
.inner
{
	display: inline;
	color: #fff;
	clear: both;
}
.inner .lhs
{
	background-color: #0069AA;
	width: 260px;
	float: left;
	margin: 5px 0 0 0px;
	padding: 3px 3px 3px 3px;
}
.inner .rhs
{
	background-color: #0069AA;
	width: 260px;
	float: left;
	margin: 5px 15px 0 5px;
	padding: 3px 3px 3px 3px;
}

ul.botBox
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0 0 20px;
}
ul.botBox li
{
	float: left;
	margin-left: 10px;
}
ul.botBox li a
{
	background-color: #0069AA;
	width: 170px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: small;
	text-decoration: none;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
ul.botBox li a:hover
{
	background-color: #239c1f;
	color: #fff;
}
a.rndCornerlink
{
	background-color: Red;
	height: 16px;
	padding: 1px 10px 1px 10px;
	color: White;
	text-decoration: none;
	float: right;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 12px;
}

/*Side Nav*/
.nav
{
	display: block;
}
.nav .navHead
{
	background-image: url(../images/navHead.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 33px;
	overflow: hidden;
}
.nav .navHead h2
{
	padding: 8px 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.nav .navHead h2 a
{
	color: #fff;
	text-decoration: none;
}
.nav .navMid
{
	background-image: url(../images/navMid.jpg);
	background-repeat: repeat-y;
	width: 168px;
}
.nav .navMid .right
{
	clear: both;
	text-align: right;
	vertical-align: bottom;
	padding-top: 5px;
	width: 95%;
}
.nav .navMid .right a
{
	float: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial Black;
	letter-spacing: -1px;
	text-decoration: none;
	color: #00b24e;
	text-transform: uppercase;
}
.nav .navMid .right a:hover
{
	color: #f15a22;
}
.nav .navMid .left ul
{
}
.nav .navMid .left ul li a, .nav .navMid .left a
{
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	color: #0069AA;
}
.nav .navMid .left ul li a:hover, .nav .navMid .left a:hover
{
	color: #f15a22;
}

.nav .navMid .left
{
	text-align: left;
	padding: 10px 0 0 10px;
	float: left;
	width: 80%;
}
.nav .navMid .left a
{
	font-size: 11px;
	text-transform: uppercase;
}

.nav .navMid .left a:hover
{
	color: #f15a22;
}
.nav .navMid .left img
{
	float: left;
}

.nav .navMid ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav .navBot
{
	background-image: url(../images/navbot.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 10px;
	clear: both;
	margin-bottom: 8px;
}
/*Side Nav*/
input.btnNewSmall
{
	clear: both;
	background-image: url(../Images/btnNewSmall.jpg);
	background-repeat: no-repeat;
	width: 111px;
	height: 24px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
	cursor: pointer;
}
input.btnNewSmall:hover
{
	background-image: url(../Images/btnNewSmallHover.jpg);
	background-repeat: no-repeat;
}

.btnNew
{
	clear: both;
	background-image: url(../images/btnNew.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 155px;
	height: 24px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px auto;
}
a.btnNew:hover
{
	color: #fff;
	background-image: url(../images/btnNewHover.jpg);
	background-repeat: no-repeat;
}
h2.maroon
{
	font-family: Arial Black;
	font-size: 12px;
	color: #af0152;
	text-align: center;
}
.step123
{
	padding-left: 5px;
}
.step
{
	display: block;
	clear: both;
	width: 100%;
}
.step img
{
	float: left;
}
.navMid ul.onlinesale
{
	list-style-image: url(../images/rndarr.gif);
	margin: 0px 0 0 0;
	padding: 0px 0 0 15px;
	line-height: normal;
}

/*Image Slider CSS*/
div.sc_menu_wrapper
{
	position: relative;
	height: 250px; /* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 160px;
	overflow: auto;
}
div.sc_menu
{
	padding: 15px 0;
}
.sc_menu img
{
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sc_menu_wrapper .loading
{
	position: absolute;
	top: 50px;
	left: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	text-align: center;
}
/* Styling tooltip */
.sc_menu_tooltip
{
	display: block;
	position: absolute;
	padding: 6px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0); /* Make background a bit transparent for browsers that support rgba */
	background: rgba(0, 0, 0, 0.5);
}
/*Image Slider*/

.grdbg
{
	width: 98%;
	background-color: #fbfdff;
	margin: 0 auto;
	border: solid 1px #d1d1d1;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	display: block;
	font-weight: normal;
}
.grdbg h1
{
	font-size: 16px;
	width: 580px;
}
.grdbg h1.freminutes
{
	font-size: 16px;
	padding: 0px 0 10px 0;
	border:solid1 1px red;
}
.grdbg h2.freminutes
{
	font-size: 12px;
	padding: 0px 0 0px 0;
	
}
.grdbg h3.freeminutes
{
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #00a13a;
	
}
ul.freeminutes
{
	margin:5px 50px 0 20px;
	
}
ul.freeminutes li
{
	line-height:20px;
}
.grdbg div .left
{
	float:left;
	width:250px;
	margin-top:5px;
}
.grdbg div .right
{
	float:left;
	width:250px;
	margin-top:0px;
	padding:0px;
}
.grdbg h3
{
	padding: 10px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.grdbg h2
{
	border-top: solid 0px red;
	padding-top: 5px;
}
.grdbg div
{
	clear: both;
}
.grdbg ul, .grdbg ol
{
	padding: 0px;
	margin: 3px 0 3px 35px;
}
.grdbg table td
{
	text-align: left;
	padding-left: 10px;
}
ul.float
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.float li
{
	display: inline;
	margin-left: 20px;
}

ul.float li a img
{
	padding-bottom: 5px;
	border-bottom: solid 2px #fff;
}
ul.float li a:hover img
{
	padding-bottom: 5px;
	border-bottom: solid 2px #00b24e;
}

.textbox
{
	color: #58595b;
	font-weight: normal;
	border: solid 1px #0069AA;
	width: 90%;
}
#divInThePress ul, #divPressRelease ul
{
	padding: 0;
	list-style-image: url(../images/rndarr.gif);
	margin: 15px 0 0 0;
	padding: 0px 0 0 25px;
	line-height: 20px;
}
.imglist
{
	font-weight: normal;
}
.imglist a img
{
	padding-bottom: 15px;
	overflow: auto;
}

ul.terms
{
	text-align: left;
	list-style: none;
	line-height: 25px;
	list-style-image: url(../images/rndarr.gif);
	margin: 15px 0 0 0;
	padding: 0px 0 0 25px;
}
.terms li a
{
	font-size: 13px;
}
.terms li a:hover
{
	color: #f26522;
}
/*Starting of Lyca slider*/#slideHeaderDiv
{
	margin-left: 0px;
	position: relative;
	width: 600px;
	border: solid 0px red;
	height: 214px;
}
#slideHeaderDiv ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: Black;
}
#slideHeaderDiv li
{
	position: absolute;
	background-color: Black;
	top: 0;
	left: 0;
	z-index: 8;
	margin: 0;
	padding: 0;
	opacity: 0.0;
}
#slideHeaderDiv li.active
{
	z-index: 10;
	opacity: 1.0;
}
#slideHeaderDiv li.last-active
{
	z-index: 9;
}
#slideHeaderDiv li img
{
	width: 600px;
	height: 193px;
	display: block;
	border: 0;
}
#slideHeaderDiv ul.slide-num
{
	font-family: sans-serif;
	position: absolute;
	z-index: 11;
	top: 193px;
	bottom: 0px;
	left: 0px;
	right: 0;
	padding: 0 2px;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
	font-weight: bold;
	background-color: #0869ad;
	width: 600px;
}
html > body #slideHeaderDiv ul.slide-num
{
	width: auto;
}
#slideHeaderDiv ul.slide-num li
{
	position: relative;
	z-index: 11;
	color: #fff;
	background-color: #2778af;
	height: 20px;
	width: auto;
	display: block;
	float: left;
	opacity: 1.0;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
	padding: 0 14px;
}
#slideHeaderDiv ul.slide-num li.active
{
	background-color: #81a2b8;
}
/*End of Lyca slider*/

h3 a
{
	font-size: 14px;
	text-decoration: none;
	border-bottom: solid 2px #086aac;
}
h3 a:hover
{
	text-decoration: none;
	border-bottom: solid 2px #f15a22;
}
.sitemap
{
	font-size: 14px;
}
.sitemap div
{
	clear: both;
	margin: 10px 0 10px 0;
}

.sitemap ul
{
	list-style-image: url(../images/rndarr.gif);
	margin: 0px 0 0 0px;
}
.sitemap ul li a
{
	font-size: 12px;
	font-weight: normal;
}
.sitemap ul li p
{
	font-size: 12px;
}
ol.upgrade
{
	padding: 0px;
	margin: 0px 10px 0 20px;
}
ol.upgrade li
{
	margin: 20px 0px 20px 0px;
}
ol.upgrade li ul li
{
	margin: 5px 0px 5px 0px;
}
.btnUpgrade
{
	clear: both;
	background-image: url(../images/btnUpgrade.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 225px;
	height: 24px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}
a.btnUpgrade:hover
{
	color: #fff;
	background-image: url(../images/btnUpgradeHover.jpg);
	background-repeat: no-repeat;
}
.maroon
{
	font-size: 16px;
	color: #af0152;
	text-align: center;
	text-decoration: none;
}
.upgrade-lycamobile h1.title
{
	font-size: 16px;
	line-height: 25px;
}
.upgrade-lycamobile h1.title a.lnkupgrade
{
	font-size: 16px;
	text-decoration: none;
}
.upgrade-lycamobile h2.subtitle
{
	font-size: 15px;
}
.upgrade-lycamobile h3 a
{
	font-size: 13px;
}
.upgrade-lycamobile img
{
	padding:10px 0 10px 0;
}
