input[name=category_old]{
	position:absolute;
	top:0;
	right:0;
	border:0 !important;
	border-bottom:1px solid #BFBFBF !important;
	border-radius:0 !important;
	box-shadow:0px !important;
	font-weight:bold;
	color:#BFBFBF;
	font-size:12px !important;
	height:30px !important;
	line-height:0 !important;
}

input[name=category_old]:focus, input[name=category_old]:hover{
	color:black;
	cursor:pointer;
}

a.help-button {
    background: #43515a url("http://www.aristaofrotorua.co.nz/rotorua-accommodation/images/email.jpg") no-repeat 88% center;
        font-family: "Myriad Pro";
        font-size: 17px;
        color: white;
        text-transform: uppercase;
        padding: 0 10px;
        outline: none;
        text-decoration: none;
        position: fixed; 
        top: 15%;
        right:0;
        width: 118px;
        text-align:left;
        height: 40px;
        line-height: 45px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
		-webkit-transform-origin:100% 100%;
		-moz-transform-origin:100% 100%;
		transform-origin:100% 100%;
		z-index:999;
        
}

.pack{

	min-width:150px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow:hidden;

	margin-left:4px;

	background:white;
	height:100px;

}

.pack h2{
	text-align:center !important;
	cursor:pointer;
}

.pack a{
	font-size:9px;
	display:block;
	color:gray;
}
.pack a:hover{
	color:black;
}

.pack-rows{
	border-bottom:1px solid #BFBFBF;
	padding-bottom:10px;
}

.pack-rows .caption{
	font-weight:bold;
	float:left;
	text-align:left;
	width:160px;
}
.pack-rows .number{

	font-size:14px !important;
	float:left;
}
.pack-footer{

	margin-top:10px;
}


.pack-price{
	font-size:24px;
	color:green;
}

.selected-pack{
	cursor:default;
	background:#C6C6C6;
	-moz-box-shadow: 1px 1px 4px 0px #3B3B3B;
	-webkit-box-shadow: 1px 1px 4px 0px #3B3B3B;
	 box-shadow: 1px 1px 4px 0px  #3B3B3B;

}

.selected-pack:hover{
	background:#C6C6C6;
}

.pack .name{
	padding:4px;
	font-weight:bold;
	text-align:center;
}

.pack .name:hover{
	color:white;
}

.pack .price{
	text-align:center;
	font-size:18px;
	background:green;
	color:white;
	margin: 0 auto;
	margin-bottom:15px;

	
}

.pack .description{
	float:left;
	min-width:135px;
	text-align:left;
	
}

.pack .number{

	text-align:center;
	float:left;
	border-radius:4px;
	color:red;
	
	font-weight:bold;


}

.pack .contents{
	padding-bottom:8px;

}
.pack .orders{
	margin-bottom:8px;

}

.pack .coupons{
	margin-bottom:8px;
	
}



.photo-description{
    margin-left: 12px;
    margin-right: 19px;
    text-align: justify;
}



.page-content{
	padding-top:1px;
}

.page-buttons{
	text-align:center;
	margin-bottom:10px;

}


.listGroup{
	padding:4px;
	margin-left: 4px;
    margin-top: 4px;
  
}

.fieldGroup{
	padding:4px;
	
    margin-top: 0;
}
small.small{
	font-size:10px;
}


table.package-overview tbody td{
	text-align:center;
	font-size:18px;
}
