/*====================================
 * Top Up Selector
 */

div#topUpSelector .leftCol {
	line-height: 170%;
}

#topUpSelector h2.col3Green {
	margin-left: 3px;
}

div#topUpSelector div.leftCol, div#topUpSelector div.rightCol {
	height: 203px;
	width: 280px;
	clear: none;
	margin-right: 0;
	margin-left: 0;
	padding-left: 3px;
	overflow: hidden;
}

div#topUpSelector div.rightCol {
	margin: 0;
	padding: 0;
	width: 288px;
	float: right;
 }
 
 
div#topUpSelector div.leftCol {
	float: left;
}
 
div#topUpSelector div.leftCol h2, div#topUpSelector div.rightCol h2 {
	background-repeat: no-repeat;
	background-position: top left;
	height: 37px;
	color: #FFFFFF;
	font-size: 1.49em;
	font-weight: bold;
	line-height: 37px;
	padding-left: 10px;
}

.mod3Col div#topUpSelector .modCopy {
	width: auto;
	padding: 9px;
}

.mod3Col div#topUpSelector .modCopy p {
	font-size: 1.1em;
}

div#topUpSelector div.leftCol h2 {
	background-image: url('../images/backgrounds/tusHdr-left.gif');
}

div#topUpSelector div.rightCol h2 {
	background-position: top right;
	background-image: url('../images/backgrounds/tusHdr-right.gif');
}

div#topUpSelector h3.green {
	font-size: 1.4em;
	color: #007757;
	margin-bottom: 0.5em;
}

div#topUpSelector table#topupValues {
	width: 100%;
	font-size: 1.1em;
}

div#topUpSelector table#topupValues thead th {
	font-weight: bold;
	padding: 5px 10px;
	background: #88BB09;
	color: #FFFFFF;
}

div#topUpSelector table#topupValues tbody td {
	padding: 5px 10px;
	border-bottom: 1px solid #88BB09;
}

div#topUpSelector.enhanced table#topupValues {
	position: absolute;
	left: -1000000px;
}

div#slider {
	background-image: url('../images/backgrounds/bg-slider.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 74px;
	width: 269px;
	position: relative;
}

div#inclusives {
	padding: 0 2px 2px 2px;
	background-image: url('../images/backgrounds/bg-slider-bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 89px;
}

div#handle-container {
	width: 129px;
	height: 20px;
	position: relative;
	top: 28px;
	left: 8px;
}

div#handle-container span#handle {
	background-image: url('../images/backgrounds/slider-handle.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 17px;
	height: 21px;
	display: block;
	cursor: pointer;
}

div#slider span.price {
	position: absolute;
	left: 190px;
	top: 12px;
	font-size: 5em;
	font-weight: bold;
	color: #88BB09;
	display: block;
	height: 50px;
	line-height: 50px;
}

div#topUpSelector #inclusives .leftCol, div#topUpSelector #inclusives .rightCol {
	width: 132px;
	float: left;
	text-align: center;
	height: auto;
}

div#topUpSelector #inclusives .leftCol {
	margin-right: 1px;
	padding-left: 0;
}

div#topUpSelector #inclusives div.texts, div#topUpSelector #inclusives div.calls {
	font-size: 3em;
	color: #e60000;
	font-weight: bold;
}

div#topUpSelector #inclusives div div span {
	display: block;
	line-height: 100%;
}

div#topUpSelector #inclusives div span.numeric {
	padding-top: 0.5em;
}

div#topUpSelector #inclusives div span.text {
	font-size: 0.8em;
	padding-top: 0.7em;
}


div#topUpSelector a.singleBtnBrightGreen {
	color: #88bb09;
	font-size: 1.2em;
	padding-top: 3px;
}

/*====================================
 * =Mod Get Started
 */

div.modGetStarted a.textBtnLargeRed {
	margin-bottom: 5px;
}

div.modGetStarted div.modCopy p {
	font-size: 1.1em;
}

div.modGetStarted p {
	margin-top: 0;
}



