* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font: normal normal normal 14px/normal Arial, Verdana, sans-serif;
	color: #666666;
	}
	
.fc, .s{
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

/*HEADER*/

.blockHeader {
	width: 755px;
	margin: 20px 0 0 40px;
}

.blockHeader img{
	float: left;
	}

.blockHeader h1{
	color: #007BBE;
	font-size: 18px;
	float: right;
	margin-top: 45px;

}

.blockHeader hr{
	border: none;
	background: #BFDEEF;
	height: 1px;
	color: #BFDEEF;
}

/*CONTENT WRAP*/

.blockContent {
	width: 755px;
	margin: 20px 0 20px 40px;
}

.blockContent h3 {
	color: #007BBE;
	font: normal normal normal 16px/14px Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;

	}

/*NAVIGATION*/

.navigation{
	margin: 5px 0 10px 0;
}

.navigation h2{
	color: #007BBE;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 25px 0;
	}

.navigation h2 span{
	color: #666666;
	} 

.navigation ul{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	display: block;
	height: 24px;
	
}

	/*background for step position */
		.navigation ul.step1 li.search { background: #007BBE url(../x/img/nav-end-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step2 li.search { background: #007BBE url(../x/img/nav-mid-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step2 li.domain  { background: #007BBE url(../x/img/nav-end-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step3 li.search, .navigation ul.step3 li.domain{ background: #007BBE url(../x/img/nav-mid-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step3 li.hosting { background: #007BBE url(../x/img/nav-end-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step4 li.search, .navigation ul.step4 li.domain, .navigation ul.step4 li.hosting{background: #007BBE url(../x/img/nav-mid-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step4 li.extras { background: #007BBE url(../x/img/nav-end-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step5 li.search, .navigation ul.step5 li.domain, .navigation ul.step5 li.hosting, .navigation ul.step5 li.extras{ background: #007BBE url(../x/img/nav-mid-arrow.gif) top right no-repeat; color: #ffffff; }
		.navigation ul.step5 li.payment  { background: #007BBE; color: #ffffff; }

	
	.navigation ul li{
		list-style-type: none;
		float: left;
		padding: 0 14px 0 7px;
		font-size: 17px;
		line-height: 24px;
		font-weight: bold;
		color: #007BBE;
		/*display: block;*/
	}
	


	.navigation ul li.complete{
		color: #ffffff;
		}


/* ------------------------------ Form Styles ---------------------------------------- */

a{
   color: #333333;
}

   a:hover{
       text-decoration: none;
   }


p{
   font: normal normal normal 16px/150% Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

p.smaller{
   font: normal normal normal 13px/150% Arial, Helvetica, sans-serif;
}

.segment {
	margin-bottom: 20px;
}

	.segment p {
		margin: 0 0 10px 0;
	}

.input {
	float: left;
	margin: 5px 10px;
}


	.input input{
		border: 1px solid #666666;
	}
	
	.input input.radio, .input input.check {
		border: none;
	
	}
	
	.input.number input {
		width: 300px;
		height: 20px;
		padding: 4px;
		font-size: 18px;
		color: #666666;
	}
	
	.input select, select {
		height: auto;
		border: 1px solid #999999;
		padding: 0px;
		color: #666666;
	}
	
	.input option, option {
		min-width: 20px;

		}
	
	.input {
		color:#FF0000;
		font-size: 16px;
	}
		.input.text input {
			height: 20px;
			width: 200px;
			border: 1px solid #999999;
           padding: 2px 5px;
		}

textarea{
   padding: 10px;
   width: 200px;
   color: #666666;
   font: normal normal normal 14px/100% Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
}
	
.label {
	float: left;
	margin: 5px 10px 20px 10px;
	max-width: 700px;
   line-height: 140%;
}

	.label.blue {
		color: #007BBE;
		font-size: 16px;
		padding: 0 20px 0 0;
	}

	.label.small{
		width: 80px;
		margin-top: 8px;
	}

   .label.medium{
		width: 120px;
		margin: 8px 5px 10px 5px;
       text-align: right;
	}
	
	.formArea.account .label.short {
		width: 35px;
		margin-right: 0;
	}

.formArea hr{
	border: none;
	background: #BFDEEF;
	height: 1px;
	margin: 0 0 10px 0;
	color: #BFDEEF;
}

.checkBlock{
   width: 70px;
   float: left;
   margin: 0 10px 20px 0;
}

fieldset{
   margin: 0 0 10px 0;
}


/*extras for use in form areas*/

.linecheckresultscontainer {
	border: 1px solid #cccccc;
	padding: 10px;
	width: 450px;
	line-height: 120%;
}

#chosenimage {
	width: 200px;
	height: 100px;
	float: left;
	margin: 10px;
	background: #F2F2F2;
}

#choseninfo {
	height: 100px;
	float: left;
	color: #007BBE;
	margin-left: 20px;
}

.termsofuse {
	height: 250px;
	overflow: auto;
	border: 1px solid #999999;
	padding: 4px;
	}
	
	
	
/*Summary page */

.segment.summary dl dt {
	float: left;
}

.segment.summary dl dd {
	float: left;
	margin-bottom: 5px;
}

.segment.summary dl dd.clear {
	clear: both;
}


.segment.summary dl.addressdetails dt {
	margin: 0 10px 0 0;
	width: 110px;
	}

.segment.summary dl.addressdetails dd {
	}
	
.segment.summary dl.costs dt {
	margin: 0 10px 0 0;
}

.segment.summary dl.total {
	font-size: 16px;
}

.segment.summary dl.total dt {
	margin: 0 10px 0 0;
	color: #007BBE;
	
}

.segment.summary dl.total dd, .segment.summary dl.costs dd {
	font-weight: bold;
}

select.cardtype {
	width: 105px;
}

select.year {
	width: 65px;
}

select.month {
	width: 85px;
}


.formArea.account .input input.number {
	width: 50px;
}
/*Order/package/equipment total*/

.ordertotal {
	background: #F2F2F2;
	border-bottom: 1px solid #333333;
   padding: 10px;
	}

   .ordertotal fieldset legend{
       margin-bottom: 5px;
       font-weight: bold;
   }

   .ordertotal fieldset input.check{
       margin-right: 15px;
   }

p.total{

   border-bottom: 1px solid #666666;
   padding: 10px;
   text-align: right;
}


input.buttonR{
   background: url('../x/img/bg-btn.gif') top right no-repeat;
   color: #FFFFFF;
   font: bold normal normal 16px/100% Arial, Helvetica, sans-serif;
   padding: 2px 20px 5px 10px;
   height: 24px;
   margin: 5px 0 10px 10px;
   float: right;
}

input.buttonL{
   background: url('../x/img/bg-btn.gif') top left no-repeat;
   color: #FFFFFF;
   font: bold normal normal 16px/100% Arial, Helvetica, sans-serif;
   padding: 1px 10px 6px 20px;
   height: 24px;
   margin: 5px 10px 10px 0;
   float: left;
}


/* back next*/

.backnext {
	margin-bottom: 30px;
}

.backnext hr {
	border: none;
	background: #BFDEEF;
	height: 1px;
	margin: 0 0 10px 0;
	color: #BFDEEF;
}

.backnext input.back {
	float: left;
}

.backnext input.next {
	float: right;
}

/*---------- display table ---------------*/

table.domain{
   width: 755px;
   border-spacing: 0 0;
   border-bottom: 1px solid #333333;
   margin-bottom: 10px;
   padding-bottom: 10px;
}



   table.domain tr th{
       background: #EFEFEF;
       color:#007BBE;
       padding: 5px 10px;
       border-bottom: 1px solid #333333;
   }

       table.domain tr th.check{
           width: 50px;
       }

       table.domain tr th.hosting{
           width: 150px;
       }

   table.domain tr td{
       padding: 10px 10px;
       text-align: center;
       border-bottom: 1px solid #BFDEEF;
   }

/*---------- MISC STYLES ---------------*/

.fLeft{
   float: left;  
}

.fRight{
   float: right;
}

ol{
   padding: 0 0 0 25px;
   font: normal normal normal 16px/100% Arial, Helvetica, sans-serif;
}

ol li{
   font: normal normal normal 16px/150% Arial, Helvetica, sans-serif;
}