/* CSS Document */

* {
	margin:0px;
	padding:0px;
	}

body {
	background:url(../images/bodyBG.gif);
	background-color:#fefefe;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	float:none;
	text-align:center;  
  }
  
 	body, p, td, th, input {
		font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
		font-size:11px;
		color:#666;
		line-height:15px; 
	}

#container {
	float:none;
  	margin: 0 auto;
  	width: 869px;
	height:auto;
	text-align:left;
  }
div#background {
	float:left;
	height:auto;
  	width: 812px;
	background:url(../images/bg.gif);
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	padding: 18px 29px 7px 28px;
	}
  div#con2{
  float:left;
  width:903px;
  height:auto;
  background:url(../images/BGrep.gif);
  }
  div#lshadow {
  float:left;
  width:17px;
  height:874px;
  background:url(../images/lshadow.gif);
  background-repeat:no-repeat;
  }
  div#rshadow {
  float:right;
  height:874px;
  width:17px;
  background:url(../images/rshadow.gif);
  background-repeat:no-repeat;
  }
div#headerdiv{
	float:left;
	width:812px;
	height:80px;
}
div#logo{
	float:left;
	height:80px;
	background:url(../images/logo.gif);
	background-repeat:no-repeat;
	width:297px;
	
}

p {
		margin:0px 0px 10px 0px;
}

/*  Right Hand Box
***********************************************************************/

	.largebox {
		width:478px;
		/*background-image:url(../images/boxes/largebox_bg.gif);*/
		background-color:#FFFFFF;
	}
	
	.largebox_yellow {
		width:478px;
		background-color:#FFFFFF;
	}
	
	.largebox_blue {
		width:478px;
		background-color:#FFFFFF;
	}
	
	.largebox_offerblue {
		width:478px;
		background-color:#FFFFFF;
	}
	
	.largebox_red {
		width:478px;
		background-color:#FFFFFF;
	}
	
	.largebox_top{	
		/*make this the same size as the top image*/	
		display:block;	
		width:478px;	
		/*set the image as a background*/	
	
	}	
	.largebox_top_content{	
		/*set the font style for the box title*/	
		/*shift the title down a bit and center it*/	
		background-color:#ad465c;
		min-height:28px;
	}	
	

	
	.largebox_top_content h1{	
			font-size:14px;
			font-family:Tahoma, Arial, Helvitica, sans-serif;
			color:#FFFFFF;
			text-align:left;
			font-weight:normal;	
			padding:5px 0px 5px 10px;
	}

	.largebox_bottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:478px;	
		/*set the image as a background*/	
		background-color:#FFFFFF;
		padding-bottom:5px;	
		overflow:hidden;
	}		
	
	.largebox_bottom_yellow{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:478px;	
		/*set the image as a background*/	
		background-color:#FFFFFF;
		padding-bottom:5px;	
		overflow:hidden;
	}
	
	.largebox_bottom_blue{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:478px;	
		/*set the image as a background*/	
		background-color:#FFFFFF;
		padding-bottom:5px;	
		overflow:hidden;
	}
	
	.largebox_bottom_red{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:478px;	
		/*set the image as a background*/	
		background-color:#FFFFFF;
		padding-bottom:5px;	
		overflow:hidden;
	}
	
	.largebox_bottom_offerblue{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:478px;	
		/*set the image as a background*/	
		background-color:#FFFFFF;
		padding-bottom:5px;	
		overflow:hidden;
	}
	
	.largebox_main_content	{	
		/*set the font style for the main content*/	
		display:block;	
		margin:5px 5px 0 5px;
	}
	


/* Forms
***********************************************************************/

	form {
			padding:0;
			margin:0;
	}
	
	form p {
			padding:0;
			margin:0 0 10px 0px;
	}
	
	form br {
			clear:both;
	}
	
	label {
			/*width:30%;*/
			float:left;
			font-weight:bold;
			text-align:right;
			text-transform:uppercase;
			padding:0px 0px 10px 0px;
	}
	
	input.text {
			width:65%;
			float:right;
			margin-bottom:5px;
			color:#231f20;
			background-color:#CECECF;
			border:0px;
	}
	
	input.textlogin {
			width:65%;
			float:left;
			margin-bottom:5px;
			color:#231f20;
			background-color:#CECECF;
			border:0px;
	}
	
	.commentstext {
			width:65%;
			color:#4d4d4f;
			background-color:#CECECF;
			border:0px;
			float:right;
			overflow: auto;
			font-weight:bold;
			padding:2px;
			margin-bottom:8px;	
	}
	
	.promo {
			border:1px solid #6381B2;
			width:65px;
			}
	
	.loginlost {
			color:#4d4d4f;
			background-color:#CECECF;
			border:0px;
			width:533px;
			float:left;
			overflow: auto;
			font-weight:bold;
			padding:2px;
			margin-bottom:14px;
			}
			
	input.button {
			width:5em;
			color:#231f20;
			background-color:#CECECF;
			border:0px;
			text-align:center;
			text-transform:uppercase;
	}
	
	.smallbox_main_content form input.text {
			width:60%;
			float:right;
			margin-bottom:5px;
	}


	select {
			background-color:#cececf;
			border:0;
			color:#4d4d4f;
			text-transform:uppercase;
			font-weight:bold;
			height:18px;
			padding-top:1px;
			font-size:10px;
	}
	
/* Links

***********************************************************************/



a:link, a:visited {
		text-decoration:none;
		color:#666666;
		font-weight:bold;
		}

a:hover, a:active {
		color:#4d4d4f;
		text-decoration:underline;
		}
		
a.buy:link, a.buy:visited {
		text-decoration:none;
		color:#FFFFFF;
		font-size:15px;
		}

a.buy:hover, a.buy:active {
		color:#CCC;
		}

a.erosoffers:link, a.erosoffers:visited {
		text-decoration:underline;
		color:#000000;
		font-weight:bold;
		}

a.erosoffers:hover, a.erosoffers:active {
		color:#FFFFFF;
		text-decoration:underline;
		}
		
a.leftbuttons:link, a.leftbuttons:visited {
		text-decoration:none;
		color:#336699;
		font-weight:bold;
		font-size:14px;
		font-weight:bold;
		}

a.leftbuttons:hover, a.leftbuttons:active {
		color:#000000;
		text-decoration:none;
		}
	
	
/*  Buy buttons
***********************************************************************/

div.buy {
	width:84px;
	text-align:center;
	background-color:#8998c8;
	font-weight:bold;
	color:#FFF;
	float:left;
	margin-right:10px;
	}
	
div.buytop {

	padding:5px 0px 5px 0px;
}

div.buybutton {

	background-color:#8998c8;
	padding:2px 0px;
	font-size:15px; 
	font-weight:bold;
	border-top: 1px solid #fff;
	color:#FFFFFF;
}


	
div.buybutton_extend {

	background-color:#ad465c;
	height:24px;
	padding:4px 0px 0px 0px;
	font-size:18px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:#FFFFFF;
}

div.buybottom {
	height:14px;
}
div.buyblock {
	margin:0 5px 0 5px;
	}
	
div.buybgbig {
	width:394px; 
	text-align:center; 
	}
	
div.buytopbig {
	background-color:#8998c8;
	padding:5px;
	color:#FFF;
	}
	
div.buysubscribe {
	background-color:#8998c8;
	width:394px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
div.buybgbig_small {
	width:263px; 
	text-align:center; 
	}
	
div.buysubscribe_small {
	background-color:#8998c8;
	width:263px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
div.buybgbig_green {
	width:394px; 
	text-align:center; 
	}
	
div.buytopbig_green {
	background-color:#309f40;
	padding:5px;
	color:#FFF;
	}	
	
div.buysubscribe_green {
	background-color:#309f40;
	width:394px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}

div.buybgbig_green_small {
	width:263px; 
	text-align:center; 
	}
		
div.buysubscribe_green_small {
	background-color:#309f40;
	width:263px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}

div.buybgbig_city {
	width:394px; 
	text-align:center; 
	}
	
div.buytopbig_city {
	background-color:#87bde7;
	padding:5px;
	color:#FFF;
	}	
	
div.buysubscribe_city {
	background-color:#87bde7;
	width:394px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}

div.buybgbig_city_small {
	width:263px; 
	text-align:center; 
	}	
	
div.buysubscribe_city_small {
	background-color:#87bde7;
	width:263px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}
	
div.buybgbig_charity {
	width:394px; 
	text-align:center; 
	}
	
div.buytopbig_charity {
	background-color:#5eb0e5;
	padding:5px;
	color:#FFF;
	}	
	
div.buysubscribe_charity {
	background-color:#5eb0e5;
	width:394px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}

div.buybgbig_charity_small {
	width:263px; 
	text-align:center; 
	}	
	
div.buysubscribe_charity_small {
	background-color:#5eb0e5;
	width:263px; 
	padding:2px 0px 2px 0px;
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF;
	border-top:1px solid #FFFFFF;
	}

	
/*************** test ***************/
	
div.buybgbig2 {
	float: left;
	width:147px; 
	text-align:center; 
	border:1px solid #ad465c;
	font-size:12px; 
	color:#000000;
	min-height:23em;
	height:auto;
	}

* html div.buybgbig2,  div.buybgbig_green2, div.buybgbig_city2, div.buybgbig_charity2, {
	height: 23em;
	}
	
div.buytopbig2 {
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	}
	
div.buysubscribe2 {
	background-color:#ad465c;
	width:147px; 
	padding:4px 0px 4px 0px;
	font-size:18px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:#FFFFFF;
	}
	
div.buybgbig_green2 {
	float:left;
	width:147px; 
	margin:0px 0px 5px 5px;
	text-align:center; 
	border:1px solid #309f40;
	font-size:12px; 
	color:#000000;
	min-height:23em;
	height:auto;
	}
	
* html div.buybgbig_green2 {
	height: 23em;
	}

div.buytopbig_green2 {
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	}
	
div.buysubscribe_green2 {
	background-color:#309f40; 
	width:147px; 
	padding:4px 0px 4px 0px;
	font-size:18px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:#FFFFFF;
	}
	
div.buybgbig_city2 {
	float:left;
	width:147px;
	margin:0px 0px 5px 5px;
	text-align:center; 
	border:1px solid #002d61;
	font-size:12px; 
	color:#000000;
	min-height:23em;
	height:auto;
	}

* html div.buybgbig_city2, {
	height: 23em;
	}
	
div.buytopbig_city2 {
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	}
	
div.buysubscribe_city2 {
	background-color:#002d61;
	width:147px; 
	padding:4px 0px 4px 0px;
	font-size:18px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:#FFFFFF;
	}

div.buybgbig_charity2 {
	float:left;
	width:147px; 
	margin:0px 0px 5px 5px;
	text-align:center; 
	border:1px solid #5eb0e5;
	font-size:12px; 
	color:#000000;
	min-height:23em;
	height:auto;
	}
	
* html div.buybgbig_charity2 {
	height: 23em;
	}

div.buytopbig_charity2 {
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	}
	
div.buysubscribe_charity2 {
	background-color:#5eb0e5; 
	width:147px; 
	padding:4px 0px 4px 0px;
	font-size:18px; 
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color:#FFFFFF;
	}


/*Where page
************************************************************************/

ul.where {
	margin:5px 0 10px 10px;
}

ul.where li{
	margin:0 0 0 10px;
}

div.leftcol {
	float:left;
	width:197px;
}

div.rightcol {
	float:left;
	width:197px;
}

div.where p {
	line-height:15px;
	margin:0pt 5px 5px 5px;
}
	
	
/*Temporary header styling*/
.teststyle {
	margin:0 5px 3px 5px;
	color:#003366;
	font-weight:bold;
}
	
h1.teststyle {
	font-size:16px;
	padding-bottom:7px;
}

h2.teststyle {
	font-size:14px;
}



/*Savings page */
table.savings {
	margin-bottom:5px;
	font-size:12px;
}

table.savings td {
	padding:0 3px 0 3px;
}





/*PAYPOINT & EPAY*/

#paypoint {
	width:760px;
	background-color:#FFFFFF;
	margin:0px 20px 20px 20px;
	padding:6px 0px 0px 0px;
	float:right;
	}

.newimg {
	margin:6px 10px 0px 10px;
	}
	
.paypointimg {
	margin:1px 7px 0px 0px;
	}
	
div.ppright {
	float:right;
	}

div.ppleft {
	margin:4px 0px 0px 5px;
	width:700px;
	float:left;
	}



/* Account Overview */

.cardno {
	height:22px;
	float:left;
	background-color:#CECECF;
	font-size:15px; 
	font-weight:bold; 
	color:#4d4d4f;
	line-height:22px;
	margin-left:auto; 
	margin-right:auto;
	padding:0px 5px 0px 5px;
	}
	
.cardcredits {
	height:22px;
	float:left;
	background-color:#CECECF;
	font-size:16px; 
	font-weight:bold; 
	color:#4d4d4f;
	line-height:22px;
	margin-left:auto; 
	margin-right:auto;
	padding:0px 5px 0px 5px;
	}
	
/* transaction history table */
	
td.transheader {
	background-color:#8998c8;
	}
	
td.transheader2 {
	border-top:solid #8998c8 2px;
	}
	
/* Loginoptin Page */

div.loginOptinHR{
	width:100%; 
	height:1px; 
	overflow:hidden; 
	background:#999999; 
	margin-bottom:10px;
}


/******************************************************************** New CSS ********************************************/

div#fullwidth{
width:100%;
float:left;
}
div#topcard{
	height:80px;
	width:136px;
	float:right;
	text-align:right;
	padding-top:14px;
	margin-right:15px;	
}
img.topcard{
margin-top:15px;
}
div#reg{
	text-align:left;
	height:54px;
	float:right;
	width:145px;
		padding: 26px 5px 0px 0px;
}
#regcard{
	width:347px;
	height:80px;
	float:left;
}

div.toplogin{

	float:left;
	text-align:left;
	height:80px;
	width:153px;
	margin-top:9px;
	padding-left:12px;
	border-left:1px dotted #8c8c8c;
}
div.logged_in{

	float:left;
	text-align:left;
	height:80px;
	width:153px;
	margin-top:9px;
	padding-left:12px;
	border-left:1px dotted #8c8c8c;
}
.logged_in p{

margin-top:4px;
}
.logged_in a:link, .logged_in a:visited{
font-style:italic;
line-height:10px;
font-size: 10px;
text-decoration:none;
color:#666;
}
.logged_in a:hover, .logged_in a:active{
font-style:italic;
line-height:10px;
font-size: 10px;
text-decoration:none;
color:#4d4d4f;
}
div#content{
	float:left;
	width:812px;
	height:auto;
}
div#content2{
	margin-top:28px;
	float:left;
	width:812px;
	height:auto;
}
div#left{
	float:left;
	width:202px;
	padding-right:16px;
}
div.cardtitle{
	background:none;
	text-align:left;
	width:202px;
	height:72px;
	overflow:hidden;
}
div.cardtitle2{
	background:none;
	text-align:left;
	width:176px;
	height:72px;
	overflow:visible;
	margin-bottom:8px;
}

div.leftmore {
	float:left;
	font-weight:bold;
	text-align:left;
	margin-top:27px;
	width:auto;
	background:none;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
}

.leftmore a:link, .leftmore a:visited{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
		text-transform:uppercase;
}

.leftmore a:active, .leftmore a:hover{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
		text-transform:uppercase;
	color:#999999;
}

div.lefttxt{
background:none;
width:202px;
}

div.confloatleft{
float:left;
width:185px;
margin-top:13px;
}
div.confloatright{
float:right;
width:185px;;
margin-top:13px;
}
	.log_left{
		float:left;
		width:251px;
	}
	.log_middle{
		float:right;
		width:537px;
	}
	
	.log_sub{
		float:left;
		width:263px;
	}
	.log_right{
		text-align:left;
		float:right;
		width:263px;
		margin-bottom:15px;
	}	
	.ifborders{
		padding:10px 0px 6px 0px;
		margin-top:15px;
		border-top:1px dotted #666666;
		border-bottom:1px dotted #666666;		
	}
	
	.dots{
		padding:10px 0px 6px 0px;
		margin-top:15px;
		border-top:1px dotted #666666;
		}
		
div#mid{
	border-right:1px dotted #8c8c8c;
	border-left:1px dotted #8c8c8c;
	float:left;
	width:369px;
	padding: 0px 16px 0px 16px;
}
div#centreart{
	float:left;

	height:auto;
	width:369px;
	margin-bottom:8px;
}
div#centresmall{
	width:369px;
	float:left;
	padding-bottom:11px;
	border-bottom:1px dotted #8c8c8c;
}
div#centretxt{
	float:left;
	padding-top:11px;
	width:369px;
}
div#right{
	float:left;
	width:175px;
	padding-left:15px;
	text-align:left;
}

#right a:link, #right a:visited{
	color:#666666;
}

#right a:hover, #right a:active{
	color:#4d4d4f;
}

div#rightt{
	float:left;
	width:175px;
	margin-bottom:15px;

}
div#rightm{
	float:left;
	width:175px;
	background:#e5e5e5;
	margin-bottom:15px;
}
div#rightb{
	float:left;
	width:175px;
	margin-bottom:15px;

}
div#footerdiv{
	float:right;
	height:auto;
	width:812px;
	margin-top:30px;
	padding:0px 0px 7px 0px;
}
div#footpic{
	float:right;
	width:295px;
	height:29px;
	background:url(../images/cardFoot.jpg);
	background-repeat:no-repeat;
}
div#footertxt{
	width:782px;
	height:auto;
	float:left;
	
}
div.vph{
margin-top:66px;
border-top:1px dotted #666;
}

#content h2{
	margin-bottom:10px;
	letter-spacing:0px;
	padding-left:8px;
 	text-align:left;
	background:#84888b;
	color:#ffffff;
	font-size:11px;
	line-height:21px;
	text-transform:uppercase;
}
#content h4{
	margin-bottom:10px;
	font-weight:bold;
	padding-left:8px;
 	text-align:left;
	background:#4d4d4f;
	color:#ffffff;
	font-size:9px;
	line-height:21px;
	text-transform:uppercase;
}
#content h3{
	width:auto;
	letter-spacing:0px;
 	text-align:left;
	background:none;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
}
.cardtitle p{
	background:none;
	margin-top:13px;
	float:left;
	text-align:left;
	background:none;
}

#fullwidth ul li{
margin-left:18px;
}
.left50 .confloatleft p, .left50 .confloatright p, .right50 .confloatleft p, .right50 .confloatright p{

margin-bottom:18px;
}

div.left50{
float:left;
width:394px;
}
div.right50{
float:right;
width:394px;
}


.left50 a.reqcl:visited, .left50 a.reqcl:link,.right50 a.reqcl:visited, .right50 a.reqcl:link{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#808181;
}
.left50 a.reqcl:active, .left50 a.reqcl:hover,.right50 a.reqcl:active, .right50 a.reqcl:hover{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}
.left50 a.reqcp:visited, .left50 a.reqcp:link,.right50 a.reqcp:visited, .right50 a.reqcp:link{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#5eb0e5;
}
.left50 a.reqcp:active, .left50 a.reqcp:hover,.right50 a.reqcp:active, .right50 a.reqcp:hover{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}
.left50 a.reqgr:visited, .left50 a.reqgr:link,.right50 a.reqgr:visited, .right50 a.reqgr:link{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#63be62;
}
.left50 a.reqgr:active, .left50 a.reqgr:hover,.right50 a.reqgr:active, .right50 a.reqgr:hover{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}
.left50 a.reqlca:visited, .left50 a.reqlca:link,.right50 a.reqlca:visited, .right50 a.reqlca:link{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#87bde7;
}
.left50 a.reqlca:active, .left50 a.reqlca:hover,.right50 a.reqlca:active, .right50 a.reqlca:hover{

float:left;
margin-bottom:20px;
font-size:15px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}




.left50 a.reqcl2:visited, .left50 a.reqcl2:link,.right50 a.reqcl2:visited, .right50 a.reqcl2:link{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#1f2749;
}
.left50 a.reqcl2:active, .left50 a.reqcl2:hover,.right50 a.reqcl2:active, .right50 a.reqcl2:hover{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}
.left50 a.reqcp2:visited, .left50 a.reqcp2:link,.right50 a.reqcp2:visited, .right50 a.reqcp2:link{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#5eb0e5;
}
.left50 a.reqcp2:active, .left50 a.reqcp2:hover,.right50 a.reqcp2:active, .right50 a.reqcp2:hover{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}
.left50 a.reqgr2:visited, .left50 a.reqgr2:link,.right50 a.reqgr2:visited, .right50 a.reqgr2:link{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#63be62;
}
.left50 a.reqgr2:active, .left50 a.reqgr2:hover,.right50 a.reqgr2:active, .right50 a.reqgr2:hover{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}
.left50 a.reqlca2:visited, .left50 a.reqlca2:link,.right50 a.reqlca2:visited, .right50 a.reqlca2:link{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#87bde7;
}
.left50 a.reqlca2:active, .left50 a.reqlca2:hover,.right50 a.reqlca2:active, .right50 a.reqlca2:hover{

float:left;
margin-bottom:20px;
font-size:9px;
text-align:left;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
color:#999;
}



div.bigcardtitle{
	background:none;
	text-align:left;
	margin: 16px 0px 7px 0px;
	width:202px;
	height:110px;
	overflow:hidden;
}
div.leftbutton{
float:left;
}
a.leftbutton_txt:link, a.leftbutton_txt:visited {
text-transform:uppercase;
text-decoration:none;
padding:4px 49px 4px 49px;
color:#ffffff;
text-align:center;
}
a.leftbutton_txt:hover, a.leftbutton_txt:active {
text-transform:uppercase;
text-decoration:none;
padding:4px 49px 4px 49px;
color:#4d4d4f;
text-align:center;
}
a.midbutton_txt:link, a.midbutton_txt:visited {
text-transform:uppercase;
text-decoration:none;
padding:4px 14px 4px 14px;
color:#ffffff;
text-align:center;
}
a.midbutton_txt:hover, a.midbutton_txt:active {
text-transform:uppercase;
text-decoration:none;
padding:4px 14px 4px 14px;
color:#4d4d4f;
text-align:center;
}
#rightm p, #rightt p, #rightb p{
	padding: 0px 8px 11px 8px;
	text-align:left;
	font-size:11px;
	color:#666666;
}
#rightm span, #rightt span, #rightb span{
	text-transform:uppercase;
	line-height:18px;
}
#rightm p{
background:#e5e5e5;
}


#log_right h2{
		font-size:11px;
	}
	
	#log_left p, #log_right p{
		text-align:left;
	}
	#log_right p{
	margin-bottom:6px;
	}
	#log_right_right p{
	margin: 10px 0px 6px 0px;
	}
	#log_right_left p{
	margin: 10px 0px 6px 0px;
	}
	#log_left p{
	padding: 0px 6px 15px 6px;
	}
	
	#log_right p.money{
	padding-bottom:5px;
		font-size:18px;
		font-weight:bold;
	}
#footerdiv p{
	padding:4px 0px 0px 0px;
	margin-left: 0px 0px 0px 0px;
	float:right;
	text-align:right;
	line-height:13px;
	font-size:9px;
	color:#666666;
}
img.smallpic{
	float:left;
	margin-right:5px;
}
img.ppimg{
padding-right:8px;
}


div.hideMe{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	height:1px;
	width:1px;
	overflow:hidden;
}	

.hideMe ul{
	list-style:inside;
	list-style-type:disc;
}

.hideMe li{
	list-style:inside;
	list-style-type:disc;
}
#navbars{
margin: 12px 0px 10px 0px;
float:left;
height:22px;
}
ul#nav, ul#nav2, ul#nav3{
text-align:left;
line-height:11px;
width:604px;
height:auto;
list-style:none;
background:#ffaa00;
padding:5px 0px 5px 8px;
margin-bottom:1px;
}

ul#nav2{
float:left;
width:463px;
background:#8998c8;
}

ul#nav3{
float:left;
width:804px;
background:#84888b;
margin-bottom:10px;
}

ul#nav li a:link, ul#nav li a:visited,
ul#nav2 li a:link, ul#nav2 li a:visited,
ul#nav3 li a:link, ul#nav3 li a:visited{
	color:#ffffff;
}

ul#nav li a:active, ul#nav li a:hover,
ul#nav2 li a:active, ul#nav2 li a:hover{
	color:#4d4d4f;
}

ul#nav3 li a:active, ul#nav3 li a:hover{
	color:#999;
}

ul#nav li a, ul#nav2 li a, ul#nav3 li a{
text-decoration:none;
font-weight:bold;
line-height:11px;
color:#fff;
}

ul#nav3 li a{
font-weight:bold;
line-height:11px;

}
ul#nav li, ul#nav2 li, ul#nav3 li{
text-align:left;
text-transform:uppercase;
height:11px;
list-style:none;
display:inline;
}
		
a img {
		border:0;
}
img.pipe{
width:1px;
height:12px;
padding:0px 6px;
}
img.pipe2{
width:1px;
height:12px;
padding:0px 6px;
}	
img.pipe3{
width:1px;
height:12px;
padding:0px 6px;
}		
#headerdiv span{
	font-weight:bold;
	float:left;
 	text-align:left;
	color:#4d4d4f;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}
#reg div{
	font-weight:bold;
 	text-align:left;
	color:#4d4d4f;
	font-size:10px;
	line-height:12px;
	text-transform:uppercase;
}

#reg a:link, #reg a:visited{
	color:#4d4d4f;
	text-decoration:none;
}

#reg a:active, #reg a:hover{
	color:#999999;
	text-decoration:none;
}

input {
	float:left;
	margin:0px;
	font-weight:bold;
 	text-align:left;
	color:#4d4d4f;
	border:none;
	background:#cececf;
	padding:2px;
}
div#fpw {
float:left;
margin-top:6px;
width:152px;
}
#fpw a{
 	text-align:left;
	font-size:9px;
	line-height:9px;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-decoration:none;
}

#fpw a:link, #fpw a:visited{
	color:#4d4d4f;
}

#fpw a:hover, #fpw a:active{
	color:#999999;
}

table#custinfo{
margin-bottom:12px;
}
#custinfo th{
height:18px;
text-align:centre;
text-transform:uppercase;
}
#custinfo td{

font-size:16px;
color:#4d4d4f;
height:22px;
line-height:22px;
background:#cececf;
text-align:center;
text-transform:uppercase;
font-weight:bold;
}
#content a.notyou:link, #content a.notyou:visited{
font-style:italic;
line-height:10px;
font-size: 10px;
text-decoration:none;
}
#content a.notyou:hover, #content a.notyou:active{
font-style:italic;
line-height:10px;
font-size: 10px;
text-decoration:none;
color:#4d4d4f;
}
a.subbutton:link, a.subbutton:visited{
padding:2px 10px 1px 10px;
font-weight:bold;
font-size:15px;
background:#8998c8;
text-transform:uppercase;
width:auto;
text-decoration:none;
color:#fff;
}
a.subbutton:active, a.subbutton:hover{
padding:2px 10px 1px 10px;
font-weight:bold;
font-size:15px;
background:#8998c8;
text-transform:uppercase;
width:auto;
text-decoration:none;
color:#4d4d4f;
}
a.buybutton:link, a.buybutton:visited{

float:left;
display:block;
padding:2px 16px 1px 16px;
margin: 0px 4px 0px 6px;
font-weight:bold;
font-size:15px;
background:#8998c8;
text-transform:uppercase;
width:auto;
text-decoration:none;
color:#fff;
}
a.buybutton:hover, a.buybutton:active{

float:left;
display:block;
padding:2px 16px 1px 16px;
margin: 0px 4px 0px 6px;
font-weight:bold;
font-size:15px;
background:#8998c8;
text-transform:uppercase;
width:auto;
text-decoration:none;
color:#4d4d4f;
}
.history th{
line-height:11px;
color:#fff;
padding:4px 0px 4px 7px;
background:#8998c8;
}
td.history {
padding:2px;
}

a.clickhere:link, a.clickhere:visited{
text-transform:uppercase;
font-weight:bold;
color:#666666;
text-decoration:none;
}
a.clickhere:hover, a.clickhere:active{
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
color:#4d4d4f;
}

/* Nav Changes */

a.left_classic:link, a.left_classic:visited{
	color:#808181;
}
a.left_charity:link, a.left_charity:visited{
	color:#5eb0e5;
}
a.left_lca:link, a.left_lca:visited{
	color:#87bde7;
}
a.left_green:link, a.left_green:visited{
	color:#63be62;
}

a.left_classic:hover, a.left_classic:active,
a.left_charity:hover, a.left_charity:active,
a.left_lca:hover, a.left_lca:active,
a.left_green:hover, a.left_green:active{
	color:#999999;
}

#foottxt a:link, #foottxt a:visited{
	color:#666666;
	text-decoration:none;
}

#foottxt a:active, #foottxt a:hover{
	color:#4d4d4f;
	text-decoration:none;	
}

/* Charity Selection */

div.colapsablepanel{
	height:1px;
	overflow:hidden;
	margin-top:10px;
}

div.buycharityholder{
	float:left;
	width:100%;
	margin-left:0px;
	height:auto;
}

div.buycharityholder_small{
	float:left;
	width:100%;
	margin-left:0px;
	height:auto;
}

div.buycharityimage{
	float:left;
	width:100px;
	margin-right:10px;
}

div.buycharitytext{
	float:left;
	width:510px;
}

div.buycharitytext_small{
	float:left;
	width:240px;
}

.buycharitytable td{
	height:100px;
	vertical-align:middle;
}

div.buycharitybutton{
	float:right;
	width:100px;
	text-align:right;
	height:auto;
	padding-top:40px;
}

div.buycharitybuttonhide{
	float:right;
	width:1px;
	text-align:right;
	height:auto;
	padding-top:40px;
	visibility:hidden;
}


/* Errors */

.errors {
	color:#ffaa00;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	}
a.charitypart:link, a.charitypart:visited{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

a.charitypart:active, a.charitypart:hover{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}
a.climatelink:link, a.climatelink:visited{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

a.climatelink:active, a.climatelink:hover{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}
a.charitypart:link, a.charitypart:visited{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#666666;
}

a.charitypart:active, a.charitypart:hover{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#999999;
}
img.charitypics{
margin-right:20px;
}
div#charitypics{
text-align:center;
}

div.cardtextthing {
margin-left:125px;
}