/* CSS Document */

body{
	background-color:#ffcf00;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	margin:0;
	padding:0;
	font-size:80%;
}
body a:link {
	color: #ff6600;
	text-decoration: none
}
body a:visited {
	color: #ff6600;
	text-decoration: none
}
body a:active {
	color: #000;
	text-decoration: underline
}
body a:hover {
	color: #ff6600;
	text-decoration: underline
}

a img{
	border-style:none;
}

div.viewport {
	background-color:#ffcf00;
	width:915px;
	padding-bottom:10px;
}


div.leftnav{	
	float:left;
	position:relative;
	width: 250px;
	padding:10px;
}


div.main{
	float:left;
	width:635px;
	padding:10px 10px 0px 0px;
	margin-left:0px;
	border-style:none;
}

#terms {
	margin-top:36px;
	width:250px;
	text-align:center;
}


/*tables*/
.underline{
	border-bottom:1px solid #F60;
}


/*Sign up/login form*/

.fmlogin { 
    background:#F60 url(../images/fmlogin_t.gif) repeat-x;
	float:left;
	width: 205px; 
}

.fmlogincontent  {
	padding: 10px 0 4px 0;
	margin: 0;
	float:left;
	width:98px;
	border-bottom: 2px solid #FFFFFF;	
}

.fmloginforgotton {
	background-color:#FFFFFF;
	float:left;
	height: 21px;
	padding-bottom:1px;
}



/*Main Content Area*/
.content { background-color:#fff;}

.contenttop { background: url(../images/content_t.gif) repeat-x; }
.contenttop div  {background: url(../images/content_tl.gif) no-repeat top left; }
.contenttop div div  {text-align:right;/*background: url(../images/tcblink_b.gif) no-repeat top right; */}



.contentbot { background: url(../images/content_b.gif) repeat-x #fff ; }
.contentbot div  {  background: url(../images/content_bl.gif) no-repeat top left; }
.contentbot div div { background: url(../images/content_br.gif) no-repeat top right ;  }

.contentcontentwrap { background: url(../images/content_l.gif) repeat-y; }
.contentcontent     { background: url(../images/content_r.gif) repeat-y right; }
.content_italic		{ font-style:italic; }


 /* height and width details */
.contenttop div, .contenttop{
	width: 100%;
	height: 50px;
	font-size: 0.1em;
}

.contentbot div, .contentbot {
	width: 100%;
	height: 24px;
	font-size: 0.1em;
	background-color:#FFFFFF;
}

.contentcontent  {
	position:relative;
	top:-30px;
	padding: 1px 2em; 
	margin: 0; 
	min-height:300px;
}
.contentcontent img {margin: 0px;}

.sectionHeading {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
/*	font-size:125%;*/
	font-size:1.25em;
	text-transform: lowercase;
	padding: 0;
	margin: 1.5em 0 0 0;
}

.indexLink {
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
/*	font-size:115%;*/
	font-size:1.15em;	
	text-transform: lowercase;
	line-height:150%;
	padding: 0;
	margin: 0;
}
.indexLink img {vertical-align:baseline;}

.roundcont { /* Bread Crumb Box */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
/*	font-size:110%;*/
	font-size:1.1em;;	
	text-transform: lowercase;
	width: 375px;
	background-color: #ffb380;
	color:#fff;
}
.roundcontContent {
	margin: 0 16px 0 16px;
}
.roundcontContent img {vertical-align:text-bottom;}
.roundtop {
	background: url(../images/breadBox_TR.gif) no-repeat top right;
}
.roundbottom {
	background: url(../images/breadBox_BR.gif) no-repeat top right;
}
img.corner {
	width: 14px; 
	height: 14px; 
	border: none; 
	display: block;
}
ul#breadcrumb {
margin: 0;
padding: 0;
}
#breadcrumb li {
display: inline;
list-style-type: none;
}
#breadcrumb a { padding: 0; }
#breadcrumb a:link, #breadcrumb a:visited {
color: #ff6600;
text-decoration: none;
}
#breadcrumb a:hover {
color: #000;
text-decoration: none;
}
/* Bread Crumb Box END */


.content { 
	float:left;
	position:relative;
	width: 635px; 
	margin: 0 auto;
/*	font-size:80%;*/
}

*html .contentcontent {
	height: 255px;
}

.contentleftcol {
	width: 272px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}

.contentrightcol{
	width: 272px;
	float:left;
	margin-top:20px;
}

.indexPageleftcol{
	width: 322px;
	float:left;
	margin-right:30px;
	margin-top:20px;
}
.indexPagerightcol{
	width: 222px;
	float:left;
	margin-top:20px;
}

.contentheader { 
	float:left;
	position:relative;
	width: 424px; 
	height:55px;
	top: 10px;
	margin: 0; 
	background-color:#fff;
}

/*Navigation*/
#nav, #nav ul {
	z-index:999;
	padding: 0;
	margin: 0;
	list-style:none;
}

#nav a {
	display: block;
	width: 250px;
	margin:0px

}

#nav a img{
		border-style:none;
		margin:0;
		padding:0;
}

#nav li {
	float: left;
	width: 250px;
}

#nav li ul {
	position: absolute;
	width: 250px;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dropMenuContainer1 {
	z-index:2000;
	position:relative;
}
.dropMenuContainer2 {
	z-index:1999;
	position:relative;
}
.dropMenuContainer3 {
	z-index:1998;
	position:relative;
}
/*Rollover states*/

.rollover { display: block;} /* Allow setting widths and heights */
.rollover img { /*width: 100%; height: 100%;*/ border-style:none; } /* only set width and height once */
.rollover:hover { visibility: visible; /* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } /* 'rolls over' the image */

/*Rollover Nav button*/


#rohome{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/homeover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}

#roaccount{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/accountover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}



#rosupport{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/supportover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}

#rosupportalt{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/supportoveralt.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}

#supportddtop{
	position:relative;
	top: -20px;
	left: 0px;
	width: 250px;	
	margin:0; 
	float:right;	

}

#supportddbottom{
	position:relative;
	float:right;
	top: -20px;
	left: 0px;
	width: 227px;
	margin:0; 
}

#rofaq{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;
	background-image: url(../images/faqover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#roonlinesup{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;	
	background-image: url(../images/onlinesupover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#roauto{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;	
	background-image: url(../images/automaticover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#romanual{
	position:relative;
	top: -20px;
	left: 0px;
	background-repeat:no-repeat;
	background-position:right;	
	background-image: url(../images/manualover.gif);    /* rollover state */
	width: 227px;                    /* image width */
	height: 24px;                   /* image height */
}

#rophoneset{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/phonesetover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}
#rophonesetalt{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/phonesetoveralt.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;                   /* image height */
}

#rocost{
	display: block;
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/howover.gif);    /* rollover state */
	width: 250px;                    /* image width */
	height: 68px;    
}

/*signup/login form*/

#rosignup{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/signupover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}

#roLoggedSignup{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/logged_signupover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}


#rocontact{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/contactover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}

#roLoggedContact{
	position:relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/logged_contactover.gif);    /* rollover state */
	width: 108px;                    /* image width */
	height: 67px; 
}


#roterms{
	position:relative;
	top: 0px;
	left: 20px;
	background-image: url(../images/termsover.gif);    /* rollover state */
	width: 27px;                    /* image width */
	height: 12px; 
	float:left;
}

#rosecurity{
	position:relative;
	top: 0px;
	left: 30px;
	background-image: url(../images/securityover.gif);    /* rollover state */
	width: 94px;                    /* image width */
	height: 12px; 
	float:left;
}
#roprivacy{
	position:relative;
	top: 0px;
	left: 40px;
	background-image: url(../images/privacyover.gif);    /* rollover state */
	width: 72px;                    /* image width */
	height: 12px; 
	float:left;
}

/*Popup images*/

.tcblink {
	float:right;
}
.tcblink img{
	vertical-align:bottom;
}

a.dspimg {
text-decoration: none; /* definition for the link that will display the layer */
}
a.dspimg:hover {
background: none; /* correction for an IE bug*/
}
a.dspimg span { /* definition of <span> tag included in <a> */
display: none;
}
a.dspimg:hover span { /* definition of <span> tag when hovering */
display: inline;
position: absolute;
top: 80px; /* layer's place and dimension that you can change at will */
left: 630px;
z-index:999;
}

/*Form elements*/
form{ 
 padding:0;
 margin:0;
}

input{
	background-color:#FFC198;
/*	font-size:90%;*/
	border:0;
	color: #000;
	margin-bottom:4px;
}
input.textfield{
/*	font-size: 10px;*/
	border:1px #FF6600 solid;
	color: #FF944D;
	width: 300px;
}

input.submit{
	font-weight: bold;
	background-image:url(../images/register_submit.gif);
	width: 102px;
    height: 32px;      
}


input.submitSupport{
	background-image:url(../images/but_submit_support.gif);
	width: 178px;
    height: 23px; 
}


input.submitUpdateDetails{
	background-image:url(../images/but_update_details.gif);
	width: 178px;
    height: 23px; 
}

input.submitUpdateAcc{
	background-image:url(../images/but_update_acc.gif);
	width: 178px;
    height: 23px; 
}

input.submitChangePass{
	background-image:url(../images/but_update_pass.gif);
	width: 178px;
    height: 23px; 
}

input.setupPhone{
	border: 0;
	background-color:#FFFFFF;
	cursor:pointer;
	color: #ff6600;
}

input.btnLogin{
	margin-bottom:0;
}
input.selectModel{
	border-top: 2px solid #CCC;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 2px solid #CCC;
}

textarea {
	height:90%;
	border:1px #FF6600 solid;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
}
select {
	height:90%;
	border:1px #FF944D solid;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
}


input.login {
	background-color:#FFC198;
	border-style:none;
	font-size: 0.8em;
	color:#000;
	margin-bottom:2px;
	height:11px;
	display:block;
	width:85px;
}

input#nospaceafter {
	margin-bottom:2px;
}


*html input#nospaceafter {
	margin-bottom:-2px;
}


div.clearer{
	clear:both;
}

div.spacer{
	line-height:10px;
	margin:0;
	padding:0;
}

#floatright{
	float:right;
}

#floatleft{
	float:left;
}

.floatleft{
	float:left;
}

.warning{
	color:#FF0000;
	font-weight:bold;
}

/* Credit */
.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	margin-top:10px;
	margin-left:20px;	
	width:230px;
	text-align:left;
}
.credit a:link {
	color: #333333;
	text-decoration: none;	
}
.credit a:visited {
	color: #333333;
	text-decoration: none;	
}
.credit a:active {
	color: #333333;
	text-decoration: none;	
}
.credit a:hover {
	color: #333333;
	text-decoration: underline;
}

/*sign up form - Handsets */

.handsetContainer{
	width:132px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-right:10px;

}

.handsetContainer input{
	cursor:pointer;
}

* html .handsetContainer input{
	cursor:hand;
}


.handsetContainer#selected{
	border: 1px solid #000;
}

.handsetImgLink {
	display:block;
}

.btnGo {
	height:23px;
	width:147px;
	background-image:url(../images/go_form.gif);
	cursor: pointer;
	cursor: hand;
}

.inputWide {
	width:300px;
}
.inputTitle{
	width:50px;
}

.inputFirstName{
	width:115px;
}

.inputSurname{
	width:115px;
}