@import url("reset.css");
@import url('jquery-ui-1.7.2.custom.css');

/*
	Rød: #ff2400	
*/

/******************************************* 
	Logo og meny 
 *******************************************/

 body {  
         ooverflow:hidden;  
 }  

body {
	background-color: #666;
	margin: 0;
	padding: 0;
	font-family: calibri, verdana, arial, sans-serif;
	font-size: 0.9em;
	min-height: 100%;
}

html {
	overflow-y: scroll;
	min-height: 100%;
}

h1 {
	bottom: 27px;
	color:#FFFFFF;
	font-size:50px;
	font-weight:bold;
	left:10px;
	position: relative;
	text-transform:uppercase;
	margin-bottom: -19px;
}

h2 {
	margin: 0 0 10px 0;
	font-size: 1.2em;	
	text-transform: uppercase;
}

h2.tagline {
	font-size: 1.05em;
	color: red;
	font-style: italic;
	text-transform: none;
}

p {
	margin: 0 0 10px 0;
}

.hidden { display: none; }

.hiddenFromScreen
{
	height:1px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-500px;
	width:1px;
}

#bgOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
}

#page {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 10;
	min-height: 90%;
}

#pageWrapper {
	width: 100%;
	float: left;
}


/******************************************* 
	Logo og meny 
 *******************************************/

#menu {
	float: left;
	width: 230px;
	color: #fff;
	padding: 60px 0 0 60px;
	position: fixed;
	margin-left: 0;
}

#logo img {
	position: relative;
	z-index: 1000;
}



#menu ul {
	margin: 0;
	padding: 50px 0 0 20px;
}

#menu ul li {
	margin: 0 0 18px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

#menu ul li ul {
	padding: 4px 0 0 0;
}

#menu ul li ul li {
	margin: 0 0 4px 0;
	font-size: 0.9em;
	font-weight: normal;
}

#menu a {
	color: white;
	width: 100%;
	display: block;
	text-decoration: none;
}

#menu ul li ul li a {
	padding: 0 0 0 20px;
}

#menu ul li.active a {
	background-image: url("../graphics/menuLine.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

#menu ul li.active li a {
	background-image: none;
}

#menu ul li ul li.active a {
	background-image: url("../graphics/menuActive.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	padding: 0 0 0 20px;
}



/******************************************* 
	Footer
 *******************************************/

#footer {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #fff;
	margin: 5px 0 10px 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
	padding: 5px 0 5px 14px;
	background-image: url("../graphics/fornia.png");
	background-position: left center;
	background-repeat: no-repeat;
}

#footer span, #footer a {
	xfilter:alpha(opacity=70);
	x-moz-opacity:0.7;
	x-khtml-opacity: 0.7;
	xopacity: 0.7;
	margin-right: 1.1em;
}

#footer a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
}


/******************************************* 
	Innhold
 *******************************************/

#content {
	width: 700px;
	padding: 0;
	margin: 0 10px 0 0;
	float: right;
	line-height: 125%;
	position: relative;
}

#content ul {
	list-style: disc;
	margin: 0 0 0 1em;	
}

#langMenu {
	height: 21px;
	padding: 10px;
	background-color: #ff2400;
	color: white;
	margin-bottom: 10px;
}

#langMenu a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#langMenu img {
	margin-right: 4px;
	position: relative;
	top: 3px;
	border: 1px solid #ffa799;
}

#langMenu a:hover img {
	border: 1px solid white;
}

#contentTop {
	float:left;
	position:relative;
	margin: 0;
	padding 0;
}

#contentTop img {
	display: block;
	margin: 0 0 2px 0;
	padding: 0;
}

.mainContent {
	background-color: #fff;
	padding: 20px 70px 0 70px;
	ffloat: left;
	width: 560px;
	text-align: justify;
	clear: both;
	overflow: auto;
}

.mainContentFirst {
		padding-top: 30px;
}

.mainContentOffers {
		padding-top: 0;
}

.mainContent a {
	color: #ff2400;
	text-decoration: none;
	padding: 0 2px;
}

.mainContent a:hover {
	background-color: #eee;
}

h3.red {
	font-size: 1.05em;
	font-weight: bold;
	font-style: italic;
	color: #ff2400;
	margin: 0 0 10px 0;
	padding: 0;
}

.facts  {
	width: 140px;
	float: right;
	background-color: #fff;
	margin: 5px 0 10px 20px;
	padding: 8px 0 8px 10px;
	background-image: url("../graphics/boxCorner.png");
	background-position: top left;
	background-repeat: no-repeat;
	color: #666;
	clear: right;
	text-align: justify;
}

.facts h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: -2px 0 2px 0;
	padding: 0;
}

.facts p {
	margin: 3px 0;
}

.facts p.weather {
	float: left;
	width: 138px;
}

.facts p.weather img,
.facts p.weather span
{
	display: block;
	float: left;
	padding: 1px;
	border: 1px solid #eee;
	height: 28px;
	background-color: #f9f9f9;
	margin: 0;
}

.facts p.weather img {
	width: 28px;
	-ms-interpolation-mode:bicubic
}

.facts p.weather span
{
	font-size: 18px;
	color: #999;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 0px;
	height: 24px;
	width: 66px;
	text-align: center;
	font-family: arial;
	margin: 0 2px;
}

.facts a {
	padding: 0;
}

.facts a:hover {
	background: transparent;
}

.facts#newsletterDialogButton {
	background-image: url("../graphics/newsletter.png");
	position: relative;
	left: 23px;
	margin: 0;
	width: 163px;
	cursor: pointer;
}

.facts#newsletterDialogButton p {
	margin: 0;
}

.facts#newsletterDialogButton h3 {
	margin: -2px 0 0 0;
}


/******************************************* 
	Booking
 *******************************************/
 
.booking {
	background-color: white;
	padding: 20px 70px 0 70px;
	clear: both;
	width: 560px;
}

.booking div.wrapper {
	border-top: 1px solid #666;	
	border-bottom: 1px solid #666;	
	padding: 1px 0;
	margin: 0;
	width: 560px;
	z-index: 11;	
}

.booking form {
	background-color: #ff2400;
	color: #fff;
	padding: 3px 0 3px 69px;
	margin-left: -69px;
	width: 560px;
	height: 20px;
}

.booking form div.text,
.booking form div.calendar,
.booking form div.period {
	float: left;
	margin-right: 12px;
	position:relative;
	z-index: 12;
}

.booking form div.calendar {
	width: 148px;
	z-index: 20;
}

.booking form div.period {
	width: 182px;
	margin-right: 6px;
}

.booking form div.periodOffer {
	width: 302px;
	margin-right: 6px;
}

.booking form div.next {
	float: right;
	width: 102px;
	padding: 0 2px 0 0;
	margin: 0;
}

.booking form div.text {
	text-transform: uppercase;
	font-weight: bold;
}

.booking form div.calendar span.text,
.booking form div.period span.text {
	float: left;
	display: block;
}

.booking form div.calendar span#bookingWeek,
.booking form div.period span#bookingPeriod
{
	padding: 0px 13px 0px 5px;
	width: 67px;
	float: right;
	display: block;
	margin-left: 8px;
	border: 1px solid #fff;
	background-image: url("../graphics/dropdown.png");
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.booking form div.period span#bookingPeriod
{
	width: 74px;
}

.booking form div.periodOffer span#bookingPeriod
{
	width: 196px;
}

.booking select {
	border: 1px solid white;
	background-color: transparent;
	color: #fff;
}

/******************************************* 
	Tilbud
 *******************************************/

.offer {
	width: 275px;
	float: left;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0;
	float: left;
	margin-top: -1px;
}

.offerLeft {
	margin-right: 10px;
}

.offer a {
	background-image: url("../graphics/offerArrow.png");
	background-position: 260px center;
	background-repeat: no-repeat;
	display: block;
	background-color: #fff;
	margin: 1px 0;
	color: #000;
	float: left;
	width: 271px;
	padding: 2px 2px;
	text-decoration: none;
	line-height: 100%;
	height: 47px;
}

.offer span.text {
	width: 170px;
	float: left;	
	line-height: 110%;
	text-align: left;
}

.offer span.text strong {
	text-transform: uppercase;
}

.offer span.price {
	width: 80px;
	color: #ff2400;
	float: left;
	padding: 10px 0 0 0;
	font-weight: bold;
}

.offer span.priceNoUnit {
	padding: 14px 0 0 0;
}

.offer span.price span.unit {
	display: block;
	text-align: right;
	font-size: 0.8em;
	text-transform: uppercase;
}

.offer span.price span.kr {
	font-size: 1.3em;
	display: block;
	text-align: right;
	text-transform: lowercase;
}

.offer a:hover {
	background-image: url("../graphics/offerArrowActive.png");
	background-color: #ff2400;
	color: #fff;
}

.offer a:hover span {
	background-color: #ff2400;
	color: #fff;
}

.offer a.noLink,
.offer a.noLink:hover	
{
	background-image: none;
	background-color: #fff;	
}


.mainContentOffers .links a {
	color: #000;
	padding-right: 10px;
	background-image: url("../graphics/newsArrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 12px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	float: left;
}

.mainContentOffers h2 {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 0px;
}

.mainContentOffers h2 span {
	display: block;
	margin: 1px 0 1px -70px;
	background-color: #ff2400;
	color: #fff;
	font-size: 0.8em !important;
	text-transform: uppercase;
	padding: 3px 0 3px 70px;
}



/******************************************* 
	Nyheter
 *******************************************/

.article {
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}

.articleLast {
	border-bottom: 1px solid #ccc;
}  

.article h2 {
	margin: 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
	height: 24px;
	font-size: 1.05em;
}

.article h2 a {
	color: #000;
}

.article img.thumbnail {
	margin-right: 10px;
	float: left;
	position: relative;
	top: -3px;
}

.articleActive h2 {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 3 0;
}
	
.article .content {
	width: 380px;
	float: left;
}

.article .info {
	width: 160px;
	float: right;
}

 
.news {
	background-color: #eee;
	padding: 4px 10px 4px 70px;
	clear: both;
	overflow: auto;
	width: 550px;
	margin-bottom: 2px;
	margin-left: -70px;
}

.news h3 {
	text-transform: uppercase;
	font-size: 1.1em;
}

.news p {
	margin: 0;
}

.news p a {
	color: #000;
	padding-right: 10px;
	background-image: url("../graphics/newsArrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	margin-right: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.news p a:hover {
	background-image: url("../graphics/newsArrowActive.png");
}


.news .links {
	margin-top: 4px;
}

.news img {
	float: left;
	margin-right: 10px;
	width: 111px;
}


/******************************************* 
	Skjema
 *******************************************/

.form {
	background-color: white;
	clear: both;
	overflow: auto;
	padding: 40px 70px 0 70px;
}

.form h3 {
	background-color: #eee;
	color: #000;
	padding: 2px 2px 2px 69px;
	margin: 20px 0 4px -69px;
	width: 560px;
	text-transform: uppercase;
	position: relative;
}

.form h3.first {
	margin: 10px 0 4px -69px;
}

.form h3 span {
	color:#EEEEEE;
	display:block;
	font-size:40px;
	font-weight:bold;
	left:10px;
	position:absolute;
	text-align:center;
	top:36px;
	width:50px;
	line-height: 2ex;
	vertical-align: top;
	padding: 0;
}

.form h3.orderConfirmation {
	background-color: transparent;	
	border-bottom: 1px solid #999;
	padding-left: 0;
	margin-left: 0;
}

.form .field {
	clear: left;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px dotted #999;
	float: left;
	width: 100%;
}

.form .field label {
	width: 160px;
	float: left;
}

.form .fieldText input, .form .fieldText textarea  {
	width: 394px;
	float: right;
	border: 1px solid #999; 
	padding: 2px;
	font-size: 1em;
	font-family: inherit;
}

.form .field span.confirmation {
	float: left;
}

.form .fieldText textarea  {
	height: 80px;
}

.form .set {
	float: left;
	width: 400px;
}

.form .set p {
	float: left;
	clear: both;
	margin: 0 0 0 0;
}

.form .fieldSet .set input {
	width: auto;
	float: left;
	clear: left;
}

.form .fieldSet .set label {
	width: auto;
	float: left;
}

.form .fieldContainer {
	float: left;
	width: 400px;
}

.form .fieldContainer input {
	float: left;
}

.form .fieldFullWidth .set {
	width: 560px;
}

.form .fieldText input:focus, .form .fieldText textarea:focus , .form #orderForm input:focus{
	border: 1px solid #000; 
	background-color: #f6f6f6;
}

.form .buttons {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	text-align: left;
	clear: both;
}

button {
	background-color: #ff2400;
	color: #fff;
	padding: 1px 20px 3px 6px;
	border: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url("../graphics/menuActive.png");
	background-position: right center;
	background-repeat: no-repeat;
	text-align: left;
	width: auto;
}

.form .buttons button {
	margin: 0 8px 0 0;
}

button.add {
	background-color: #ff2400;
	color: #fff;
	padding: 0px 2px 1px 2px;
	width: 84px;
	border: none;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: url("../graphics/menuActive.png");
	background-position: 105% center;
	background-repeat: no-repeat;
	text-align: left;
}

.form .buttons input:hover {
	cursor: pointer;
}

.form  #accomodation_table  th {
	text-align: left;
}

.form  #accomodation_table  td.first {
	width: 160px;
}
.form  #accomodation_table  td {
	padding: 0 2px 4px 0;
	width: 80px;
}

.form  #accomodation_table  td input{
	width: 75px;
	border: 1px solid #999; 
	padding: 2px;
	font-size: 1em;
	font-family: inherit;
}

.form  #liftcard_table  td {
	padding: 0 2px 4px 0;
	margin: 0 0 4px 0;
}

.form  #liftcard_table td input {
	border: 1px solid #999; 
	padding: 2px;
	font-size: 1em;
	font-family: inherit;
}

.form #liftcard_table td.liftcard_date { width: 160px; }
.form #liftcard_table td.liftcard_date input { width: 160px; }
.form #liftcard_table td.liftcard_days { width: 80px; }
.form #liftcard_table td.liftcard_days input { width: 80px; }
.form #liftcard_table td.liftcard_adults { width: 80px; }
.form #liftcard_table td.liftcard_adults input { width: 80px; }
.form #liftcard_table td.liftcard_children { width: 80px; }
.form #liftcard_table td.liftcard_children input { width: 80px; }

.form #coursereservation_table  td input{
	border: 1px solid #999; 
	padding: 2px;
	font-size: 1em;
	font-family: inherit;
}

.form #coursereservation_table  td {
	padding: 0 2px 4px 0;
	margin: 0 0 4px 0;
}

.form #coursereservation_table  td input {
	border: 1px solid #999; 
	padding: 2px;
	font-size: 1em;
	font-family: inherit;
}

.form #coursereservation_table td.coursereservation_date { width: 75px; }
.form #coursereservation_table td.coursereservation_date input { width: 75px; }
.form #coursereservation_table td.coursereservation_time { width: 40px; }
.form #coursereservation_table td.coursereservation_time input { width: 40px; }
.form #coursereservation_table td.coursereservation_dicipline { width: 80px; }
.form #coursereservation_table td.coursereservation_dicipline input { width: 80px; }
.form #coursereservation_table td.coursereservation_numracers { width: 80px; }
.form #coursereservation_table td.coursereservation_numracers input { width: 80px; }
.form #coursereservation_table td.coursereservation_age { width: 40px; }
.form #coursereservation_table td.coursereservation_age input { width: 40px; }
.form #coursereservation_table td.coursereservation_numcoaches { width: 80px; }
.form #coursereservation_table td.coursereservation_numcoaches input { width: 80px; }
.form #coursereservation_table td.coursereservation_contact { width: 100px; }
.form #coursereservation_table td.coursereservation_contact input { width: 100px; }

.form #additionalinfo textarea.additionalinfo_box { 
	width: 550px; 
	height: 100px; 
	border: 1px solid #999; 
	padding: 2px;
	font-size: 1em;
	font-family: inherit;
}

.formError {
	color: white;
	background-color: #fff;
	width: 560px;
}

.formError h3 {
	background-color: transparent;
	background-image: url("../graphics/errorMessageTop.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 10px 3px 10px;
	margin: 0 !important;
	color: white;
}

.formError ul {
	background-image: url("../graphics/errorMessageBottom.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 !important;
}

.formError li {
	list-style: none;
	padding: 0 10px;
}

.formError label.error {
	color: white;
	margin: 0;
	padding: 0;
}

input.error, textarea.error {
	border-color: #FF2400 !important;
}

/******************************************* 
	Lister 
 *******************************************/

.list {
	background-color: white;
	padding: 40px 70px 0 70px;
	clear: both;
	overflow: auto;
}

.list h3 {
	background-color: #eee;
	color: #000;
	padding: 2px 2px 2px 69px;
	margin: 20px 0 4px -69px;
	text-transform: uppercase;
}

.list h3.first {
	margin-top: 0;
}

.list table {
	width: 100%;
	margin: 0;
}

.list th {
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 3px 0;
}

.list td {
	border-bottom: 1px dotted #999;
	padding: 3px 0;
}

.list td.price, .list th.price {
	text-align: right;
	width: 35px;
	padding: 0 0 0 10px;
}


/******************************************* 
	Sitat
 *******************************************/

.quote {
	background-image: url("../graphics/quoteBackground.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	float: left;
	padding: 10px 10px;
	width: 540px;
	margin: 20px 0 0 0;
}

.quote img {
	display: block;
	float: left;
	margin-right: 10px;
}

.quote div {
	float: left;
	width: 390px;
}

.quote h3 {
	font-size: 1.1em;
	font-style: normal;
	margin: 0 0 5px 0;
}

.quote p {
	font-size: 1em;
	font-style: normal;
	margin: 0 0 5px 0;
}

.quote blockquote {
	font-style: italic;
}

.quote p.person {
	font-style: normal;
}


/******************************************* 
	Galleri
 *******************************************/

#galleryLink {
	background-image: url("../graphics/corner.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 720px;
	margin: 0 0 0 -20px;
	padding: 20px 0 20px 0;
	overflow: auto;
}

#galleryLink.empty {
	padding: 20px 0;
}

#galleryLink ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	height: 40px;
}

#galleryLink ul li {
	float: left;
	margin: 0 8px 0 0;
	cursor: pointer;
}

#galleryLink ul li img {
	border: 1px solid #fff;
	height: 40px;
}

#galleryLink span {
	display: block;
	float: left;
	font-weight: bold;
	text-style: italic;
	padding: 8px 0 0 12px;
	text-transform: uppercase;
	cursor: pointer;
}


#gallery {
	position: fixed;
	padding: 10px 40px 10px 10px;
	bottom: 33px;	
	left: 0;
	background-image: url("../graphics/galleryBackground.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	ddisplay:none;
	z-index: 20;
	display: none;
	width: 920px;
}

#gallery a.arrow {
	display: block;
	float: left;
	width: 20px;
	margin: 10px 10px 0 10px;
}


#galleryThumbs ul, #galleryThumbs li{
	margin:0;
	padding:0;
	list-style:none;
}

#galleryThumbs img {
	height: 60px;
	width: 96px;
	margin-right: 10px;
	display: block;
	margin: 0;
	padding: 0;
}

#galleryThumbs { 
	width: 840px;
	height: 60px;
	overflow: hidden; 
	z-index: 40;
	position: relative;
	float: left;
}
	
#galleryThumbs li{ 
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
}

#galleryThumbs a {
	padding: 0 0 6px 0;
	display: block;
}

#galleryThumbs a:hover {
	border-bottom: 4px solid #999;
	padding: 0 0 2px 0;
}
	
	
#galleryThumbs a.activeThumb {
	border-bottom: 4px solid #ff2400;
	padding: 0 0 2px 0;
}

#galleryCaption {
	background-color: #FFFFFF;
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	text-transform:uppercase;
	top:-22px;
	right: 0px;
}

#galleryCaption span {
	display: block;
	padding:3px 33px 3px 10px;
}

#galleryClose {
	background-color:#FFFFFF;
	background-image:url(../graphics/galleryClose.png);
	background-position:right 1px;
	background-repeat:no-repeat;
	height:18px;
	position:absolute;
	right:0;
	top:-22px;
	width:20px;
	z-index:500;
}

#supersize{
	position:fixed;
	top: 0;
	left: 0;
}

#supersize img {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 1;
}

#supersize img {
	display: none;
}

#supersize img.visible, #supersize img.activeslide {
	display: block;
}



.contact {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}

.contact img {
	float: right;
}

.contact div {
	width: 380px;
	float: left;
}

.contact div span {
	display: block;
}

	




/* Lister */
ul.list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}

ul.list li {
	border-bottom: 1px dotted #999;
	float: left;
	padding: 5px 0;
	width: inherit;
}

ul.list li.first {
	border-top: 1px dotted #999;
}

ul.listProducts li {
}

ul.listProducts li span.imgBox {
	display: block;
	vertical-align: middle;
	text-align: center;
	width: 80px;
	height: 60px;
	bakckground-color: yellow;
	float: left;
	clear: both;
}

ul.listProducts div {
	display: block;
	float: left;
	width: 440px;
	padding: 0 0 0 20px;
}

ul.listProducts strong {
	text-transform: uppercase;
}


	
table.products td {
	width: 88px;
	height: 60px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}


/************************
	Online Booking
****************************/

#ajaxLoader {
	display: none;
}


table.bookingWeeks {
	width: 100%;
}

.bookingWeeks td {
	border-bottom: 1px dotted #999;
	padding: 3px 10px;
}

.bookingWeeks tr:first-child td {
	border-top: 1px dotted #999;
}

.bookingWeeks .selectedWeek td {
	background-color: #eee;
}

.bookingWeeks .selectedPeriod td {
	border-top: 1px solid black; 
	border-bottom: 1px solid black; 
}

.bookingWeeks .selectedPeriod td.week {
	border-left: 1px solid black;
}

.bookingWeeks .selectedPeriod td.link {
	border-right: 1px solid black;
}

.bookingWeeks td.week {
	width: 45px;
}

.bookingWeeks td.period {
	width: 60px;
}

.bookingWeeks td.periodOffer {
	width: 160px;
}

.bookingWeeks td.price {
	text-align: right;
	font-weight: bold;
}

.bookingWeeks td.link {
	text-align: right;
	width: 88px;
	padding-right: 3px; 
}

.bookingForm fieldset p.info {
	margin: 0 0 4px 0;
	padding: 4px;
	border: 1px solid #eee;
	background-color: #ffe;
}

.bookingForm fieldset p.infoActive {
	border: 1px solid #ddd;
	background-color: #ffc;
}

.bookingForm fieldset table {
	border-collapse: collapse;
	width: 100%;
}

.bookingForm fieldset tbody {
	margin: 10px 0;
}
	
.bookingForm fieldset tr td {
	border-top: 1px dotted #999;
	padding: 3px 6px 3px 3px;
	vertical-align: middle;
}

.bookingForm fieldset.skirental tr td {
	vertical-align: bottom;
}

.bookingForm fieldset tr:first-child td {
	border-top: none;
}

.bookingForm fieldset td select {
	width: 100%;
}

.bookingForm fieldset td.quantity {
	text-align: right;
	width: 60px;
}

.bookingForm select {
	border: 1px solid #999;
}

.bookingForm fieldset td.unitPrice {
	text-align: right;
	width: 40px;
}

.bookingForm fieldset td.total {
	text-align: right;
	width: 60px;
	font-weight: bold;
}

.bookingForm fieldset td.delete {
	text-align: right;
	padding-right: 0;
	width: 15px;
	vertical-align: middle;
}

.bookingForm fieldset td.delete a.delete {
	padding: 0;
	height: 13px;
	width: 13px;
	border: 1px solid white;
	background-image: url("../graphics/cartDelete.png");
	display: block;
}

.bookingForm fieldset td.delete a.delete:hover {
	border: 1px solid #FF2400;
}

.bookingForm fieldset td.delete a span {
	display: none;
}

.bookingForm fieldset.accomodation tr.apt strong {
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 16px;
}

.bookingForm fieldset.accomodation .apt select {
	width: 40px;
	margin-right: 16px;
}

.bookingForm table.apt {
	border: 1px dotted #999;
}

.bookingForm .apt td {
	border: none;
}

.bookingForm tbody.apt .header td {
	text-transform: uppercase;
}

.bookingForm span.productGroup {
	color: #333;
	font-size: 0.8em;
	text-transform: uppercase;
}

.bookingForm table.product {
	border: 1px dotted #999;
	background-color: #eee;
	padding: 2px;
	margin-top: 2px;
}

.bookingForm tr.loading td {
	font-weight: bold;
}

.bookingForm tr.loading td.quantity {
	text-align: center;
}

.bookingForm td #ajaxLoader {
	display: inline !important;
}

.bookingForm td.add {
	width: 88px;
	padding-right: 0;
}

.bookingForm button.passive {
	background-color: #aaa;
}

.bookingForm button.change {
	background-image: none;
	padding: 1px 6px 3px 6px;
}

.bookingForm p.error {
	background-color: #ff2400;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 7px;
	margin: 4px 0;
}

.bookingForm div.confirmation {
}

.bookingForm div.confirmation p {
	margin: 1px 0 0 0;
	position: absolute;
	width: 194px;
	color: white;
	right: 52px;
	z-index: 100;
}

.bookingForm div.confirmation p span {
	background-image: url("../graphics/cartMessageTop.png");
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	padding: 20px 15px 0 10px;
	text-align: center;
}

.bookingForm div.confirmation p span.buttons {
	background-image: url("../graphics/cartMessageBottom.png");
	background-position: bottom left;
	padding: 10px 15px 20px 10px;
	margin: -2px 0 0 0;
	text-align: center;
}

.bookingForm div.confirmation p span.buttons a {
	padding: 1px 6px;
	border: 1px solid #fff;
	text-transform: uppercase;
	margin: 0 5px;
	text-align: center;	
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
}

.bookingForm div.confirmation p span.buttons a:hover {
	background-color: #FFF;
	color: #FF2400;
}

.bookingForm fieldset.orderTotal {
	margin: 8px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 1px;
	background-color: #eee;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
}


.calendar,
.period
{
	position: relative;
}


div.periodPicker {
	z-index: 201;
	display: none;
	width: 200px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	color: #000;
	position: absolute;
	left: 86px;
	top: 19px;
}

.periodOffer div.periodPicker {
	width: 250px;
}

#content .periodPicker ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.periodPicker li {
	padding: 2px;
	margin: 1px 0;
	background-color: #eee;
	cursor: pointer;
}

.periodPicker li:hover {
	background-color: #ff2400;
	color: #fff;
}

.periodOffer .periodPicker li,
.periodOffer .periodPicker li:hover {
	background-color: #eee;
	padding: 0 !important;
} 

.periodPicker a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #eee;
}

.periodPicker li:hover a {
	background-color: #ff2400;
	color: #fff;
}


div.weekPicker {
	z-index: 200;
	width: 256px;
	padding: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	color: #000;
	position: absolute;
	left: 61px;
	height: 214px;
	overflow: hidden;
	top: 19px;
}

div.weekPicker .header {
	float: left;
	clear: both;
	width: 100%;
	height: 44px;
	margin-bottom: 0px;
	overflow: hidden;
	border-bottom: 2px solid #fff;
	background-color: #eee;
}

div.weekPicker h3 {
	text-align: center;
	padding: 4px;
	margin: 0;
}

div.weekPicker h3 span {
	position: relative;
	z-index: 201;
	float: left;
	width: 208px;
	display: block;
}

div.weekPicker h3 a {
	z-index: 201;
	padding: 0 4px;
	text-decoration: none;
	border: 1px solid #999;
	float: left;
	width: 8px;
	display: block;
	color: #000;
}

div.weekPicker h3 a:hover {
	background-color: #999;
	color: #fff;
}

div.weekPicker a.prev {
	float: left;
}

div.weekPicker a.next {
	float: right;
}

div.weekPicker .header table {
	width: 100%;
	margin: 0;
	border: none;
	clear: both;
}

div.weekPicker .header td {
	width: 26px;
	border-left: 1px solid #ccc;
	color: #999;
	text-align: center;
}

div.weekPicker .header td.week {
	width: 57px;
	border-left: none;
	text-align: left;
	padding-left: 5px;
}


div.monthFrame {
	height: 127px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

div.weekPicker table {
	border-collapse: collapse;
	background-color: #eee;
	margin-top: 1px;
	zoom: 1;
	width: 100%;
}

div.month {
	height: 127px;
	margin: 0;
}

div.weekPicker table.weekPicker td {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 1px 0;
	background-color: #fff;
	cursor: pointer;
}

.weekPicker td * {
	cursor: pointer;
}

div.weekPicker table td.week {
	bordr: none;
	text-transform:uppercase;
}

div.weekPicker table span.prevMonth,
div.weekPicker table span.nextMonth {
	color: #999;
	padding: 1px 6px;
}

div.weekPicker table td span {
	border-right: 1px solid #ccc;
	display: block;
	padding: 1px 6px;
	background-color: #fff;
	text-align: right;
	border-bottom: 1px solid #fff;
}

div.weekPicker table span.available {
	background-color: #ccc;
	color: #000;
}

div.weekPicker table span.available:hover {
	background-color: #ff2400;
	color: #fff;
}

div.weekPicker table td.week span {
	background-color: transparent;
	width: 50px;
	text-align: left;
}


div.weekPicker .info {
	border-top: 1px solid #ccc;
	color:#666666;
	font-size:0.8em;
	margin: 2px 0;
	padding: 4px 0;
	text-align:center;
	text-transform:uppercase;
}

.fileLink {
	background-image: url("../graphics/quoteBackground.png");
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	padding: 10px 10px;
	width: 540px;
	margin: 20px 0 0 0;
}

.fileLink img {
	display: block;
	float: left;
	margin-right: 10px;
}

.fileLink a {
	padding: 0;
}

#newsletterDialog, #ui-dialog-title-newsletterDialog
{
	font-family: calibri,verdana,arial,sans-serif;
	font-size: 0.9em;
}

#newsletterDialog .messageContainer
{
	padding-bottom: 10px;
}

#newsletterDialog input[type="text"]
{
	border:1px solid #999999;
	font-family:inherit;
	font-size:1em;
}

.facebook .quote {
	width: 220px;
}

.facebook .fanbox {
	float: right; 
	padding-top: 20px;
}
