@import url('base.css');
@import url('layout.css');

#search {
	background: url('../img/bg/search_bg.png') right top no-repeat;
	padding: 0 0 0 20px;
}

#cerca-ristorante {
	background: url('../img/bg/h1_img.png') 0 0 no-repeat;
	background-position: 0 -60px;
	height: 20px;
}

#risultati-della-ricerca {
	background: url('../img/bg/h1_img.png') 0 0 no-repeat;
	background-position: 0 -140px;
	height: 20px; padding-bottom: 10px;
}
#restaurant-search {
	/*height: 170px;*/
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	padding: 0 0 0 0;
}

#restaurant-search .input label {
	display: block;
	padding: 10px 0 3px 0;
}

#restaurant-search .input select {
	font-family: Verdana;
	display: block;
	font-size: 11px;
	color: #666;
	padding: 2px;
	width: 200px;
	background: #E5E5E5;
	height: 20px;
}

#restaurant-search .input input {
	font-family: Verdana;
	width: 194px;
	background: #E5E5E5;
	height: 15px;
	font-size: 11px;
	color: #666;
	padding: 8px 0 3px 6px;
}


.box-search-left {
	width: 250px;
	float: left;
}

.box-search-right {
	width: 250px;
	float: left;
}

#restaurant-search .submit {
	padding: 15px 0 0 0;
}

#restaurant-search .submit input {
	font-size: 11px;
	color: #FFF;
	background: url('../img/bg/search_btn_bg.png') 0 0 no-repeat;
	width: 120px;
	font-family: Verdana;
	height: 20px;
	padding: 1px 0 3px 0;
	margin: 7px 0 0 0;
}


/*DETAIL COMMON*/

#detail #detail-tabs {
	height: 55px; padding: 0 20px;
	background: url('../img/bg/scheda_tab_shadow.png') 0 bottom repeat-x;
}

#detail #detail-tabs li {
	display: block; float: left;
	height: 55px;
}
#detail #detail-tabs li.shown{
	background: url('../img/bg/scheda_tab_s_m.png') 0 bottom repeat-x;
}

#detail li .tab-l-bg {
	float: left;
	width: 12px; height: 55px;
	background: url('../img/bg/scheda_tab_h_l.png') 0 bottom no-repeat;
}
#detail li.shown .tab-l-bg{
	background: url('../img/bg/scheda_tab_s_l.png') 0 bottom no-repeat;
}

#detail li .tab-r-bg{
	float: left;
	width: 12px; height: 55px;
	background: url('../img/bg/scheda_tab_h_r.png') 0 bottom no-repeat;
}
#detail li.shown .tab-r-bg{
	background: url('../img/bg/scheda_tab_s_r.png') 0 bottom no-repeat;
}

#detail li .tab-c-bg {
	float: left;
	height: 25px; padding-top: 30px;
	background: url('../img/bg/scheda_tab_h_m.png') 0 bottom repeat-x;
}
#detail li.shown .tab-c-bg{
	background: url('../img/bg/scheda_tab_s_m.png') 0 bottom repeat-x;
}
#detail li a{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

#detail li a:hover{
	color: #999;
}

#detail #detail-body {
	padding: 20px 20px 0 20px;
}
#detail h1 {
	font-size: 14px;
	color: #9C9A00;
	height: 16px;
	padding: 2px 45px; margin: 5px 0 5px 0;

	background: url('../img/bg/h1_img.png') 20px -158px no-repeat;
}
/*FINE DETAIL COMMON*/


/*DETAIL BODY*/
#detail-info{
	background: url('../img/bg/detail_gallery_bg.png') right 0 repeat-y;
}

#detail-info #detail-header{
	width: 340px;
}
#detail-info #detail-content{
	width: 90%;
	padding: 10px 20px 60px 20px;
}

#detail-info #detail-content h2 {
	padding: 10px 0 5px 0;
	text-align: left;
}

#detail-contact h2.first-h2 {
	padding: 60px 0 0 0;
	text-align: left;
}

#detail-contact h2 {
	text-align: left;
}

#detail-info dd, #detail-contact dd {
	font-weight: bold;
	display: block;
}

#detail-info dt, #detail-contact dt {
	text-align: left;
	padding: 0 10px 0 0;
	display: block;
	float: left;
}

#detail-info dl, #detail-contact dl {
	text-align: left;
	font-size: 10px;
	line-height: 20px;
	padding: 0px 20px;
}

#detail-info #detail-content ul {
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	padding: 0px 20px;
}

#detail-info #detail-content ul li {
	border-bottom: 0;
}

#detail-info #detail-gallery {
	width: 250px;
	float: right;
	padding: 10px;
}

.detail-box {
	float: left;
	width: 205px;
}

#detail-info #detail-gallery a{
	display: block; float: left;
	width: 60px; height: 60px;
	padding: 5px; margin: 10px 0 0 10px;
	background: #fff;
	border: 0;
}
#detail-info #detail-gallery a img{
	display: block;
	width: 60px; height: 60px;
	background: url('../img/bg/no_h_img_bg.jpg');
}
/*FINE DETAIL BODY*/

/*DETAIL MENU*/
#detail-contact {
	margin: 0 0 50px 0;
}

#detail-menu {
	background: url('../img/bg/detail_menu_t_r_deco.png') right 0 no-repeat;
}
#detail-content{
	/*background: url('../img/bg/detail_menu_b_l_deco.png') 0 bottom no-repeat;*/
	text-align: center;
	color: #666;
}

#detail-content h3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
}

#detail-content ul li{
	font-family: Verdana;
	font-weight: regulat;
	font-size: 11px;
	padding: 4px 0;
	border-bottom: 1px dashed #CCC;
	width: 400px;
	margin: 0 auto;
}

#detail-book p {
	text-align: left;
	padding: 10px 20px;

}
.google-map{
	float: left;
	width: 450px;
	height: 350px;
	padding: 15px 0 5px 15px;
	margin: 0 auto;
	background: url('../img/bg/con_google_map_bg.png') 0 0 no-repeat;
}
#restaurant-search .submit {
	padding: 5px 0 0 0;
}

#restaurant-search .submit input {

	font-size: 11px;
	color: #FFF;
	background: url('../img/bg/search_btn_bg.png') 0 0 no-repeat;
	width: 120px;
	font-family: Verdana;
	height: 20px;
	padding: 1px 0 3px 0;
	margin: 7px 0 0 0;
}


#results {
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	padding: 15px 20px 40px 20px;
}

.submit {
	padding: 5px 0 0 0;
}

.submit input {

	font-size: 11px;
	color: #FFF;
	background: url('../img/bg/search_btn_bg.png') 0 0 no-repeat;
	width: 120px;
	font-family: Verdana;
	height: 20px;
	padding: 1px 0 3px 0;
	margin: 7px 0 0 50px;
}

#BookDayDay, #BookMonthMonth, #BookYearYear, #BookHourHour, #BookMinuteMin{
	float: left;
	margin: 2px;
}

#Data #BookDayDay, #Ora #BookHourHour, #Ora #BookMinuteMin{
	width: 45px;
}

#Data #BookMonthMonth{
	width: 90px;
}

#Data #BookYearYear{
	width: 55px;
}

.moove-right{
	margin-left: 150px;
}
/*FINE DETAIL  MENU*/

#title-bar h1, #title-bar .title-stars, #title-bar form, #title-bar form * {
	float: left;
}


#title-bar form {
	padding: 0 3px;
}

#title-bar select {
	margin: 7px 0 0 5px;
	padding: 3px;
	border: 1px solid #E5E5E5;
	
}

#title-bar .submit, #title-bar .submit input {
	float: left;
	padding: 0;
	margin: 0;
}

#title-bar .submit input {
	margin: 9px 0 0 5px;
	padding: 0 0 2px 0;
	width: 120px;
}
