/* Skipass pages only */
.skiPassDropMenu {
	font: 8pt/1em "trebuchet ms",arial,verdana,sans-serif;
}
.grayBox530Text {
	margin: 0 auto 0 auto;
	width: 490px;
	float: none;
	display: block;
}
.grayBox530Text h1 {
	letter-spacing: -0.02em;
}
.grayBox530Text h3 {
	margin: 0 0 5px 0;
	font: bold 1.2em/1.2em verdana, arial, sans-serif;
	display: block;
	clear: left;
	width: 100%;
}
.grayBox530Text p {
	width: 100%;
}
.grayBox530Text img {
	margin: 5px auto 5px auto;
	border: 1px black solid;
	text-align: center;
}
#skipassIcon {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 185px;
	background: url(../images/70skipassicon.jpg) center top no-repeat;
}
	#skipassIconDE {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 206px;
		height: 149px;
		background: url(../images/70skipassicon-de.jpg) center top no-repeat;
	}
#skirentalIcon {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 200px;
	height: 185px;
	background: url(../images/70rentalsicon.jpg) center top no-repeat;
}
	#skipassIcon a,
	#skirentalIcon a {
		display: block;
		height: 100%;
		width: 100%;
	}

.chooseSkiPassBox {
	width: 410px;
	margin: 0 auto 3px auto;
	text-align: center;
	line-height: 2em;
	position: relative;
	font-variant: small-caps;
}
.chooseSkiPassBox .dots {
	background: url(../images/dots.gif) repeat-x;
	float: left;
	display: inline;
	margin: 0 0 0 15px;
	width: 300px;
	height: 1px;
	position: relative;
	top: -2px;
}
.formContainer .bld {
	font-weight: bold;
}
.formContainer .bld .note {
	font-weight: normal;
	color: rgb(30%,30%,30%)
}

.listResortBox {
	border: 1px rgb(70%,70%,70%) solid;
	width: 370px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	color: rgb(61,35,124);		/* Dark Link Blue */
	background-color: rgb(90%,90%,90%);
}
.listResortBox .row {
	height: 2em;
	line-height: 2em !important;
	background-color: rgb(95%,95%,95%);
}
.listResortBox .altRow {
	height: 2em;
	line-height: 2em;
	background-color: white;
	color: black;
}
.listResortBox .lbl,
.chooseSkiPassBox .lbl {
	float: left;
	display: inline;
	margin-left: 15px;
}
.listResortBox .val,
.chooseSkiPassBox .val {
	float: right;
	display: inline;
	margin-right: 15px;
	font-weight: bold;
}





.chooseSkiPassBox {
	color: black;
}


#percentOffIcon {
	width: 80px;
	height: 55px;
	top: 26px;
	left: 720px;
	position: absolute;
	z-index: 20;
}
#resortLogo {
	width: 154px;
	height: 117px;
	top: 25px;
	left: 809px;
	position: absolute;
}
#mainBox #resortInfos,
#mainBox #resortList {
	width: 200px;
	top: 145px;
	left: 786px;
	position: absolute;
	color: rgb(30%,30%,30%);
	font-size: 90%;
	line-height: 104%;
}
#mainBox #resortList {
	top: 40px;
	text-align: left;
	line-height: 0em;
}
#resortInfos h4,
#resortList h4 {
	font-size: 110%;
	line-height: 0.6em;
}
#mainBox #resortInfos ul,
#mainBox #resortList ul {
	text-align: left;
	margin: 10px 0 0 10px;
}
#mainBox #resortInfos li {
	margin: 0 0 10px 0;
}
#mainBox #resortList li {
	margin: 0 0 4px 0;
	line-height: 100%;
}

#resortInfos #skipassWebcamBorder {
	margin: 30px 0 0 0;
	width: 195px;
	height: 130px;
	border: 1px rgb(85%,85%,85%) solid;
}
#resortInfos #skipassWebcam {
	width: 185px;
	height: 120px;
	border: 5px white solid;
}
#resortInfos #skipassWebcamBorder p {
	font-variant: small-caps;
}

#guarenteedBestPrice {
	top: 190px;
	left: 70px;
	position: absolute;
	width: 108px;
	height: 103px;
	background: url(../railpass/images/guaranteeiconsmall.gif) top left no-repeat;
}


/* Step 3 Overview Table */
#overviewTable {
	margin: 0 auto 0 auto;
	width: 494px;
	border-top: 1px rgb(181,181,181) solid;
	border-right: 1px rgb(181,181,181) solid;
	border-bottom: none;
}
#overviewTable th {
	height: 1.6em;
	line-height: 1.5em;
}
#overviewTable td {
	/*height: 1.6em;*/
	line-height: 1.4em;
}
#overviewTable .headerPrice {
	text-align: center;
	padding: 0 0 0 5px;
}
#overviewTable .headerOldPrice {
	text-align: center;
	padding: 0 0 0 5px;
	text-decoration: line-through;
	font-weight: normal;
}
#overviewTable .priceOld {
	text-align: right;
	text-decoration: line-through;
	padding: 0 5px 0 0;
	color: rgb(50%,50%,50%);
	width: 70px;
}
#overviewTable .qty {
	width: 35px;
	border-left: 1px rgb(181,181,181) solid;
}
#overviewTable .desc {
	width: 170px;
	color: rgb(61,35,124);		/* Dark Link Blue */
}
#overviewTable .headerDiscount {
	text-align: center;
	font-style: italic;
}
#overviewTable .discount {
	text-align: right;
	padding: 0 5px 0 0;
	width: 90px;
}
#overviewTable .price {
	text-align: right;
	padding: 0 5px 0 0;
	border-left: 2px rgb(181,181,181) solid;
	width: 74px;
}

















#overviewTable .qtyTotal {
	width: 35px;
	border-top: 1px rgb(181,181,181) solid;
	text-align: center;
	font-weight: bold;
}
#overviewTable .descTotal {
	border-top: 1px rgb(181,181,181) solid;
	width: 160px;
	color: rgb(61,35,124);		/* Dark Link Blue */
	font-weight: bold;
}
#overviewTable .currTotal {
	border-top: 1px black solid;
	border-bottom: 1px rgb(181,181,181) solid;
	border-left: 1px rgb(181,181,181) solid;
	text-align: right;
	width: 20px;
	font-weight: bold;
	background-color: rgb(255,255,130);		/* Light highlight Yellow */
}
#overviewTable .priceOldTotal {
	border-top: 1px black solid;
	border-left: 1px rgb(181,181,181) solid;
	border-bottom: 1px rgb(181,181,181) solid;
	text-align: right;
	text-decoration: line-through;
	padding: 0 5px 0 0;
	color: rgb(50%,50%,50%);
	width: 70px;
	background-color: rgb(255,255,130);		/* Light highlight Yellow */
}
#overviewTable .discountTotal {
	border-top: 1px black solid;
	border-bottom: 1px rgb(181,181,181) solid;
	text-align: right;
	padding: 0 5px 0 0;
	width: 90px;
	color: rgb(205,43,14);
	font-style: italic;
	background-color: rgb(255,255,130);		/* Light highlight Yellow */
}
#overviewTable .priceTotal {
	/*height: 2em;*/
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 0;
	border-top: 1px black solid;
	border-left: 2px rgb(181,181,181) solid;
	border-bottom: 1px rgb(181,181,181) solid;
	width: 80px;
	background-color: rgb(255,249,100);		/* Light highlight Yellow */
}



#overviewTable .depo {
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	background-color: rgb(203,244,203);		/* Light highlight Green */
}