@charset "utf-8";
/* CSS Document */

/* This is the 'bread crumb' for checkout */
ul#CheckOut  {
	margin-left:70px;
	display:inline;
	list-style:none inside;
	clear:both;
	float:left;
	width:625px; !important
	
	
}
.CheckOutHeader {
	padding-left:65px;
	float:left;
	width:615px;
	height:112px;
	
	
}
.CheckOutHeading {
	float:left;
	padding-top:37px;
	
}

.CheckOutLock {float:right; padding-right:62px; }

.IncludeSlip {

	padding-top:10px;
}
#CheckOut li {
	float:left;
	list-style: none inside;
	text-align:center;
	margin-right:12px;
	background: url(/template/Store/AutumnBreeze/images/CheckOut/GrayBar.jpg) no-repeat center top;
	width:111px;
	height:7px;
	padding-top:12px;
	font-size:13px;
	}
	
#CheckOut .green {
	background: url(/template/Store/AutumnBreeze/images/CheckOut/GreenBar.jpg) no-repeat center top;
}

#CheckOut .current { 	
	font-weight:bold;
}

/* These are the styles for the forms during checkout */
form.formular {
	/* font-family: tahoma, verdana, "sans-serif"; */
	font-size: 12px;
	/* padding: 20px; */
	/* border: 1px solid #A5A8B8; */
	width:420px;
	margin-right:10px;
	/* clear:both; */
	float:left;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}

fieldset h2 { color: black; }

.formular legend {

}

.formular fieldset label {
	/* float: none; */
	text-align: inherit;
	width: auto;
	height:50px;
}


.formular div {
	color: #000;
	float:left;
	padding-right: 22px;
}

.formular input, .formular select, .formular textarea {
	margin-bottom: 5px;
	width:auto;
} 


.formular .text-input {
	/* width: 250px; */
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom:10px;
	
}
.formular li { 
	list-style:none;
	padding-left:4px;
}
.formular textarea {
	width: 465px;
	height:75px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	/* background: #FFF url(/img/form/text-bg.gif) repeat-x; */
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
	
}

.formular .submit {
	background: url(/img/form/button-bg.png) repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .error {
	width: 237px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	background: #FFEAEA;
	margin-bottom:10px;
	margin-left:4px;
}

/*.error {

} */

/* Box of Shipping Info */
#qiksearch_div {
	width:95%;
	border: 1px solid #e0e0e0;
	background: #f6f6f6;
	padding: 10px;
	margin-bottom:20px;

}

.ShippingColumn {
       	/* float: left; */
       	width: 500px; 
	/*height: 110px; */
	padding-right:20px;
 }

.Columned { 
	float: left;
	padding-right:18px;  
 }

 /* IE isn't very good at interpretting Web Mark Up, so let's make some special exceptions. */
 .ShippingRegion {
	clear: both;
	width:90%;
}

