* {
    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(/www.airo.it/css/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(/www.airo.it/css/ui/header.jpg) no-repeat;
    height: 105px;
}

#header-wrapper-padding {
    padding-top: 50px;
}

.basic a.none {
}

img {
    border: none;
}

#langWrapper {
    width: 190px;
    float: left;
	
}
#langWrapper-padding {
    padding-left:5px;
	
}
#langWrapper ul {
    width: 190px;
	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 {
	width:16px;
	float:left;
	padding-top:0;
	padding-left:2px;
}
#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;
}

#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(/www.airo.it/css/ui/butt_center_bg.jpg) no-repeat;
    text-align: left;
    padding-left: 5px;
    color: #FFF;
    font-size: 15px;
    line-height: 30px;
}

#right h3 {
    background: url(/www.airo.it/css/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(/www.airo.it/css/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(/www.airo.it/css/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: url(/www.airo.it/css/ui/bgmenu_over.gif) 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;
    line-height: 15px;
    height: 15px;
}

ul.level_2 {
    width: 150px;
    background-color: #d9d9d9;
    background-image: url(/www.airo.it/css/ui/menu_tr_bg.png);
}

li.level_2 {
    width: 150px;
}

.menulist .level_2 a {
    width: 150px;
    display: block;
    font-size: 12px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-align: left;
    background: url(/www.airo.it/css/ui/bgmenu.gif) no-repeat 0 bottom;
    color: #000;
    font-weight: normal;
    height: 17px;
    line-height: 17px;
    padding-left: 5px;
}

.menulist a.lastItem {
    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.level_1 li a {
    border-left: 2px solid #fff;
    height: 20px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
}

ul.level_1 li a.firstItem {
    border-left: 0px solid #fff;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 3px;
}

ul.level_2 li a {
    border: none;
    padding-left: 0px;
    margin-left: 0px;
    height: 17px;
    line-height: 17px;
}

ul.level_2 li a.firstItem {
    border: none;
    padding-left: 4px;
    padding-right: 0px;
    padding-top: 0px;
    height: 17px;
    line-height: 17px;
}

ul.level_2 li {
    border: none;
    padding-left: 0px;
    margin-left: 5px;
    text-align: left;
    float: left;
    height: 17px;
    line-height: 17px;
}

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(/www.airo.it/css/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(/www.airo.it/css/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(/www.airo.it/css/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(/www.airo.it/css/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(/www.airo.it/css/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 {
    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(/www.airo.it/css/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.firstItem {
    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(/www.airo.it/css/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(/www.airo.it/css/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: 580px;
    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: 300px;
    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;
}
