#centerfold {
	
	height: 320px;
	display: block;
	margin: 0 0 0 0;
	z-index: 1;
	position: absolute;
}
#ui-datepicker-div {
	z-index: 1000 !important;
}

a.packageLinks {
	display: block;
	margin-bottom: 2px;
}
/* tabs */
ul.tabs {
	margin: 285px 0 0 0;
	padding: 0;
	list-style: none;
	z-index: 10;
	position: absolute;
	float: left;
}
ul.tabs li { 
	float: left;
	display: inline-block; 
	height: 36px;
	padding: 0 0 0 0;
	background: transparent url(../img/package_divider.png) center right no-repeat;
}
	ul.tabs li.last {
		padding-right: 0 !important;
	}
	ul.tabs a.tab {
		display: block;
		width: 153px;
		height: 35px;
		text-align:center;
		text-transform: uppercase;
		font-size: .8em;
		color: #c9ac00;
		background: #252a2f;
		border-right: 1px solid #f2b4a4;
		outline: none;
	}
		ul.tabs2 a.tab { width: 192px; }
		ul.tabs3 a.tab { width: 385px; }
		
		ul.tabs a.tab small {
			padding-top:6px;
			display: block;
			color: #f2b4a4;
		}
		ul.tabs a.last { border-right: none; }
	ul.tabs a.selected {
		background: #63201e;
		color: #FFF;
		text-decoration: none;
	}
		ul.tabs a.selected small { color: #e1ae4c; }

/* loading div */
div.loading {
	display: none;
	width: 135px;
	margin: 0 auto;
	padding: 8px 0 8px 40px;
	font-variant: small-caps;
	background: transparent url(../img/loading.gif) left bottom no-repeat;
	text-decoration: blink;
}

.boxes {
	height: 600px;
	overflow: auto;
}

.td-label {
	width: 200px;
	text-align: right;
}

table.content_table {
	width: 100%;
}

#currency li a {
	list-style: none;
	border: none;
	background: transparent;
}
#currencies img {
	vertical-align: middle;
}
#currencies a {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 6px 0 0 0;
	margin-top: 5px;
	text-align:center;
}
#currencies a.selected { 
	background: transparent url(../img/currencies/selected.png) no-repeat;
}

.hidden { display: none; }

div.error {
	padding: 4px 8px;
	background: #430706;
	border: 1px solid #661713;
	text-align:center;
}
.odd {background: #333;}
.even { background: #430706 }

.delete {
	display: block;
	padding: 2px 0 2px 16px;
	background: transparent url(../img/delete.png) center center no-repeat;
}
.type,
.subtotal,
.price {
	text-align:center;
}

.stars {
	padding-left: 90px;
}
.stars_1 { background: transparent url(../img/package/1s.png) center left no-repeat; }
.stars_2 { background: transparent url(../img/package/2s.png) center left no-repeat; }
.stars_3 { background: transparent url(../img/package/3s.png) center left no-repeat; }
.stars_4 { background: transparent url(../img/package/4s.png) center left no-repeat; }
.stars_5 { background: transparent url(../img/package/5s.png) center left no-repeat; }

.instructions, .infobox {
	display: none;
}
