body {
	font: 68%/1.4 Arial, Helvetica, sans-serif;
	background: #f2faff;
	margin: 0;
	padding: 0;
	color: #000;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
.logo {
	width: 485px;
	height: 64px;
	margin: 0 12px;
	padding: 0;
	float: left;
}
.logo a {
	background: url(http://www.prenotazionealberghi.it/imageHotel/it/logo.jpg) no-repeat top left;
	display: block;
	text-indent: -500em;
	width: 485px;
	height: 64px;
}
.payoff {
	color: #0896ff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 17px 0 0 17px;
}

.languages {
	float: left;
	margin: 30px 0 0 30px;
}
ul {
	margin: 0;
}
.firstnav {
	padding: 14px 10px 9px 10px !important;
	font-size: 13px;
	font-weight:bold;
	color: #FFF;
	clear: both;
	background: url(http://www.prenotazionealberghi.it/imageHotel/bgarancio.jpg) no-repeat;
	width: 100%;
	text-align: right;
}
.firstnav a:link,
.firstnav a:visited {
	color: #FFF;
	text-decoration: none;
}
.firstnav a:hover {
	text-decoration: underline;
}
.firstnav li {
	display: inline;
	list-style: none;
	padding: 14px 10px 5px 10px !important;
	border-left: 1px solid #FFF;
}
.areaaffiliati {
	margin-right: 35px !important;
}
.posizionamenti {
	border-left: none !important;
}

.secondnav {
	margin: -6px 0 0 0;
	padding: 13px 10px 7px 0 !important;
	font-size: 13px;
	font-weight:bold;
	color: #FFF;
	clear: both;
	background: #0896ff;
	width: 100%;
	text-align: left;
}
.secondnav a:link,
.secondnav a:visited {
	color: #FFF;
	text-decoration: none;
}
.secondnav a:hover {
	text-decoration: underline;
}
.secondnav li {
	display: inline;
	list-style: none;
	padding: 14px 10px 9px 10px !important;
	border-left: 1px solid #FFF;
}
.hotel {
	border-left: none !important;
	//background: url(http://www.prenotazionealberghi.it/imageHotel/active.jpg) center top no-repeat;
}
.footernav1 {
	margin: 15px 0 0 0;
	padding: 10px 10px 7px 0 !important;
	font-size: 13px;
	font-weight:bold;
	color: #0896ff;
	clear: both;
	width: 100%;
	border-top: 7px solid #fdb902;
	border-bottom: 1px solid #fdb902;
	text-align: center;
	background-color: #ffffff;
}
.footernav1 a:link,
.footernav1 a:visited {
	color: #0896ff;
	text-decoration: none;
}
.footernav1 a:hover {
	text-decoration: underline;
}
.footernav1 li {
	display: inline;
	list-style: none;
	padding: 0 10px !important;
	border-left: 2px solid #0896ff;
}
.home {
	border-left: none !important;
	padding: 0 !important;
}
.footernav2 {
	margin: 0;
	padding: 10px 10px 7px 0 !important;
	font-size: 13px;
	font-weight:bold;
	color: #0896ff;
	clear: both;
	width: 100%;
	text-align: center;
}
.footernav2 a:link,
.footernav2 a:visited {
	color: #0896ff;
	text-decoration: none;
}
.footernav2 a:hover {
	text-decoration: underline;
}
.footernav2 li {
	display: inline;
	list-style: none;
	padding: 0 10px !important;
	border-left: 2px solid #0896ff;
}
.footer {
	text-align: center;
	font-size: 12px;
	font-weight: regular;
	color: #003580;
	margin: 25px 0 45px 0;
}
.spanazzurro {
	color: #45adfa;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 1000px;
	background: #FFF;
	margin: 10px auto 50px auto; /* the auto value on the sides, coupled with the width, centers the layout */
-moz-box-shadow: 0 0 15px #9aa4a9;
-webkit-box-shadow: 0 0 15px#9aa4a9;
box-shadow: 0 0 15px #9aa4a9;
overflow: hidden;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {

	padding: 10px 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*pagina hotel */

.breadcrumb {
	color: #0896ff;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 10px;
}
.breadcrumb span {
	color: #feba02;
	font-weight: normal;
}
.firstcol {
	width: 444px;
	float: left;
	margin: 0 0 0 18px !important;
	padding: 0 !important;
}
.stelle {
	color: #fdb902;
	font-size: 30px;
	margin: -26px 0 0 200px !important;
	float: left;
}
.firstcol h2 {
	margin: 0 !important;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #0896ff;
}
.prezzi-date {
	color: #003583;
	font-weight: normal;
	font-size: 12px;
	clear: both;
	line-height: 14px;
	float: left;
	margin: 0 0 33px 0;
	padding: 0;
}
.prezzi-date span {
	font-weight: bold;
}
.tripadv {
	float: left;
	width: 126px;
	margin: -36px 0 0 160px;
}
.description {
	clear: both;
	margin: 0;
	padding: 33px 0 18px 0;
	font-size: 14px;
	font-weight: normal;
	color: #6d6e71;
	border-bottom: 1px solid #0896ff;
	border-top: 1px solid #0896ff;
}
.description h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.description p {
	margin: 0;
	padding: 0 0 15px 0;
}
.camereh2 {
	font-size: 14px !important;
	font-weight: bold;
	color: #0896ff;
	padding: 23px 0 !important;
}


/*accordion*/
.applemenu{
margin: 0 0 30px 0;
padding: 0;
width: 100%; /*width of menu*/
font-size: 14px;
font-weight: normal;
color: #6d6e71;
}
.silverheader2 h3 {
	margin: 0;
	padding: 18px 0 0 0;
	color: #0896ff;
	font-size: 14px !important;
	font-weight: bold;
	border-top: 1px solid #0896ff;
}
.silverheader2 p {
	margin: 0 !important;
	padding: 0 !important;
}
.applemenu div.silverheader {
	overflow: hidden;
	padding: 0 0 10px 0;
}
.more a:link,
.more a:visited {
	color: #0896ff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 0 210px;
	text-align: right;
}
.more a:hover {
	text-decoration: underline;
}
.less a:link,
.less a:visited {
	color: #0896ff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}
.less a:hover {
	text-decoration: underline;
}
.prezzo {
	margin: 20px 0 0 210px;
	padding: 0;
	float: left;
}
.prezzo-prenota {
	clear: both !important;
	overflow: hidden !important;
	margin: -14px 0 0 0;
}
.prezzo span {
	color: #0896ff;
}
.prenotaorepuls a:link,
.prenotaorepuls a:visited {
	background: #faad11;
	border-radius: 5px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	font-weight: bold !important;
	width: 111px !important;
	font-size: 14px !important;
	float: right;
}
.prenotaorepuls a:hover {
	background: #FFF;
	color: #faad11;
}
.applemenu div.silverheader a{
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}

.applemenu div.silverheader2 {
	margin: 0;
	padding: 0;
}

.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
clear: both;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu div.submenu h3 {
	margin: 0 !important;
	padding: 0 !important;
	color: #0896ff;
	font-size: 14px !important;
	font-weight: bold;
}

.secondcol {
	width: 440px;
	float: left;
	margin: 0 0 0 40px;
}
.map {
	border-bottom: 1px solid #0896ff;
	padding: 30px 0;
}
.box-prenotazione {
	width: 410px;
	/*border-radius: 15px;*/
	background: #e5e5e5;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
/*
.box-prenotazione label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4f;
}
.box-prenotazione input {
	border: 1px solid #0896ff;
	font-size: 12px;
	padding: 3px;
}
.camereinput select {
	width: 128px;
}
.camerelabel {
	clear: both;
}
.camereinput,
.verificadisp {
	float: left;
	width: 200px;
}
*/
.verificadisp input {
	background: #faad11;
	border-radius: 5px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
	font-weight: bold !important;
	font-size: 14px !important;
	border: none !important;
	margin: 15px 0 0 0;
}
.verificadisp input:hover {
	background: #FFF;
	color: #faad11;
}
.checkin {
	float: left;
	width: 200px;
}
.checkout {
	float: left:
	width: 200px;
}
.servizi {
	height: 400px;
	overflow: scroll;
	border-bottom: 1px solid #0896ff;
	padding: 0 0 20px 0;
	color: #505050;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	/*background: url(http://www.prenotazionealberghi.it/imageHotel/freccieslide.png) no-repeat right 30px;*/
	background: url(http://www.prenotazionealberghi.it/imageHotel/null.png) no-repeat right 30px;
}
.servizi h3 {
	border-bottom: 1px solid #0896ff;
	padding: 20px 0;
	margin: 0;
	color: #0896ff;
	font-size: 14px !important;
	font-weight: bold;
}
.linkdiservizo,
.linkdiservizo ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0896ff;
	padding: 25px 0;
}
.linkdiservizo li {
	margin: 0 0 5px 0;
}
.linkdiservizo a:link,
.linkdiservizo a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #0896ff;
	text-decoration: none;
}
.linkdiservizo a:hover {
	text-decoration: underline;
}
.condividi h3 {
	border-bottom: 1px solid #0896ff;
	padding: 20px 0;
	margin: 0;
	color: #0896ff;
	font-size: 14px !important;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.gallery {
	border-bottom: 1px solid #0896ff;
	padding: 20px 0;
	color: #505050;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
.gallery p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* aggiunti elia */
#bricioleDiPane
{
	padding-bottom:10px;
	padding-top:10px;
	padding-left: 18px;
}
#boxRound
{
	width:380px;
	min-height:200px;
	padding-left:18px;
	padding-right:18px;
	background-color:#0896FF;
}
#boxRoundNazioni
{
	width:410px;
	min-height:260px;
	padding-left:3px;
	padding-right:3px;
	background-color:#F1F5FA;
	border-left-style:solid;
	border-right-style:solid;
	border-color: #0896FF;
	border-width: 1px;
}
#boxTesto
{
	width:380px;
	min-height:260px;
	padding-left:18px;
	padding-right:18px;
	background-color:#F1F5FA;
	border-left-style:solid;
	border-right-style:solid;
	border-color: #0896FF;
	border-width: 1px;
}

#titoliNazioni 
{
		color:#003580;
		font-size:11px;
		font-weight:bold;
		padding-top:16px;
		padding-left:6px;
		padding-right:6xp;
		width: 500px
}
#titoliNazioni a
{
		color:#FEBA02;
		font-size:11px;
		text-decoration: underline;
}
#titoliNazioni a:hover
{
		color:#E8A902;
		font-size:11px;
		text-decoration: underline;
}
#boxRoundDestinazioniTop
{
	width:380px;
	height:260px;
	padding-left:18px;
	padding-right:18px;
	background-color:#ffffff;
	
	border-color: #FDB902;
	border-left-style:solid;
	border-right-style:solid;
	border-width: 1px;
	color: #003580;
}

#corpoBianco
{
	padding:18px;
}
.titoloBianco
{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.titoloBianco a
{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}
.titoloBlu
{
	color:#0896FF;
	font-size:16px;
	font-weight:bold;
}
.titoloBlu a
{
	color:#0896FF;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}
.titoloBlu i
{
	color:#4d4d4f;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}
.scritteGrigie
{
	color:#4d4d4f;
	font-size:14px;
	
}

.floatLeft
{
	float:left;
}
.50percento
{
	width:50%!important;
}
h1
{
	font-size: 18px;
	color: #fdb902;
	font-weight: bold;
}
h1 a
{
	font-size: 18px;
	color: #0896ff;
	font-weight: bold;
	text-decoration: none;
}
h2
{
	font-size: 14px;
	color: #003580;
	margin-top: 8px;
	margin-bottom: 8px;
}
.linkHome a
{
	font-size: 12px;
	color: #003580;
	text-decoration: none;
	font-weight: bold;
}
h3
{
	font-size:12px;
	color: #6d6e71;
}
h3 a
{
 text-decoration: none;
}

    
.titolo
{
	color:#FDB902;
	font-size:14px;
}
.titolo a
{
	color:#0896FF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none; 
} 
