/* --------- Storefront Rules ---------- */	
div#storefront-wrapper {
	width: 500px;
	padding: 0;
	margin: 3px 0px 10px 13px;
	border-color: #656633;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	clear: left;
	font-size: 12px;
	background-color: #E4E4C0;
	}

div#storefront-wrapper h3 {
	font: 11px Arial;
	margin: 0 0 5px;
	color: #E4E4C1;
	width: 490px;
	height: 15px;
	background: #656633;
	padding: 6px 0 6px 10px;
	}
	
* html div#storefront-wrapper h3 {
	width: 500px;
	height: 21px;
	}
	
div#content-storefront {
	padding: 0 10px 10px 10px;
	clear: left;
	}

div#content-storefront:after { /* hack to clear push if push content is too long */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html div#content-storefront {height: 1%;}
/* End hide from IE-mac */

div#content-storefront form {
	font-size: 1.1em;
	line-height:1.2em;
	}

div#content-storefront a.advanced-search {
	text-align: right;
	float: right;
	}

div#content-storefront label {
	width: 130px;
	float: left;
	text-align: right;
	margin: 3px 10px 5px 0;
	padding:0;
	clear: left;
	}

div#content-storefront input, div#content-storefront select {
	font-size: 1em;
	margin: 3px 0 5px 0;
	float: left;
	}

div#content-storefront option {
	padding-right: 5px;
	}

.icon-cal {
	float: left;
	display: inline;
	padding: 0 0 0 5px;
	border: none;
	}
div#content-storefront a.icon-cal img {margin:3px 0 5px 0; border: none; }
.width-one {
	width: 35px;
	}

.width-two {
	width: 65px;
	}

.width-three {
	}

.width-four {
	width:75px;
	}