/*
-----------------------------------------------

author: Ryan O'Connell
studio:	hothouse interactive
website:www.hothouse.com.au
email: 	info@hothouse.com.au
----------------------------------------------- */

/*
----------------------------------------------- 
ELEMENT STYLES

includes formatting for design of non standard elements i.e indivilal classes 
----------------------------------------------- */
/* full content */ 
.fullConent {
	background:#F1F1F1 url("../images/bg_fullContent.gif") right bottom no-repeat;
	position:relative;
	line-height:1.6em
}
.fullConent .topBG {
	background:#F1F1F1 url("../images/bg_fullContentTop.gif") right top no-repeat;
	height:10px;
	padding:0;
	line-height:0;
	font-size:0;
	position:relative;
}
/* left content */ 
.leftConent {
	background:#FFFFFF ;
	position:relative;
	line-height:1.6em
}
.leftConent .topBG {
	background:#FFFFFF;
	height:9px;
	padding:0;
	line-height:0;
	font-size:0;
	position:relative;
}

/* right content */ 
.rightConent {
	background:#F1F1F1 url("../images/bg_rightContent.gif") right bottom;
	position:relative;
	line-height:1.6em;
	border-bottom:1px solid #C2C2C2;
}
.rightConent .topBG {
	background:#F1F1F1 url("../images/bg_rightContentTop.gif") right top no-repeat;
	height:0px;
	padding:0;
	line-height:0;
	font-size:0;
	position:relative;
}
/* 
start promo boxes
----------------------------------------------- */
/* green box */ 
.greenBox {
	background:#F1F1F1 url("../images/bg_greenBox.jpg") right bottom no-repeat;
	position:relative;
	line-height:1.6em;
	min-height:160px;
	height:160px;
	margin:0 0 5px 0;
} html>body .greenBox {height:auto;} /* change back for non IE browsers */	

.greenBox .topBG {
	background:#F1F1F1 url("../images/bg_whiteBoxTop.jpg") right top no-repeat;
	height:3px;
	padding:0;
	line-height:0;
	font-size:0;
	position:relative;
}
/* green box small */ 
.greenBoxSmall {
	background:#F1F1F1 url("../images/bg_greenBoxSmall.jpg") right bottom no-repeat;
	position:relative;
	line-height:1.6em;
	min-height:160px;
	height:160px;
	margin:0 0 5px 0;
} html>body .greenBoxSmall {height:auto;} /* change back for non IE browsers */	

.greenBoxSmall .topBG {
	background:#F1F1F1 url("../images/bg_greenBoxSmallTop.jpg") right top no-repeat;
	height:3px;
	padding:0;
	line-height:0;
	font-size:0;
	position:relative;
}
/* white box */ 
.whiteBox {
	background:#F1F1F1 url("../images/bg_whiteBox.jpg") right bottom no-repeat;
	position:relative;
	line-height:1.6em;
	min-height:50px;
	height:50px;
	margin:0 0 5px 0;
} html>body .whiteBox {height:auto;} /* change back for non IE browsers */	

.whiteBox .topBG {
	background:#F1F1F1 url("../images/bg_whiteBoxTop.jpg") right top no-repeat;
	height:3px;
	padding:0;
	line-height:0;
	font-size:0;
	position:relative;
}
/* white box */ 
.whiteBoxSmall {
	background:#F1F1F1 url("../images/bg_whiteBoxSmall.jpg") right bottom no-repeat;
	position:relative;
	line-height:1.6em;
	min-height:50px;
	height:50px;
	margin:0 0 5px 0;
} html>body .whiteBoxSmall {height:auto;} /* change back for non IE browsers */	

.whiteBoxSmall .topBG {
	background:#F1F1F1 url("../images/bg_whiteBoxTopSmall.jpg") right top no-repeat;
	height:3px;
	padding:0;
	line-height:0;
	font-size:0;
	position:relative;
}
/* Consistent H2 Style */
.greenBox h2, .greenBoxSmall h2 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	background:url() no-repeat;
	height:20px;
	padding:0;
	text-indent:-2000px;
}
/* 
end promo boxes
----------------------------------------------- */
/* promo styles */
.promoOne {
	position:relative;
	padding:100px 15px 15px 15px;
	width:450px;
	height:85px;
	background:url("../images/promoblock.jpg") no-repeat;
	margin:0 5px 0 0;
	float:left;
	font-size:90%;

}
.promoTwo {
	position:relative;
	padding:80px 15px 15px 15px;
	width:210px;
	height:115px;
	background:url("../images/bg_promoAreaTwo.gif") no-repeat;
	float:left;
	font-size:90%;
}
.promoThree {
	position:relative;
	padding:70px 15px 15px 15px;
	width:210px;
	height:125px;
	background:url("../images/bg_promoAreaThree.jpg") no-repeat;
	float:left;
	font-size:90%;
}
.promoOne h2, .promoTwo h2, .promoThree h2 {
 	display:none;
}
/* Prices And Plans */
.pricesAndPlans {
	position:relative;
	padding:15px;
	height:170px;
	background:url("../images/bg_pricesAndPlans.jpg") no-repeat;
	margin:5px 0 0 0;
}
.pricesAndPlans .table {
	margin:20px 10px 0 0; 
	float:left;
	width:80%;
	height:85px;
	overflow:scroll;
}
/* fadeColLarge */
.fadeColLarge {
	background:url("../images/bg_fadeColLarge.jpg") no-repeat;
	width:233px;
	float:left;
	margin:0 5px 0 0;
	position:relative;
	line-height:1.4em;
	min-height:370px;
	height:370px;
} html>body .fadeColLarge {height:auto;} /* change back non-ie */	

.fadeColLarge h2 {
 	font-size:135%;
	margin:5px 0 5px 5px;	
	color:#3B9F34;
	font-weight:bold;
}
.fadeColLarge h2.billing {
	background:url("../images/icon_billingUsage.gif") no-repeat;
	padding:4px 0 0 30px;  
}
.fadeColLarge h2.account {
	background:url("../images/icon_accountSettings.gif") 0px 5px no-repeat;
	padding:4px 0 0 30px;  
}
.fadeColLarge h2.member {
	background:url("../images/icon_memberBenefits.gif") 0px 2px no-repeat;
	padding:4px 0 0 40px;  
}
/* fadeColSmall */
.fadeColSmall {
	background:url("../images/bg_fadeColSmall.jpg") no-repeat;
	width:169px;
	float:left;
	margin:0 5px 0 0;
	position:relative;
	line-height:1.4em;
	min-height:370px;
	height:370px;
} html>body .fadeColSmall {height:auto;} /* change back non-ie */	

.fadeColSmall h2 {
 	font-size:115%;
	margin:0px 0 15px 5px;	
	color:#3B9F34;
	font-weight:bold;
	}
/* fadeColMedium */
.fadeColMedium {
	background:url("../images/bg_fadeColMedium.jpg") no-repeat;
	width:256px;
	float:left;
	margin:0 5px 0 0;
	position:relative;
	line-height:1.4em;
	min-height:420px;
	height:420px;
} html>body .fadeColMedium {height:auto;} /* change back non-ie */	

.fadeColMedium h2 {
 	font-size:115%;
	margin:0px 0 15px 5px;	
	color:#606060;
	font-weight:bold;
}
/* fadeColMenu */
.fadeColMenu {
	background:url("../images/menuFade.jpg") no-repeat;
	width:204px;
	float:left;
	margin:0 5px 0 0;
	position:relative;
	line-height:1.4em;
	min-height:420px;
	height:420px;
} html>body .fadeColMenu {height:auto;} /* change back non-ie */	

.fadeColMenu h2 {
}
.noMargin {
 margin:0;
}
.get {
 background:url("../images/bg_get_full.gif");
 padding:5px;
 position:relative;
 margin:0 0 -5px 0;
}
/*
start help boxes
----------------------------------------------- */
.infobox {display: none; position: absolute; width: 300px; background-color: #E2F1E1; border: 1px solid #BFE094; padding: 10px;}
.helpimg {margin: -3px 0px; float: right; cursor: pointer; width: 22px; height: 22px;}
/*
end help boxes
----------------------------------------------- */
/*
start scroll panels
----------------------------------------------- */
.scrollPanel {
	overflow: auto;
	height: 250px;
	padding: 0 15px 0 1px;
	margin: 10px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	position:relative;
	width:90%;
}
/*
end scroll panels
----------------------------------------------- */
/*

start unwired defined styles

----------------------------------------------- */
.style1 {
      color: #FFCC00;
      font-weight: bold;
}
/*

end unwired defined styles

----------------------------------------------- */

span.bulletarrow {
background-image: url('../images/bulletarrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	height:11px;
	width:11px;
}

span.bulletarrow2 {
background-image: url('../images/bulletarrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
	padding-bottom:2px;
	height:11px;
	width:11px;
	
}
span.bulletarrow3 {
background-image: url('../images/bulletarrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
	padding-bottom:2px;
	margin-left:12px;
	margin-right:12px;
	height:30px;
	width:30px;
	
}

/*PACKAGES BOX */

.orangebox {
color:#FFFFFF;
background-color:#ff6633;
font-weight:bold;
text-align:center;

}
.orangebox2 {
color:#FFFFFF;
background-color:#ff6633;
font-weight:bold;
text-align:center;
border-style: solid;
border-bottom-color: 	#ccccff ; 
border-bottom-width: 1px;
border-right-width:0px;
border-right-color: 	#D8D8D8 ; 
border-top-width: 0px;
border-top-color:	#D8D8D8 ;
border-left-width: 0px;
border-left-color: #D8D8D8 ;
}

.orangebox3 {
color:#FFFFFF;
background-color:#ff6633;
font-weight:bold;
text-align:center;
border-style: solid;
border-bottom-color: 	#ccccff ; 
border-bottom-width: 1px;
border-right-width:0px;
border-right-color: 	#D8D8D8 ; 
border-top-width: 0px;
border-top-color:	#D8D8D8 ;
border-left-width: 0px;
border-left-color: #D8D8D8 ;
}

.orangetext{
color:#ff6633;
font-weight:bold;
font-size:13px;
}



tr.sizing{
font-size:9px;
}

/* CORNERSTYLING */

#cornerleft {
	padding: 0pt 0px 0pt 0pt;
	background-image: url('../images/corner_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height:12px;
	
}

#cornerleft2 {
	padding: 0pt 0px 0pt 0pt;
	background-image: url('../images/corner_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height:12px;

	
}
#cornerright {
	padding: 0pt 0px 0pt 0pt;
	background-image: url('../images/corner_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height:12px;
}
#cornerright2 {
	padding: 0pt 0px 0pt 0pt;
	background-image: url('../images/corner_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	height:12px;
}

/* BORDER STYLING FOR COMPARISON MATRIXES */


td.bordernone { 
font-size:15px;
border-style: solid;
border-bottom-color: 	#D8D8D8 ; 
border-bottom-width: 0px;
border-right-width:0px;
border-right-color: 	#D8D8D8 ; 
border-top-width: 0px;
border-top-color:	#D8D8D8 ;
border-left-width: 0px;
border-left-color: #D8D8D8 ;

} 

div.paranorm {
font-size:12px;
width:89%;
padding-left:25px;
}

div.parahead {
font-size:14px;
width:89%;
padding-left: 10px;
font-weight:bold;
}

/*------ new bundles --*/
.bundle_parent_2 { 
    width: 520px;    
}

.bundle_img_2 {
	float:left;
}

.bundle_content_2 {
	width:520px;
	float:left;
	line-height:17px;
	margin-top:20px;
	margin-left:10px;
}

.bundle_content_2 span {
    color:#ff6633;
    font-size: 15px;
	font-weight:bold;
}

.bundle_content_2 b {
    font-weight:bold;
    font-size:16px;
}

.bundle_content_l {
	width:180px;
	float:left;	
	border: 1px solid #cccccc;
	border-bottom:0px;
		line-height:23px;
	}

.bundle_content_l2 {
	width:140px;
	float:left;
	border: 1px solid #cccccc;
	border-bottom:0px;
	border-left:0px;
	line-height:23px;
	text-align:center;

}

.bundle_content_l3 {
    width:150px;
	float:left;
	border: 1px solid #cccccc;
	border-bottom:0px;
	border-left:0px;
	line-height:23px;
	text-align:center;
}

.iburst_laptop {
     background-image:url('../images/wireless.jpg');
     background-repeat:no-repeat;
	 width:510px;
	 height:139px;
	 margin-left:10px;
 }
.hsdpa_laptop {
	 background-image:url('../images/HSDPA.jpg');
     background-repeat:no-repeat;
	 width:510px;
	 height:139px;
}

#tmove {
	padding-left:4px;

}

#tmove2{
	padding-left:5px;
	
}
span.arrow {
	background-image: url('../images/bulletarrow.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:12px;
	padding-bottom:2px;
	height:20px;
	width:20px;
	font-size:12px;
	color:black;	
	font-weight:100;
}

span#resett {
  display:none;
}
div div select#tabs option#dialanerd {
	display:none;
}

div div select#tabs option#metronet{
	display:none;
}

#top {
	height:50px;
}

#bar {
	display:none;
}

#sch {
	display:none;
}
select.sel-btn {
	display:none;
}

#rst-btn {
	display:none;
}

#act-btn {
	display:none;
}

#bot {
	width:670px;
}

#resettSearch {
    display:none;	
}

div#cnt {
	display:none;
}

div#bot {
	margin-top:10px;
}
/* div div div span a { 
	display:none;
}*/

/*div div div a h2 {
	display:none;
}*/

div#logo {
	display:none;
}

#mnu {
height:60px;
min-width:500px;
}

