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

form {
	font-size: 9px;
	font-weight: bold;
	color: #598527;
}

label {
	display: block;
	width: 350px;
	padding-bottom: 8px;
	clear: left;
	float: left;
}

input, select {
	width: 90%;
}

form div.small {
	width: 700px;
	clear: both;

}

form div.small label, form div.narrow label {
	width: 185px;
	float: left;
	clear: none;
}

form div.narrow {
	width: 390px;
}

form div.narrow textarea {
	width: 90%;
}

form div.specialRequestItems {
	width: 570px;
	padding: 20px;
	background: url(../image/layout/bg_feature.jpg) repeat;
	clear: both;
	margin-top: 15px;
}

form div.specialRequestItems:after, form div.small:after {
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
 }

form div.specialRequestItems label.qty {
	width: 50px;
	padding-right: 10px;
	padding-bottom: 12px;
}
form div.specialRequestItems label.desc {
	width: 445px;
	clear: none;
	padding-right: 10px;
	padding-bottom: 12px;
}

form div.specialRequestItems label.desc input {
	width: 440px;
}

form div.specialRequestItems  label.itemSize {
	width: 50px;
	clear: none;
	padding-bottom: 12px;
}

form.cartSingle {
	width: auto;
	padding: 0px;
	margin: 0;
}

form.cartSingle input {
	width: auto;
	font-size: 10px;
}
form.cartSingle input.qty {
	width: 25px;
}

form.cartConfirm {
	width: auto;
	text-align: center;
	padding: 30px;
}
form.cartConfirm input {
	width: 200px;
}

form.cartShipping {
	width: auto;
}

form.cartShipping label {
	width: 40%;
	float: left;
	clear: none;
	font-size: 11px;
}

form.cartShipping input {
	font-size: 11px;
}

form.cartShipping label.full {
	width: 75%;
	clear: both;
}

form.cartShipping div.cartPayment {
	width: auto;
	clear: both;
	padding: 15px 0;
}

form.cartShipping div.cartPayment input {
	width: auto;
	margin-right: 25px;
}
form.cartShipping div.cartPayment label.requiredDate input {
	margin-left: 0;
}

form.cartShipping input.commitOrder {
	clear: both;
	float: none;
	width: 250px;
	margin: 15px 0;
}


/* SIDEBAR CART FORMS */
#cartControls form {
	width: 200px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

form.search input {
	width: 80%;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

form.search input.imgGo {
	width: auto;
	margin-left: 5px;
}

form.loginBox label {
	width: 45%;
	float: left;
	margin-right: 5px;
	clear: none;
	font-size: 11px;
}

form.loginBox label input {
	width: 90%;
}
form.loginBox input {
	font-size: 11px;
	clear: left;
	width: 50px;
}

#cartContent table td.addForm form {
	padding: 0;
	margin: 0;
	width: 120px;
}

#cartContent table td.addForm form input {
	width: 50px;
	font-size: 10px;
}

#cartContent table td.addForm form input.qty {
	width: 25px;
	margin-right: 5px;
}

form.profile {
	width: auto;
}

div#map {
	width: 450px;
	height: 325px;
	margin-left: 25px;
}

#map h1, #map h2, #map h3, #map h4  {
	width: auto;
	display: inline;

}

#map h3, #map p {
	padding: 0;
	margin: 0;
	width: 200px;
}

div#map label {
	width: 100px;
	padding: 0;
	margin: 0;
}