 #searchForm1 {
	
	width: 150px;
        height: auto;
    
	
} 

#searchResults {
	float: left;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #fff;
}

#navigationBar {
	border-bottom: 1px solid #fe8600;
	width: 468px;
}

select {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 170px;
	font-size:11px;
        background-color:rgb(254,253,203);
        margin-bottom:5px;
        cursor:pointer;
}

#datepicker {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
        background-color:rgb(254,253,203);
        margin-bottom:15px;
}

#searchTable {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
#searchTable td {
	font-size:11px;
        padding-left:5px;
        color:rgb(255,254,203);
}

.hotel-tab {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	width: 450px;
	border-bottom: 1px solid #fe8600;
}
.hotel-tab td {
	font-size:12px;
}
.hotel-tab td.pret {
	text-align: right;
}
.hotel-tab td.titlu {
	font-weight: bold;
	color: #e67a00;
	text-align: left;
}
.hotel-tab td.localitate {
	text-align: left;
}

.hotel-tab img {
	width: 120px;
	margin-right: 	5px;
	margin-bottom: 	5px;
	border: 	1px solid rgb(230,230,230);
	float: left;
}
.hotel-tab a.hotelTitle:link, .hotel-tab a.hotelTitle:visited {
	text-decoration: none;
	font-weight: bold;
	color: #e67a00;
}
.hotel-tab a.hotelTitle:hover, .hotel-tab a.hotelTitle:active {
	text-decoration: underline;
}

a.linkButton:link, a.linkButton:visited {
	color: #FEFDCB;  /* fff */
	background-color: #006634; /*#fe8600;un portocaliu fraged  fe8600 un verde fraged */
        font-weight: bold;
	font-size: 10px;
	text-align: center;
        border: 1px solid #fff;
	outline-color: #e67a00;   /* fe8600 */
	outline-style: solid;
	outline-width: 1px;
	padding: 3px 5px 4px 5px;
}

a.linkButton:hover, a.linkButton:active {
	text-decoration: none;
}

.hotel-tab a.linkButton {
	float: right;
}

.hidden {display:none}
.visible {display:block}
.center {
        text-align:center;
        font-size:11px;
        padding-left:5px;
        color:rgb(255,254,203);
}
