* {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
html {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(ui/body_bg.jpg) repeat-x;
	background-color: #ffcc00;
}
#home-foot-content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFF;
}
#pageWrapper {
	/*width: 980px;*/
	width: 980px;
}
#headerWrapper {
	width: 980px;
	background: url(ui/header.jpg) no-repeat;
	height: 105px;
}
#header-wrapper-padding {
	padding-top: 50px;
}
.basic a.none {
}
img {
	border: none;
}
#langWrapper {
	width: 215px;
	float: left;
}
#langWrapper-padding {
	padding-left: 5px;
}
#langWrapper ul {
	width: 215px;
	float: left;
}
#langWrapper li {
	display: inline;
}
/*div#langWrapper{

 width: 140px;
 position: relative;
 left: 215px;
 top: 38px;
 }*/
#langWrapper a {
	text-decoration: none;
}
span.xt_flag {
	padding-left: 4px;
	padding-right: 3px;
}
#usa-flag, #bra-flag {
	width: 16px;
	float: left;
	padding-top: 0;
	padding-left: 1px;
	margin-right: 3px;
}
#contentBanner {
	padding-top: 10px;
	height: 84px;
}
#contentBanner h4 {
	padding-top: 25px;
	text-align: left;
	padding-left: 70px;
	color: #7c7c7c;
	font-size: 22px;
}
#contentWrapper {
	width: 980px;
	background-color: #fff;
	/*height: 500px;*/
}
#twoColumnWrapper {
	float: left;
	width: 730px;
}
#left {
	padding-left: 10px;
	width: 240px;
	/*	background-color: red;*/
	float: left;
	padding-top: 6px;
	font-size: 12px;
	height: 488px;
	overflow: hidden;
}
.SECTION #left {
	height: auto;
}
#list1a div {
}
#center {
	width: 480px;
	/*	background-color: blue;*/
	font-size: 12px;
	float: right;
}
#right {
	padding-right: 10px;
	width: 240px;
	/*	background-color: green;*/
	float: right;
}
.basic div {
	overflow: hidden;
}
#center h3 {
	width: 474px;
	background: url(ui/butt_center_bg.jpg) no-repeat;
	text-align: left;
	padding-left: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	float: left;
}
#right h3 {
	background: url(ui/butt_left_bg.jpg) no-repeat;
	text-align: left;
	padding-left: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
}
#news {
	width: 234px;
	background: url(ui/airo-news-bg.jpg) no-repeat;
	text-align: left;
	padding-left: 5px;
	color: #000;
	font-size: 15px;
	height: 97px;
}
#news-padding {
	padding-top: 25px;
}
#news {
	background-color: #e7e7e7;
	width: 234px;
}
#news p, ul {
	font-size: 12px;
	text-align: left;
}
/*#news p {
 color: #8d0908;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 2px solid #FFF;
 padding: 5px;
 }*/

#news li {
	list-style-type: none;
	margin-left: 0px;
	padding: 3px;
}
#news a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	line-height: 30px;
}
#visual .xt-content-wrapper {
	background: url(ui/sequel_visual.jpg) no-repeat;
	width: 465px;
	height: 60px;
	text-align: left;
}
#visual .xt-content-wrapper p {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	display: inline;
	padding-right: 5px;
}
#visual .xt-content-wrapper a {
	text-decoration: underline;
	color: #000;
}
/* @group Menu */
div#menu {
	padding-left: 140px;
}
div#menu-padding {
	padding-top: 32px;
}
/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 1.0em;
	margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
	left: -1px;
}
/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
	top: -1px;
	margin-top: 0;
	left: 148px;
}
/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
 */
.menulist li {
	float: left;
	display: block;
	position: relative;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
	float: none;
	display: block;
	margin: 0;
	margin-bottom: -1px;
	clear: both;
}
.menulist ul > li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}
.menulist li:last-child a {
	padding-right: 0;
}
/* Links inside the menu */
.menulist a:hover {
	color: #b1c2e1;
	background:  no-repeat 0 bottom;
}
.menulist ul li a:hover {
	color: #b1c2e1;
	background-image: none;
}
.menulist a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	width: 85px;
	text-align: center;
	font-weight: bold;
	color: #3f3e3f;
}
.menulist ul li a {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 11px;
	
}
.menulist .li-level-2 a {
	width: 145px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	text-align: left;
	background: no-repeat 0 bottom;
	color: #000;
	font-weight: normal;
}
.menulist a.last-item {
	padding-right: 0;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
}
.menulist a.highlighted {
}
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
 .menulist a#xyz {
 background-image: url(out.gif);
 }
 .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
 background-image: url(over.gif);
 }
 */
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}
.menulist ul a {
	float: none;
}
/* \*/
.menulist a {
	float: none;
}
/* */
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
 */
*:first-child + html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}
ul#listMenuRoot li a {
	display: block;
	border-left: 2px solid #fff;
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
}
 ul#listMenuRoot li a.level-1.first-item {
	border-left: 0px solid #fff;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
}
#listMenuRoot ul.ul-level-2 li a {
	border: none;
	padding-left: 0px;
	margin-left: 0px;
	margin:0;
	padding:0;
	width:auto;
	height: auto;
	line-height: 20px;
	float:none;
	//height: 17px;
	//line-height: 17px;
}
#listMenuRoot ul.ul-level-2 {
	width: 150px;
	background-color: #d9d9d9;
	background-image: url(ui/menu_tr_bg.png);
	padding:5px 0;
	-moz-border-radius-bottomleft: 8px 8px;
  -webkit-border-bottom-left-radius: 8px 8px;
  border-bottom-left-radius: 8px 8px;
	-moz-border-radius-bottomright: 8px 8px;
  -webkit-border-bottom-right-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.5);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
#listMenuRoot li.li-level-2 {
	border: none;
	padding-left: 0px;
	margin-left: 5px;
	text-align: left;
	float: left;
	line-height: 20px;
	height: auto;
	padding-left: 5px;
	display: block;
	float: none;
}
li .in_path {
	color: #b1c2e1;
}
li .selected {
	color: #b1c2e1;
}
/* End Hacks */
/* @end */
/* @group SECTION */
.SECTION #left {
	width: 415px;
	text-align: justify;
	padding-left: 70px;
}
.SECTION #center {
	width: 415px;
	text-align: justify;
	padding-right: 70px;
}
.oneColumnBody #center {
	width: 830px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
.oneColumnBody #left {
	display: none;
}
#AiroVisualFooter {
	background: url(ui/airovisualfooter.jpg) no-repeat center;
	width: 100%;
	height: 100px;
	/*border: 1px solid #000;*/
	clear: both;
	text-align: center;
}
#topRow {
	width: 930px;
	padding-left: 50px;
	/*	border: 1px solid #000;*/
	padding-top: 20px;
}
#sectionFooter {
	margin-left: 45px;
	/*	border: 1px solid #000;*/
}
#sectionFooter a {
	color: #fff;
	text-decoration: none;
}
#topRow h3 {
}
.SECTION #sectionFooter h3 {
	background: url(ui/topRow_butt.jpg) no-repeat;
	text-align: center;
	padding-left: 5px;
	margin-left: 10px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	width: 197px;
	height: 30px;
	float: left;
}
.SECTION #topRow h3 {
	background: url(ui/topRow_butt.jpg) no-repeat;
	text-align: center;
	padding-left: 5px;
	margin-left: 10px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	width: 197px;
	height: 30px;
	float: left;
}
#topRow h3 a {
	color: #fff;
	text-decoration: none;
}
#topRow h3 a.selected {
	color: #fbc441;
	text-decoration: none;
	/*border-bottom: 5px solid #fbc441;*/
	height: 50px;
}
#productsTable tr.odd {
	background-color: #fbc441;
}
#productsTable th {
	text-align: center;
	font-weight: bold;
}
#corsiTable {
	font-size: 12px;
}
#corsiTable td.pari {
	background-color: #dfdfdf;
}
#corsiTable td {
	border-bottom: 1px solid #dfdfdf;
}
h5 {
	background: url(ui/reseller_butt.jpg) no-repeat;
	text-align: left;
	padding-left: 5px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
div.special {
	display: none;
}
.SECTION td.name {
	background: url(ui/section_download_button.jpg) no-repeat 0 center;
	width: 300px;
	height: 25px;
	padding-left: 40px;
}
/* @end */
/* @group PhotoGallery */
#photoGalleryWrapper img {
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}
#productGalleryWrapper img {
	border: 0px;
	max-width: 170px;
}
#SectionPhotoGallery img {
	border: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
#SectionPhotoGallery {
	text-align: center;
	white-space: nowrap;
	overflow: auto;
	padding: 0px;
	margin: 0px;
}
#SectionPhotoGallery img {
	height: 180px;
}
#gialloenero #SectionPhotoGallery, .ViewSectionGallery #SectionPhotoGallery {
	text-align: center;
	width: 830px;
	white-space: nowrap;
	overflow: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
/* @end */
/* @group PRODUCT */
#productWrapper {
	width: 980px;
	margin-top: 0px;
	padding-top: 0px;
}
.ViewProduct #left {
	width: 500px;
	float: left;
	height: auto;
	padding-top: 0px;
}
.ViewProduct #right {
	width: 250px;
	float: left;
	height: auto;
	padding-top: 0px;
	text-align: left;
	padding-left: 10px;
}
.productTableCol {
	background-color: #fbc441;
}
#productWrapper li {
	list-style-type: disc;
	margin-left: 15px;
}
#productWrapper ul {
	padding-top: 8px;
	padding-bottom: 8px;
}
#productWrapper h3 {
	background: url(ui/butt_left_bg.jpg) no-repeat;
	text-align: left;
	padding-left: 5px;
	margin-left: 200px;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#productsMenu {
	padding-left: 10px;
	padding-right: 10px;
}
#productsMenu ul {
	list-style-type: none;
}
#productsMenu li {
	display: inline;
	text-decoration: none;
	/*	background-color: #fbc441;*/
}
#productsMenu li a {
	border-left: 2px solid #cecece;
	color: #000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	/*	background-color: #fbc441;*/
}
#productsMenu li a.first-item {
	border-left: 0px solid #cecece;
	color: #000;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 3px;
	/*	background-color: #fbc441;*/
}
.productsMenu a.selected {
	background-color: #fbc441;
}
#attachmentWrapper {
	width: 980px;
}
#attachmentWrapper img {
	border: none;
}
td.name {
	background: url(ui/download_button.jpg) no-repeat 0 center;
	width: 221px;
	height: 32px;
	padding-left: 40px;
	color: #FFF;
}
td.name a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#productsTable a {
	text-decoration: none;
	color: #000;
	padding-left: 5px;
}
#productsTable a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#ProductLeftMenuWrapper a:hover {
	color: #000;
}
/* @end */
/* @group AREARISERVATA */
#reservedWrapper {
	background: url(ui/bg_areariservata.png) no-repeat 21px 0;
	width: 150px;
	color: #fff;
	float: left;
	padding-top: 3px;
	height: 22px;
}
#reservedWrapper a {
	color: #fff;
	text-decoration: none;
}
/* @end */
/* @group SEARCH */
#searchWrapper {
	width: 560px;
	float: left;
}
#search-wrapper-padding {
	padding-right: 25px;
}
#searchResultWrapper {
	border: 0px;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}
#searchResultWrapper a {
	text-decoration: underline;
	color: #000;
}
#searchTable td {
	padding-top: 5px;
}
#searchWrapper input.box {
	background: #fff;
	border: 0px;
	height: 20px;
	width: 270px;
	font-size: 12px;
	float: right;
}
#searchWrapper input.search {
	border: 0px;
	height: 20px;
	vertical-align: bottom;
	background-color: #e6e6e6;
}
/* @end */
/* @group MAPS */
.mapTitle {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.mapAddress {
	font-size: 12px;
	text-align: left;
}
.geo {
	display: none;
}
/* @end */
/* @group CONTACT */
p.input span.label {
	width: 25%;
	display: block;
	float: left;
	text-align: right;
	clear: none;
	top: 3px;
	position: relative;
	margin-right: 3px;
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
}
#contactWrapper {
	width: 700px;
}
#contatti input {
	margin: 5px;
	text-align: left;
	border: 1px solid #000;
}
textarea {
	margin: 5px;
	border: 1px solid #000;
}
/* @end */
.images {
	width: 150px;
	height: 250px;
	overflow: auto;
}
.image img {
	padding-right: 5px;
	border: none;
}
.image {
	display: inline;
}
#news {
	margin-top: 10px;
}
.ui-accordion {
	height: 400px;
}
.images a {
	text-decoration: none;
}
.faq-wrapper .title {
	width: 830px;
	border: 1px solid #3c3c3c;
	margin-bottom: 2px;
	margin-top: 2px;
	padding: 2px;
	cursor: pointer;
}
.faq-wrapper .title:hover, .faq-wrapper .title.selected {
	background-color: rgb(221,221,221);
	cursor: pointer;
}
span.main a {
	color: #000;
}
.loader {
	width: 230px;
	height: 230px;
	background: url(ui/loader.gif) center no-repeat;
}
.home-fade {
	visibility: hidden;
	display: none;
}
.icons {
	width: 110px;
	height: 54px;
	float: left;
	overflow: hidden;
	margin-left: 8px;
}
.icons-padding {
}
.icon-image img {
	width: 19px;
	height: 18px;
	float: left;
	margin: 1px;
}
.icons-gallery {
	width: 474px;
	height: 90px;
	float: left;
}
.icons-title {
	width: 105px;
	float: left;
	text-align: center;
	color: #000;
	line-height: 13px;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 2px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #cecece;
}
span.xt_flag {
	padding-left: 1px !important;
	padding-right: 1px;
}
#langWrapper-padding {
	padding-left: 3px !important;
}
#homeFooter {
	padding-top: 10px;
}
div.lineMenu {
	height: 70px;
}
#reservedWrapper a {
	font-size: 12px;
}
#SectionPhotoGallery {
	height: 225px;
}
#productGalleryWrapper {
	width: 175px;
	white-space: nowrap;
	overflow: auto;
}
/*.oneColumnBody table td {
 border:1px dotted #999;
 text-align:left;
 }*/
#productsTable a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#productsTable tr.pari {
	background-color: #fbc441;
}
.productTableCol {
	background-color: #fbc441;
}
.producttablecol {
	background-color: #fbc441;
}
#home-adv {
	background:url(ui/home-adv-bg.jpg) no-repeat;
	width:234px;
	height:73px;
	
}
#home-adv a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.imp {
	margin-top:10px;
	width:220px;
	height:45px;
	background-color:rgb(255,255,0);
	text-align:center;-moz-border-radius: 15px;
border-radius: 15px;
border:1px solid grey;
}
.imp:hover {
	border:1px solid red;
	background-color:red;
}
a.impa {
	color:#000;
	text-decoration:none;
}
.items {
	width: 840px;
}
.items>div {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-left:10px;
    margin-bottom: 25px;
}
.items div.m3 {
	margin-right:0;
}

.items div.bgdiv {
    width: 100px;
    height: 100px;
    float: left;
}


div.items div a {
    display: block;
    width: 99px;
    height: 99px;
    text-decoration: none;
    border: 1px solid rgb(188, 188, 188);
    float: left;
}
span.xt_flag {
padding-left: 1px !important;
padding-right: 6px !important;
}
#langWrapper-padding {
padding-left: 3px !important;
}
#homeFooter {padding-top:10px;}

div.lineMenu{
height:70px;
}
#reservedWrapper a {
font-size:12px;
}

#SectionPhotoGallery {
height:225px;
}
#productGalleryWrapper {
width:175px;
white-space: nowrap;
overflow: auto;
}
/*.oneColumnBody table td {
border:1px dotted #999;
text-align:left;
}*/
#productsTable a:hover{
	background-color: transparent;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#productsTable tr.pari {
	background-color: #fbc441;
}
.productTableCol { background-color: #fbc441;}
.producttablecol { background-color: #fbc441;}
#home-adv {
margin-top:5px;
}
.thumbtitle {
	height:15px;
	margin:0;
	padding:0;
	font-size: 9px;
	text-align: center;
}
.thumbtitle-pad {
}

