.result {
	text-decoration: none;
}

table {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

#main_outline {
	width: 980px !important;
	width: 970px;
	padding: 2px;
	margin: 0px;
	background: #ffffff;
}

#ricerca {
	height: 17px !important;
	height: 20px;
	border: 1px solid #7F9DB9;
	background-color: #ffffff;
	padding: 2px 0px 2px 5px !important;
	padding: 1px 0px 0px 5px;
	margin-top: 2px !important;
	margin-top: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
}

.table_main {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

.wait {
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ee0000;
	padding-left: 80px;
}

.wait_search {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ee0000;
	padding-left: 39px;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}

/* CSS di Booking della casella di ricerca Hotel */

div#b_noscript {
	border: #ff0000 1px dashed;
	background: #ffffbf;
	padding: 2px;
}

div#b_contenitore {
	border: #fd9a00 1px solid;
	width: 418px;
	height: 118px;
	position: relative;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #819eff;
	margin-right: 2px;
}

div#b_contenuti, div#b_dest, div#b_browse, .hotel_form_checkin, .hotel_form_checkout, div#options, div#options2, div#but, div#b_topBox, div#usps, div#b_logo {
	position: absolute;
	text-align: left;
}

div#b_contenuti {
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	height: 198px;
}

div#b_topBox {
	top: 5px;
	left: 5px;
	width: 150px;
}

div#b_topBox h1 {
	background: #819eff url(http://www.booking.com/images/affiliate/305660/albergo_Ico.gif) right 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #ffe6bf;
}

/*destination*/
div#b_dest {
	top: 28px;
	width: 200px;
	left: 5px;
}

div#b_browse {
	left: 5px;
	top: 62px;
	width: 200px;
}

div#b_browse a {
	color:#ffe6bf;
}

.other_text {
	font-weight: bold;
}

/*checkin*/
.hotel_form_checkin {
	left: 170px;
	top: 28px;
	width: 200px;
}

/*checkout*/
.hotel_form_checkout {
	left: 170px;
	top: 65px;
	width: 200px;
}

/*usps*/
div#usps {
	font-size: 12px;
	left: 20px;
	text-align: right;
	top: 85px;
	width: 130px;
	font-weight: bold;
}

.odd{
	color: #ffe6bf;
}

.even{
	color:#ffffff;
}

/*button*/
div#but {
	left: 345px;
	top: 40px;
}

div#but .b_submit {
	background: url("http://www.booking.com/images/affiliate/305660/submit.gif") center center no-repeat;
	border: 0px;
	width: 70px;
	height: 58px;
	color: #1d5a98;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

/*logo*/
div#b_logo {
	left: 240px;
	top: 5px;
}

div#frm {
	margin: 0px;
	padding: 0px;
}

/*rifiniture*/
.b_inline {
	display:inline;
}

.b_clearLeft {
	clear: left;
}

.b_clearRight {
	clear: right;
}

.b_clearAll {
	clear: both;
}