/* --------- Storefront Rules ---------- */	
div#storefront-wrapper {
	width: 415px;
	padding: 0;
	margin: 3px 0px 0 45px;
	overflow: hidden;
	clear: left;
	padding-bottom: 10px;
	}

div#storefront-wrapper h3 {
	font: 10px Arial;
	margin: 0 0 5px;
	color: #ffffff;
	float:right;
	display:inline;
	width: 336px;
	height: 21px;
	background: #3E759F url("plan-bg.gif") no-repeat 0 0;
	text-align:right;
	padding-top: 6px;
	padding-right: 10px;
	}

ul#storefront-tabs {
	list-style: none;
	width: 136px;
	font-size: 1.1em;
	height: 27px;
	float: left;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	background-color: #3E759F;
	}

ul#storefront-tabs li {
	float: left;
	display: inline;
	width: 34px;
	background-repeat: no-repeat;
	background-position: 0 -27px;
	margin: 0 !important;
	padding: 0 !important;
	}

ul#storefront-tabs li a {
	height: 27px;
	display: block;
	background-repeat: no-repeat;
	}

ul#storefront-tabs li a:hover {
	background-position: 0 -27px;
	}

ul#storefront-tabs li a.active, ul#storefront-tabs li a.active:hover {
	background-position: 0 -27px;
	}

li#storefront-flight, li#storefront-flight a, li#storefront-flight a.active:hover  {
	background-image: url("../images/plane.gif");
	}

li#storefront-hotel, li#storefront-hotel a, li#storefront-hotel a.active:hover  {
	background-image: url("../images/bed.gif");
	}

li#storefront-packages, li#storefront-packages a, li#storefront-packages a.active:hover  {
	background-image: url("../images/package.gif");
	}	

li#storefront-car, li#storefront-car a, li#storefront-car a.active:hover  {
	background-image: url("../images/car.gif");
	}

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 {
	vertical-align: middle;
	padding-bottom: 0;
	margin-top: 1px;
	float: left; 
	padding-left: 5px;
	}
div#content-storefront a.icon-cal img {margin:3px 0 5px 0; }
.width-one {
	width: 35px;
	}

.width-two {
	width: 65px;
	}

.width-three {
	}

.width-four {
	width:75px;
	}