#checkout {
	
}

/* Step 1 - CHECKOUT START */
#checkout #returningLogin {
	width: 300px;
	background-color: #EFEFEF;

}
#checkout #registrationForm {
	width: 634px;		
}
#checkout #pw-forgotten {
	margin: 15px 0px 15px 0px;
	text-align: right;	
background-image:url(/objs/lock.gif);
background-position:10px center;
background-repeat:no-repeat;
cursor:pointer;
height:16px;
padding:10px 0 10px 34px;
display: inline-block;
}
.info-box h3 {
	font-size: 14px;
}
/* Step 2 - SHIPPING */


/* Step 3 - REVIEW ORDER */


/* Step 4 - SECURE PAYMENT */

/* Step 5 - CHECKOUT SUCCESS */
#checkout-input {
	width: 600px;	
	float: left;
}
#checkout {

}
#submit-btn {
	text-align: right;
}

/* END SECTION SPECIFIC, GENERIC FOR ENTIRE CHECKOUT PROCESS */

.form-label {
	text-align: right;
	font-weight: bold;	
	white-space:nowrap;
	color: #000000;
}

.image-submit {
	border: 0px;	
}

p {
	margin-bottom: 15px;
}
.byArrow  {
	position: absolute;
	top: -10px;
	left: 40px;
}
.efbox {
	border: 1px solid #CCCCCC;
	font-size: 11px;
	color: #333333;
	width: 299px;
}
.efbox p {
	margin: 0px;	
}
.efbox h3 {
	font-size: 17px;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}
.checkout-normal {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
.checkout-normal h3 {
	
}
.sub-form {
	border: 1px solid #CCCCCC;
	margin-top: 0px;	
	padding: 15px;	
}
.sub-form p {
	margin: 0px;
	line-height: 19px;	
}

#checkout .submit-btn {
	text-align: right;
	padding-right: 20px;
}
#checkout .submit-btn input {
	margin-top: -65px;
}
/**CHECKOUT TRAIL**/
#ctrail {
	width: 960px;
	margin: 0px auto 0px auto;
	background-color: #C893A7;
	font-family: Verdana, Arial, sans-serif;
}
#ctrail .largetxt {
	font-size: 17px;
	color: #FFFFFF;	
	font-family: Verdana, Arial, sans-serif;
	margin: 5px 0px 5px 0px;
}
#ctrail #ctleft {
	width: 760px;
}
#ctrail #ctright {
	width: 200px;
		text-align: center;		
}
#ctrail #ctright #inner {
	padding: 3px;
	font-size: 10px;
	color: #FFFFFF;
}
#ctrail #ctleft #top {
	background-color: #841039;
	padding: 5px;	
}
#ctrail #ctleft #bottom {
	background-color: #EFEFEF;
	background-image: url(/objs/smgrad.png);
	background-repeat: repeat-x;
}
#ctrail #ctleft #bottom .trail-item {
	border-right: 4px solid #FFFFFF;
	float: left;
	display: inline-block;	
	padding: 5px;
	position: relative;
	height: 30px;
	color: #CCCCCC;
}
#ctrail #ctleft #bottom a:link .trail-item, #ctrail #ctleft #bottom a:visited .trail-item {
	color: #333333;
	text-decoration: none;	
}
#ctrail #ctleft #bottom a:hover .trail-item {
	background-color: #ffffff;	
}
#ctrail #ctleft #bottom .trail-item .step-no {
	font-size: 20px;
	width: 25px;
	display: block;
}
#ctrail #ctleft #bottom .trail-item .step-name {
	font-size: 13px;
	font-weight: bold;
	display: block;	
}


#ctrail #ctleft #bottom .trail-item .arrow {
	background-image: url(/objs/current_trail_arrow.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 8px;
	display: block;
	position: absolute;
	top: 0px;
	left: 4px;
}
div.trail-item-checkout-success {
	padding: 5px;
	position: relative;
	height: 30px;
	color: #CCCCCC;
}
div.trail-item-checkout-success span.arrow {
	background-image: url(/objs/current_trail_arrow.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 8px;
	display: block;
	position: absolute;
	top: 0px;
	left: 500px;
}
div.trail-item-checkout-success span.text {
	left: 500px;
	top: 10px;
	font-size: 17px;
	position: absolute;
	color: #333333;
}
.address-picker-row {
	background-image: url(/objs/smgrad.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
	display: block;
	margin-bottom: 5px;
	background-color: #EFEFEF;
}
.address-picker-choose {
	display: block;
	float: right;
	cursor: pointer;
	border: none !important;
	background: none !important;
}

