/*@import url(https://fonts.googleapis.com/css?family=Alegreya+SC:400,700);*/

/****************************/
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/AlegreyaSC-Regular.eot?');
  src: local('Alegreya SC'), local('AlegreyaSC-Regular'), url('../fonts/AlegreyaSC-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/AlegreyaSC-Bold.eot?');
  src: local('Alegreya SC Bold'), local('AlegreyaSC-Bold'), url('../fonts/AlegreyaSC-Bold.ttf') format('truetype');
}
/****************************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

button, input, select, textarea { font-family: Arial, "Lucida Grande", Lucida, Verdana, sans-serif; color: #333; font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle;}

button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; border: none; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

table { border-collapse: collapse; border-spacing: 0; }
td { }


html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; height: 100%;}


body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

bold, strong {
	font-weight: bold;
}

a {
   color: #b0ae95;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
span.clear {
    overflow:visible;
    clear:both;
    display:block;
}

::-moz-selection { background: #868471; color: #fff; text-shadow: none; }
::selection { background: #868471; color: #fff; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

small { font-size: 85%; }

p { margin-bottom: 15px; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol {margin: 0;	padding: 0;}
dd { margin: 0 0 0 40px; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

form { margin: 0; }
fieldset { border: 0; margin: 0 0 20px; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ------------------------------------*/
/* INPUT */


input[type=text], textarea, input.calPromoInput, select[name=REFNazione] {
	padding: 8px 12px;
	/*border:none;*/
    border: 1px solid #ddd;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    padding: 4px;
	background-color:#f3f3f3;
	/*-moz-box-shadow:0 1px rgba(255,255,255,.20),0 2px 2px rgba(0,0,0,0.20) inset;*/
	/*-webkit-box-shadow:0 1px rgba(255,255,255,.20),0 2px 2px rgba(0,0,0,0.20) inset;*/
	/*box-shadow:0 1px rgba(255,255,255,.20),0 2px 2px rgba(0,0,0,0.20) inset;*/
	outline:0; font-size:1em; font-weight:normal;
	}

select[name=REFNazione] {
    width: 137px;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]) {}

input:focus, textarea:focus {
	-moz-box-shadow:0 0 5px rgba(55,54,50,.4),0 2px 2px rgba(0,0,0,0.15) ;
	-webkit-box-shadow:0 0 5px rgba(55,54,50,.4),0 2px 2px rgba(0,0,0,0.15) ;
	box-shadow:0 0 5px rgba(55,54,50,.4),0 2px 2px rgba(0,0,0,0.15) ;
	/*border:none;*/
	}

input:-moz-placeholder {
	color:#777;
	font-size:1em
	}

.button, button {
	border: none;
	color:#fff;
	line-height:1.4545em;
	text-shadow:0 1px #6d6b5a;
	text-align:center;
	background-image: linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -o-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -moz-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -webkit-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -ms-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);

	background-image: -webkit-gradient(
		linear,
		right top,
		right bottom,
		color-stop(0.25, rgb(175,173,148)),
		color-stop(0.75, rgb(134,132,113))
	);

	/* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afad94, endColorstr=#868471);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#afad94, endColorstr=#868471)";
    background-color: #afad94;

	-webkit-border-radius:2px 2px 2px 2px;
	-moz-border-radius:2px 2px 2px 2px;
	border-radius:2px 2px 2px 2px;
	padding: 8px 15px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;cursor:pointer;
	text-transform: uppercase;
}

.button:hover,button:hover,button:focus,.button:focus{
	text-shadow:0 1px #6d6b5a;
	background-image: linear-gradient(top, rgb(145,144,123) 15%, rgb(104,103,85) 69%);
	background-image: -o-linear-gradient(top, rgb(145,144,123) 15%, rgb(104,103,85) 69%);
	background-image: -moz-linear-gradient(top, rgb(145,144,123) 15%, rgb(104,103,85) 69%);
	background-image: -webkit-linear-gradient(top, rgb(145,144,123) 15%, rgb(104,103,85) 69%);
	background-image: -ms-linear-gradient(top, rgb(145,144,123) 15%, rgb(104,103,85) 69%);

	background-image: -webkit-gradient(
		linear,
		right top,
		right bottom,
		color-stop(0.15, rgb(145,144,123)),
		color-stop(0.69, rgb(104,103,85))
	);
}

.button:active, button:active {
	text-shadow:0 1px #6d6b5a;
	background-image: linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -o-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -moz-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -webkit-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);
	background-image: -ms-linear-gradient(top, rgb(175,173,148) 25%, rgb(134,132,113) 75%);

	background-image: -webkit-gradient(
		linear,
		right top,
		right bottom,
		color-stop(0.25, rgb(175,173,148)),
		color-stop(0.75, rgb(134,132,113))
	);

	/* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#afad94, endColorstr=#868471);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#afad94, endColorstr=#868471)";
    background-color: #afad94;

	-moz-box-shadow:0 2px 4px #898774 inset;
	-webkit-box-shadow:0 2px 4px #898774 inset;
	box-shadow:0 2px 4px #898774 inset;
	}

.button.checkout {
	background: rgb(154,86,6); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhNTYwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NjQyMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
background: -moz-linear-gradient(top,  rgba(154,86,6,1) 0%, rgba(118,66,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,86,6,1)), color-stop(100%,rgba(118,66,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a5606', endColorstr='#764204',GradientType=0 ); /* IE6-8 */

}

input.button-special {
    background:#3b8eda;
    padding: 2px 4px;
    margin: 0 auto;
    border: 0;
    color: #fff;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input:hover.button-special {
    background:#6eb3f1;
}

textarea#REFRichieste {
    display: block;
	margin-bottom: 10px;
	width: 400px;
}



/* ===== Primary Styles ======================================================== */

body { margin: 0;
	font: 12px/18px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #e6e4e0 url(../img/bckg-blur.jpg) no-repeat center top;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Alegreya SC', serif;
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	line-height: 1em;
}

h1 {
	font-size: 32px;
	text-transform: lowercase;
	margin-left: 20px;
}

h1 a {
	color: #373632;
    float: left;
}
h1 span {
    float: right;
    font-size: 11px;
    font-family: Arial, 'Lucida Grande', Lucida, Verdana, sans-serif;
    margin: 4px 14px 0 0;
    font-style: italic;
    cursor: pointer;
    color: #5b5b5b;
    text-transform: none;
}
h1 span:hover {
    text-decoration: underline;
}

h2 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 45px;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 12px;
	line-height: 26px;
}

h4 {
	font-size: 16px;
	text-transform: lowercase;
	font-weight: bold;
	margin-bottom: 10px;
}

h5 {
	font-size: 14px;
	text-transform: lowercase;
	padding-top: 5px;
	padding-bottom: 10px;
}

#header {
	height: 40px;
	position: relative;
	background-color: #e6e4e0;
	display: block;

}

#logo {
	float: left;
    width: 180px;
	height: 120px;
	background-color: #f7f6f6;
    overflow: hidden;
}

#divMainCont {
	width: 960px;
	margin: 0 auto 25px;
}


#divContent{
	background-color: #fff;

	-webkit-box-shadow:  0px 0px 1px 1px rgba(160, 158, 154, 0.6);
     box-shadow:  0px 0px 1px 1px rgba(160, 158, 154, 0.6);
	margin-top: 10px;
}

#topHeader {
    width: 960px;
    height: 33px;
    margin: 0 auto;
	background-color: #e6e4e0;
	border-bottom: 1px solid #d9d8d2;
}

#topHeader #langContainer {
    width: 160px;
    margin-top: 3px;
    display: block;
    float: right;
	margin-right: 5px;
}

#topHeader #langContainer #languages {
    width: 100%;
}

#topHeader #promoContainer {
    display: block;
    float: left;
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
	line-height: 33px;
	margin-left: 20px;
}

#carrello_box {
	height: 24px;
	float: right;
	margin-top: 4px;
	margin-right: 20px;
	color: white;
	line-height: 24px;
	padding-right: 10px;
	background: #373632 url(../img/ic-carrello.png) no-repeat 7px center;
    cursor: pointer;
}

#carrello_box span {
	font-weight: bold;
	color: #adab93;
	padding-right: 5px;
	margin-left: 25px;
}

.backhome {
	position: absolute;
	top: 121px;
	left: 0;
	border-right: 1px solid #ecebeb;
}

.backhome a {
	height: 80px;
	width: 55px;
	display: block;
	font-size: 16px;
	color: #373632;
	line-height: 32px;
	font-family: 'Alegreya SC', serif;
	 -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
	padding-left: 15px;
	text-transform: lowercase;
	background-color: #f6f5f5;
	padding-top: 40px;
}

.backhome a:hover {
	width: 120px;
	padding-left: 59px;
}


/* STEP 02 */

ul#step2 {
	clear: both;
	width: 100%;
	height: 40px;
	background: url(../img/bckg-step2.png) no-repeat center 0;
	font-size: 14px;
	line-height: 14px;
	display: block;
}

ul#no-step {
	clear: both;
	width: 100%;
	height: 40px;
	background: url(../img/bckg-nostep.png) no-repeat center 0;
	font-size: 14px;
	line-height: 14px;
	display: block;
}
ul#no-step li {
    text-transform: uppercase;
}

ul#step3 {
	clear: both;
	width: 100%;
	height: 40px;
	background: url(../img/bckg-step3.png) no-repeat center 0;
	font-size: 14px;
	line-height: 14px;
	display: block;
}

ul#step4 {
    clear: both;
    width: 540px;
	height: 70px;
    background: url(../img/step-bck-04.png) no-repeat center 0;
 	font-size: 11px;
	margin-left: 210px;
	line-height: 14px;

	display: block;
	padding-top: 30px;
	margin-top: 20px;
}

.step li {
    float: left;
	width: 320px;
	margin-top: 13px;
	text-align: center;
	color: #898989;
	text-shadow: 1px 1px 1px #616155;
     filter: dropshadow(color=#616155, offx=1, offy=1);
}

.step li.current {
	color: #fff;
	font-weight: bold;
}

.step li.old {
	color: #cdcdcd;
}
/* BOX prenotazioni */

#bigboxprenotazioni {
	display: block;
	border-top: 1px solid #dededd;
	background: #fff url(../img/bck-col.png) repeat-y 0px;
}

#bigboxprenotazioni #otherdate {
	float: left;
	width: 300px;
}

#bigboxprenotazioni #otherdate h5 {
	margin-left: 10px;
	margin-top: 10px;
	font-weight: bold;
}

#bigboxprenotazioni #currentdate {
	float: left;
	width: 660px;
}

#bigboxprenotazioni #currentdate label, #bigboxprenotazioni #currentdate p {
	float: left;
	width: 30%;
	margin-right: 2%;
}

#bigboxprenotazioni #currentdate em {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	padding-top: 12px;
	display: block;
	padding-left: 10px;
}

.intestbigboxprenotazioni {
	font: 700 18px 'Alegreya SC', serif;
	text-transform: lowercase;
	padding-top: 10px;
	margin-left: 10px;
    cursor: default;
}
#bigboxprenotazioni p {
	padding-top: 15px;
	font-size: 10px;
	text-transform: uppercase;
}

#bigboxprenotazioni p strong {
	font-size: 14px;
	display: block;
}

.bordaturatbl{
	border-top: 1px solid #ececeb;
	padding: 0 0 0 10px;
	background: #fff url(../img/bck-col.png) repeat-y 0;
}

#sidebar_sx {
	float: left;
	width: 280px;
    margin-top:5px;
}

/* Stili per Summary Box presenti in step2 e addon page */

.summarybox {
	background-color: #fff;
	border: 1px solid #e1e1e0;
	position: relative;
	margin-bottom: 10px;
}

.summarybox .rowBordBott {
	border-bottom: 1px solid #e1e1e0;
	padding: 4px 10px;
}

.summarybox h5 {
	font-weight: bold;
}

.summarybox .summarylabel {
    float: left;
    width: 95px;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3b3b3b;
}

.summarybox .summarylabel:first-letter {
	text-transform: capitalize;
}

.summarybox .summaryval {
    float: left;
    width: 150px;
    margin-left: 10px;
    color: #3b3b3b;
	font-weight: bold;
}

.summarybox .summaryval strong {
    font-variant: normal;
    display: block;
    text-align: right;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
}

.summarybox .summarylastln {
	padding-left: 10px;
	height: 35px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.summarybox .summarylastln .summarylabel {
	padding-top: 4px;
}

.summarybox .summaryaddonbox {
    padding: 5px 10px 8px;
	background-color: #f0f0ef;
	border-top: 1px solid white;
}

.summarybox .summaryaddonbox .summaryaddondes {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
	font-weight: bold;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summarybox .summaryaddonbox .summaryaddonqty {
    display: block;
    float: left;
    width: 100px;

}

.summarybox .summaryaddonbox .summaryaddonpri {
    float: left;
	font-size: 22px;
	letter-spacing: -1px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    display: block;
    text-align: right;
    width: 150px;
    margin-left: 10px;
}

.summarytotln {
    padding-top: 10px;
	background-color: #373632;
	padding-left: 10px;
	padding-bottom: 10px;
}

.summarybox .summarytotln .summarylabel {		color: #a7a58d;
	padding-top: 8px;
}

.summarybox .summarytotln .summaryval strong  {

	font-size: 28px;
	letter-spacing: -1px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    display: block;
    text-align: right;
    color: #a7a58d;
}

/* Elenco Camere step2 */
#columndx {
	width: 660px;
	float: right;
}

#tab_head {
	height: 30px;
	background-color: #e5e5e4;
	padding-top: 5px;
    padding-left: 6px;
	overflow: hidden;
}

.tab_idle {
    display: none;
}
.tab_open {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	float: left;
	width: 110px;
	height: 30px;
	background-color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	margin-right: 3px;
	margin-left: 3px;
    -webkit-box-shadow:  0px 0px 2px 0px rgba(216, 216, 216, 1);
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow:  0px 0px 2px 0px rgba(216, 216, 216, 1);
}
.tab_closed {
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	float: left;
	width: 110px;
	height: 25px;
	background-color: #fafaf9;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 25px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background: rgb(246,246,245); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNmNmY2ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  rgba(246,246,245,1) 82%, rgba(229,229,228,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(82%,rgba(246,246,245,1)), color-stop(100%,rgba(229,229,228,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(246,246,245,1) 82%,rgba(229,229,228,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(246,246,245,1) 82%,rgba(229,229,228,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(246,246,245,1) 82%,rgba(229,229,228,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(246,246,245,1) 82%,rgba(229,229,228,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f5', endColorstr='#e5e5e4',GradientType=0 ); /* IE6-8 */
}

.tab_open a {
	color: #444444;
}
.tab_closed a {
	color: #999;
}

#elencoCamere {
	width: 640px;
	margin-left: 10px;
	margin-top: 10px;
}
.boxCamera {
	width: 640px;
	display: block;
	margin-bottom: 15px;
	background-color: #e6e4e0;
}

.boxCamera.addonBord {
	border: 2px solid #fafaf9;
	margin-left: -2px;
	margin-top: -2px;
}

.firstdescriptionbox {
	display: block;
	background-color: #ecebeb;
}

.firstdescriptionbox .head {
	position: relative;
	background-color: #1a1a1a;
}

.firstdescriptionbox .headp {
	position: relative;
	background-color: #d2d0bc;
}

.firstdescriptionbox .head h3 {
	font-size: 20px;
	text-transform: lowercase;
	line-height: 20px;
	color: #adab93;
	background-color: #1a1a1a;
	margin-bottom: 0;
	padding-top: 2px;
	padding-left: 10px;
	height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.firstdescriptionbox .headp h3 {
	font-size: 20px;
	text-transform: lowercase;
	line-height: 20px;
	color: #000;
	background-color: #d2d0bc;
	margin-bottom: 0;
	padding-top: 2px;
	padding-left: 10px;
	height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.firstdescriptionbox .head h4 {
	font-size: 20px;
	text-transform: lowercase;
	line-height: 20px;
	color: #1a1a1a;
	background-color: #adab93;
	margin-bottom: 0;
	padding-top: 2px;
	padding-left: 10px;
	height: 26px;
}

.firstdescriptionbox .headp h4 {
	font-size: 20px;
	text-transform: lowercase;
	line-height: 20px;
	color: #000;
	background-color: #d2d0bc;
	margin-bottom: 0;
	padding-top: 2px;
	padding-left: 10px;
	height: 26px;
}

.firstdescriptionbox .icbed {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #adab93;
	padding-left: 10px;
	height: 20px;
	background-color: #1a1a1a;
}

.firstdescriptionbox .icbedp {
	float: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #000;
	padding-left: 10px;
	height: 20px;
	background-color: #d2d0bc;
}

.firstdescriptionbox .view {
	float: left;
	width: 160px;
	height: 120px;
	background-color: #f4f3f2;
	overflow: hidden;
}

.firstdescription {
	float: left;
	width: 479px;
	height: 119px;
	position: relative;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.firstdescription .outerdes {
	width: 310px;
	height: 80px;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #e6e4e0;
	padding-right: 24px;
	border-right: 1px solid #dbdbdb;
	margin-top: 0;
}


.firstdescription .outerdes2 {
	width: 310px;
	height: 109px;
	margin-bottom: 0;
	overflow: hidden;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #e6e4e0;
	padding-right: 24px;
	border-right: 1px solid #dbdbdb;
	margin-top: 0;
}

.firstdescription .outerdes p, .firstdescription .outerdes2 p {
	margin-bottom: 0;
}

.prize {
	position: absolute;
	top: 20px;
	right: 0;
	width: 130px;
	line-height: 1em;
}


.firstdescription .prize {
	top: 30px;
	width: 120px;
}

.firstdescription .prize2 {
	position: absolute;
	top: 1px;
	left: 346px;
	width: 133px;
    height: 118px;
	line-height: 1em;
}

.prize_step3 {
	margin-top: 20px;
}

.prize b, .prize_step3 b{
	display: block;
	font: normal normal 14px 'Alegreya SC', serif;
	text-transform: lowercase;
}

.prize2 b {
	display: block;
	font: normal normal 12px 'Alegreya SC', serif;
	text-transform: lowercase;
    margin-left: 8px;
}

.prize s{
	font-size: 14px;
}

.prize span {
	display: block;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 1em;
}

.prize2 span {
	display: block;
	font-size: 22px;
	letter-spacing: -1px;
	padding-top: 5px;
    margin-left: 8px;
}


.prize_step3 span {
	display: block;
	font-size: 28px;
	letter-spacing: -1px;
	line-height: 1em;
}

.firstdescription button {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 105px;
	height: 10px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius:0!important;
	border-radius:0!important;
	padding-top: 3px!important;

	*width: 135px;
	*height: 26px;
}

.coldetails_step3 button {
	width: 105px;
	height: 12px;
	-webkit-border-radius: 0 !important;
	-moz-border-radius:0!important;
	border-radius:0!important;
	padding-top: 3px!important;

	*width: 135px;
	*height: 26px;
	margin-top: 10px;
}

.firstdescription button {
	right: -1px;
	bottom: -1px;
}


.addbutton {
    display: block;
    border: 1px outset silver;
 				-moz-border-radius-topleft: 6px;
				-moz-border-radius-topright: 6px;
				-moz-border-radius-bottomleft: 6px;
				-moz-border-radius-bottomright: 6px;
				border-top-left-radius: 6px;
				border-top-right-radius: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
    background-color: #a0a090;
    color: white;
    width: 40px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
}

.rembutton {
    display: block;
    border: 1px outset silver;
 				-moz-border-radius-topleft: 6px;
				-moz-border-radius-topright: 6px;
				-moz-border-radius-bottomleft: 6px;
				-moz-border-radius-bottomright: 6px;
				border-top-left-radius: 6px;
				border-top-right-radius: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
    background-color: #606040;
    color: white;
    width: 40px;
    height: 25px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
}

.qtacont {
    padding-left: 21px;
    padding-top: 18px;
}

.qtabox {
    margin-top: 2px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 60px;
    height: 40px;
    border: 1px solid silver;
				-moz-border-radius-topleft: 6px;
				-moz-border-radius-topright: 6px;
				-moz-border-radius-bottomleft: 6px;
				-moz-border-radius-bottomright: 6px;
				border-top-left-radius: 6px;
				border-top-right-radius: 6px;
				border-bottom-left-radius: 6px;
				border-bottom-right-radius: 6px;
    background-color: #f0f0f0;
    text-align: center;
    font-size: 20px;
}
.qtabox span {
    font: normal normal 12px 'Alegreya SC', serif !important;
    text-transform: lowercase !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Griglia Gallery relativa alla camera in step2 */

.camera_gall_box {
	width: 160px;
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
}

.camera_gall_grid {
	width: 160px;
	overflow: hidden;
}

.camera_gall_grid ul {
	width: 160px;
	float: left;
	margin-bottom: 5px;
}

.camera_gall_grid ul li {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

.camera_gall_grid ul li a {
	display: block;
    opacity:1;
    background-color: #eee;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

.camera_gall_grid ul li a:hover {
    opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

a.next_slider {
	color: #1a1a1a;
	font-size: 11px;
	float: right;
}

a.next_slider:hover {
	color: #666;
}

/* stili per i deal nello step 2 */

.deal {
	display: block;
	width: 460px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #3b3b3b;
	padding-top: 10px;
}

.deal .col_details {
		width: 310px;
		float: left;
}

span.info {
	text-transform: uppercase;
	font: 10px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 10px;
}

.tariffa_deal {
	width: 100px;
	float: left;
	border-top: 1px solid black;
}

.tariffa_deal span {
	display: block;
	font-size: 22px;
	letter-spacing: -1px;
}

.smalldecimals {
    font-size: 10px;
    letter-spacing: 0px;
    margin-top: 7px;
}
.deal .row_booking_deal {
	position: relative;
}
.numberroom {
	border-top: 1px solid black;
	width: 310px;
	float: left;
	margin-right: 25px;
}

.booknow {
	margin-top: 10px;
}

.booknow .button {
	float: right;
	width: 95px;
	height: 10px;
	line-height:1em;

	background: rgb(154,86,6); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
/* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhNTYwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NjQyMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */
background: -moz-linear-gradient(top,  rgba(154,86,6,1) 0%, rgba(118,66,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,86,6,1)), color-stop(100%,rgba(118,66,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(154,86,6,1) 0%,rgba(118,66,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a5606', endColorstr='#764204',GradientType=0 ); /* IE6-8 */

	/* IE7 */
	*width: 125px;
	*height: 25px;

}

.booknow p {
	margin-top: 5px;
	padding: 10px 10px 10px 40px;
	border: 1px solid #e0e0e0;
	font-size: 10px;
	line-height: 16px;
	background: #e6e4e0 url(../img/ic-info.png) no-repeat 7px 10px;
	margin-bottom: 0;
}

.booknow p em {
	font-style: italic;
}

.packetDetail {
    float: left;
    margin-left: 20px;
    border-top: 1px solid black;
    width: 440px;
}

.packetDetailRooms {
    display: inline-block;
    width: 300px;
}
/* Stili deprecati? */

.packetDetailDes {
    float: left;
    margin: 10px 15px 0 0;
    width: 285px;
}

.packetDetailPrice {
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    width: 120px;
}
.packetPrice .icbbed {
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    color: #adab93;
    padding-left: 10px;
    height: 20px;
    background-color: transparent;
}
.packetDetailPrice b {
    display: block;
    font: normal normal 14px 'Alegreya SC', serif;
    text-transform: lowercase;
}
.packetDetailPrice span {
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1em;
}

/* NEW STYLE STEP2 ACCORDION TAB */
.panelRoom .rpIntro{
	width: 460px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
    font-style: italic;
}
ul.divModale{
   position: absolute;
   top: 8px;
   left: 110px;
	z-index: 1;
}


.extrabed ul.divModale {
	top: 5px;
	left: 110px;
}

ul.divModale li {
overflow: hidden;
white-space:nowrap;
	margin-bottom: 0;
}

ul.divModale.open {

	-webkit-box-shadow:  0px 0px 2px 0px rgba(00, 00, 00, 0.6);

	box-shadow:  0px 0px 2px 0px rgba(00, 00, 00, 0.6);
	z-index: 999;
	background-color: white;
}
ul.divModale ul.listaTrattamenti{
   display: none;
   border: 1px solid #c9c9c9;
   color: #000000;
	background: #dbdbdb;
	padding: 3px;
	margin-top: 3px;
	overflow: hidden;
	width: 262px;
}

.divModale ul.listaTrattamenti li {
   color: #000;
   cursor: pointer;
   display: block;
	font-size: 11px;
	line-height: 24px;
}
.divModale ul.listaTrattamenti li a {
	border-bottom: none;
	color: #000;
}

.divModale ul.listaTrattamenti li a:hover {
	color: #666;
}
.divModale ul.listaTrattamenti li.divider {
    border-bottom: 1px solid white;
    height: 1px!important;
    display: block;
    line-height: 1px;
}

.divModale ul.listaTrattamenti li input,
.divModale ul.listaTrattamenti li label {
    vertical-align: middle;
}
.divModale ul.listaTrattamenti li label {
    margin-left: 4px;
}

ul.accordion_tab {
	display: block;
	width: 460px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.accordion_tab li {

}

li.opentab .tab_title_acc, li.closetab .tab_title_acc {
	height: 42px;
	background: url(../img/bck_accordion-item.png) repeat-x 0 0;
	padding-top: 10px;
	padding-left: 7px;
	padding-bottom: 0;
}

li.opentab .tab_title_acc:hover, li.closetab .tab_title_acc:hover {
	background-position: 0 -52px;
}

li.opentab .tab_title_acc .title_acc, li.closetab .tab_title_acc .title_acc {
	float: left;
	font-size: 12px;
	margin-top: 2px;
	width: 250px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
}

li.opentab .tab_title_acc .arrow_R {
	float: right;
	width: 35px;
	height: 24px;
	background: url(../img/accordion-arrow.png) no-repeat 0 -26px;
}

li.closetab .tab_title_acc .arrow_R {
	float: right;
	width: 35px;
	height: 24px;
	background: url(../img/accordion-arrow.png) no-repeat 0 0;
	margin-top: 6px;
}
.tab_title_acc .infotabprize {
    *width: 80px;
	float: right;
	font-style: italic;
	line-height: 24px;
	margin-right: 10px;
}
.tab_title_acc .infotabprize .price {
	font-weight: bold;
    float: right;
    margin-left: 3px;
}

.tab_title_acc .offer_number {
	float: left;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 4px;
	color: white;
	background-color: #53514c;
	margin-right: 10px;
	-webkit-border-radius: 2px;

    border-radius: 2px;
    text-shadow: 1px 1px 1px #000;
        filter: dropshadow(color=#000, offx=1, offy=1);
	margin-top: 2px;
}
li.closetab .tab_content_acc {
	display: none;
}

.tab_content_acc {
	background-color: white;
}

.tab_content_acc a {
	color: #905005;
}
.info_policy {
	/* background: url(../img/add-remove.png) no-repeat 10px -60px; */ /** @@@ **/
    /**background: url(../img/ic-info-14.png) no-repeat 8px 7px;**/
	/* padding-left: 30px; */ /** @@@ **/
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.info_policy a {
    background: url(../img/add-remove.png) no-repeat 10px -65px; /** @@@ **/
    padding-left: 30px; /** @@@ **/
    margin-bottom: 4px; /** @@@ **/
	color: #333;
	cursor:help;
	border-bottom-style: none;
    float: left; /** @@@ **/
}
.row_title_room_detail {
	border-bottom: 1px solid #dbdbdb;
	padding: 8px;
	position: relative;
}

.row_title_room_detail .title_room_detail {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}

.row_title_room_detail .treatment_room_detail {
	float: right;
	width: 342px;
}

.row_title_room_detail .treatment_room_detail span {
	padding: 5px;
}

.row_title_room_detail .treatment_room_detail span:hover {
	background-color: #ededed;
}
.info_policy .list_room {
	float: right;
	width: 32%;
	font-size: 10px;
}

.bed_room_detail {
	border-top: 2px solid #373632;
}

.add_room {
	float: right;
	width: 65px;
}
.info_policy .list_room .numberroom_low {
	width: 20px;
	float: left;
	margin-right: 0;
	font-weight: bold;
	font-size: 14px;
}

.info_policy .list_room .addbutton_room {
	background-color: #a0a090;
    color: white;
    width: 20px;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
	text-align: center;
	margin-right: 2px;
    cursor: pointer;
}

.info_policy .list_room .rembutton_room {
	background-color: #373632;
    color: white;
    width: 20px;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    float: left;
	text-align: center;
	margin-right: 2px;
    cursor: pointer;
}

.info_policy .list_room .addbutton_room.nonattivo, .info_policy .list_room .rembutton_room.nonattivo{
    background-color: #E6E4E0;
    cursor: default;
}


ul.bed_list {
	border-bottom: 1px solid #dbdbdb;
	margin-top: 4px;
}

ul.bed_list li.bed {
    width: 340px;
    padding: 2px 10px 2px 110px;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
ul.bed_list li.bed:hover {
    background-color: #f8f8f8;
}
ul.bed_list li.bed span {
    float: right;
    font-size: 12px;
}
ul.bed_list li.bed small{
    font-size: 10px;
    color:#686755;
    text-transform: none;
}


ul.bed_list li.bedeb {
    width: 340px;
    padding: 2px 10px 2px 110px;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
ul.bed_list li.bedeb:hover {
    background-color: #f8f8f8;
}
ul.bed_list li.bedeb span {
    float: right;
    font-size: 12px;
}
ul.bed_list li.bedeb small{
    font-size: 10px;
    color:#686755;
    text-transform: none;
}

.extrabed {
	border-bottom: 1px solid #dbdbdb;
	height: 20px;
	position: relative;
	width: 362px;
	padding-left: 88px;
	padding-right: 10px;
	padding-top: 5px;
}

.extrabed span {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

.extrabed span.remove {
	background: url(../img/add-remove.png) no-repeat 0 -93px;
	width: 20px;
	height: 18px;
	float: left!important;
	cursor: pointer;
}

.extrabed .select_box {
	width: 140px;
	margin-right: 20px;
	position: absolute;
	top: 0;
	left: 220px;
	z-index: 9999;
}

a.select_row {
	background: url(../img/arrow_down_med.png) no-repeat right 0;
	padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    display: inline-block;
}
a.select_row:hover {
   color: #000;
}

.add_extrabed {
	background: #f8f8f8 url(../img/add-remove.png) no-repeat 88px 6px;
	height: 20px;
	width: 340px;
	padding-left: 110px;
	padding-right: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #dbdbdb;
	cursor: pointer;
}

.add_extrabed.add .treatment_room_detail {
	width: 150px;
	display: inline;
	margin-left: 15px;
	font-weight: normal;
	font-style: normal;
}

.add_extrabed.add span {
}

.add_extrabed.add .close_row {
	float: right;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/add-remove.png) no-repeat 0 center;
}

.add_extrabed:hover {
	background-color: #e8e7e7;
}

.total_prize_room {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dbdbdb;
}

.total_prize_room span {
	margin-left: 15px;
	font-size: 12px;
}

.total_prize_rooms {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.total_prize_rooms span {
	margin-left: 15px;
}

.tab_content_acc .booknow {
	padding-right: 5px;
	padding-bottom: 5px;
}

/* Stili deprecati? */

.packetDetailQty {
    float: left;
    margin-right: 0;
    width: 40px;
}

.packetDetailEol {
    clear: both;
}
/* Fine Stili deprecati? */


/* IMG */

img.divAlignRight {
	float: right;
	border: 3px solid #e6e6e6;
	width: 174px;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* CONTENT */


/*  stili provvisori per tabella a fondo pagina rtelativa ai pacchetti */
.tabTariffeStruttura, .tabPolicy {
    width: 90%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial, 'Lucida Grande', Lucida, Verdana, sans-serif;
	margin: 0 auto 15px;
}
.tabTariffeStruttura td, .tabTariffeStruttura th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
}

.tabTariffeStruttura th.title {
	text-align: left;
	width: 220px;
	font-size: 26px;
}

.tabTariffeStruttura label {
	font-weight: normal;
	font-style: normal;
	display: block;
}

.tdintest {
    background-color: #3B3B3B;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Alegreya SC', serif;
    font-size: 16px;
    text-transform: lowercase;
}

.tdlabel {
    background-color: #E6E4E0;
    color: #000000;
    text-align: left;
    font-family: 'Alegreya SC', serif;
    font-size: 14px;
	text-transform: lowercase;
}

/* stili provvisori per tabella dinamica delle combo di prenotazione */

.tableListaCamere {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial, 'Lucida Grande', Lucida, Verdana, sans-serif;
    margin-top: 10px;
}

.tableListaCamere select {
    margin-top: 5px;
    width: 100%;
}

.numeroCamera th {

    color: #000000;
	font-size: 18px!important;
	padding-bottom: 5px;
	padding-top: 0;
	border-bottom: 1px dotted gray;
}

.tableListaCamere th {

    color: #000000;
    text-align: center;
    font-family: 'Alegreya SC', serif;
    font-size: 14px;
	text-transform: lowercase;
}

/* calendario */

.calContainer { /* div contenitore esterno */
    width: 280px;
	font: 10px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: transparent;
}

.calCellPast {  /* cella di calendario nel passato */
    background-color: #f4f4f4;
    color: #c6c6c6;
    text-align: center;
	margin-right: 1px;
    width: 28px;
    height: 28px;
	margin-bottom: 1px;
	line-height: 28px;
}

.calCellOdd {   /* cella di calendario giorno feriale, mese dispari */
    background-color: #eae9e9;
    color: #464646;
    text-align: center;
    color: #3b3b3b;
    margin-right: 1px;
    width: 28px;
    height: 28px;
	margin-bottom: 1px;
	line-height: 28px;
    cursor: pointer;
}

.calCellEven {  /* cella di calendario giorno feriale, mese pari */
    background-color: #eae9e9;
    color: #464646;
    text-align: center;
    margin-right: 1px;
    width: 28px;
    height: 28px;
	margin-bottom: 1px;
	line-height: 28px;
    cursor: pointer;
}

.calCellOddWE { /* cella di calendario fine settimana, mese dispari */
    background-color: #eae9e9;
    color: #464646;
    text-align: center;
    color: #3b3b3b;
    margin-right: 1px;
    width: 28px;
    height: 28px;
	margin-bottom: 1px;
	line-height: 28px;
    cursor: pointer;
}

.calCellEvenWE {    /* cella di calendario fine settimana, mese pari */
    background-color: #eae9e9;
    color: #464646;
    text-align: center;
    margin-right: 1px;
    width: 28px;
    height: 28px;
	margin-bottom: 1px;
	line-height: 28px;
    cursor: pointer;
}

.calCellToday { /* cella di calendario giorno attuale */
    background-color: #eae9e9;
    color: #464646;
    text-align: center;
    margin-right: 1px;
    width: 28px;
    height: 27px;
	margin-bottom: 1px;
	line-height: 27px;
    cursor: pointer;
	border-top: 1px solid black;
}

.calCellSelected {  /* cella di calendario selezionata */
    background-color: #a7a58d;
    text-align: center;
    color: #3b3b3b;
    margin-right: 1px;
    width: 28px;
    height: 28px;
	margin-bottom: 1px;
	line-height: 28px;
    cursor: pointer;
}

.calDayGrid {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calDayTopEmpty {   /* cella di riempimento in alto a sx, prima delle didascalie dei giorni della settimana */
    padding: 5px;
    margin: 2px;
    width: 25px;
    height: 20px;
}

.calDayTop {    /* cella di didascalia dei giorni della settimana */
    color: #fff;
    text-align: center;
    background-color: #3b3b3b;
    margin-right: 1px;
    width: 28px;
    height: 28px;
	line-height: 28px;
}

.calLeftMonthEmpty {    /* cella di riempimento a sx per i mesi */
    width: 35px;
    height: 26px;
	margin-right: 4px;
}

.calLeftMonth { /* cella per i mesi a sx */
    color: black;
    width: 35px;
    height: 26px;
	margin-right: 4px;
	border-top: 1px solid black;
	text-transform: uppercase;
}

.calButtonToday {   /* bottone "oggi" */
    padding: 0;
    margin: 2px;
    width: 60px;
    height: 20px;
    font: 10px verdana;
}

.calButtonNextW {   /* bottone "settimana successiva" */
    color: #fff;
    text-align: center;
    background-color: #3b3b3b;
	border: none;
}

.calButtonPrevW {   /* bottone "settimana precedente */
    color: #fff;
    text-align: center;
    background-color: #3b3b3b;
	border: none;
}

.calTopLeftEmpty {  /* cella di indentazione prima della combobox dei mesi */
    padding: 5px;
    margin: 2px;
    width: 25px;
    height: 1px;
}

.calMonthsCombo {   /* combobox mesi */
    margin: 4px 4px 10px;
    width: 100px;
    font: 10px verdana;
}

.calFooterPanel {   /* pannello footer per combo di selezione periodo */
    margin: 2px;
    width: 100%;
}

.calComboLabel {
	margin: 2px 10px 2px 0;
}

.calComboDays { /* combo giorni */
    width: 70px;
    font: 9px verdana;
	margin-bottom: 10px;
}

.calComboMonths {   /* combo mesi */
    width: 115px;
    font: 9px verdana;
}

/*  */

.calCounterPanel {
	position: absolute;
	top: 0;
	right: -40px;
	width: 60px;
	height: 85px;
	background-color: #373632;
	text-align: center;
 	color: #adab93;
}

.calCounterNumber { /* contatore persone */
 	display: block;
	margin-top: 13px;
	font: 30px/30px 'Alegreya SC', serif;
}

.calComboPeople {   /* combobox numero persone */
    width: 70px;
    float: right;
	margin-right: 35px;
}

.calPromoLabel {
    margin: 12px 10px 2px 0;
}

.calPromoInput {
    width: 180px;
    float: right;
    margin-right: 35px;
}

/*.calPromoInput:focus {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
}*/

.calFooterEmpty {   /* cella vuota per allineamento pulsante di invio */
    padding: 5px;
    margin: 2px;
    width: 240px;
    height: 1px;
}

.calButtonSend {
	margin-top: 15px;
	width: 152px;
}

.calPastItemOpt {
    color: silver;
}

/* Parte inferiore del calendario con le select */

.calComboSelect {
	padding: 10px;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #e1e1e0;
	margin-right: 40px;
	position: relative;
    margin-bottom: 10px;
}

.calLabelLock {
    padding: 8px 8px 8px 8px;
    background-color: #eae9e9;
    border: 1px solid #e1e1e0;
    width: 175px;
    margin: 0 0 12px 0;
}

.msgerrore {
    width: 640px;
	display: block;
	margin-bottom: 15px;
	float: right;
	background: #fff url(../img/attention.png) no-repeat 10px 10px;
}

.msgerrore p {
    display: block;
	margin: 0;
	padding: 50px 50px 30px 80px;
	border-bottom: 3px solid #373632;
}

.msgerrore p a {

}
.msgerrore p button {
    display: block;
    margin: 40px auto 20px auto;
    border-radius: 4px;
}

.moreurl {
    padding-left: 10px;
    font-style: italic;
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}

.morecontents {
    padding-left: 8px;
    padding-right: 22px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 100%;
    color: black;
    background-color: white;
    border: 2px solid #dbdbdb;
}

.moreclose {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 2px;
    padding-bottom: 2px;
}

/* Stili relativi allo STEP 3 */

.bodystep3 form {
	background-color: #fafaf9;
	border-top: 1px solid #ececeb;
	padding: 20px 70px;
}

.main_box {
	background-color: white;
	border: 1px solid #373632;
	margin-bottom: 10px;
}

.main_box .riepilogo {
	font-size: 10px;
	text-transform: uppercase;
}

.riepilogo_room {
	margin-bottom: 10px;
}

.riepilogo_room .whitebox {
	width: 760px;
	margin-left: 58px;
	margin-bottom: 0;
	border-top-style: none;
}

.main_box strong {
	font-size: 14px;
}

.main_box h2 {
	margin: 0;
	text-transform: lowercase;
	color: #fafaf9;
	background-color: #373632;
	padding-left: 10px;
	font: normal 22px 'Alegreya SC', serif;

}

.whitebox {
	background-color: white;
	border: 1px solid #dbdbda;
	margin-bottom: 10px;
	padding-top: 15px;
}

.coldetails_step3 {
	width: 135px;
	height: 100px;
	float: right;
    overflow: hidden;
}


.col {
	float: left;
	margin: 20px 0 20px 20px;
	*padding-bottom: 20px;
}

.listering {
	min-height: 100px;
}
.listering .col p {
	margin-bottom: 0;
}

.col60 {
	width: 60px;
}
.col80 {
	width: 80px;
}
.col120 {
	width: 120px;
}
.col150 {
	width: 150px;
}
.col160 {
	width: 160px;
}
.col300 {
	width: 300px;
}
.col380 {
	width: 380px;
}
.col420 {
	width: 420px;
}

.col480 {
	width: 480px;
}
.col665 {
	width: 665px;
}
.last {
	margin-right: 0;
	padding-right: 0!important;
}
.trash {
	background: url(../img/ic-trash02.gif) no-repeat 0 0;

	width: 30px;
	height: 30px;
	font-size: 12px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	float: right;

	}

.bkgNoc {
	background-color: #e6e4e0;
}

#Inserisci.button {
	width: 300px;
	float: right;
	margin: 10px auto;
}

/* Stili relativi allo STEP 04 */

.bodystep3 #corepagina {
	background-color: #fafaf9;
	border-top: 1px solid #ececeb;
	padding: 20px 10px 0;
}

.bodystep3 #contenuti {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

.bodystep3 #contenuti p {
	margin-bottom: 15px;
}

.bodystep3 li a.linkbordeaux {
	text-align: center;
	border-top: 1px solid #c2c2c0;
	border-bottom: 1px solid #c2c2c0;
	display: block;
	margin-top: 35px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #373632;
	font-size: 14px;
}

/* -------------------- Page camere ------------------------ */

.tabs {
	width: 277px;
	height: 90px;
	margin-left: 10px;
	background-color: #eaeae9;
	padding: 1px;
	margin-bottom: 5px;
	border-top: 1px solid #e2e2e1;
	border-bottom: 1px solid #e2e2e1;
	border-left: 1px solid #e2e2e1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #333;
}
.tabs:hover {
    color: #999;
}

.tabs img {
    position: absolute;
}
.tabs div.img-tabs {
    position: relative;
    width: 119px;
    height: 89px;
    overflow: hidden;
	float: left;
	margin-right: 10px;
	display: block;
}

.tabs span {
	display: block;
}

/** .tabs a {
	color: #333;
}

.tabs a:hover {
	color: #999;

} **/

.tabs span.title {
	margin: 10px 0 12px;
	padding: 0;
	color: #3b3b3b;
	font: 16px/1em 'Alegreya SC', serif;
	text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
    height: 30px;
}

.tabs.selected {
	margin-left: 0;
	background-color: white;
	width: 287px;
	-webkit-box-shadow:  -3px 0px 3px 0px rgba(00, 00, 00, 0.7);

        box-shadow:  -3px 0px 3px 0px rgba(00, 00, 00, 0.3);
}

.tab_content_room {
	width: 640px;
	float: right;
}

.n_guest strong, .n_extrabed strong {
    margin: 0 0 0 6px;
}

#top_title {
	position: relative;
	background-color: #373632;
	height: 35px;
}

#top_title h2 {
	color: #a2a18f;
	text-transform: uppercase;
	line-height: 35px;
	padding-left: 10px;
	margin: 0;
    width: 520px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* detail_room */

#detail_room {
	position: absolute;
	z-index: 999;
	right: 0;
	top: 0;
}

#detail_room .detail_button {
	margin: 1px;
	padding: 0;
	position: relative;
	height: 33px;
	width: 110px;
	background: #a2a18f url(../img/arrow_down.png) no-repeat right center;
}

#detail_room .detail_button a {
	padding: 0;
	display: block;
	color: #fff;
	line-height: 33px;
	margin: 0 0 0 10px;
	text-shadow: 1px 1px 2px #646357;
        filter: dropshadow(color=#646357, offx=1, offy=1);
}

#detail_room .detail_info {
	width: 599px;
	position: absolute;
	background-color: #373632;
	top: 34px;
	z-index: 9998;
	right: 0;
	visibility: hidden;
	padding: 20px 20px 40px;
	color: white;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-8 */

}

#detail_room:hover .detail_info {
	visibility: visible;
}


/* ------ mobilyslider -----------------------------------*/

.slider {
width:100%;
height:320px;
	background-color: #4b4a46;
	margin-bottom: 0px;
	position: relative;
}


.sliderContent {
width:640px;
height:320px;
clear:both;

position:relative;
overflow:hidden;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image: url(../img/prev_next.png);
width:30px;
height:30px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position: 0 0;
left:15px;
}

.prev:hover {
background-position:0 -30px;
}

.next {
right:15px;
background-position:-30px 0;
}

.next:hover {
background-position:-30px -30px;
}

.sliderContent .item {
position:absolute;
z-index: 2;
overflow:hidden;
}


.sliderBullets {
}


.sliderContent a {
outline:none;
}

#availability_room h4{
	float: left;
	color: #a2a18f;
	font-size: 24px;
}

#availability_room .floatR {
	float: right;
	width: 450px;
	margin-bottom: 20px;
}

.description_table {
	padding: 10px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	margin-bottom: 20px;
	color: #666;
	font-size: 11px;
}
.description_table ul.legend {
	height: 30px;
}

.description_table ul.legend li{
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 30px;
	padding-left: 10px;
}

.description_table ul.legend li.green {
	background: url(../img/leg_green.gif) no-repeat left center;
}

.description_table ul.legend li.yellow {
	background: url(../img/leg_yellow.gif) no-repeat left center;
}

.description_table ul.legend li.red{
	background: url(../img/leg_red.gif) no-repeat left center;
}

.description_table ul.legend li.restriction{
	background: url(../img/angolino-rosso.png) no-repeat left center;
}

.big_back_button {
	float: right;
	height: 40px;
	width: 160px;
	background: #a2a18f;
	margin-right: 10px;
	border: 1px solid #373632;
}

.big_back_button a {
	color: #373632;
	text-transform: uppercase;
	padding-left: 10px;
	display: block;
	padding-top: 10px;
}

/* @group OLD CSS IN PAGE */

/*----- LAYOUT -------------*/

.bodystep3 #content {
	background-color: #fafaf9;
	border-top: 1px solid #ececeb;
	padding: 20px 70px;
}

.tabTariffeStruttura {
    clear:both;
	background-color: white;
}
.tabTariffeStruttura thead th, .tabTariffeStruttura thead td {

    text-align: left;
}
.tabTariffeStruttura tfoot td {
    font-size: 12px;
    padding: 12px 20px 8px 0;
	border-top: 1px solid #dbdbda;
}
.tabTariffeStruttura tfoot.tfootResult td {
    text-align: right;
}

.tabTariffeStruttura tfoot.tfootResult td strong {
	font-size: 16px;
}
.trigger li {
    list-style: none;
    margin-bottom: 10px;
    background: url(../img/arrow.gif) no-repeat 0 5px;
    padding-left: 8px
}

.pagamentoTot {
	height: 80px;
}

#stepTotale {
    float: right;
	background-color: #373632;
	color: #fafaf9;
	padding: 10px;
}
#stepTotale strong {
	display: block;
	text-align: right;
	font-size: 26px;
	line-height: 26px;
}
tr.tdLabel {
	width: 90px;
	vertical-align: middle;
}
td.tdlabel {
    background: #ececec;
    text-transform: uppercase;
    text-align:center;
    font-size: 12px;
}
tr.row0 {
    background: #eee;
    text-align: left;
}
tr.row1 {
    background: #e1e5e9;
    text-align: left;
}
td.tdTarStrut {
    font-weight: bold;
    text-align: left;
    color: #047cba;
    font-size: 12px;
}
tr.row0 td.tdTarStrut {
    background: #68b0ed;
    color: #fff
}
tr.row1 td.tdTarStrut {
    background: #a2cced;
}
div#boxssl {
    padding: 15px 180px;
    font-size: 12px;
    text-align:center;
	border-top: 1px solid #dededd;
	color: #666;
}
table.tableListaCamere th {

}
.ihBubble {
    position: relative;
    text-decoration: underline;
    font-size: xx-small;
    margin-left: 10px;
}
.popup {
    position: absolute;
    display: none;
    z-index: 5000;
    border-collapse: collapse;
    border: 1px dashed #999;
    width: 200px;
    background:#FFC;
    text-align:left;
    color: #000;
    padding: 10px;
}
.popup p {
    padding: 0;
    margin: 0
}
div#loading {
    padding: 5px;
}
div#loading img, div#loading {
    background: none;
    border: none
}
.boxsconto {
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

#divContent div.boxsconto h4, #divContent div.boxsconto h5, #divContent div.boxsconto h6 {
    font-weight: bold;
    text-align:left;
    font-size: 10px;
    border-bottom: 0;
    height: 14px;
    padding: 2px 0;
    margin: 0;
    width: 170px;
    float:left;
    color: #000;
    text-transform: uppercase;
}
.boxsconto ul {
    clear: both
}
#divContent .boxsconto li {
    width: 170px;
    float:left;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-align:left;
    padding: 2px 0;
    text-transform: uppercase
}
.sconto-totale span {
    text-decoration: line-through;
}
.sconto-totale strong, .sconto-totale b {
    text-decoration: none;
}
#divContent .boxsconto li.sconto-prenota {
    text-align:center;
    width: 70px;
}

table caption {
	text-align: left;
	text-transform: lowercase;
	font: bold 15px 'Alegreya SC', serif;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

table caption em {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.tabTariffeStruttura tbody td{
	font-size: 12px;
	padding-bottom: 10px;
}
.tabTariffeStruttura thead th {
	font-size: 10px;
	text-transform: uppercase;
}
.tabTariffeStruttura thead td {

}
.tabTariffeStruttura strong {
    color: #762929
}
.tabTariffeStruttura a {
    color: #762929
}

.parag-errore {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 8px;
    background-image: url(../img/warning.png);
    background-repeat: no-repeat;
    background-position: center 6px;
    background-color: #ecebeb;
    font-size: 14px;
    color: red;
    text-align: center;
    border-top: 1px solid #dbdbda;
}

.fieldError {
    font-size: 10px;
    color: red;
}

/* griglia di disponibilitÃ  */
.availgrid {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.availgrid table {
    font-family: Arial, 'Lucida Grande', Lucida, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    border-collapse: collapse;
    border-spacing: 0;
}

.availgrid table thead tr th {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.availgrid table thead tr th.availmonth {
    font-weight: bold;
    background-color: #ffffff;
    color: #444444;
    padding: 2px 2px 2px 2px;
    border: 1px solid #d3d2d0;
}

.availgrid table thead tr th.availdays {
    font-weight: bold;
    background-color: #e9e6e1;
    color: #444444;
    width: 28px;
    padding: 2px 2px 2px 2px;
    border: 1px solid #d3d2d0;
}

.availgrid table thead tr th.availleft {
    text-align: right;
}

.availgrid table thead tr th.availright {
    text-align: left;
}

.availgrid table thead tr th.availleft button,
.availgrid table thead tr th.availright button  {
    vertical-align: top;
    border-radius: 4px;
    margin: 0 2px 0 2px;
    font-size: 14px;
}

.availgrid .availholiday {
    background-color: #c2bfba !important;
}

.availgrid table thead tr th.availmonth span.availmonth-cut {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.availgrid table tbody tr td {
}

.availgrid table tbody tr td.availrate {
    border: 1px solid #d3d2d0;
    padding: 2px 2px 2px 2px;
    background-color: #474641;
    color: #bfbeb9;
    text-align: left;
    white-space: nowrap;
}

.availgrid table tbody tr td.availrate span.availrate-icon {
    display: inline-block;
    width: 16px;
    border-radius: 15px;
    border: 1px outset white;
    background-color: #e9e6e1;
    color: rgb(114, 114, 114);
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 0;
    margin: 2px 5px 2px 2px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.availgrid table tbody tr td.availrate span.availrate-icon:hover {
    background-color: white;
    border: 1px inset white;
}

.availgrid table tbody tr td.availrate span.availrate-cut {
    display: inline-block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.availgrid table tbody tr td.availrate-cell {
    border: 1px solid #d3d2d0;
    padding: 2px 2px 2px 2px;
    width: 28px;
    padding: 2px 2px 2px 2px;
    text-align: center;
    cursor: pointer;
}

.availgrid .availrate-red {
    background-color: #D6532B !important;
}
.availgrid .availrate-red:hover {
    background-color: #EB9175 !important;
}

.availgrid .availrate-yellow {
    background-color: #dbc708 !important;
}
.availgrid .availrate-yellow:hover {
    background-color: #EBE07E !important;
}

.availgrid .availrate-green {
    background-color: #72B450 !important;
}
.availgrid .availrate-green:hover {
    background-color: #A2D886 !important;
}

.availgrid .availrate-redsign {
    background-image: url(../img/angolino-rosso.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.rpInfo{
    width: 14px;
    height:14px;
    margin: -3px 0px 0px 2px;
}


ul#step1 {
    clear: both;
    width: 100%;
    height: 40px;
    background: url(../img/bckg-step.png) no-repeat center 0;
    font-size: 14px;
    line-height: 14px;
    display: block;
}

#divContentstep1 {
    background-color: transparent;
    margin-top: 10px;
}

.step1center {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
    border: 1px solid #DBDBDB;
    background-color: rgba(230, 228, 224, 0.9);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 12pt;
    font-weight: 600;
}

#ITH_MainForm div input{
    border: 1px solid #AAAAAA;
}

#ITH_dtCheckIn_div {
    padding: 5px 0 5px 0;
}

#ITH_dtCheckOut_div {
    padding: 5px 0 5px 0;
}

#ITH_Pax_div {
    padding: 5px 0 5px 0;
}

#ITH_Extra_div {
    padding: 5px 0 5px 0;
}

#ITH_Promo_div {
    padding: 5px 0 5px 0;
}

#ITH_Codag_div {
    padding: 5px 0 5px 0;
}

#childAgeLabel {
    padding: 10px 0 5px 0;
}
#ITH_Extra_div select {
    margin-right: 10px;
}

#ITH_dtCheckIn_div label {
    display: block;
}

#ITH_dtCheckOut_div label {
    display: block;
}

#ITH_Pax_div label {
    display: block;
}

#ITH_Extra_div label {
    display: block;
}

#ITH_Promo_div label {
    display: block;
}

#ITH_Codag_div label {
    display: block;
}
#ITH_MainForm button{
    float: right;
}

/* @end */