.hotelform .hotels li, .hotelform ul.rooms li {
	background-image: url('images/line.png');
}
.hotelform .rating-place {
	background-image: url('images/star-off.png');
}
.hotelform .rating {
	background-image: url('images/star-on.png');
}
.hotelform .title, .hotelform.step3 strong, .hotelform .strong, .hotelform .c_select,
.hotelform ul.rooms li .c_name, .hotelform ul.rooms li .c_priceblock,
.hotelform .hotels li .c_name, .hotelform .hotels li .c_data,
.hotelform .head, .hotelform .head-sub, .hotelform .c_head .c_name, .hotelform_errors .c_head,
#currency, .hotelform .message_success
{
	color: #c1a064;
}
.hotelform table.rooms, .hotelform table.rooms th, .hotelform table.rooms td {
	border-color: #c1a064;
}
.hotelform table.rooms th {
	background-color: #c1a064;
	color: #fff;
}
.hotelform ul.rooms li .c_image, .hotelform .hotels li .c_image {
	border-color: #ded9d4;
}
.hotelform ul.rooms li .c_price_orig {
	color: #f50;
}
.hotelform a.nextlink, .hotelform ul.rooms li .c_extra a, .scroll-to, .show-descriptions {
	color: #c1a064;
}
.hotelform a.nextlink:hover, .hotelform ul.rooms li .c_extra a:hover, .scroll-to:hover, .show-descriptions:hover {
	color: #d1b084;
}
.hotelform a {
	color: #555;
}
.hotelform a:hover {
	color: #777;
}
table.rooms td.r_name.i_click {
	color: #333;
}
table.rooms td.r_name.i_click:hover {
	color: #777;
}
#currency ul li {
	color: #ffb555;
	border-color: #ffb555;
}