/* STYLES FOR TEMPLATE stationHome */

#page_home div#slideshow img {
	width: 1200px;
	height: 480px;
}

div#main-content {
	width: 365px;
	float: left;
	min-height: 320px; _height: 320px;
	margin-bottom: 0px;
}

/******************** BEST RATES *******************/
#best-rates {
	float: right; _display: inline;
	margin-top: 560px;
	width: 400px;
	height: 178px;
	position: relative;
}
body.area_station #best-rates {
	
}
#best-rates .image {
	position: absolute;
	top: 13px;
	left: 22px;
}

#best-rates .content {
	padding: 35px 40px 20px 235px;
	width: 125px;
	height: 123px;
	font-size: 0.9em;
	background: url(../images/best-rates-station.png) no-repeat;
	z-index: 1;
	position: relative;
}
.loggedIn #best-rates .content {
	position: static;
}

#best-rates a {
	text-decoration: none;
	color: black;
}
#best-rates .book {
	position: relative;
	display:block;
}

#best-rates h2 {
	font-size: 2em;
	color: #864F00;
}

#best-rates .price {
	color: #C98314;
	text-align: center;
}
#best-rates .amount {
	font-size: 3em;
	font-style: italic;
	color: #C98314;
}
#best-rates div.content div.text {
	top: 3.2em;
	color: #777 !important;
}
