body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9pt;
  line-height: 1.25em; /* */
  padding: 0;
  margin: 0;
  }
  
h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13pt;
  color: #944d90;
  /* line-height: 1.25em; /* */
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 10px;
  }
  
h2 {
   margin: 0;
   padding: 0;
   font-weight: bold;
   font-size: 11pt;
  }

h3 {
   margin: 0;
   padding: 0;
   font-weight: bold;
   font-size: 9pt;
  }

h4 {
  }

h5 {
  font-size: 80%;
  }
  
 p {
	font-size: 9pt;
	/* line-height: 1.25em; /* */
  	padding: 0;
	margin: 0.75em 0;
	}

a {
 outline: none;
 }

ol, ul {
 list-style: none outside none;
 list-style-type: circle;
 }  
  
ul li {
  list-style: none outside none;
  }

img {
	border: none;
	}
form {
  padding: 0;
  margin: 0;
  }
  
small {
	padding: 0;
	margin: 0;
	font-size: 8pt;
	font-style: italic;
	}

.clear {
	clear: both;
	}
	
.clearLeft {
	clear: left;
	}
	
.inline li {
  float: left;
  margin: 0 0.5em 0 0;
  }

ul.bullets li {
  list-style-type: disc;
  }


/**
 * Accordion style
 */

.myAccordion h3 a {
  font-weight: bold;
  }

.myAccordion .ui-widget-content li {
  border-top: 1px solid #ccc;
  padding: 0.4em 2.2em;
  }

.myAccordion .ui-widget-content a {
  text-decoration: none;
  color: #888;
  }
  
.myAccordion .ui-widget-content .selected a,  
.myAccordion .ui-widget-content a:hover,
.myAccordion .ui-widget-content a:focus {
  color: #000;
  }


.myAccordion .ui-accordion-content {
  padding: 0;
  zoom: 1;
  }
  
.myAccordion .ui-accordion-content ul,
.myAccordion .ui-accordion-content ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  }

.myAccordion .empty {
	font-size: 0;
	}

* html .myAccordion .ui-accordion-content { 
  height: 1%; 
  }

h3.staticAccordion {
  font-size: 1.1em;
  }

  
/**
 * My Account nav
 */

#myAccountNav {
  width: 180px;
  font-size: 11px;
}


table.frmTable {
  border-collapse: collapse;
  line-height: 1.25em;
  font-weight: normal;
  }

table.frmTable tr {
  border-bottom: 1px solid #000000;
  }


.frmTable th {
  font-weight: bold;
  text-transform: uppercase;
  }



.frmTable th,
.frmTable td {
  background: #f3f0f6 none repeat scroll 0 0;   /* colour image repeat attachment position */
  border: none;
  border-bottom: 1.2em solid #fff;
  text-align: left;
  padding: 0.1em 0.1em 0.1em 1em;
  }

.frmTable tr.selected td {
  background: #b6b5b8 none repeat scroll 0 0;   /* colour image repeat attachment position */
    }


.frmTable .frmLbl {
  font-weight: bold
  }
  
.frmTable .frmFld input {
  }

.frmTable .frmFldErr {
  color: #ff0000;
  }

.frmTable .frmBtn input {
  font-size: 1em;
  padding: 0.3em 0.7em;
}

.frmTable .frmBtn {
  text-align: right;
}


	.frmGroup {
		padding: 0 0 10px 0;
		}
	
	table.frmTable2 {
		border-collapse: collapse;
		font-weight: normal;
		width: 100%;
		}
	  
	.frmGroup .frmGroupCenter {
		margin: 0 auto; /* */
		width: auto;
		}
		
	  
	table.frmTable2 tr {
		border: none;
		}
		
	.frmTable2 th,
	.frmTable2 td {
		margin: 0;
		padding: 0;
		text-align: left;
		vertical-align: middle;
		border: none;
		border-bottom: 10px solid #ffffff;
		background: #f3f0f6 none repeat scroll 0 0;   /* colour image repeat attachment position */
		width
		}
		
	.frmTable2NoShade th,
	.frmTable2NoShade td {
		background: none;
		}

	.frmTable2 .frmLbl {
		font-weight: bold;
		width: 150px;
		margin-right: 1em;
		}
		
	.frmTable2 .frmFld {
		width: 150px;
		margin-right: 1em;
		}
		
	.frmTable2 .frmFldErr {
		color: #ff0000;
		width: 150px;
		}
		
	
	.frmTable2 input[type=text] {
		/* width: 100px; */	
		}
	 
	 
	.frmTable2 .frmBtn a input {
		width: auto;
		overflow: visible; /* IE Bug: removes extra padding relative to button label length */
		}
	
	.frmTable2 .frmBtn a {
		background: transparent url('/clubhouse/img/buttons/bg_button_a.gif') no-repeat scroll top right;
		color: #444;
		display: inline;
		float: right;
		font: normal 12px arial, sans-serif;
		height: 24px;
		margin-right: 6px;
		padding-right: 18px; /* sliding doors padding */
		text-decoration: none;
		}
		
	.frmTable2 .frmBtnLeft a {
		float: left;
		}
	
	.frmTable2 .frmBtn a input {
		background: transparent url('/clubhouse/img/buttons/bg_button_span.gif') no-repeat scroll 0 0;
		display: block;
		line-height: 14px;
		margin: 0;
		padding: 3px 0 5px 18px;
		border: none;
		height: 24px;
		} 
		
	.frmTable2 .frmBtn a:hover,
	.frmTable2 .frmBtn a:active {
		background-position: bottom right;
		color: #000;
		outline: none; /* hide dotted outline in Firefox */
		}

	.frmTable2 .frmBtn a:hover input,
	.frmTable2 .frmBtn a:active input {
		background-position: bottom left;
		color: #2e093c; /* #944d90 */
		/* padding: 4px 0 4px 18px; /* push text down 1px */
		}
		
	

/**
 * Header styles
 */


#header {
  padding-bottom: 20px;
  }

#header #topWelcomeMsg {
  float: right;
  padding: 5px 0 0 0;
  font-size: 10pt;
  }

#header #topLogo {
  float: left;
  margin: 10px 0 20px 0;
  }
  
#header #topTitle {
  float: left;
  margin: 35px 0 0 121px;
  }
  
#header #topGoogleSearch {
  float: right;
  padding-top: 15px;
  }

#header #topGoogleSearch input#q {
  vertical-align: top;
  }

#header #topGoogleSearch #googleBtn {
  margin-top: -10px;
  text-align: right;
  }


/**
 * Top Menu
 */

#topMenu {
  border-top: 1px solid #aaa;
  padding-top: 7px;
  } 

#topMenu ul {
  margin: 0 0 0 10px;
  padding: 0 0 0 2px;
  } 

#topMenu ul li {
  margin: 0 0 0 5px;
  }
  
#topMenu ul a {
  display: block;
  height:23px;
  text-indent: -9999px; /* */
  }
  
#topMenu #topHome a {
  background:url(/clubhouse/img/buttons/home_but.gif) no-repeat right top;
  width: 87px;
  }
  
#topMenu #topHome a {
  background:url(/clubhouse/img/buttons/home_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topHome .selected,
#topMenu #topHome a:hover {
  background:url(/clubhouse/img/buttons/home_but_over.gif) no-repeat right top;  
  } 


#topMenu #topShopping a {
  background:url(/clubhouse/img/buttons/shopping_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topShopping .selected,
#topMenu #topShopping a:hover {
  background:url(/clubhouse/img/buttons/shopping_but_over.gif) no-repeat right top;  
  } 


#topMenu #topCashback a {
  background:url(/clubhouse/img/buttons/cashback_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topCashback .selected,
#topMenu #topCashback a:hover {
  background:url(/clubhouse/img/buttons/cashback_but_over.gif) no-repeat right top;  
  } 

#topMenu #topDiscounts a {
  background:url(/clubhouse/img/buttons/discounts_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topDiscounts .selected,
#topMenu #topDiscounts a:hover {
  background:url(/clubhouse/img/buttons/discounts_but_over.gif) no-repeat right top;  
  } 

#topMenu #topFreeCalls a {
  background:url(/clubhouse/img/buttons/freecalls_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topFreeCalls .selected,
#topMenu #topFreeCalls a:hover {
  background:url(/clubhouse/img/buttons/freecalls_but_over.gif) no-repeat right top;  
  } 

#topMenu #topDiscountPlan a {
  background:url(/clubhouse/img/buttons/dicountplan_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topDiscountPlan .selected,
#topMenu #topDiscountPlan a:hover {
  background:url(/clubhouse/img/buttons/discountplan_but_over.gif) no-repeat right top;  
  } 

#topMenu #topMembership a {
  background:url(/clubhouse/img/buttons/membership_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topMembership .selected,
#topMenu #topMembership a:hover {
  background:url(/clubhouse/img/buttons/membership_but_over.gif) no-repeat right top;  
  } 

#topMenu #topMyAccount a {
  background:url(/clubhouse/img/buttons/myaccount_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topMyAccount .selected,
#topMenu #topMyAccount a:hover {
  background:url(/clubhouse/img/buttons/myaccount_but_over.gif) no-repeat right top;  
  } 

#topMenu #topMainSite a {
  background:url(/clubhouse/img/buttons/mainsite_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topMainSite .selected,
#topMenu #topMainSite a:hover {
  background:url(/clubhouse/img/buttons/mainsite_but_over.gif) no-repeat right top;  
  } 

#topMenu #topHelp a {
  background:url(/clubhouse/img/buttons/help_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topHelp .selected,
#topMenu #topHelp a:hover {
  background:url(/clubhouse/img/buttons/help_but_over.gif) no-repeat right top;  
  } 

#topMenu #topContactUs a {
  background:url(/clubhouse/img/buttons/contactus_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #topContactUs .selected,
#topMenu #topContactUs a:hover {
  background:url(/clubhouse/img/buttons/contactus_but_over.gif) no-repeat right top;  
  } 

#topMenu #top a {
  background:url(/clubhouse/img/buttons/_but.gif) no-repeat right top;
  width: 87px;
  } 

#topMenu #top .selected,
#topMenu #top a:hover {
  background:url(/clubhouse/img/buttons/_but_over.gif) no-repeat right top;  
  } 





#quickLinks {
  border: 1px solid #bfbfbf;
  width: 180px;
  padding: 5px 2px 0px 2px;
  margin: 0 0 30px 0;
  } 

#quickLinks ul {
  margin: 0;
  padding: 0;
  } 

#quickLinks ul li {
  margin: 0 0 0 2px;
  }
  
#quickLinks ul a {
  display: block;
  height: 129px;
  text-indent: -9999px;  /* */
  }

#quickLinkImg {
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: none;
}

#quickLinks #quickCashBack a {
  background:url(https://www.utilitywarehouse.co.uk/clubhouse/img/buttons/topup1down.jpg) no-repeat left top;
  width: 176px;
  } 

#quickLinks #quickCashBack .selected,
#quickLinks #quickCashBack a:hover {
  background:url(https://www.utilitywarehouse.co.uk/clubhouse/img/buttons/topup1over.jpg) no-repeat left top;
  } 

#quickLinks #quickMobile a {
  background:url(https://www.utilitywarehouse.co.uk/clubhouse/img/buttons/topup2down.jpg) no-repeat left top;
  width: 176px;
  } 

#quickLinks #quickMobile .selected,
#quickLinks #quickMobile a:hover {
  background:url(https://www.utilitywarehouse.co.uk/clubhouse/img/buttons/topup2over.jpg) no-repeat left top;  
  } 

#quickLinks #quickWebmail a {
  background:url(https://www.utilitywarehouse.co.uk/clubhouse/img/buttons/topup3down.jpg) no-repeat left top;
  width: 176px;
  } 

#quickLinks #quickWebmail .selected,
#quickLinks #quickWebmail a:hover {
  background:url(https://www.utilitywarehouse.co.uk/clubhouse/img/buttons/topup3over.jpg) no-repeat left top;  
  } 




#footer {
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  height: 40px;
  background-image: url(https://www.utilitywarehouse.co.uk/clubhouse/img/bg_footer.gif);
  font-size: 8pt;
  width: 100%;
}

#footer .inline {
  text-align: center;
  }
  
#footer .inline li {
  float: none;
  display: inline;
  margin: 0;
  padding: 0 0.5em;
  border-right: 1px solid #000;
  }
#footer .inline li.last {
	border: none;
}	  
#footer a {
  text-decoration: none;
  color: #813894;
  }
  
#footer a:hover {
  text-decoration: underline;
  color: #813894;
  }
  
  
#frmLogin .frmGroup {
	border: 1px solid #ddd;
	margin: 10px 0 10px 0;
	padding: 10px 10px 0px 10px;
	}

#frmLogin .frmLbl {
	width: 180px; /* */
	}
	
#frmLogin .frmBtn input {
	overflow: auto; /* */
	width: 145px; /* */
	}

#frmLogin .frmBtn a {
	float: left;
	}


.billsTable .frmLbl {
	width: 75px;
	}

.billsTable th {
	text-transform:capitalize;
}

.billsTable td, .billsTable th {
	/* text-align: center; /* */
	padding: 0.3em 0.2em;
}

.billsTable #btnPrev a {
	float: left;	
}


.billsTable td.footnotes {
	text-align: right;
}


#frmBillingMethod .frmLbl {
	width: 300px;
	}

#frmGasReading .frmFld input,
#frmEcon7Reading .frmFld input,
#frmElecReading .frmFld input {
	width: 200px;
	}

#frmTopUpOptions .frmLbl {
	width: auto;
	}

#tblAutoTopUps .frmBtn a {
	float: left;
	}
	

#frmMobilesListNav {
	margin-top: 15px;
	}
	
#frmMobilesListNav #prevBtn a {
	float: left;
	}

#frmTopupCashBackCard .frmLbl {
	width: 250px;
	}

#frmTopupMobile .frmLbl {
	width: 200px;
	}
	
#frmQuickTopUpCardDetails .frmLbl {
	width: 180px;
	}

#frmQuickTopUpCardDetails .frmFld {
	width: auto;
	}
	
#frmQuickTopUpMobile .frmLbl {
	width: 180px;
	}
	
#frmQuickTopUpMobile .frmFld {
	width: auto;
	}


#feature {
    margin:15px 0 0 0px;
}

#feature img {
    width: 744px;
	}



#memLevel {
	text-align: center;
	}
#memLevel img {
	width: 350px;
	}
	
ol.static {
	list-style: decimal;
	}

.cashbackTrans small {
	font-style: italic;
	font-weight: normal;
	}


.cashbackTrans td {
	padding: 5px;
	}

.cashbackTrans td.desc {
	font-weight: bold;
	}

.cashbackTrans td.right {
	text-align: right;
	}

.cashbackList td{
	padding: 10px 0;
	text-align: center;
	}

/* hacked for now to center buttons */
.cashbackList form#trans {
	width: 150px;
	}
	
/* hacked for now to center buttons */
.cashbackList .frmBtn {
	padding: 0 0 0 20px;
	}
	
.cashbackList .frmBtn a {
	float: left;
	}

.cashbackList th {
	text-transform: capitalize;
	padding: 10px;
	text-align: center;
	}

#page {
	width: 600px;
	margin: 0 auto;
}

	.header {
		margin: 10px 0 0 0;
}

	.label{
		font-weight: bold;
		width: 129px;
		display:inline-block;
		margin: 13px 0 5px 0;
}

	.label2{
		width: 132px;
		margin: 13px 0 5px 0;
		float:left;
}
	
	.space{
		clear:both;
		margin: 0 0 25px 0;
}	

	.space2{
		margin: 0 0 10px 0;
	}
	
	.space3 {
	margin: 25px 0 0 0;
}	
	
	.floatLeft{
		float:left;
}

