/****@ COMMON.css: it sets generaland basical style settings for all pages @****/
@import url("reset.css");
@import url("color.css");
/*** GENERAL PAGES' SETTINGS ***/
*
{
	font-family:Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:12px;	
	margin:0;
	padding:0;
}

a
{
	cursor: pointer;
	text-decoration: underline;
}

label
{
  font-size: 10px;
}

option
{
	font-size: 11px;
}

body 
{
	margin:0;
	padding:0;	
}

.bodyWrapper
{
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 960px;
	height: 815px;
	text-align: center;
}

.bodySecondaryWrapper
{
  padding: 0;
  margin: 0;
	float: left;
	width: 930px;
	text-align: center;
	position: relative;
	top: 15px;
	left: 15px;
}

/** HEADER **/
.headerWrapper
{
	float: left;
	height: 535px;
	overflow:hidden;
	margin: auto;
}

.headCont
{
	float: left;
	width: 930px;
	height: 465px;
	text-align: left;
	overflow: hidden;
}

.headCont .text
{
  height:  360px; /*330px;*/
}
/** DIV related to username visualization and login function **/
.headRight
{
	float: right;	
	width: 400px;
}

.loginUser
{
	float: right;
	width: 100%;
	height: 40%;
	text-align: right;
	line-height: 15px;
	margin: 0;
	
}

.loginUser span
{
	float: right;
	width: 100%;
	font-size: 10px;
}

.breadCrumbHeader
{
	float: right;
	width: 100%;
	height: 40%;
	text-align: right;
	line-height: 15px;
	margin: 0;
	margin-top: 20px;
	overflow: hidden;
}

.breadCrumbHeader span
{
	float: right;
	line-height: 15px;
	width: 100%;
	height:18px; /* un pò più dei 15px di interlinea*/
	font-size: 10px;
}

/** Header's styles **/
.logo
{
	float:left;
	width: 100%;
	height: 69px;
	overflow: hidden;
}

.logo a
{
	float:left;
	margin:0;
	margin-top:10px;
	text-decoration:none;
}

.logo a img
{
	float: left;
	border: none;
}

.logo a span
{
	float:left;
	font-size:13px;
	margin: 0;
	margin-left:8px;
	margin-top:30px;
}

/** MENU **/
.menuWrapper
{
	float: left;
	width: 100%;
	height: 70px;
	overflow: hidden;
}

.menuWrapper a, .menuWrapper a:link, .menuWrapper a:active, .menuWrapper a:visited
{
	font-weight:normal;
	text-decoration:none;
}

/* Main menu: the upper one */
.menuMain 
{
	float: left;
  width: 100%;
	line-height:26px;
	margin-top: 5px;
}

.menuMain ul {
	vertical-align: middle;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/* Settings for main menu items */
.mLevel1
{
	float:left;
	text-align:left;
	width: 138px; /*132px;*/
}

/* Main menu's last item's settings  */
.mLastItem
{
	width:108px;/*138px;*/
	text-align: right;
}

.mCol6
{
	width:130px !important;
}

.mCol6 a 
{
	margin-left:21px;
}

/* SubMenu: the lower one*/
.subMenu 
{
	float: left;
  width: 100%;
	line-height:23px;
	position: relative;
	top: 0;
	left: 0;
  display: inline;
}

.subMenu ul {
	vertical-align: middle;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	display: inline;
}

/* Settings for secondary menu items */
.mLevel2
{
	float:left;
	text-align:left;
	margin-right:30px;
	display: inline;
}	

.mLevel2 a
{
	font-size: 12px;
}

.mLevel2 a, .mLevel2 a:link, .mLevel2 a:active, .mLevel2 a:visited
{
}

/* SubMenu used by searching engines for retrieving infos */	
.subMenuCollection 
{
	display: none;
}

/* Flash navigation Menu */
#FlashMenuGallery{
	position: relative;
	top: -466px;
	z-index: 99;
	width: 226px;
}

/*** FOOTER ***/
.footerWrapper
{
	float: left;
	width: 100%;
	text-align: center;
}

/** FOOTER - BOTTOM MENU **/
	.footer
	{
		float: left;
		height: 25px;
		width: 930px;
		border: none;
		margin: 20px 0 0 0;
	}

	.lxFooter, .midFooter, .rxFooter
	{
		float: left;
		width:	30%;
	}
	.midFooter, .rxFooter
	{
		margin-left: 0;	
	}
	
	.midFooter 
	{
		width: 40%;
	}
	.rxFooter
	{
		width: 28%;
		float: right;
	}
	
	
	/** LEFT FOOTER PARTS**/
	.rssFtr, .contactFtr, .jobsFtr, .loginFtr
	{
		float: left;	
	}
	
	.rssFtr a, .contactFtr a, .jobsFtr a, .loginFtr a
	{
		text-decoration: none;
		font-size: 11px;
		font-family: Arial;
		margin-right: 10px;
	}
	
	/** MIDDLE FOOTER PARTS**/
	.disclaimerFtr, .privacyFtr, .partitaIvaFtr
	{
		float: left;	
	}
	
	.disclaimerFtr a, .privacyFtr a, .partitaIvaFtr span
	{
		text-decoration: none;
		font-size: 11px;
		font-family: Arial;
		margin-right: 10px;	
	}
	
	/** RIGHT FOOTER PARTS**/
	
	.langFtr, .searchFtr, .searchFilterFtr, .goBtnFtr
	{
		float: left;	
		border:none;
	}
	
	.langFtr
	{
		text-align:left;	
	}
	
	.searchFtr, .searchFilterFtr, .goBtnFtr 
	{
		float:right;
		text-align: right;	
	}
	
	.searchFtr, .searchFilterFtr
	{
		margin-right:5px;	
	}
	
	.searchFtr INPUT
	{
		width: 100px;
		height: 15px;
		font-size: 11px;
	}
	
	.langFtrcomboBox, .searchFtrcomboBox
	{
		border: none !important;
	}
	
	.langFtrcomboBox SELECT 
	{
		border: none !important;
		font-family: Arial;
		font-size: 11px;
		text-align: left;
		vertical-align:middle;
	}
	
	.searchFtrcomboBox SELECT
	{
		border: none !important;
		font-family: Arial;
		font-size: 11px;
		text-align: left;
		vertical-align:middle;
	}
	
	.langFtr img, .searchFtr img, .searchFilterFtr img, .goBtnFtr span
	{
		text-decoration: none;
		font-size: 13px;
		font-family: Arial;
	}
	
	.langFtr img, .searchFtr img, .searchFilterFtr img
	{
		vertical-align: middle;	
	}
	
	.goBtnFtr a
	{
		text-decoration: none;
		font-weight:bold;
		text-align: right;
	}
	
/** VARIOUS ELEMENTS **/
/* Linked elements*/
.linked
{
	line-height: 15px!important;
	text-decoration: none;
}

.linkedSmall
{
	line-height: 15px!important;
	font-size: 10px!important;
	text-decoration: none;
}

/** Elements' pages navigation controls **/
.pager
{
	float: left;
	width: 100%;
	height: 16px;
	text-align: center;
}

.pager_index
{
	float: left;
	line-height: 15px;
	font-size: 10px;
	text-align:right;
  width: 35px;
}

.pager_prev
{
	float:left !important;
	width: 10px;
	margin-left:115px;
}

.pager_next
{
	float: left!important;
	width: 10px;
	margin-left: 8px;
}

/** TOP Contents' boxes**/
/* Top box images'contents: 3 boxes, one for each column */
.topBox
{
	float: left;
	width: 303px;
	height: 100%;
	overflow: hidden;
}

/* Central Column's image*/
.imgTop-Mid
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* Top box images'contents: 3 boxes, one for each column */
.textBoxWrapper
{
  padding: 0;
  margin: 0;
	float: left;
	height: 445px;
	width: 293px;
	text-align: left;
	overflow: hidden;
	position: relative;
	top: 10px;
	left:10px;
}

.titleBoxSection, .subtitleBoxSection, 
.titleBox, .textBox, .options, .links
{
	float: left;
	width: 100%;
	overflow: hidden;
}

.titleBoxSection span
{
	float: left;
	overflow: hidden;
}

.subtitleBoxSection, .titleBox, .links
{
	margin-top: 20px;
	line-height: 15px;
}

.textBox
{
	line-height: 15px;
	font-size: 10px;
}

.options
{
	margin-top: 10px; /*43px;*/
	float: left;
	width: 100%;
	font-size: 10px;
}

/* 
  Tooltips 

  <div class="options.className"> //the className you pass in options will be assigned here.
      <div class="tip-top"></div> //useful for styling
      <div class="tip">
          <div class="tip-title"></div>
          <div class="tip-text"></div>
      </div> 
      <div class="tip-bottom"></div> //useful for styling
  </div>

*/

.tip { 
  width:150px; 
  height: 150px;
  overflow:hidden;
  line-height: 15px;
  font-family:Verdana,Trebuchet MS,Arial,Helvetica,sans-serif; 
  background: none repeat scroll 0 0;
  padding: 10px ;
  opacity: .9;
	filter: alpha(opacity=90);	
}

.tip-title { 
  font-size: 12px;
  line-height: 30px;
}

.tip-text	{
  font-size: 10px;
}



.text ul li
{
	list-style: none;
	line-height: 15px;
	margin-bottom: 15px;
}

.lFirstItem
{
	margin-bottom: 0px !important;
}


/* Search result's boxes */
.searchResult
{
	float:left;
	border-top: solid 1px;
	width: 280px;
	height: 85px;
	margin-top: 10px;
	overflow:hidden;
}

.searchResult .title
{
	font-size:10px;
}



.searchResult span
{
	float:left;
	line-height: 15px;
	width: 280px;
	font-size:10px;
}

.searchResult div span
{
	float:left;
	line-height: 15px;
	width: 140px;
	font-size:10px;
}

.searchResult div div
{
	float:right;
}

.searchResult div div a
{
	line-height: 15px;
	text-decoration: none;
}

.searchResult div div a img
{
	border: none;
}

.firstRes
{
	margin-top: 35px;
}

.intro .title
{
	line-height: 15px;
}

/* SEARCH RESULTS "Utilities" */
.map
{
	margin-top:3px;
}

.website
{
	margin-top: -3px;
}

.linkToShop
{
	position: relative;
	top: -5px;
	left: 0;
}


/* AGGIUNTE */
.textBox p, .textBox p a
{
	font-size:10px;
}

.breadCrumbHeader a
{
	font-size: 10px;
}


.loginUser a
{
	float: none;
	font-size: 10px;
}

.changeDetails
{
	position: absolute;
	top: 490px;
	left: 10px;
}

.changeDetailsRegister
{
	position: absolute;
	top: 400px; /* 425px*/
	width: 100%;
	text-align: center;
	left: 0px;
	
}

.tip-text p 
{
	font-size: 10px;
}

.titleBox p 
{
	color: #FFFFFE;
}

.tip-title p
{
	color: #FFFFFE;
}

.stile_select {
	border:none;
	font-size: 11px;
}

em
{
	font-style:italic !important;
	font-size: 10px !important;
}


textarea { overflow: auto }

/* pngfix */
* html .headCont img,
* html .headCont .png,
* html .menuWrapper img,
* html .menuWrapper .png 
* html .contentWrapper img,
* html .contentWrapper .png,
* html .footerWrapper img,
* html .footerWrapper .png {
	background:url('/themes/default/images/spaziatore.gif');
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "/themes/default/images/spaziatore.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
	-ms-interpolation-mode: bicubic;
}

