/* Subnav Styles */

#leftFormNav {
	background-image: url(../../images/form-bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	float: left;
	width: 293px;
	height: 301px;
	clear: both;
}

#leftFormNav ul {
	position: relative;
	top: 8px;
	left: 3px;
	list-style-type: none;
	float: left;
	clear: both;
}

#leftFormNav ul li{
	margin-left: 10px;
	width: 250px;
	background-image: url(../../images/form-nav-divider.gif);
	background-repeat: repeat-x;
	background-position: 0px 20px;
	height: 28px;
}

#leftFormNav ul li a{
	color: #001e36;
	margin-left: 30px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.busHome#leftFormNav ul li {
	margin-left: 25px;
}

.busHome#leftFormNav ul li a{
	margin-left: 0px;
}

#leftFormNav ul li a:hover, #leftFormNav ul li.selected a  {
	color:#0D8BC5;
}

#leftFormNav ul li.selected a {
	padding-left: 7px;
	background-image: url(../../images/form-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

#navSectionHeader {
	display: none;
	float: left;
	width: 298px;
	height: 31px;
	clear: both;
}

#navSectionHeader img {
	width: 34px;
	height: 31px;
	float: left;
}

#navSectionTitle {
	width: 264px;
	height: 31px;
	float: left;
	background-image: url(../../images/subnav-title-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navSectionTitle h4 {
	padding-top: 8px;
	padding-left: 10px;	
	float: left;
	width: auto;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
}

/* Your Detail styles */

#cartDetails {
	width: 150px;
	float: left;
}

#cartDetails a{
	position: relative;
	left: 0px;
	bottom: 3px;
}

#cartDetails span{
	position: relative;
	left: 0px;
	bottom: 10px;
	font-size: 11px;
}

#bodyWrap {
	overflow: hidden;
	background-color:#FFFFFF;
	clear:both;
	display:block;
	margin:0pt auto;
	padding:0pt 0px;
	position:relative;
	width:903px;
}

#wrapper {
	float: left;
	margin: 0px;
	padding: 0px 5px 50px 5px;
}

#footer {
	float: left;
}

#formColLeft {
	overflow: hidden;
	float: left;
	width: 297px;
	margin-right: 1px;
}

#formColRight, #formWrap {
	overflow: hidden;
	float: left;
	width: 595px;
}

#formColRight {
	overflow: hidden;
}

#formWrap {
	padding-top: 15px;
	position: relative;
	top: 1px;
	background-image: url(../../images/form-bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

#leftHeader {
	width: 298px;
	height: 276px;
	float: left;
	display: block;
	overflow: hidden;
}

#formHero {
	width: 595px;
	height: 153px;
	float: left;
	display: block;
	overflow: hidden;
}

#formHeroSub {
	background-color: #efefef;
	width: 595px;
	height: 153px;
	float: left;
	display: block;
}

#formSectionHeader, #formErrors, #formFieldWrapper, #formSubmitWrap {
	width: 575px;
	float: left;
	clear: both;
}

#formSubmitOptions {
	float: left;
	width: 525px;
}

#formSubmitOptions label {
	padding: 15px 0px 0px 35px;
	float: left;
	width: 300px;
}

#formSubmitWrap #formSubmitOptions input {
	float: left;
	width: auto;
	height: auto;
	position: relative;
	top: 15px;
	left: 15px;
}

/* form header areas */

#formSectionHeader {
	border-bottom: 1px solid #BEC4C9;
	height: auto;
	padding: 20px 0px 8px 0px;
	margin: 0px 10px 0px 10px;
}

#formSectionHeader h3 {
	width: 228px;
	float: left;
	color: #0D8BC5;
	font-style: italic;
}

#formSectionHeader input{
	width: auto;
	position: relative;
	top: 3px;
	right: 111px;
	float: right;
}

#formSectionHeader p{
	width: 235px;
	float: left;
	color: #85939E;
	font-size: 11px;
}

.nominee#formSectionHeader p{
	width: 500px;
}

/* form field styles */

#formFieldWrapper {
	margin-top: 32px;
	margin-bottom: 20px;
}

#formFieldWrapper ul {
	list-style-type: none;
}

#formFieldWrapper ul li {
	width: 585px;
	height: 28px;
	float: left;
	clear: both;
}

#formFieldWrapper ul li label {
	color: #001e36;
	padding: 5px 0px 0px 15px;
	width: 221px;
	float: left;
	font-size: 12px;
}

#formFieldWrapper ul li h3 {
	color: #001e36;
	padding: 5px 0px 0px 15px;
	width: 221px;
	float: left;
	font-style: italic;
	font-weight: bold;
}

#formFieldWrapper ul li label strong, #formFieldWrapper ul li select, #formFieldWrapper ul li option {
	color: #001e36;
}

#formFieldWrapper ul li p {
	color: #001e36;
	padding: 5px 0px 0px 15px;
	width: 221px;
	float: left;
	font-size: 12px;
	width: auto;
}

#formFieldWrapper ul li input {
	color: #001e36;
	position: relative;
	top: 2px;
	height: 22px;
	border-bottom: none;
	border-top: 1px solid #BEC4C9;
	border-left: 1px solid #BEC4C9;
	border-right: 1px solid #BEC4C9;
	width: 236px;
	float: left;
}

#formFieldWrapper ul li select {
	position: relative;
	top: 2px;
	height: 22px;
	border-bottom: none;
	border-top: 1px solid #BEC4C9;
	border-left: 1px solid #BEC4C9;
	border-right: 1px solid #BEC4C9;
	float: left;
	width: 238px;
}
#formFieldWrapper ul li.alt {
	background-image: url(../../images/form-list-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#formFieldWrapper ul li img {
	position: relative;
	top: 6px;
	left: 8px;
	float: left;
}
#formFieldWrapper ul li img.iconHide {
	display: none;
}
#formFieldWrapper ul li #dobInpWrap {
	width: 238px;
	float: left;
}
#formFieldWrapper ul li #dobDay{ 
	width: 48px;
}
#formFieldWrapper ul li #dobMonth {
	width: 100px;
}
#formFieldWrapper ul li #dobYear {
	width: 90px;
}
/* form submit */
#formSubmitWrap {
	background-color: #dbf0f6;
	height: 73px;
	margin-top: 9px;
	margin-bottom: 20px;
}
#formSubmitWrap input {
	float: right;
	width: auto;
	position: relative;
	right: 17px;
	top: 25px;
}
.paymentInput#formSubmitWrap input {
	top: 52px;
}
#wasDefeatedByIE6 {
	float: left;
	width: 575px;
	clear: both;
	height: 20px;
}
/* Payment Detail Styles */

#formDescription {
	float: left;
	width: 575px;
	padding: 0px 10px 0px 17px;
	height: 76px;
	overflow: hidden;
}

#offsetHomeDescription {
	float: left;
	width: 560px;
	padding: 4px 10px 0px 20px;
	height: auto;
	overflow: hidden;
}

#formDescription p, #offsetHomeDescription p, #offsetHomeDescription h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

#offsetHomeDescription h3 {
	font-size: 16px;
}

#helpQuestion {
	width: 21px;
	height: 21px;
	float: left;
	position: relative;
	bottom: 27px;
	left: 72px;
}

#paymentOptionsRight ul, #paymentOptionsAgree ul {
	list-style-type: none;
}

#paymentOptionsRight ul li, #paymentOptionsAgree ul li, #paymentOptionsLeft p {
	margin: 5px 0px 5px 0px;
	color: #001e36;	
}

#paymentOptionsAgree ul li, label {
	color: #001e36;
}

#paymentOptionsAgree ul li input {
	position: relative;
	left: 20px;
	bottom: 2px;
}

#paymentOptionsRight ul li input {
	position: relative;
	top: 2px;
}

#paymentOptionsRight ul li label {
	color: #001e36;
	position: relative;
	left: 10px;
}

#paymentOptions {
	border-bottom: 1px solid #BEC4C9;
	border-top: 1px solid #BEC4C9;
	float: left;
	clear: both;
	width: 575px;
	padding: 30px 0px 30px 10px;
}

#paymentOptionsLeft {
	float: left;
	width: 189px;
}

#paymentOptionsRight {
	float: left;
	width: 250px;
}

#paymentOptionsAgree {
	float: left;
	clear: both;
	width: 575px;
	padding: 18px 0px 10px 10px;
}

#paymentOptionsAgree label a {
	color: #001e36;
	text-decoration: underline;
}

/* Confirm Styles */

#confirmListWrap {
	position: relative;
	left: 15px;
	padding-left: 20px;
	float: left;
	width: 545px;
	border-top: solid 1px #72828e;
	background-color: #e2e6e7;
}

#confirmSectionHeader h3, #billingShippingHeader h3 {
	padding-top: 27px;
	float: left;
	width: auto;
	font-style: italic;
	color: #0D8BC5;
	font-size: 14px;
}

/* Billing and Shipping Info - Styles and Layout */

#billingInfoWrap {
	margin-top: 18px;
	position: relative;
	left: 15px;
	padding-left: 20px;
	float: left;
	width: 545px;
	border-top: solid 1px #72828e;
	border-bottom: solid 1px #72828e;	
	background-color: #e2e6e7;
	margin-bottom: 15px;
}

#billingInfoWrap ul {
	list-style-type: none;
}

#billingInfoWrap ul li p{
	font-size: 11px;
	color: #1c394e;
}

#editDetails {
	padding-top: 14px;
	float: left;
	width: 50px;
}

#billingShippingHeader {
	float: left;
	width: 525px;
	height: 54px;
	clear: both;
	border-bottom: #b9c0c5 1px solid;	
}

#billingShippingHeader h3 {
	width: 239px;
	float: left;	
}

#billingDetailsWrapper, #shippingDetailsWrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: 230px;
}

#billingDetailsWrapper, #shippingDetailsWrapper {
	float: left;
	width: 240px;
}

/* Confirm Order Info - Styles and Layout */

#confirmSectionHeader {
	height: 54px;
	float: left;
	width: 525px;
	border-bottom: #b9c0c5 1px solid;
}

#confirmSectionHeader span, #billingShippingHeader span {
	padding-top: 27px;
	padding-left: 25px;
	width: auto;
	float: left;
}

.confirmSubmit#formSubmitWrap {
	position: relative;
	left: 10px;
}

#confirmListHeader {
	height: 38px;
	width: 525px;
	float: left;
	clear: both;	
}

#confirmListHeader ul {
	position: relative;
	top: 10px;
	float: left;
	width: 415px;
	padding-left: 110px;
	display: inline;
	list-style-type: none;
	
}

#confirmListHeader ul li {
	display: inline;
	float: left;
	width: auto;
}

#confirmListHeader ul li#descriptionTitle {
	width: 191px;
}

#confirmListHeader ul li#emissionsTitle {
	width: 96px;	
}

#confirmListHeader ul li#offsetTitle {
	width: 100px;
}

#confirmListHeader ul li p {
	font-size: 11px;
	color: #748591;
}

#productTitle {
	border-top: 1px solid #B9C0C5;
	float: left;
	width: 525px;
	height: 30px;
	background-image: url(../../images/confirm-list-head-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	overflow: hidden; 
}

#productTitle p {
	font-weight: bold;
	font-style: italic;
	color: #1c394e;
	float: left;
	margin-left: 10px;
	width: auto;
	line-height: 30px;
}

#productTitle img, #editDetails img {
	margin-left: 10px;
	margin-top: 7px;
	float: left;
	width: auto;
}

#productTitle span, #editDetails span {
	float: right;
	width: 50px;
	margin-right: -4px;
}

#productTitle span img, #editDetails span img {
	margin-top: 0px;
}

#editDetails span {
	float: left;
}

#productTitle span a, #editDetails span a {
	float: left;
	margin-top: 7px;
	color: #666666;
	font-style: italic;	
	font-size: 10px;
}

#productDesc {
	width: 525px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-bottom: 20px;
}

#productImg {
	margin-top: 7px;
	width: 110px;
	height: auto;
	float: left;
}

#productDetails {
	float: left;
	width: 405px;
}

#productDetails ul {
	margin-top: 7px;
	float: left;
	width: 405px;	
	list-style-type: none;
}

#productDetails ul li {
	float: left;
	height: 25px;
}

#productDetails ul li p {
	color: #1c394e;
	font-weight: normal;
}

.productName {
	width: 202px;	
}

.productEmissions {
	width: 96px;
}

.productOffsetCost {
	width: auto;
}

#totalWrap {
	position: relative;
	left: 15px;
	float: left;
	margin: 0px;
	width: 565px;
	background-color: #DBF0F6;
}

#totalCalculations {
	border-top:1px solid #B9C0C5;
	float: left;
	width: 525px;
	margin-left: 20px;
}

#totalCalculations ul {
	float: left;
	clear: both;
	list-style-type: none;
}

#totalCalculations ul li, #totalCalculations ul li p, #totalCalculations ul li img, #totalHeader, #totalDesc  {
	float: left;
}

#totalHeader, #totalDesc {
	padding: 15px 0px 0px 10px;
}

#totalDesc {
	padding-bottom: 15px;
}

#totalHeader p {
	color: #1c394e;
}

.totalMainHeader {
	width: 293px;	
}

.totalMainHeader p {
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

.totalSubHeader p {
	line-height: 17px;
	font-size: 13px;
	width: 100px;
}

.totalListDesc {
	width: 293px;
}

.totalListDesc p {
	color: #666666;
	font-style: italic;	
	font-size: 10px;
	margin-right: 10px;
}

.totalEmission, .totalCost {
	width: 100px;	
}

.totalEmission p, .totalCost p {
	color: #1c394e;
}

#confirmSubmitWrap {
	float: left;
	border-bottom:1px solid #B9C0C5;
	width: 525px;
}

#confirmSubmitWrap input {
	float: right;
}

/* Success Styles */

#certWrap {
	float: left;
	width: 150px;
	padding-left: 15px;
	height: 84px;
}

/* Rollover styles */

.subHeaderQuestion {
	float: left;
	width: 17px;
	height: 19px;
	background-image: url(../../images/sub-header-off-question.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.subHeaderQuestion:hover {
	background-image: url(../../images/sub-header-off-question-over.gif);
}

.editIcon {
	width: 50px;
	background-image: url(../../images/edit-off-icon.gif);
	background-repeat: no-repeat;
	background-position: 22px 0px;
}


.totalCalQuestion {
	float: left;
	width: 17px;
	height: 19px;
	background-image: url(../../images/question-total-calc.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.totalCalQuestion:hover {
	background-image: url(../../images/question-total-calc-over.gif);
}

.headerQuestion {
	position: relative;
	top: 5px;
	left: 20px;
	float: left;
	width: 17px;
	height: 19px;
	background-image: url(../../images/header-off-question.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.headerQuestion:hover {
	background-image: url(../../images/header-off-question-over.gif);
}

#helpQuestion .headerQuestion {
	background-image: url(../../images/help-off-question.gif);
}

#helpQuestion .headerQuestion:hover {
	background-image: url(../../images/help-off-question-over.gif);
}


/* error styles */

#formErrors {
	float: left;
	width: 565px;
	height: auto;
}

#formErrors ul {
	width: 565px;
	float: left;
	height: auto;
	padding: 15px 0px 10px 10px;
	list-style-type: none;
}

#formErrors ul li {
	height: 15px;
	font-size: 11px;
	color: #E11B22;
}

#formFieldWrapper ul #errorListElement {
	width: 565px;
	float: left;
	height: auto;
	clear: both;	
}
.success#formDescription {
	height: 96px;
}