div#subnav h1 {
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	padding:0 0 2px 0;
	margin:4px 0 0 0;
	text-align:center;
}

div#breadcrumb {
	height:41px;
	vertical-align:middle;
	display:table-cell;
}

div#breadcrumb p {
	color:#666;
}

div#get {
	width:209px;
	padding:2px 0 5px 9px;
	margin:0 0 20px 0;
	background:#ddfed3;
	border:1px solid #ceddca;
}

div#get h1 {
	font-size:15px;
	color:#666;
	border-bottom:1px solid #ceddca;
	padding-bottom:1px;
	margin-bottom:9px;
	width:200px;
}

div#get p {
	font-size:12px;
	color:#333;
	border-bottom:1px solid #ceddca;
	padding-bottom:8px;
	margin-bottom:4px;
	width:200px;
}

div#get p:last-child {
	border-bottom:none;
}

div#vouchers {
	width:540px;
	margin:20px 0 100px 0;
}

div#vouchers h2 {
	font-size:18px;
	line-height:19px;
	background:#dee6f5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:4px 8px 5px 8px;
}

div#vouchers h3 {
	font-size:12px;
	line-height:17px;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	padding:1px 8px;
}

div#themes {
	margin:13px 0 0 9px;
	height:161px;
}

div.theme {
	float:left;
	width:88px;
	height:79px;
}

div.theme:last-child {
	width:108px;
}

div.theme a {
	display:block;
	width:72px;
	height:47px;
	border:1px solid #3A9938;
	margin-bottom:5px;
}

div.theme p {
	font-size:11px;
	color:#3A9938;
}

div.theme p.selected {
	color:#333;
}

div.theme p input {
	float:left;
	margin-right:2px;
}

div.booking-fields {
	padding:8px 0 26px 8px;
	overflow:auto;
}

div.booking-fields p {
	clear:both;
}

div.booking-fields p.field {
	overflow:auto;
	padding:0 0 10px;
}

div.booking-fields label {
	display:block;
	float:left;
	width:91px;
	line-height:17px;
	font-weight:bold;
	padding:2px 0 0 0;
}
.error {
	color:#c00;
}

div.booking-fields label.normal {
	display:inline;
	width:auto;
	font-weight:normal;
	padding:0;
}

div.booking-fields label.same {
	padding-right:20px;
	padding-top:2px;
}

div.booking-fields label.different {
	padding-top:2px;
}

div.booking-fields label.recipient {
	width:110px;
}

div.booking-fields input,
div.booking-fields select,
div.booking-fields textarea {
	display:block;
	float:left;
	width:207px;
	font-size:12px;
}

div.booking-fields select {
	width:211px;
}

div.booking-fields textarea {
	overflow:auto;
}

div.booking-fields span {
	display:block;
	float:left;
	line-height:17px;
	padding:0 5px 0 10px;
}

div.booking-fields span.value {
	padding-left:0;
	font-weight:bold;
	width:55px;
}

div.booking-fields input.radio {
	width:auto;
	margin-right:5px;
}

div#name-title,
div#name-first,
div#name-last {
	float:left;
	width:91px;
	font-size:12px;
	margin-bottom:10px;
}

div#name-title select {
	width:71px;
}

div#name-first {
	width:231px;
}

div#name-last {
	width:201px;
}
div#name-last input {
	width:199px;
}

div#billing-address {
	display:none;
}

div#deliveryform {
	display:none;
}

div#terms {
	margin:21px 0 0 0;
}

div#terms p {
	color:#666;
	font-size:13px;
	margin:0 0 16px 0;
}

div#terms-box {
	border-top:1px solid #ccc;
	padding:0 8px;
	overflow:auto;
}

div#terms-box p.terms {
	float:left;
	margin:15px 0 0 0;
}

div#terms-box p.submit {
	float:right;
	margin-top:3px;
}

div#terms-box p.submit span {
	display:block;
	clear:both;
}

div#gift {
	margin-top:18px;
	width:140px;
}

div#gift h2 {
	font-size:15px;
	line-height:16px;
	color:#666;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	margin-bottom:3px;
}

div#gift p {
	font-size:12px;
	line-height:16px;
	color:#666;
}

.proceed_button {
	width:118px;
	height:48px;
	background:url(../../img/proceed.png) no-repeat;
	cursor:pointer;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	float:right;
}

.book_larger_button {
	width:91px;
	height:48px;
	background:url(../../img/book-larger.png) no-repeat;
	cursor:pointer;
	margin:0;
	padding:0;
	border:none;
	outline:none;
	float:right;
}

.over,
.gold.over,
.blue.over {
	background-position:0 -50px;
}

.gold {
	background-position:0 -100px;
}

.blue {
	background-position:0 -150px;
}

div#overlay {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	top:0;
	left:0;
	z-index:888888;
}

div#voucher-container {
	background-color:#FFF;
	border-top:solid 7px #FFF;
	border-bottom:solid 5px #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 auto;
	padding:0 0 0 10px;
	position:absolute;
	display:none;
	width:722px;
	height:325px;
	overflow:hidden;
	z-index:999999;
}

div#voucher-header {
	height:20px;
	overflow:auto;
}

div#voucher-header p {
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

div#voucher-header a#voucher-close {
	float:right;
	display:block;
	margin-right:10px;
	width:50px;
	font:bold 8pt Arial;
	text-align:right;
	border:none;
	line-height:20px;
}

div#voucher-overview {
	position:relative;
	padding-top:19px;
}

div#vouchers .imgthumb {
	float:right;
	padding-top:19px;	
	
}