/**
 * Design. (c) Jason Earl, 2005, Virtual Function
 *
 * "tableless" design known to work (and tested) on Mozilla, and IE 6.
 * Should also work KHTML (Konqueror and Safari)
 */


/* -----------------------------------------------------------
						Generic
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;	
	font-family: Verdana, Arial, sans-serif;
	background-color: #f1e5ce;
}

.ray_a_new {
    position: absolute;
    top: 50px;
    right: 100px;
    padding:3px;
    border: 1px dotted #ffffff;
}
.ray_a_new a {
    font-size: 20px;
    background: url(/images/new.jpg) no-repeat left center;
    padding-left: 40px;
}

#rassegna_stampa {
    margin: 10px 10px 10px 203px;
    padding: 20px;
    border: 1px dotted #999999;
}
#rassegna_stampa h2 {
    font-size: 24px;
    font-family: Arial Black;
    font-stretch: condensed;
    padding: 0 0 20px 0;
    margin: 0;
}
#rassegna_stampa a {
    font-size: 16px;
}
#rassegna_stampa td {
    border-bottom: 1px solid #000000;
    margin: 0;
    padding: 5px 0px 5px 0px;
}
#rassegna_stampa p {
    font-size: 10px;
    color: #999999;
    font-family: Arial;
    padding: 0;
    margin: 0 0 0 15px;
}

a:link,
a:visited {
	text-decoration: none;
	/*color: #3b6ba8;*/
	color: black;
}

a:hover {
	color: #f1ab1b;
	/*border-bottom: #bdf 1px solid;*/
}

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

.pageWrapper {
	margin: 0 10%;
	width: auto;	
}

/** Uncomment below for liquid width (expands and contracts with browser window width 
*/
.pageWrapper {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	margin-bottom: 25px;
	/*border: 1px solid blue;*/
}


/* extension to page wrapper */
div#bodyWrap {
	/*background: url('/images/back_top.jpg') repeat-x;*/
	margin: auto;
}

div#bodyWrap {
	width: 990px;
	margin: auto;	
	/*border: 1px solid green;*/
}

img.product, 
.product img {
	border: 1px solid #225F82;
	margin: 12px 8px 4px 8px;
}

.content .product {
	text-align: center;
}

.subBarInner p {
	margin: 8px 8px 2px 8px;
	padding: 0;
}

.product {
	font-weight: bold;
	color: #0B70CE ! important;
}

div.wide3 {
	width: 33%;
	float: left;
	text-align: center;
}

input[type=text],
input[type=button],
input[type=submit],
select,
textarea
{
	background: #F6F9FB;
	border: 1px solid #225F82;
}

/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 8px 0;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #164677;
	font-weight: bold;
    margin-left: 8px;
}

h1 span {
	float: right;
	color: #69839B;
}

h3 {
	font-size: 16px;
	color: #164677;
	font-weight: bold;
    border-bottom: 1px dotted #164677;
	
}
/* -----------------------------------------------------------
					View Controllers
----------------------------------------------------------- */

.clear {
	clear: both;
}

.hide, #oldBrowserNotice, 
.ieSixCharDupBug {
	display: none;
}

/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */

#header 
{
	position: relative;	
	/*margin-right: -2px;*/ /* Box model adjustment */	
	/*margin-bottom: 25px;
	border: 1px solid white;
	background-color: #e8dfd7;*/
}

#header #logo {
	
	float: left;
	background: url('/images/logo_meriva.gif') no-repeat #FFF;
	margin: 0 -3px;
	height: 65px;
	position: absolute;
	z-index: 100;	
}

#header #logo h1 {
	display: none;
}

#image 
{
	position: relative;
	z-index: 1;	
	width: 984px;
	height: 339px;	
	background: url('/images/headerImage.jpg') no-repeat;
	border: 4px solid white;
	/*margin-bottom: 25px;*/
}

#headerBottom
{
	position: relative;
	/*top: -23px;*/
	left: -3px;
	width: 990px;
	height: 0px;
	/*background: url('/images/headerImage_bottom.jpg') no-repeat;*/
	background-color: white;
	z-index: 10;
}

#footer
{
	text-align: center;
	width: 990px;
	padding:0px; 
	margin: auto;	
	margin-top: 5px;
	clear: both;
}


/* -----------------------------------------------------------
						Layout Controls
----------------------------------------------------------- */

/* --------------------- Common to both -------------------- */

#mainInner,
div.subBarInner,
div.subTitleInner {
	z-index: 2;
	width: 100%;
	border-right: #FFF 2px solid;

}

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
}

#mainOuter div.left,
#mainOuter div.right,
#mainOuter div.content,
div.subBarInner div.content,
div.subBarInner div.right,
div.subTitleInner div.content,
div.subTitleInner div.right {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

/* --------------------- The Sub Bar Piece -------------------- */

div.subBarOuter,
div.subTitleOuter {
	z-index: 1;
	border-style: solid;
	border-color: #E5EDF1;
	border-width: 0;
}

div.subBarInner div.right,
div.subTitleInner div.right {
	float: right;
	width: 20em;
	margin: 0 -20em 0 1px;
}

div.subBarInner div.content,
div.subTitleInner div.content {
	margin: 0 -1px; /* Ensure floating */
	width: 100%;
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
	border-left: 16em #E6EEF0 solid;
	border-right: 8px #0B70CE solid;
}

#mainInner {
	border-left: 2px solid #FFF;
	background: #F0F3F2;
}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 100%;
}

#mainOuter .right {
	/* Not used for now */
	float: right; 			/* Possiblity for NN4 layout */
	width: 15em;
	margin: 0 -15em 0 1px;	/* Column position */
}

#mainOuter .left {
	width: 16em;
	margin: 0 1px 0 -16em;	/* Column position */
}

/* -----------------------------------------------------------
					Decoration Fix-up Pieces
----------------------------------------------------------- */

div.gap {
	border-top: 2px solid #FFF;
	background: #CDE;
	position: relative;
}

html>body .mozclear {
	border-bottom: 1px solid white;	/* help mozilla recognize empty  clearing element */
	margin-bottom: -1px;                  /* compensate for 1px space used by border */
}

/* -----------------------------------------------------------
						Fix BugIE :-|
----------------------------------------------------------- */

* html #mainInner, * html div.subBarInner, * html div.subTitleInner {
	position: relative;	/* fix a render bug in IE under certain conditions */
}

* html div.gap {
	margin-right: -4px;
}

* html #mainOuter {
	border-right: 4px #0B70CE solid;
}

.leftInside,
.titleSide,
#mainInner .left div.button1,
#mainInner .left div.button2 {
	margin-left: -2px;
	margin-right: 2px;
}


/* -----------------------------------------------------------
					Sub Bar (Thing under header)
----------------------------------------------------------- */

div.subBarInner {
	background: #F7F7EC  url('/images/bg2.gif');
	padding-bottom: 8px;
}

div.subBarInner span {
	display: block;

}

div.subBarOuter,
div.subTitleOuter {
	border-right-width: 20em;
}

div.subTitleOuter div.right,
div.subBarOuter div.right {
	text-align: center;
}

div.subTitleOuter {
	border-color: #CFE0E9;
}

div.subTitleInner {
	background: #E6EDE0 url('/images/bg1.gif');
	color: #164677;
}


/* ---------------------------------------------------------
							MENU
------------------------------------------------------------*/

.menu
{
	position: absolute;
	z-index: 100;	
	top: 4px!important;
	top: 4px;
	left: 230px;
	width: 160px;	
	height: 339px;	
	background-color: #bbcde9;	
}

#menu_logo
{		
	margin: 0px;
	padding: 0px;
	display: block;
	width: 160px;
	height: 140px;
	background: url('/images/Menu/menu_logo.png');
	background-repeat: no-repeat;
}

#menu_chisiamo
{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 160px;
	height: 33px;
	background: url('/images/Menu/menu_chisiamo.png');
	background-repeat: no-repeat;
}

a#menu_chisiamo:hover
{
	background: url('/images/Menu/menu_chisiamo_on.png');
}

#menu_contattaci
{
	margin: 0px;
	padding: 0px;
	display: block;
	width: 160px;
	height: 33px;
	background: url('/images/Menu/menu_contattaci.png');
	background-repeat: no-repeat;
}

a#menu_contattaci:hover
{
	background: url('/images/Menu/menu_contattaci_on.png');
}

#menu_cataloghi
{	
	display: block;
	width: 160px;
	height: 33px;
	background: url('/images/Menu/menu_cataloghi.png');
	margin: 0px;
	padding: 0px;
}

a#menu_cataloghi:hover
{	
	background: url('/images/Menu/menu_cataloghi_on.png');
}

#menu_offerte
{	
	display: block;
	width:160px;
	height: 33px;
	background: url('/images/Menu/menu_offerte.png');
	margin: 0px;
	padding: 0px;
}

a#menu_offerte:hover
{
	background: url('/images/Menu/menu_offerte_on.png');
}

#menu_strutture
{	
	display: block;
	width:160px;
	height: 33px;
	/*height: 152px;*/
	background: url('/images/Menu/menu_strutture.png');
	margin: 0px;
	padding: 0px;
}

a#menu_strutture:hover
{
	background: url('/images/Menu/menu_strutture_on.png');
}

#menu_agenzie
{	
	display: block;
	width:160px;
	height: 33px;	
	background: url('/images/Menu/menu_agenzie.png');
	margin: 0px;
	padding: 0px;
}

a#menu_agenzie:hover
{
	background: url('/images/Menu/menu_agenzie_on.png');
}


#menu_halloween
{	
	display: block;
	width:160px;
	height: 59px;
	background: url('/images/Menu/menu_halloween2.png') #fff;
	margin: 0px;
	padding: 0px;
}

.menu a:link,
.menu a:visited
{	
	float: left;
	height: 36px;
	color: white;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	letter-spacing: -1px;
	padding-top: 9px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: transparent;
}

.menu a:hover
{
	background: url('/images/Menu/menu_back_on.png') repeat-x;	

	border-bottom: 0px;	
}

.imgMenu
{
	float: left;
}


/* -----------------------------------------------------------
							Main Bar
----------------------------------------------------------- */

.titleSide,
.titleMain {
	padding: 8px 16px 4px 16px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 0.1em;
	height: 16px;
}

.titleSide {
	background: #164677 repeat-y left url('/images/title1.gif');
	color: #FFF;
	margin-bottom: 12px;
	font-size: 12px;
	padding-left: 24px;
}

.titleMain {
	background: #DBE2E2;
	font-size: 11px;
}

.titleMain a:link,
.titleMain a:visited {
	color: #5382B3;
}

.right p,
.content p {
	color: #274563;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 0 16px 8px 16px;
}

#mainInner .left ul {
	list-style-type: none;
	margin: 0 0 12px 12px;
	padding: 0;
}

#mainInner .left ul li {
	margin: 8px;
}

ul.dotted,
li.select {
	list-style-type: square;
	color: #40A3FE;
	margin-left: 52px;
}

.left .active a:link,
.left .active a:visited {
	font-weight: bold;
	color: #0471E1;
	list-style-type: square;
}

#mainInner .left ul.dotted {
	list-style-type: square;
}

#mainInner .left input {
	color: #000;
}

#mainInner .left div.button1,
#mainInner .left div.button2 {
	width: 100%;
	color: #163977;
	border: 0 none;
	border-top: #FFF solid 2px;
	padding: 6px 0;
}

#mainInner .left div.button1 a:link,
#mainInner .left div.button1 a:visited,
#mainInner .left div.button2 a:link,
#mainInner .left div.button2 a:visited {
	margin: 0 0 0 24px;
	font-size: 12px;
	font-weight: bold;
}

#mainInner .left div.button1 {
	background: #C9D6A6 url('/images/bg3.gif');
}

#mainInner .left div.button2 {
	border-bottom: #FFF solid 2px;
	background: #C9D6A6 url('/images/bg4.gif');
}

.mainContent1,
.mainContent2
{
	position: relative;	
	margin:auto;
	width: 984px;	
	background-color: white;
	overflow: auto;
}

.mainContent1
{
	border: 4px solid white;
}

.mainContent2
{
	border: 4px solid #f1ab1b;
}

#main
{	
	padding: 0px;
	margin: 0px;	
	height: 730px;
		
	background: #f1e5ce; /** color sabbia **/
	/*background-color: white;*/
	/*background: url('/images/backh500.png') no-repeat left 0px;*/
}


/*-------------------------------------------------------------------------
							OFFERTE
--------------------------------------------------------------------------*/


#divOffer
{
	float: left; 
	width: 300px; 
	padding:0px; 
	margin:0px; 
	position: relative;
	margin-right: 3px;
	/*background-color: white;*/
	background-color: #e3ebeb;
	height: 100%;	
	/*border: 1px solid red;*/
}


#divHeaderOffer
{
	padding-left: 2px;
	padding-top: 2px;
	height: 24px;
	background-color: #6aa69f;
}


.title
{
	font-weight: bold;
	/*letter-spacing: -1px;*/	
	text-align: left;
	font-size: 11px;
	padding-top: 2px;	
	margin-left: 5px;	
	height: 32px;
	/*border: 1px solid black;*/
}

.offerImg,
.structImg
{
	float: left;
	margin-left: 5px;
	width: 27%;
	/*border: 1px solid black;	*/
}

.offerContainer
{	
	clear:both;
	margin-top: 5px; 
	height: 105px; 
	cursor: pointer;
}

.offer
{
	color: black;
}

.offer a:link,
.offer a:visited
{
	color: black;
}

.offer a:hover
{
	color: #2f7580;
}

.structure
{
	float: left;
	margin-left: 20px;
	/*border: 1px solid black;*/
	
}

.location
{
	padding-left: 14px;
	color:#333333;
	width:80%;
}




/*---------------------------------------------------
			BLOCCO CENTRALE - ACCORDION
-----------------------------------------------------*/

/* Vertical Accordions */

#container
{
	/*border: 1px solid red;*/
	float: left;
	margin: 0;
	padding: 0;
	width: 423px;
	padding-right: 2px;
	height: 730px;
	background-color: #ebebf4;
	/*background-color: #e8ecec;*/
	
}

#vertical_container{	
}
		
.accordion_toggle			
{
	display: block;
	height: 27px;	
	line-height: 27px;	
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 0 0;
}
		
.accordion1_toggle,
.accordion2_toggle,
.accordion3_toggle
{
	height: 27px;	
}
	
.accordion1_toggle
{
	background: url(/images/Accordion/accordion_vetrina.png) no-repeat top left #eeb84c;
}
		
.accordion2_toggle
{
	background: url(/images/Accordion/accordion_cataloghi.png) no-repeat top left #d0e5eb;
}
	
.accordion3_toggle
{
	background: url(/images/Accordion/accordion_strutture.png) no-repeat top left #99b2d9;
}
		
.accordion_toggle_active{	
}
		
.accordion_content1{	
	overflow: hidden;	
	padding: 5px;
	border: 2px solid white;
	background-color: #ebebf4;	
	/*background-color: #d8d8ea;*/
}

.accordion_content2{	
	overflow: hidden;	
	padding: 5px;
	background-color: #f8e6c3;
	border: 2px solid white;
	/*border: 3px solid #f1ab1b; arancione*/
	
}

.accordion_content3{	
	overflow: hidden;	
	padding: 5px;
	background-color: #d3dfee;
	border: 2px solid white;
	/*border: 3px solid #f1ab1b; arancione*/
	
}


			
.accordion_content h2 {	
	letter-spacing: 0em;
	margin: 0;
}
			
.accordion_content p {
	/*line-height: 150%;	*/
}


#lnkDest
{
	color: #47478e;
	margin-left: 3px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
}

#lnkDest a:link
{
	color: #3b6db8;
}

#divBanner
{
	float: right; 
	width: 252px;
	height: 100%; 
	/*height: 600px;*/ 
	padding:0; 
	margin:0; 
	background-color: #d3dfee;	
	/*background-color: #f3f6f6;*/
	overflow: auto;
}


.pre_table td
{
	font-size: 11px;	
}

/*******************************/
/********* DETTAGLIO ***********/

.detstyle1 
{
	background-color:#7ea1d5;
	text-align: right; 
	width:150px; 
	/*width:120px;*/
	padding:6px;
	color: white;
}

.detstyle2
{
	background-color:#d2dff2;
	width:230px; 
	/*width:185px; */
	padding:6px;
	color: black;
}

.boldTitle
{
	font-size: 12px;
	font-weight: bold;
}

.black11
{
	font-size: 10px;
	color: black;
}

.tdImgs
{
	background-color: #d2dff2; 
	padding: 3px; 
	border: 1px solid #c3d3ee;
}

/*---------------------------------------------------
			BOX PREVENTIVO              
-----------------------------------------------------*/

#h-preventivo { margin: 0 !important; }
#box-preventivo {
    padding: 15px 20px 20px;
    border: 1px solid #f90;
    overflow: visible;
    margin-bottom: 20px;
    background: #f5f5f5 url(img/bg_grad_v_200a.gif) repeat-x top;
}
#box-preventivo h3 { margin: 5px 0 10px 0 !important; font-size: 14px; }
#box-preventivo td  { padding: 5px 0;  }
#box-preventivo th { padding: 5px 0; border-bottom: 1px dashed #f90; text-align: left; }
#box-preventivo .button { padding: 5px 10px; background-color: #f90; color: #fff; border: 1px solid #777; -moz-border-radius: 5px; font-size: 14px; font-family: Arial; font-weight: bold; margin-top: 10px; }
#camere { }
#camere th { text-align: left; }
#info_preventivo > table > tbody > tr > td,
#info_preventivo > table > tbody > tr > th { border-bottom: 1px dashed #ffcc80; padding: 5px 0; }
.camere-dettaglio { border-bottom: 1px dashed #ffcc80; padding: 5px 0; width: 100%;  }
#preventivo_partenza { margin-bottom: 5px; }

#box-preventivo #utente th { border: 0; padding-right: 10px; }
#box-preventivo #utente td { border: 0; padding-right: 15px;}

#box-preventivo #tr_totale_preventivo td { background-color: #ffeecc; }


