/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #795817;
 	font-size: 12px; 
 	margin-bottom: 25px;
	font-family: "Helvetica Neue", Helvetica, Lucida, sans-serif; 
}

html {
	background: #FAEED2;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}



img{
    border: 0;
    padding: 0;
    margin: 0;
}

a{
	color: #CB4E00;
	text-decoration: none;
}

a:hover{
	color: #66461F;
}

a:visited{
	color: #CB4E00;
}

a .layout{
	color: #CB4E00;
}


/*
	LOADING
*/

.loading{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url('../images/loader.gif') top left no-repeat;
}

/*
	COLORS
*/

.orange{
	color: #CB4E00;
}

.white{
	color: #FFFFFF;
}

/*
	LEFT RIGHT
*/

.left{
	float: left;
}

.right{
	float: right;
}


/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 940px;  
	margin: 0 auto; 
}
#Container { 
	width: 940px;
	padding-bottom: 15px;
	background: transparent;
}
#Layout {
	width: 940px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
	position: relative;
}
#Content {
	width: 735px;
	float: right; 	
	margin: 0;
	text-align: left;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #58ade1 url(../images/header.gif) repeat-x left center;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
	
	.addthis_toolbox{
		float: right;
		display: block;
		margin-right: 10px;
	}

/*
	BG HIGH
*/

* {
	margin: 0;
	padding: 0;
}


#BgContainer-high {
    width: 100%;  
    height: 136px;
	background: white;
}

#Container-high { 
    width: 940px;
    height: 136px;
    position: relative;
    margin: 0 auto;
	z-index: 999;
    background: url('../images/header_web.jpg') no-repeat;
}

#logo_oltreoceano{
	display: absolute;
	float: left;
	width: 500px;
	height: 100px;
}

#logo_bioabbr{
	display: absolute;
	float: left;
	width: 225px;
	height: 100px;
}


.slogan{
    position: absolute;
	top: 40px;
	left: 480px;
	font-size: 13px;
	color: #795817;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	line-height: 17px;
}

.flag-etc{
    position: absolute;
    right:0;
    top: 42px;
}

.bio, .areaR{
    display: block;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 8px;
	font-size: 13px;
	color: #CB4E00;
	border-left: 1px solid;
	padding-left: 10px;
}

.bio a, .areaR a{
	text-decoration: none;
}

.bio a:hover, .areaR a:hover{
	color: #795817;
}


/*
	TAB MENU
*/
	
	
.menu-medium-wrapper{
    display:block;
    z-index: 100;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    width: 940px;
}
.menu-medium{
    list-style: none;
    height:31px;
}
    .menu-medium a{
        text-transform: none;
        text-decoration: none;
    }
    
    .menu-medium a:hover{
        color: #66461F;
    }
    
    .menu-medium li{
        float: left;
        position: relative;
        text-transform: uppercase;
        margin: 0 5px;
        background: url('../images/gradiente_tab.jpg') left top repeat-x;
        line-height: 36px;
        width: 180px;
        height: 31px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align:center;
		font-weight: bold;
    }
    .menu-medium .First{
        margin-left: 0;
    }
    .menu-medium .Last{
        margin-right: 0;
        float:right;
    }
	


/**
	BIO ABBRONZATURA ETC
*/

.bio{
    margin-right: 12px;
}
    
    .city-container{
        text-align: center;
        margin-top: 10px;
    }
        
    .city-label,
    .city-input{
        margin: 5px;
        font-weight: bold;
    }
    
    .city-label{
        font-size: 20px;
    }

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	position: absolute;
	top: 96px;
	color: #795817;
	font-size: 13px;
	line-height: 18px;
}	
	
#nav li {
	float:left;
    display:block;
	padding: 5px 10px;
    /* background:#E0E0E0;*/
    position:relative;
    z-index:500;
    margin:0 1px;
}

#nav li a {
    display:block;
    padding:8px 5px 0 5px;
    font-weight:700;
    height:23px;
    text-decoration:none;
    text-align:center;
    color:#795817;
}
#nav li a:hover {
    color:#e66418;
}

#nav a.current {
    color: #CE0000;
}
#nav ul {
    position:absolute;
    left:0;
    display:none;
    margin:0 0 0 -1px;
    padding:0;
    list-style:none;
}

#nav li ul{
	margin-top: 4px;
	-moz-box-shadow: 0px 0px 13px #000000;
	-webkit-box-shadow: 0px 0px 13px black;
	box-shadow: 0px 0px 13px black;
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	
}

#nav li ul li{
	padding: 0;
	width:250px;
	background-color: #faeed2;
}

#nav ul li {
    width: 100%;
    float:left;
    border-top:1px solid #ecd8b3;
}

#nav li.first{
	border: 0;
}

#nav li li.last{
	border-bottom: 1px solid #ecd8b3;
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}


#nav ul a {
    display: block;
    height: 100%;
    padding: 8px 5px 8px 10px;
    color: #795817;
	text-align: left;
}
/* fix ie6, meglio inserirlo in un file .css separato */
*html #nav ul {
    margin:0 0 0 -2px;
}

/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/*
	HOME PAGE
*/


.homeImg{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 10px;
}

#scrollbar2 .window-content{
	display: block;
	float: left;
	width: 228px;
	height: 167px;
	margin-right: 9px;
}



#scrollbar2 .linker{
	display: block;
	clear: both;
	font-size: 14px;
	color: #795817;
	line-height: 20px;
	padding-top: 10px;
}
	
#scrollbar2 .window1{
	display: block;
	float: left;
	width: 228px;
	height: 134px;
	background: url('../images/fotocentro_bassano.jpg') top left no-repeat;
	box-shadow: 4px 4px 4px #999;
}
#scrollbar2 .window2{
	display: block;
	float: left;
	width: 228px;
	height: 134px;
	margin-right: 9px;
	background: url('../images/fotocentro_campodarsego.jpg') top left no-repeat;
	box-shadow: 4px 4px 4px #999;
}

#scrollbar2 { 
	width: 20px; 
	margin: 20px 0 10px; 
}
#scrollbar2 .viewport {
	width: 940px; 
	height: 170px; 
	overflow: hidden;
	position: relative; 
}

#scrollbar2 .overview img{ 
	float: left; 
}
#scrollbar2 .scrollbar{ 
	background: transparent; 
	position: relative; 
	margin: 0 0 0px; 
	clear: both; 
	height: 15px; 
}
#scrollbar2 .track { 
	background: url('../images/gradiente_chiaro.jpg') top left repeat;
	width: 100%; 
	height: 15px; 
	position: relative;
}
#scrollbar2 .thumb { 
	background: url('../images/slider.jpg') top left repeat; 
	height: 19px;
	border-radius: 10px;
	cursor: pointer; 
	overflow: hidden; 
	position: absolute;
	left: 0; 
	top: -2px;
	-webkit-box-shadow: 0 0 4px #B1ADA8;
	-moz-box-shadow: 0 0 4px #B1ADA8;
	box-shadow: 0 0 4px #B1ADA8;
	border-radius: 5px;
	border: 1px solid #F3F2F0;
}
#scrollbar2 .thumb .end{ 
	background: transparent;
	overflow: hidden; 
	height: 13px; 
	margin-right: 5px;
	width: 5px;
}
#scrollbar2 .disable { 
	display: none;
}

	
/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 180px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		background: #f0e5c7;
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		color: #795817;
		font-weight: bold; 
		font-size: 15px; 
		margin: 0 0 10px 0;
		padding: 1px 0 0 10px;
		font-size: 17px;
		line-height: 25px;
		background: #ecd8b3;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		width: 200px;
		margin: -5px 0 0 0;
	}
	
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 173px;
            font-size: 12px;
            line-height: 14px;
            color: #795817;
			padding: 5px 0;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #fff1d6;
        	color: #d0570e;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      			
			

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}

	
/*
    QUICK LINK
*/

.grey1{
    height: 1px;
    background: #E3E2DE;
    border: none;
}

.quick-link{
    width: 940px;
    overflow: auto;
}

.quick-link .section{
    float: left;
    width: 155px;
}

.quick-link .section h3{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

.quick-link ul{
    list-style: none;
    font-size: 12px;
}
.quick-link ul li{
    line-height: 17px;
}
.quick-link a{
    text-decoration: none;
    color: #795817;
}
.quick-link a:hover{
    color: #795817;
    text-decoration: underline;
}

/* FOOTER
----------------------------------------------- */

.footer-apri,
.footer-chiudi{
	display: block;
	float: right;
	cursor: pointer;
}

#FooterAnagrafe{
	display: block;
	float: left;
}

#Footer { 
 	clear: both;  
	width: 940px; 
	text-align: left; 
	background: transparent;
	font-size: 11px;
}
  	#Footer p {
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
        #Footer a {  
			text-decoration: none;
			color: #795817;
        }
        #Footer a:hover {
			text-decoration: underline;
        }
/*
	PAGINA QUESTIONARI
*/		
		
.label-form{
	display: block;
	float: left;
	font-size: 15px;
	width: 550px;
	line-height: 27px;
}

.row-form{
	display: block;
	float: left;
	margin: 10px 10px;
	padding: 15px;
	background-color: #d7be86;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 10px #66461f;
	-webkit-box-shadow: 0 0 10px #66461F;
	box-shadow: 0 0 10px black;
	width: 665px;
}

.row-form textarea{
	width: 658px;
	height: 80px;
}


#Form_FormValutazioni #Centro {
	margin-left: 10px;
}

#Form_FormValutazioni #Centro label{
	display: block;
	float: left;
	font-size: 15px;
}

#Form_FormValutazioni select{
	padding: 4px;
	border-radius: 5px;
}

.fader-page-wrapper{
	display:block;
	float: left;
}

#fader-page{
	width: 220px;
	height: 220px;
	float: left;
}

	
	
.gradient-section{
	background: url('../images/titolo_centri.jpg') top left repeat-x;
	height: 71px;
	margin: 10px auto;
}
	
hr.orange{
	height: 1px;
	background: #CB4E00;
	border: none;
	margin-left: 100px;
	width: 80%;
	margin-bottom: 2px;
}


.box-promo{
	display: block;
	float: left;
	clear: both;
	width: 845px;
	margin: 11px;
}

	.box-promo img{
		margin: 0px 10px;
		float: left;
	}

	
	.box-promo .title{
		font-weight: bold;
		padding-left: 10px;
		display: block;
		float: right;
		width: 595px;
		line-height: 52px;
		font-size: 17px;
		background: url('../images/gradiente_titoli.jpg') repeat-x top left;
		margin: 0px auto;
	}
	
	.box-promo .abstract{
		font-size: 15px;
		line-height: 22px;
		padding-left: 10px;
		display: block;
		float: left;
		margin-left: 14px;
		margin-top: 5px;
		width: 591px;
	}

.prenota-small{
	display: block;
	background: url('../images/gradiente_prenota.jpg') repeat-x top left;
	margin: 4px;
	line-height: 15px;
	padding: 6px;
	font-size: 15px;
	float: right;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px #B1ADA8;
	-moz-box-shadow: 0 0 4px #B1ADA8;
	box-shadow: 0 0 4px #B1ADA8;
	border-radius: 5px;
	border: 1px solid #F3F2F0;
}


.news-container{
	display: block;
	float: left;
	width: 426px;
	height: 165px;
	margin-right: 25px;
	margin-bottom: 10px;
	position: relative;
	
	padding-bottom: 15px;
	padding-right: 2px;
	margin-bottom: 10px;
	background: #ECDAB6;
}
	
	.news-container .area-photo{
		display: block;
		float: left;
		margin-right: 8px;
		margin-bottom: 8px;
	}


	.news-container .Descrizione{
		font-size: 14px;
		line-height: 16px;
		float: left;
		display: block;
		margin-top: 10px;
		margin-bottom: 5px;
		padding: 0 7px;
	}
	
	
	.news-container .prenota-small{
		line-height: 12px;
		font-size: 12px;
		position: absolute;
		bottom: 3px;
		right: 3px;
	}

.news-title{
	-moz-box-shadow:  2px 2px 2px #AAA;
	-webkit-box-shadow:  2px 2px 2px #AAA;
	box-shadow: 2px 2px 2px #AAA;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#AAAAAA', Direction=135, Strength=1);
	line-height: 52px;
	font-size: 17px;
	background: url('../images/gradiente_titoli.jpg') repeat-x top left;
	position: relative;
}

.news-title span{
	margin-left: 5px;
}

.galleria-thumb{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*
    Page numbering
*/

.page-number{
    text-align: center;
    display: block;
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

/*
	SITE MAP
*/

.sitemap{
	display: none;
	background: transparent;
	width: 940px;
	border-bottom: 1px solid #E3E2DE;
	border-top: 1px solid #E3E2DE;
	margin-top: 25px;
}

.site-map-list{
	margin-top: 25px;
	margin-bottom: 25px;
}

.site-map-parent{
	margin-top: 10px;
	list-style: none;
	font-size: 13px;
	color: #795817;
}

.site-map-parent a{
	color: #795817;
}

.site-map-parent span{
}

.site-map-sons {
	display: block;
	float: left;
	width: 100%;
	margin-top: 7px;
}

.site-map-sons li {
	float: left;
	width: 156px;
	height: auto;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}

.site-map-sons li a {
	color: #B3AD97;
	text-decoration: none;
}

.site-map-sons li a:hover {
	color: #CB4E00;
}

.site-map-sons-sons {
	padding-top: 10px;
	display: block;
	float: left;
}

.site-map-sons-sons li {
	display: block;
	clear: both;
	padding-bottom: 4px;
	float: left;
	font-size: 10px;
	font-weight: normal;
}

.typography .prodotti,
.prodotti{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.typography .prodotti li,
.prodotti li{
	margin: 5px 0;
	padding: 5px;
	background: #f0e5c7;
}

.typography .prodotti li div.descrizione,
.prodotti li div.descrizione{
	float:left; 
	width: 610px;
	font-size: 12px;
}

.typography .prodotti li div.descrizione p,
.prodotti li div.descrizione p{
	font-size: 12px;
}


.typography .prodotti li img,
.prodotti li img{
	padding-right: 10px;
}

.prodotti li .codice{
	color: #d0570e;
	font-weight: bold;
	text-transform: uppercase;
}

#pagination{
	padding: 5px;
}

.typography #pagination a,
#pagination a,
#pagination .active
{
	padding: 2px 10px;
	margin: 2px;
	border: 1px solid #795817;
}

#pagination .active{
	padding: 2px 7px;
	background-color: #ecd8b3;
}
