
* {
	font-family: Trebuchet MS, arial, sans-serif;
}

p {
	margin: 8px 0px 8px 0px;
}

html, body {
	height: 100%;
	margin: 0;
}

.dataDiv {
	float: left;	
	margin-right: 30px;
	margin-bottom: 20px;
}

.dataDiv .heading {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;;
	border-bottom: 1px #999999 solid;
	padding: 0px 0px 0px 0px;
}


.dataTable {
	border: 1px #eeeeee solid;
	background-color: #dddddd;
}

.dataTable tr td {
	color: #444444;
	background-color: #f9f9f9;
	padding: 2px 10px 2px 0px;
	text-align: center;
	padding: 3px 6px 3px 6px;
}

.dataTable tr th {
	padding: 3px 6px 3px 6px;
	color: #ffffff;
	background-color: #9999dd;
	border-bottom: 1px #7a5213 solid;
	text-align: center;
	font-size: 9pt;
	font-variant: small-caps;
}

.left {
	text-align: left !important;
}

.normal {
	font-weight: normal !important;
}

.dataTable .main {
	padding: 3px;
	color: #000000;
	background-color: #f0f0f0;
}

.dataTable .state {
	font-size: 11pt;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	color: #990000;
	padding-top: 10px;
}

.dataTable .subColumnHeading td {
	text-align: center;
	background-color: #b3b3dd;
	color: #ffffff;
	border-bottom: 1px #666699 solid;
	font-variant: small-caps;
}
.dataTable .columnBundledBig {
	background-color: #ece8c0;
	font-weight: bold;
	font-size: 12pt;
}

.dataTable .columnBundled {
	background-color: #ece8c0;
	font-weight: normal;
}

.dataTable .big {
	font-weight: bold;
	font-size: 10pt;
}

.dataTable .columnFirstBig {
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	font-size: 10pt;
}


.dataTable .columnFirst {
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	vertical-align: bottom;
}


.dataTable .rowBreak {
	background-color: #9999ff;
	height: 1px;
	padding: 0px;
}


div#subPageNavigation {
	position: absolute;
	top:0px;
	left:0px;
}


div#subPageNavigation div#photo1 {
	float: left;
	width: 111px;
	height: 72px;
	padding: 2px;
	background-image: url(/images/photographs/ss_orange_rectangle.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div#subPageNavigation div#photo2 {
	float: left;
	width: 111px;
	height: 72px;
	padding: 2px;
	background-image: url(/images/photographs/ss_logo_large.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
div#subPageNavigation div#photo3 {
	float: left;
	width: 111px;
	height: 72px;
	padding: 2px;
	background-image: url(/images/photographs/ss_boy_dad.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
div#subPageNavigation div#photo4 {
	float: left;
	width: 111px;
	height: 72px;
	padding: 2px;
	background-image: url(/images/photographs/ss_family_jumping.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div#photos div#photo1 {
	float: left;
	width: 220px;
	height: 142px;
	padding: 4px;
	background-image: url(/images/photographs/s_man_jumping.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


div#photos div#photo2 {
	float: left;
	width: 220px;
	height: 142px;
	padding: 4px;
	
	background-image: url(/images/photographs/s_women_phone.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


div#photos div#photo3 {
	float: left;
	width: 220px;
	height: 142px;
	padding: 4px;
	
	background-image: url(/images/photographs/s_boy_dad.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


div#photos div#photo4 {
	float: left;
	width: 220px;
	height: 142px;
	padding: 4px;
	
	background-image: url(/images/photographs/s_logo_large.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div#photos div#photoFlag {
	float: left;
	width: 220px;
	height: 142px;
	padding: 4px;
	
	background-image: url(/images/photographs/s_australian_flag.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


div#photos div#photo5 {
	float: left;
	width: 220px;
	height: 142px;
	padding: 4px;
	
	background-image: url(/images/photographs/s_orange_rectangle.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

div#photos {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 456px;
}

div#content {
	position: absolute;
	top: 40px;
	left: 460px;
	margin: auto;
	min-width: 500px;
	/* IE hack - when oh when will IE come to the CSS party? */
	width:expression(this.clientWidth <= 500 ? "500px" : "auto" );
	z-index: 0;
}

div#content div#catch a  {
	font-size: 9pt;
	font-weight: bold;
	font-weight: normal;
	color: #000000;
}
div#content div#catch {
	font-size: 9pt;
	padding: 6px;
	font-weight: bold;
	font-weight: normal;
}

div#content div#catch h2 {
	font-size: 14pt;
	color: #fe370e;
	padding-bottom: 2px;
}


div#content div#announcements {
	font-size: 8pt;
	padding: 6px;
	font-weight: bold;
	font-weight: normal;
}

div#content div#announcements h2 {
	font-size: 12pt;
	color: #fe370e;
	padding-bottom: 6px;
}

.announcementHeading {
	font-size: 8pt;
	padding-bottom: 10px;
	color: #1b21a6;
	font-weight: normal;
}

.announcementDate {
	font-size: 8pt;
	padding-bottom: 10px;
	color: #1b21a6;
}

.announcement a {
	font-size: 8pt;
	padding-bottom: 10px;
	color: #5f65a0;
	font-weight: normal;
	text-decoration: none;
}

.announcement {
	font-size: 8pt;
	padding-bottom: 10px;
	color: #5f65a0;
	font-weight: normal;
}

.link {
	font-size: 8pt;
	background-image: url(images/photographs/arrow.jpg);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 4px;
	padding-bottom: 2px;
}

.link a {
	color: #8080b9;
}

.link a:hover {
	color: #484868;
}

a:hover {
	color: #1b21a6;
}

div#content H2 {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	font-size:14pt ;
	margin: 0px;
	padding: 0px;

}

div#content .heading {
	color: #000099;
	font-weight: bold;
	font-size:9pt ;

}


div#content .heading:hover   {
}
div#content .date {
	font-size: 8pt;
	font-weight: normal;
	display: inline;
	padding-left: 3px;
	color: #aa8888;
}


div#content .content {
	font-size: 8pt;
	color: #6666aa;
}


div#navigation_dev {
	position: absolute;
	right: 0px;
	top: 0px;
	width:383px;
	height: 40px;
	z-index:5;
  cursor: pointer;
}

div#navigation_dev div#dealer {
	float: left;
	width: 151px;
	height: 40px;
	background-image: url(/images/photographs/nav_1.gif);
}

div#navigation_dev div#signup {
	float: left;
	width: 207px;
	height: 40px;
	background-image: url(/images/photographs/nav_2.gif);
}

div#navigation_dev div#signup2 {
	float: left;
	width: 213px;
	height: 40px;
	background-image: url(/images/photographs/nav_1a.gif);
}


div#navigation_dev div#contactus {
	float: left;
	width: 119px;
	height: 40px;
	background-image: url(/images/photographs/nav_3.gif);
}

div#navigation_dev div#club_ecomtel {
	float: left;
	width: 170px;
	height: 40px;
	background-image: url(/images/photographs/club_ecomtel.gif);
}

div#navigation_dev div#aboutus {
	float: left;
	width: 123px;
	height: 40px;
	background-image: url(/images/photographs/nav_4.gif);
}



div#navigation {
	position: absolute;
	right: 0px;
	top: 0px;
	width:600px;
	height: 40px;
	z-index:5;
  cursor: pointer;
}

div#navigation div#dealer {
	float: left;
	width: 151px;
	height: 40px;
	background-image: url(/images/photographs/nav_1.gif);
}

div#navigation div#signup {
	float: left;
	width: 207px;
	height: 40px;
	background-image: url(/images/photographs/nav_2.gif);
}

div#navigation div#signup2 {
	float: left;
	width: 213px;
	height: 40px;
	background-image: url(/images/photographs/nav_1a.gif);
}


div#navigation div#contactus {
	float: left;
	width: 119px;
	height: 40px;
	background-image: url(/images/photographs/nav_3.gif);
}


div#navigation div#aboutus {
	float: left;
	width: 123px;
	height: 40px;
	background-image: url(/images/photographs/nav_4.gif);
}



div#rates .carrierHeadingSmall {
	background-image: url(/images/photographs/rate_small_mask.gif);
	background-repeat: no-repeat;
	background-color: #9999dd;
	color: #ffffff;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	width: 50px;
	height: 28px;
}

div#rates .carrierHeadingHuge {
	background-image: url(/images/photographs/rate_huge_mask.gif);
	background-repeat: no-repeat;
	background-color: #9999dd;
	color: #ffffff;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: center;
	width: 59px;
	height: 28px;
}

div#rates .carrierHeadingSmallOver {
	background-image: url(/images/photographs/rate_over_small_mask.gif);
	background-repeat: no-repeat;
	background-color: #9999dd;
	color: #ffffff;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: center;
	width: 50px;
	height: 34px;
	vertical-align: bottom;
}
div#rates .carrierHeadingOver {
	background-image: url(/images/photographs/rate_over_mask.gif);
	background-repeat: no-repeat;
	background-color: #9999dd;
	color: #ffffff;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: center;
	width: 59px;
	height: 34px;
	vertical-align: bottom;
}
div#rates .carrierHeadingLarge {
	background-image: url(/images/photographs/rate_large_mask.gif);
	background-repeat: no-repeat;
	background-color: #9999dd;
	color: #ffffff;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: center;
	width: 59px;
	height: 34px;
}

div#rates .carrierValue {
	background-image: url(/images/photographs/rate_large_mask.gif);
	background-repeat: no-repeat;
	background-color: #9999dd;
	color: #ffffff;
	font-weight: normal;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: center;
	width: 59px;
	height: 17px;
}

div#rates .countryS {
	background-image: url(/images/photographs/rate_small_mask.gif);
	background-repeat: no-repeat;
	background-color: #b3b3dd;
	color: #ffffff;
	font-weight: normal;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: left;
	width: 45px;
	height: 17px;
}

div#rates .country {
	background-image: url(/images/photographs/rate_small_mask.gif);
	background-repeat: no-repeat;
	background-color: #b3b3dd;
	color: #ffffff;
	font-weight: normal;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: left;
	width: 45px;
	height: 17px;
}

div#rates .countryLarge {
	background-image: url(/images/photographs/rate_large_mask.gif);
	background-repeat: no-repeat;
	background-color: #b3b3dd;
	color: #ffffff;
	font-weight: normal;
	/*padding: 2px 2px 2px 4px;*/
	font-size: 8pt;
	text-align: center;
	width: 53px;
	height: 17px;
}

div#rates div#terms {
	text-align: center;
	font-size: 7pt;
	color: #666666;
	padding-top: 4px;
}

div#content div#rates {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 2px;
	padding-left: 2px;
	float: right;
	width: 186px;
	font-size: 8pt;
	color: #444444;
	background-image: url(/images/photographs/rates_arch.gif);
	background-repeat: no-repeat;
	text-align: right;
	z-index: 1;
}

div#content div#rates div#heading {
	position: absolute;
	top: 5px;
	left: 14px;
	font-size: 8pt;
	color: #666666;
	z-index: 4;
	font-weight: bold;
}

.countrySelect {
	font-size: 8pt;
	font-weight: normal;
	width: 118px;
	height: 17px;
	background-color: #b3b3dd;
	color: #ffffff;
}

.countrySelect option {
	font-size: 7pt;
	font-weight: normal;
	padding: 0;
	margin: 0;
}


div#frontContent {
}

div#fixFree {
	float: right;
}
div#fix {
	float: right;
	position: relative;
	top: 440px;
	right: 0px;
}

div#footer {
	padding: 15px;
	font-size: 8pt;
	color: #6063a6;
	text-align: right;
}

div#footer .navigation {
	border-bottom: 1px #aaaaaa solid;
	margin-bottom: 2px;
	text-align: right;
}


div#footer .navigation a {
	/*color: #1b21a6; */
	color: #999999;
	text-decoration: none;
}

div#footer a {
	text-decoration: underline;
	color: #6063a6;
}

div#footer a:hover {
	text-decoration: underline;
}



div#menu {
	position: absolute;
	float:left;
	top: 310px;
	left: 240px;
	width: 750px;
	background-image: url(/images/photographs/orangeDot.gif);
	background-repeat: repeat-x;
	background-position: -10px 37px;
  cursor: pointer;
	z-index: 10;
}

div#menu h2 {
	margin: 0px;
	font-size: 11pt;
	color: #ff0000;
}


div#menu div#mobile {
	float: left;
	width: 180px;
	height: 60px;
	padding-bottom: 3px;
	background-image: url(/images/photographs/s_mobile.gif);
	background-repeat: no-repeat;
	background-position: 62px 0px;
	position: relative;
	z-index: 1;
}

div#menu div#mobile:hover {
	background-image: url(/images/photographs/s_mobile_hover.gif);
}


div#menu div#internet {
	float: left;
	width: 180px;
	height: 60px;
	padding-bottom: 3px;
	background-image: url(/images/photographs/s_internet.gif);
	background-repeat: no-repeat;
	background-position: 68px 0px;
}

div#menu div#internet:hover {
	background-image: url(/images/photographs/s_internet_hover.gif);
}


div#menu div#landline {
	float: left;
	width: 180px;
	height: 60px;
	padding-bottom: 3px;
	background-image: url(/images/photographs/s_landline.gif);
	background-repeat: no-repeat;
	background-position: 74px 0px;
}

div#menu div#landline:hover {
	background-image: url(/images/photographs/s_landline_hover.gif);
}


div#menu div#customer {
	float: left;
	width: 180px;
	height: 60px;
	padding-bottom: 3px;
	background-image: url(/images/photographs/s_customer.gif);
	background-repeat: no-repeat;
	background-position: 88px 0px;
}

div#menu div#customer:hover {
	background-image: url(/images/photographs/s_customer_hover.gif);
}

div#prom {
	position: absolute;
	top: 50px;
	left: 27px;
	z-index: 20;
}

div#prom h2 {
	margin: 0px;
	font-size: 17pt;
	color: #ffffff;
}

div#promShadow {
	position: absolute;
	top: 52px;
	left: 29px;
	z-index: 20;
}


div#promShadow h2 {
	margin: 0px;
	font-size: 17pt;
	color: #000000;
}

div#prom h3 {
	margin: 0px;
	font-size: 14pt;
}

.terms ol,ul {
	margin-top: 0;
}

.tick li {
	list-style-image: url(/images/tick_yes.jpg);

}

.menuHeading {
	top: 0px;
	left: 0px;
	color: #fe370e;
	font-size: 11pt;
	font-weight: bold;
	height: 33px;
	width: 80px;
	padding-bottom: 2px;
}

div#menu .menu .blurb {
	padding: 5px 0px 4px 1px;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
}

div#menu .menu .item:hover a {
}

div#menu .menu .item:hover {
	background-image: url(/images/photographs/hlight.gif);
	background-repeat: no-repeat;
}

div#menu .menu .item a:hover  {
}

div#menu .menu {


}

div#menu .menu .item {
	position: relative;
  cursor: pointer;
	padding: 0px 0px 0px 2px;
	width: 151px;
	height: 14px;
	z-index: 30;
}

div#menu .menu .item a {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
}


div#menu .menu .signUp {
	padding-top: 4px;
}

div#menu .menu .signUp a {
	text-decoration: underline;
	font-size: 8pt;
	font-weight: bold;
	color: #fe370e;
}


div#innerContent {
	margin-top: 76px;
	padding: 20px;
}

div#breadCrumbs {
	position: absolute;
	top: 46px;
	left: 470px;
	color: #000000;
	font-size: 9pt;
}


div#breadCrumbs a {
  color: #000099;
  text-decoration: none;
	font-size: 9pt;
	text-decoration: underline;
}


div#hidden {
	display: none;

}


table#dest {
	margin: 5px 5px 5px 5px;
}

table#dest tr td {
	height: 18px;
	padding: 0px;
	margin: 0px;

}





form { 
	margin-top: 0px; 
	margin-bottom: 0px;
}

table { 
	font-size: 12px; 
	color: #333333; 
}

a {
	color: #d77319;
}

a:hover {
	color: #000000;
}

.feedbackArea { 
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 140px;
	border: 1px solid #48A2D8;
	background-color: #D4EAD6;
}
.feedback { 
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 140px;
	border: 1px solid #48A2D8;
	background-color: #D4EAD6;
	height: 15px;
}

.styles        {
	font-size: 10px;
	text-decoration: none;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 10px;


}
.Titre         {
	font-size: 12px;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #6F6F6F;
	margin: 0px;
	padding: 0px;



}
.sub02 {
	font-size: 16px;
	font-weight: bold;
	color: #9BA2B1;
	text-decoration: none;

}
.bluetext {
	color: #3F6578;
	font-size: 10px;
	margin-left: 10px;
	padding-left: 10px;

}
.blue2text {
	color: #5175AE;
	font-size: 10px;
	margin-left: 10px;
	padding-left: 10px;

}
.navytext {
	color: #081C51;
	font-size: 10px;
	margin-left: 10px;
	padding-left: 10px;

}
.orangetext {
	color: #FF6600;
	font-weight: bold;
}
.greytext {
	font-size: 10px;
	color: #666666;
	line-height: 10px;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 10px;

}
.formbilling {
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
	height: 15px;
	width: 140px;
	border: 1px solid #48A2D8;

}
.formsignup1 {
	font-size: 9px;
	color: #0099FF;
	text-decoration: none;
	height: 14px;
	width: 155px;
	border: 1px solid #5074AE;
	
}
.formsignup2 {
	font-size: 9px;
	color: #0099FF;
	text-decoration: none;
	height: 13px;
	width: 120px;
	border: 1px solid #5074AE;	

}
.position {
	background-repeat: no-repeat;
	background-position: 17px;
}
.about01 {
	font-size: 10px;
	color: #396870;
	margin-left: 15px;
	padding-left: 15px;

}
.about2 {
	font-size: 10px;
	color: #666666;

}
.services {
	font-size: 10px;
	color: #3f6578;
	text-decoration: none;

}
a.services:hover {
	font-size: 10px;
	color: #FF6633;
	text-decoration: none;

}
.rates {
	font-size: 10px;
	color: #FF6633;
	text-decoration: underline;

}
a.rates:hover {
	font-size: 10px;
	color: #FF6633;
	text-decoration: none;

}
a.navytext:hover {
	font-size: 10px;
	color: #F83A08;
	text-decoration: underline;

}
.pop {
	font-size: 11px;
	text-decoration: none;
	margin-left: 3px;
	padding-left: 3px;
	color: #845263;


}


.network {
	text-decoration: none;
	background-color: #F5F2EF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D8CFC3;
	height: 16px;
	color: #665742;
	background-repeat: repeat-x;

}
a.network:hover {
	background-color: #d8cfc3;
	color: #241F17;

}
.charts {
	font-size: 10px;
	text-decoration: none;

}
.form3 {
	font-size: 10px;
	color: #5C4E3A;
	background-color: #FFFFFF;
	height: 16px;
	width: 55px;
	border: 1px #aaaaaa solid;

}
.form4 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D8CFC3;
	height: 14px;
	width: 300px;
	border: 1px solid #655641;

}
.footer {
	font-size: 9px;
	color: #3399FF;

}
a.footer:hover {
	color: #FF6600;

}
.orange {
	font-size: 10px;
	color: #FF6600;
	text-decoration: none;

}
a.orange:hover {
	font-size: 10px;
	color: #FF6600;
	text-decoration: underline;

}
.terms {
	color: #666666;
	font-size: 8pt;
	text-decoration: none;
}

.terms h3 {
	font-size: 9pt;
}

a.terms {
	text-decoration: underline;
}

.terms:hover {
	color: #990000;

}

.menu_link {
	font-size: 9px;
	color:#888888;
}
a.menu_link {
	font-size: 9px;
	color:#444444;
	text-decoration:none;
}
a.menu_link:hover {
	font-size: 9px;
	color:#777777;
	text-decoration:underline;
}

.blueHeading {
	color: #3399FF;
	font-size: 14pt;
	font-weight: normal;
}

H1.blueHeading {
	color: #3399FF;
	font-size: 15pt;
	font-weight: normal;
	margin-bottom: -6pt;
}

H2.blueHeading {
	color: #3399FF;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: -7pt;
}

.blueHeadingSmall {
	color: #3399FF;
	font-size: 10pt;
	font-weight: bold;
}

.redHeadingSmall {
	color: #f15d2f;
	font-size: 13pt;
	font-weight: bold;
}

.form_field { font-size:9pt;  color: #000066; font-weight:bold;}
.required { color: #ff0000;}

.mobile_input { background-color: #F6F9FF; }

.brownHeading {
	color: #998262;
	font-size: 13pt;
	font-weight: normal;
}

.step {
	color: #ff7700;
	font-size: 14pt;
	font-weight: normal;
}

.body {
	color: #333333;
	font-size: 10pt;
	font-weight: normal;

}

.bodyBlue {
	color: #3d88d3;
	font-size: 10pt;
	font-weight: bold;

}

.mobile_table_heading {
	color: #555555;
	font-size: 8pt;
	font-weight: normal;

}
.mobile_table_data {
	color: #333377;
	font-size: 8pt;
	font-weight: normal;

}

.buy {
	color: #5572ad;
	font-size: 8pt;

}

.cart_price {
	color: #ff6666;
	font-size: 10pt;
	font-weight: bold;
}

.cart_item_heading {
	color: #555588;
	font-size: 10pt;
	font-weight: bold;
}
.cart_item {
	color: #222222;
	font-size: 10pt;
	font-weight: bold;
}
.cart_item_sub {
	color: #555588;
	font-size: 10pt;
	font-weight: bold;
}

.cart_input {
	background-color: #ffffff;
	font-family: courier;
	font-size: 9pt;
	color: #000000;
}

.activeTab {
	background-color: #e3580e;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}


.inactiveTab {
	background-color: #e39065;
	color: #f2f2f2;
	font-size: 10pt;
	font-weight: bold;
}

a.inactiveTab:hover {
	color: #ffffff; 

}

.tinyTab {
	color: #f0f0f0;
	font-size: 7pt;
	font-weight: normal;
}

.ecomtel_shop {
	color: #000055;
	font-size: 11pt;
	font-weight: bold;
}


.adsl_plan_cell {
	color: #ffffff;
	background-color: #466caa;
	text-align: center;
}


.adsl_plan_cell_dark {
  color: #ffffff;
  background-color: #375483;
  text-align: center;
}


.adsl_usage_cell {
	color: #ffffff;
	background-color: #466caa;
	text-align: center;
}

.adsl_plan_name_cell {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
	background-color: #c1703a;
	text-align: center;
}

.adsl_plan_bundled_cell {
	color: #000000;
	background-color: #ebe38b;
	text-align: center;
}

.adsl_plan_bundled_heading_cell {
	color: #000000;
	font-size: 9pt;
	background-color: #fef596;
	font-weight: bold;
	text-align: center;
}

.adsl_plan_separate_cell {
	color: #ffffff;
	background-color: #3a97b6;
	text-align: center;
}

.adsl_plan_name_heading_cell {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	background-color: #92552c;
	text-align: center;
}
.adsl_plan_heading_cell {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	background-color: #8ba8d3;
	text-align: center;
}

.adsl_plan_separate_heading_cell {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	background-color: #2f7992;
	text-align: center;
}

.adsl_disclaimers {
	color: #995555;
	font-size: 7pt;

}

.adsl_plan_separate_cell {
	color: #ffffff;
	background-color: #4683aa;
	text-align: center;
}

.adsl_plan_shaping {
	color: #ffffff;
	background-color: #5676aa;
	text-align: center;

}


.adsl_plan_shaping_heading {
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #9ab1d3;
	text-align: center;
}

.exclame {
	color: #186d9e;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
}

.mobiles_heading {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

.pocketStep {
	color: #e56740;
	font-size: 13pt;
	font-weight: bold;
}

.pocket_select {
	font-size: 9pt;
	background-color: #cbe5ff;

}


.priceComponent {
	text-align: right;
	font-size: 8pt;
	/*background-color: #cbe5ff;*/
}

.priceValue {
	font-weight: bold;
	font-size: 12pt;
}



.mobile_handset_name {
	font-weight: bold;
	font-size: 12pt;
}

.handset_manufacturer {
	font-weight: bold;
	font-size: 12pt;
	
}


.handset_order_code {
	font-weight: bold;
	font-size: 9pt;
	color: #992222;
	
}

.what_is {
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
}

.noStyle {
	color: #ffffff;
}

.announcementDate {
	font-size:8pt;
	color: #4444aa;
	font-weight:normal;
}

.announcementHeading {
	font-size:10pt;
	color: #0000aa;
	font-weight:bold;
}


.serviceHeading {
	font-size:14pt;
	color: #aa0000;
}

.mainHeading {
	font-size:14pt;
	color: #666699;
}

.subHeading {
	font-size:13pt;
	font-weight:bold;
	color: #2222aa;
}
.subsubHeading {
	font-size:11pt;
	font-weight:bold;
	color: #6666aa;
}
.subsubsubHeading {
	font-size:10pt;
	font-weight:bold;
	color: #6666aa;
}

a.navBar {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.navBar {
	background-color: #ff7e00;
	color: #ffffff;
}


.date {
	color: #ffffff;
}

.welcome {
	font-size:18pt;
	font-weight: bold;
	color: #a85300;

}

.borderedBoxRate {
	background-color: #feedd5;
	border: 1px #fabd5e solid;
}

div.borderedBox {
	background-color: #fff8ee;
	border: 1px #fabd5e solid;
	padding: 6px;
	margin-bottom: 16px;
	margin-right: 16px;
}

.borderedBoxBlue {
	background-color: #e9f0ff;
	border: 1px #5678bc solid;
}

input, textarea {
	color: #000000;
	background-color: #ffffff;
	border: 1px #a0a0aa solid;
	padding: 0px 2px 0px 2px;
}


.submit {
	cursor: pointer;

  color: #ffffff;
  background-color: #9999dd;
  text-align: left;
  vertical-align: bottom;
  font-variant: small-caps;
	text-align: center;
}

.submit:hover, .submit:focus {
  background-color: #7777aa;
}

textarea:focus, textarea:hover {
  background-color: #fcf7cd;
}


input:focus, input:hover {
  background-color: #fcf7cd;
}

.adsl_tester {
	float: left;
	border: 1px #b3b3dd solid;
	background-color: #ffe9d7;
	padding: 6px;

}


.borderedBoxInfo {
	background-color: #fbfbfb;
	border: 1px #e0e0e0 solid;
}

.borderedBox .heading {
	font-weight: bold;
}


div#noticeBox {
	float: left;
	border: 1px #e0e0e0 solid;
	color: #FF6600;
}


.signUp {
	font-size:10pt;
	font-weight:bold;
	color: #337733;
}

.tagsChosen {
	text-decoration: none;
	color: #fe370e;
	font-weight: bold;
}

img {
	display: block;
}

.tags a:hover {
	color: #444444;
}
.tags a {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

.tags {
	color: #ff9d03;
	margin-bottom: 12px;
}

.smallText {
	color: #c57425

}

.light {
	color: #888888;
}

.darkBlue {
	color: #ffffff;
	background-color: #466caa;
	text-align: center;
}

.lightBlue {
	color: #ffffff;
	background-color: #8ba8d3;
	text-align: center;
}
.ecomtelSaving {
	color: #000000;
	background-color: #ffdba8;
	font-weight: bold;
	text-align: center;
}

.unit {
	color: #222222;
	background-color: #d8cfc3;
	text-align: center;
}

.rateHeading {
	background-color: #d1a464;
	color: #ffffff;
	font-size:14pt;
	font-weight:bold;
}

.interfaceCarrier {
	background-color: #eeeeee;
	color: #222222;
	text-align: right;

}

.rateType {
	background-color: #e3e3e3;

}

.announcement {
	color: #3b77ca;


}

.jobBox {
	border:1px #dddddd solid;
	background-color:#fffbf7;
	padding: 10px;
	margin-bottom: 14px;
}

.care {
	font-size: 12pt;
	color: #ff6600;
	font-weight: bold;
}

.jobHeading {
	color: #FF6600;
	font-size:11pt;
	font-weight: bold;
}


.sectionHeading {
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
}

.sectionQuestion {
	font-size:8pt;
	color: #ffffff;
	font-weight: normal;
}

.sectionNote {
	font-size:9pt;
	color: #ffdddd;
	font-weight: normal;
}


.calculatorHeading {
	font-size:14pt;
	color: #ff7e00;
	font-weight: bold;
}


.smallQuestion {
	font-size:7pt;
	color: #ffffff;
	font-weight: bold;
}

.sectionAnswer {
	font-size:8pt;
	color: #222222;
}


.ultimateAnswer {
	font-size:11pt;
	font-weight: bold;
	color: #000000;
}

.figure {
	font-size:13pt;
	font-weight:bold;
	color: #333333;

}


.info { color: #ffffff; }
.big { font-size: 20pt; }
.small { font-size: 8pt; }




/* RATE SELECTOR */

div#rateSelector {
  float: left;
}

div#rateSelector table td {
  padding: 3px;
}

div#rateSelector td#destination {
  font-weight: bold;
  text-align: right;
}


div#rateSelector .sub {
	text-align: right;
	background-color: #b3b3dd;
	color: #ffffff;
	border-bottom: 1px #666699 solid;
	font-variant: small-caps;
}

div#rateSelector .major_all {
	padding: 4px 5px 2px 5px;
	color: #ffffff;
	background-color: #9999dd;
	border-bottom: 1px #7a5213 solid;
	text-align: center;
	font-size: 9pt;
	vertical-align: middle;
	font-variant: small-caps;
}

div#rateSelector .major_special {
	padding: 4px 5px 2px 5px;
	color: #ffffff;
	background-color: #dd9999;
	border-bottom: 1px #7a5213 solid;
	text-align: center;
	font-size: 9pt;
	vertical-align: middle;
	font-variant: small-caps;
}

div#rateSelector td#all_plans {
  width: 50px;
  font-weight: bold;
  background-color: #f9f9f9;
  border: 1px #999999 solid;
	font-size: 8pt;
}

div#rateSelector td#telstra_rate {
  width: 50px;
  font-weight: normal;
  background-color: #f9f9f9;
  border: 1px #999999 solid;
	font-size: 8pt;
}



div#rateSelector td#min_cap {
  width: 50px;
  font-weight: normal;
  background-color: #f9f9f9;
  border: 1px #999999 solid;
	font-size: 8pt;
}

div#rateSelector td#min_block {
  width: 50px;
  font-weight: normal;
  background-color: #f9f9f9;
  border: 1px #999999 solid;
	font-size: 8pt;
}

div#rateSelector td#city_special {
  width: 50px;
  font-weight: normal;
  background-color: #eeaaaa;
  border: 1px #999999 solid;
	font-size: 8pt;
}


div#rateSelector select {
	font-size: 8pt;
}
















/* FRONT RATE SELECTOR */

div#frontRateSelector * {
  font-size: 7pt;
}

div#frontRateSelector {
  text-align: center;
	width: 250px;
}

div#frontRateSelector table td {
  padding: 1px;
}

div#frontRateSelector td#destination {
	font-size: 8pt;
  font-weight: bold;
  text-align: right;
	color: #990000;
}


div#frontRateSelector .sub {
  background-color: #eeeeee;
}

div#frontRateSelector .major_all {
  background-color: #8ba8d3;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 6px;
	font-size: 8pt;
}

div#frontRateSelector .major_special {
  background-color: #466caa;
  font-weight: bold;
  color: #ffffff;
  padding: 0px 6px;
	font-size: 8pt;
}

div#frontRateSelector td#all_plans {
  width: 36px;
  font-weight: bold;
  background-color: #ffffff;
  border: 1px #999999 solid;
  font-size: 7pt;
}

div#frontRateSelector td#telstra_rate {
  width: 36px;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px #999999 solid;
  font-size: 7pt;
}


div#frontRateSelector td#min_cap {
  width: 36px;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px #999999 solid;
  font-size: 7pt;
}


div#frontRateSelector td#min_block {
  width: 36px;
  font-weight: normal;
  background-color: #ffffff;
  border: 1px #999999 solid;
  font-size: 7pt;
}

div#frontRateSelector td#city_special {
  width: 36px;
  font-weight: normal;
  background-color: #fffbe0;
  border: 1px #999999 solid;
  font-size: 7pt;
}


div#frontRateSelector select {
  font-size: 7pt;
}



div#frontRateSelector table#dest td#country {
  background-color: #f0f0f0;
}

div#frontRateSelector table#dest td {
  padding: 2px;
}

div#frontRateSelector table#dest td#ecomtelRate {
  background-color: #e0e0e0;
  text-align: center;
}

div#frontRateSelector table#dest td#telstraRate {
  background-color: #e0e0e0;
  text-align: center;
}

div#frontRateSelector td#carrierHeadingEcomtel {
  background-color: #466caa;
  font-size: 7pt;
  color: #ffffff;
  width: 50px;
  text-align: center;
	font-size: 8pt;
}



div#frontRateSelector td#carrierHeadingTelstra {
  background-color: #8ba8d3;
  font-size: 7pt;
  color: #ffffff;
  width: 80px;
  text-align: center;
	font-size: 8pt;
}



.tvHeading {
	font-size: 16pt;
	color: #000066;
	font-weight: bold;
	border: 1px #bbbbbb solid;
	padding: 4px 30px 4px 30px;
	background-color: #eeeeee;
	position: relative;
	top: -4px;

}

.tvPriceLeft {
	font-size: 12pt;
	color: #000066;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.tvPriceLeftSmall {
	font-size: 10pt;
	color: #333399;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
	

}


.tvPriceRight {
	font-size: 12pt;
	color: #993399;
	font-weight: bold;
	
}

.price td {
	padding-top: 5px;


}

#signNow {
	font-size: 16pt;
	color: #dd0000;
	font-weight: bold;
	text-align: center;


}

#flagfree {
	margin-top: 10px;
	text-align: center;
	width: 80%;
	border: 1px #bbbbbb solid;
	padding: 0px;
	background-color: #fff7ee;
}

.smallPrice td {
	padding: 0px 10px 10px 0px;

}

.tvPriceSmaller {
	font-weight: normal;
	font-size: 10pt;
	color: #333399;
}

div#innerContent h2 {
	color: #fe370e;
	margin: 0px 0px 0px 0px;
}

div#innerContent h3 {
	margin: 0px 0px 0px 0px;
	color: #6666aa;

}

div#innerContent .infoSection {
	padding-bottom: 10px;
	padding-left: 10px;
	color: #666699;
}


div#innerContent .infoSection h4 {
	margin: 0px;
	color: #333333;
	position: relative;
	left: -10px;
}


div#innerContent h4 {
	margin: 0px;
	color: #fe850e;
}



div .faq {
	color: #666699;
	padding-left: 10px;
	margin-bottom: 20px;
}

div .faq .heading {
	position: relative;
	left: -10px;
	font-weight: bold;
	display: block;
	color: #333333;
}

.faq_list ol {
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 30px;
}

.faq_list li {
}


div .pocketNewsBox {
	border:	2px #4784ff solid;
	background-color:	#e2ecff;
	margin: 0px 20px 20px 0px;
	float: left;
	width: 350px;
}

div .pocketNewsBox .heading {
	background-color: #4784ff;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}


div .pocketNewsBox .content {
	padding: 10px;
}



.wizard {
	padding: 20px;
	margin: 0px 60px 0px 60px;
	border: 2px #999999 dashed;
	background-color: #fff2e8;
}

.acceptableUse {
	padding: 20px;
	margin: 0px 60px 0px 60px;
	border: 2px #999999 dashed;
	background-color: #eeeeff;
}

.acceptableUse .definition {
	font-weight: bold;
	margin-top: 10px;

}

div#disclaimer {
	color: #993333;

}


div#agent {
	float: left;
	clear: both;
	border: 1px #ff6666 solid;
	padding: 8px 20px 8px 20px;
	background-color: #fff0f0;
}

div#agent h3 {
	color: #ff6666;
	font-size: 13pt;
	font-weight: bold;
}




.vicpol {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
	font-size: 8pt;
}

.important {
	font-weight: bold;
	color: #ff0000;

}

.inset {
	padding-left: 20px;

}

.promotional {
	font-size: 12pt;
	color: #d08d24;
	font-weight: bold;

}



div#applicationForms h2 {
	margin: 0;
	font-size: 14pt;

}


div#applicationForms h3 {
	margin: 0;
	font-size: 8pt;

}



.info_box {
	width: 200px;
	padding: 16px;
	background-color: #fef9f3; 
	border: 1px #e5e5e5 solid; 
	-moz-border-radius: 10px; 
	float: right;
	font-size: 8pt;
	color: #999999;
	margin: 20px;
	text-align: right;
}

.info_box img {
}

.major-division {
	padding: 20px;
	width: 90%;
	border: 1px #e5e5e5 solid;
	-moz-border-radius: 10px;
	background-color: #f0f4f8;
	margin-bottom: 30px;
	float: left;
}

.minor-info {
	padding: 0 0 4px 6px; 
	border: 1px #e5e5e5 solid; 
	-moz-border-radius: 10px;
	background-color: #ffffff;
}


.back {
	float: left;
	padding: 1px 6px 1px 6px;
	background-color: #fbffdd;
	-moz-border-radius: 4px;
	clear: both;
	border: 1px #999999 solid;
}

.back a {
	color: #333333;
	font-size: 7pt;
	text-decoration: none;
}


#bannerTop {
	width: 400px;
	float: left;
	padding: 10px;
	background-color: #5b5ea5;
	-moz-border-radius: 10px 10px 0px 0px;
	clear: both;
}
	

#bannerTop h2 {
	color: #ffffff !important;
	font-size: 11pt;
}

#banner p {
	margin: 0 0 10px 0px;
	color: #fd3a02;
}

#banner {
	width: 400px;
	float: left;
	padding: 10px;
	background-color: #e1e2fb;
	-moz-border-radius: 0px 0px 10px 10px;
	margin-bottom: 10px;
	clear: both;
}

#banner ul {
	margin: 0 0px 0 20px;
	padding: 0;
}


#banner ul li {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
}

#banner ul div {
	font-weight: normal;

}


.frontRatesTable {
  font-size: 7pt;
}

.frontRatesTable td {
  font-family: arial;
  padding: 0px 4px 0px 4px;
}

.frontRatesTable th {
  background-color: #d53555;
  color: #ffffff;
  padding: 0px 4px 0px 4px;
}

.frontRatesTableDay {
  background-color: #f0f0f5;
  color: #ff3333;
}

.frontRatesTableEve {
  background-color: #f0f0f5;
  color: #ff3333;
}

.frontRatesTableWk {
  background-color: #f0f0f5;
  color: #ff3333;
}

.frontRatesTableCb {
  background-color: #f0f0f5;
  color: #ff3333;
}


.more_button {
	text-decoration: none; 
	-moz-border-radius: 4px; 
	border:1px #ff9999 solid; 
	padding: 0px 5px 0px 5px; 
	color: #ff0000;
	padding: 0px 20px 0px 20px;
}

.more_button:hover {
	background-color: #5b5ea5;
	color: #ffffff;;
}

.testimonial {
	margin-bottom: 10px;
	padding: 25px 10px 10px 30px;
	color: #993333;
	font-size: 10pt;
	background-image: url(/images/quotes.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.testimonial h3 {
	font-size: 7pt;
	font-weight: normal;
	border-top: 1px #eeeeee solid;
	text-align: right;
}



.tierTable {
	border: 1px #eeeeee solid;
	background-color: #dddddd;
}

.tierTable tr td {
	color: #444444;
	background-color: #f9f9f9;
	padding: 2px 10px 2px 0px;
	text-align: center;
	padding: 3px 6px 3px 6px;
}

.tierTable tr th {
	padding: 3px 6px 3px 6px;
	color: #ffffff;
	background-color: #999999;
	border-bottom: 1px #7a5213 solid;
	text-align: center;
	font-size: 9pt;
	font-variant: small-caps;
}

