/*********** POSTCODES heading TABLE ***********/


.tariffTypes{
	float:left;
	clear:left;
	margin-left:200px;
}

.tariffTypes .tableItem{
	width:150px;
	float:left;
	text-align:center;
	padding:3px;
}
.tariffTypes
{
	color:#fff;
	font-weight:bold;
	font-size:1.5em;

}

.tariffTypes .item1
{
	background-color:#D7DF21;
}

.tariffTypes .item2
{
	background-color:#00AEEF;
}

.tariffTypes .item3
{
	background-color:#ED217C;
}

/*********** end POSTCODES heading TABLE ***********/


/*********** POSTCODE tariff TABLES ***********/
.tariffCalculator{
	background: url(/images/content/postcodeTariff/postcodeCalcBG003.jpg) left top no-repeat;
	float:left;
	height:333px;
	width:735px;
}

.tariffCalculator .widgetBody
{
	margin:10px 0px 0px 50px
}
.tariffCalculator .activeForm
{

	margin-left:-20px;
}

.tariffCalculator .tableItem
{
	float:left;
	padding-top:3px;
}

.tariff1,
.tariff2,
.tariff3{	
	float:left;
	width:150px;
	min-height:150px;
	margin-right:3px;
}
.tariff1 .price, .tariff2 .price,.tariff3 .price{	
	font-weight:bold;
	padding-top:3px;
}



.tariff2 .tableItem,
.tariff3 .tableItem{
	float:left;
	clear:left;
	width:150px;
	text-align:center;
}

.tariff1{
	width:350px;
}
.tariff1 .cell{
	float:left;
	width:300px;
}

.tariff1 .item_name{
	width:200px;
	float:left;

}

/* add spacing above E7 tariff **/
.tariff1 .item4 .price,.tariff2 .item4 .price,.tariff3 .item4 .price{
	text-align:left;
	padding-top:15px;


}


.tariff1 .emptyTableMessage{
	position:absolute;
	margin-left:150px;
	padding-top:50px;
}

/*align 3 & 4 digit prices to the left **/
.tariff1 .price,.tariff2 .price,.tariff3 .price
{
	width:50px;
	text-align:left;
	margin-left:60px;
}


/* space between the tariff types **/
.tariffCalculator .item4
{
	margin-top:15px;
	float:left;
}
/* targets IE6 and 7 */
.tariff1 .price,.tariff2 .price, .tariff3 .price{

 *padding-right:20px; 

}

.tariff2 .itemDetails, .tariff3 .itemDetails{

width:150px;

}

/*********** END POSTCODE tariff TABLES ***********/




/*********** POSTCODES asset browser form ***********/
.postcodeTariffForm{
	background: url(/images/content/postcodeTariff/postcodeTariffFormBG.jpg) left top no-repeat;
	width: 178px;
	height: 184px;
	margin-top:30px;
}

.postcodeTariffForm .title{
	font-weight: bold;
	font-size:1.0em;
	color: #898989;
	padding: 20px 0px 5px 28px;
}

.postcodeTariffForm .body{
	width: 130px;
	color: #898989;
	padding: 1px 0px 5px 30px;
}

.postcodeTariffForm .formInputH{
	padding:0px;
	width: 110px;
}

.postcodeTariffForm .formText{
	width:125px;
}

.postcodeTariffForm .formInputH input{
	margin:0px 0px 0px 0px;
	width:74px;
}

.postcodeTariffForm .formButton{
	padding:0px 0px 0px 20px;
	width:80px;
}

.postcodeTariffForm .formButton input{
	margin:5px 0px 0px 0px;
	width:80px;
}
/*********** END  POSTCODES asset browser form ***********/

.tariffCalculator .assetBrw001SearchResults .itemDetails .price{
	text-align: right;
}

