.hotelform {
	text-align: center;
}
.hotelform .message_success {
	text-align: center;
}
.hotelform.step0 .title {
	font-size: 20px;
}
.hotelform.step0 p.required-fields-notify {
	margin-top: 5px;
}
.hotelform.step0 .rows {
	text-align: center;
	width: 400px;
	padding: 0px 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px
}
.hotelform.step0 .row.field {
	text-align: left;
	padding-left: 200px;
}
.hotelform.step0 .row span.row-name {
	width: 190px;
	margin-left: -200px;
	text-align: right;
}
.hotelform.step0 input.date {
	width: 60px;
}
.hotelform.step3 .rows {
	width: 360px;
	padding: 0px 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px
}
.hotelform.step3 .row {
	text-align: left;
}
.hotelform.step3 .row.field {
	padding-left: 170px;
}
.hotelform.step3 .row span.row-name {
	text-align: right;
	margin-left: -170px;
	width: 160px;
	padding-right: 10px;
}
.hotelform.step3 table td {
	padding: 0px 5px;
}
.hotelform.step3 strong, .hotelform .strong {
	font-weight: bold;
}
.hotelform .c_select {
	font-size: 18px;
}
.hotelform a.nextlink {
	font-size: 18px;
	text-decoration: underline;
}
.hotelform table.rooms {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hotelform table.rooms th {
	padding: 2px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.hotelform table.rooms td {
	padding: 3px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
.hotelform table.rooms .r_variant {
	white-space: nowrap;
}
.hotelform table.rooms td.r_price, .hotelform table.rooms td.r_price_orig, .hotelform table.rooms td.r_price_agent, .hotelform table.rooms td.r_select {
	white-space: nowrap;
	width: 15%;
}

.hotelform ul.rooms {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: left;
}
.hotelform ul.rooms li {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
	background: url('../packs/blue/images/line.png') no-repeat center top;
}
.hotelform ul.rooms li:first-child {
	padding-top: 0px;
	background-image: none;
}
.hotelform ul.rooms li .c_name {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
/*	text-transform: uppercase; */
}
.hotelform ul.rooms li .c_image {
	float: left;
	padding: 1px;
	padding-top: 2px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.hotelform ul.rooms li .c_priceblock {
	font-weight: bold;
	position: absolute;
	left: 180px;
	bottom: 35px;
}
.hotelform ul.rooms li .c_price_orig {
	position: absolute;
	left: 0px;
	top: 50px;
	font-size: 11px;
	font-weight: normal;
	width: 300px;
}
.hotelform ul.rooms li .c_price, .hotelform ul.rooms li .c_price_agent {
	float: left;
	position: relative;
	min-width: 220px;
}
.hotelform ul.rooms li .c_price {
	font-size: 28px;
}
.hotelform ul.rooms li .c_price_agent {
	padding-top: 8px;
	font-size: 20px;
	margin-left: 20px;
}
.hotelform ul.rooms li .c_pricesub {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 200px;
}
.hotelform ul.rooms li .c_select {
	position: absolute;
	right: 0px;
	bottom: 35px;
}
.hotelform ul.rooms li .c_backlink {
	margin-left: 30px;
	margin-top: 40px;
	text-transform: lowercase;
}
.hotelform ul.rooms li .c_text_full {
	padding-bottom: 10px;
	display: none;
}
.hotelform ul.rooms li .c_extra {
	font-size: 10px;
	padding-bottom: 13px;
	text-transform: lowercase;
}

.hotelform .hotels {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.hotelform .hotels li {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	padding-top: 30px;
	background: url('../packs/blue/images/line.png') no-repeat center top;
	padding-bottom: 10px;
}
.hotelform .hotels li:first-child {
	padding-top: 0px;
	background-image: none;
}
.hotelform .hotels li .c_name {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
/*	text-transform: uppercase; */
}
.hotelform .hotels li .c_image {
	float: left;
	padding: 1px;
	padding-top: 2px;
	border: 1px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
}
.hotelform .hotels li .c_data {
	font-size: 10px;
}
.hotelform .hotels li .c_select {
	float: right;
}
.hotelform .hotels li .c_backlink {
	margin-left: 30px;
	margin-top: 15px;
	text-transform: lowercase;
}
.hotelform .hotels li .c_text_full {
	padding-bottom: 10px;
	display: none;
}
.hotelform .hotels li .c_extra {
	font-size: 10px;
	padding-bottom: 13px;
	line-height: 12px;
	text-transform: lowercase;
}
.hotelform .hotels li .c_extra .rating-place {
	float: left;
}
.hotelform .hotels li .c_map {
	 height: 250px;
	 width: auto;
	 background: #eee;
	 margin-top: 10px;
}
.hotelform .rating-place {
	background-image: url('../packs/blue/images/star-off.png');
	background-position: top left;
	background-repeat: repeat-x;
	height: 12px;
	width: 80px;
}
.hotelform .rating {
	float: left;
	background-image: url('../packs/blue/images/star-on.png');
	background-position: top left;
	background-repeat: repeat-x;
	height: 12px;
	width: 80px;
}
.hotelform .head {
	height: 20px;
	line-height: 20px;
	width: 850px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
.hotelform .head ul {
	list-style: none;
	width: 1050px;
	margin-left: -100px;
	margin-right: -100px;
	padding: 0px;
}
.hotelform .head ul li {
	white-space: nowrap;
	display: inline;
	margin-left: 20px;
	padding-left: 0px;
}
.hotelform .head ul li.c_backlink {
	margin-left: 0px;
}
.hotelform .head a {
	text-transform: lowercase;
}
.hotelform .head-sub {
	margin-top: -20px;
	margin-bottom: 25px;
}
.hotelform .c_head .c_extra {
	text-align: center;
	margin-bottom: 10px;
}
.hotelform .c_head .c_extra .rating-place {
	margin-left: auto;
	margin-right: auto;
}
.hotelform .c_head .c_name {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.hotelform .row-city, .hotelform .row-metro {
	display: none;
}
.hotelform_errors .c_head {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.hotelform_errors {
	text-align: left;
	margin: 1px;
}
.hotelform_errors ul {
	margin-top: 5px;
}
#clickme {
/*	display: none;*/
}
.hotelform_result {
	margin: 0px;
	width: auto;
}
.hotelform_result table {
	width: 80%;
}
#date_in, #date_out {
	display: none;
}
.hotelform .menu {
	margin-top: 10px;
}
.hotelform .menu ul {
	display: inline;
	line-height: 20px;
	list-style: none;
	padding: 0px;
	width: auto;
	line-height: 20px;
	height: 20px;
}
.hotelform .menu ul li {
	display: inline;
	padding-left: 20px;
}
.hotelform .menu ul li:first-child {
	padding-left: 0px;
}
input#date_in_calendar, input#date_out_calendar {
	width: 100px;
	background: #fff url('../images/calendar.png') 82px center no-repeat;
}
.scroll-to {
	margin: -15px auto 20px auto;
}
.scroll-to, table.rooms td.r_name.i_click, .show-descriptions {
	cursor: pointer;
}
.scroll-to, .show-descriptions {
	text-decoration: underline;
}
#currency {
	margin: -10px auto 10px auto;
}
#currency ul {
	display: inline;
	padding: 0px;
}
#currency ul li {
	cursor: pointer;
	display: inline;
	padding: 0px 3px;
	border-right: 1px solid #000;
}
#currency ul li:last-child, #currency ul li.last-child {
	border-right: 0px none;
}
#currency ul li:hover {
	border-bottom: 1px dotted #000;
}
#popup-content .form {
	max-width: 650px;
	text-align: left;
	padding: 0px 60px;
}
.hotel-errors {
	display: none;
}
.hotelform .c_like {
	clear: left;
	padding-top: 15px;
}
.hotelform .c_like iframe {
	border: none;
	overflow: hidden;
	width: 160px;
	height: 21px;
}