/* General Main elements
--------------------------------------------------------------------- */
#checkoutMainPanel {
    float: left;
    width: 701px;
    padding: 0px;
	margin: 30px 14px 0px 0px;
}
#checkoutMainPanel a, #checkoutMainPanel a:visited, #checkoutMainPanel a:link {
	font-size: 8pt;
	color: #194AA2;
	font-weight: normal;
	text-decoration: underline;
}
#checkoutMainPanel a:hover {
	text-decoration: none;
}
#checkoutMainPanel p {
	font-size: 8pt;
}
#checkoutMainPanel p.dblCol {
	float: left;
	width: 668px;
}
#checkoutMainPanel p.sglCol {
	float: left;
	width: 334px;
}
#checkoutMainPanel input.textfield {
    /* width: 50%; */
	border: 1px solid #bbbbbb;
	padding: 2px;
	/* font-size: 9pt; */
}
#checkoutMainPanel input.left {
	float: left;
}
#checkoutMainPanel input.right {
	float: right;
}
#checkoutMainPanel input.small {

}
#checkoutMainPanel input.medium {
	width: 250px;
}
#checkoutMainPanel input.large {
	width: 430px;
}
#checkoutMainPanel textarea {
	width: 430px;
}
#checkoutMainPanel .datefield {
    float: left;
    width: 25%;
}
#checkoutMainPanel .mandatory {
	font-weight: normal;
	color: #FE2301;
}
#checkoutMainPanel .mandatory span {
	font-weight: bold;
	font-size: 10pt;
}
/* General Progress elements
--------------------------------------------------------------------- */
#checkoutProgressPanel {
    float: left;
    width: 239px;
    padding: 0px;
	margin: 0px;
}
/* Stage 1 Main content
--------------------------------------------------------------------- */
#newCustomer {
	position: relative;
     float: left;
     border: 1px solid #bbbbbb;
	 background-color: #bbbbbb;
     padding: 30px 0px 0px 0px;
	 margin: 0px 15px 0px 0px;
     width: 341px;
	 height: 210px;
     min-height: 210px;
}
#existingCustomer {
	position: relative;
	 float: left;
     border: 1px solid #bbbbbb;
	 background-color: #f6f5f2;
     padding: 0px;
	 padding: 30px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
     width: 341px;
	 height: 210px;
     min-height: 210px;
}
#newCustomer h2, #existingCustomer h2 {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 321px;
	padding: 0px 0px 0px 22px;
	font-size: 10pt;
	color: #194AA2;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/design/customer_h2_bkgd.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
}
#existingCustomer p {
	margin: 0px 0px 0px 0px;
	padding: 10px 16px 0px 21px;
	color: #3d3d3d;
}
#newCustomer p {
	margin: 0px 0px 0px 0px;
	padding: 10px 16px 0px 21px;
	color: #FE2301;
} 
#newCustomer p input {
	position: absolute;
	bottom: 14px;
	right: 15px;
}
#checkoutMainPanel #existingCustomer .textfield {
	width: 275px;
}
#existingCustomer img.login {
	position: absolute;
	bottom: 14px;
	right: 15px;
	cursor: pointer;
}
/* Stage 2 Main content
--------------------------------------------------------------------- */
#accountDetailsDetail {
	width: 668px;
	overflow: hidden;
	/*
	height: 269px;
	min-height: 269px;
	*/
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	padding: 15px 15px 15px 16px;
	margin: 0px 0px 0px 0px;
}
/* Stage 3 Main content
--------------------------------------------------------------------- */
#billingDetailsDetail {
	width: 668px;
	overflow: hidden;
	/*
	height: 360px;
	min-height: 360px;
	*/
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	padding: 15px 15px 15px 16px;
	margin: 0px 0px 0px 0px;
}
/* Stage 4 Main content
--------------------------------------------------------------------- */
#deliveryDetailsDetail {
	width: 668px;
	overflow: hidden;
	/*
	height: 460px;
	min-height: 460px;
	*/
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	padding: 15px 15px 15px 16px;
	margin: 0px 0px 0px 0px;
}
.existing #deliveryDetailsDetail {
	width: 668px;
	overflow: hidden;
	/*
	height: 520px;
	min-height: 520px;
	*/
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	padding: 15px 15px 15px 16px;
	margin: 0px 0px 0px 0px;
}
/* Stage 5 Main content
--------------------------------------------------------------------- */
#paymentDetailsDetail {
	width: 668px;
	overflow: hidden;
	/*
	height: 440px;
	min-height: 440px;
	*/
	border: 1px solid #bbbbbb;
	background-color: #bbbbbb;
	padding: 15px 15px 15px 16px;
	margin: 0px 0px 0px 0px;
}
#paymentDetailsDetail h2 {
	color: #3D3D3D;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}
#paymentDetailsDetail li {
	display: block;
}
/* Stage 5 Main content
--------------------------------------------------------------------- */
#reviewDetailsDetail {
	width: 668px;	
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}












/* General items
--------------------------------------------------------------------- */
.inputText{
    border:1px solid #B6B6B6;
    font-family:arial,helvetica,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    width:40%;
}
.progressHead {
    /*border:1px solid #BBAFA0;*/
    cursor:default;
    margin-bottom:0;
    padding-bottom:2px;
    border-color:#A3AEB3;
    border-width:1px;
    color: red;
}
.progressEdit {
}
.progressBoxBody {
	clear: left;	
}
.stepHead {
	clear:left;
    background:#F9F3E3 none repeat scroll 0;
    border:1px solid #BBAFA0;
    cursor:default;
    margin-bottom:0;
    padding-bottom:5px;
    border-color:#A3AEB3;
    border-width:1px;
    color: red;
}

.fullWidth {
    float: left;
    margin-bottom: 10px;
}