@charset "UTF-8";

a.tooltip, a.tooltipMenu, a.info, a.screenshot, a.tooltipProdotto, a.tooltipProdottoSmall, 
a.tooltipSuperTop {
	position:relative; /*this is the key*/
	z-index:20;
	text-decoration:none;
	
}

a.tooltip:hover,a.tooltipMenu:hover, a.info:hover, a.screenshot:hover, a.tooltipProdotto:hover, 
a.tooltipSuperTop:hover{
	z-index: 25;
}


a.info span, a.screenshot span, a.tooltip span, a.tooltipMenu span, a.tooltipProdotto span, a.tooltipProdottoSmall span, 
a.tooltipSuperTop span {display: none;}

a.screenshot {
	padding:5px;
	margin:5px;
	background-color:#CCCCCC;
	display:inline-block;
	border:1px solid #333;
	float:left;
}


a.screenshot:hover {
	background-color: #EEEEEE;
}


a.info:hover span, a.screenshot:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-1em; left:2em; width:15em;
	width:283px;
	color:#000;
	text-align: left.;
	font-size: 11px;
	height: 107px;
	background-image: url(/img/site/graphics/baloon.png);
	padding: 10px 10px 0px 10px;
	background-repeat: no-repeat;
	font-weight: normal;	
	text-align:left;
	z-index:125;

}

a.tooltip:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:45px;
	left:-0px;
	color:#000;
	text-align:left;
	border: 1px solid #111;
	background-color: #eee;
	padding: 4px;
	font-size: 11px;
	font-weight:normal;
	line-height:11px;
	width:200px;
	z-index:35;
}

a.tooltipSuperTop:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:15px;
	left:-0px;
	color:#000;
	text-align:left;
	border: 1px solid #111;
	background-color: #eee;
	padding: 4px;
	font-size: 11px;
	font-weight:normal;
	line-height:11px;
	width:200px;
	z-index:35;
}




a.tooltipProdotto:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-100px;
	left:-0px;
	color:#000;
	text-align:left;
	border: 1px solid #111;
	background-color: #eee;
	padding: 4px;
	font-size: 11px;
	font-weight:normal;
	line-height:11px;
	width:200px;
	z-index:35;
}

a.tooltipProdottoSmall:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-60px;
	left:-50px;
	color:#000;
	text-align:left;
	border: 1px solid #111;
	background-color: #eee;
	padding: 4px;
	font-size: 11px;
	font-weight:normal;
	line-height:11px;
	width:180px;
	z-index:55;
}




a.tooltipMenu:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:-0px;
	left:-210px;
	color:#000;
	text-align:left;
	border: 1px solid #111;
	background-color: #eee;
	padding: 4px;
	font-size: 11px;
	font-weight:normal;
	line-height:11px;
	width:200px;
	z-index:25;
}


/*Menu orizzontale */


.menuOrizzontale{
	font-family:'Helvetica', Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin: 0px;
	display: block;
}

.menuOrizzontale ul{
	margin: 0px;
	padding: 1px;
	list-style-type: none;
	display: block;
}

/*Top level list items*/
.menuOrizzontale ul li{
position: relative;
display: inline;
float: left;
display:inline-block;
}

/*Top level menu link items style*/
.menuOrizzontale ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 0px 15px 0px 15px;
	color: #2d2b2b;
	text-decoration: none;
	line-height:30px;
	height:30px;
	margin:0px;
}

* html .menuOrizzontale ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.menuOrizzontale ul li a:link, .menuOrizzontale ul li a:visited{
color: white;
}

.menuOrizzontale ul li{
	color: #FFFFFF;
}

.menuOrizzontale a:hover{
	color: #FFFFFF;
	background-color: #CCC;
}

/*Menu verticale DX */
.menuDXAchab{
	margin: 0px;
	padding: 0;
	font: Arial;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEEEEE;
}

#menuDX .submenu a:hover {
	text-decoration: none;
	color: #FFF;
}


.menuDXAchab div.famigliaProdotti a{
background-position:left; 
background-repeat:no-repeat;
}


.menuDXAchab div.famigliaProdotti a{
	color: #000;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding: 2px 0px 2px 8px;
	font-weight: bold;
	/*text-transform: capitalize;*/
	margin: 2px 0px;
	border: 1px solid #999;
}
.menuDXAchab div.selected a, .menuDXAchab div.famigliaProdotti a:hover {
}

.menuDXAchab div.famigliaProdottiON a {
	color: #FFF;
	background-color:#F60;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
	padding: 3px 0px 3px 8px;
	font-weight: bold;
	/*text-transform: capitalize;*/
	margin: 2px 0px;
	border: 1px solid #999;
}

.menuDXAchab div.famigliaProdotti a:visited, .menuDXAchab div.famigliaProdotti a:active{
}



.menuDXAchab h3 , .Aiuto h3, .configuratore h3, .carrello h3, .news h3{
	margin: 0px;
	line-height: 28px;
	padding-left: 8px;
	font-size: 17px;
	font-weight: normal;
}

.menuDXAchab div.submenu{ /*DIV that contains each sub menu*/
	padding: 0px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}


.menuDXAchab .submenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}
.menuDXAchab .submenu ul {
	margin: 0px;
	padding: 0px;
}
#menuSuperTop ul  {
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: right;
	line-height: 20px;
}

#menuSuperTop  {
	margin: 0px;
	padding: 0px;
}

#menuSuperTop li  {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
#menuSuperTop a  {
	padding: 1px 5px;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	 
}
#menuSuperTop a:hover {
	padding: 1px 5px;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	
}
#menuSuperTop ul li .selected {
	font-weight: bold;
}
#menuSuperTop  {
}
#menuSuperTop input {
	border: 1px solid #333333;
	height: 20px;
	width: 130px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#menuSuperTop #find {
	border: 1px solid #333333;
	height: 19px;
	width: 20px;
	margin: 0px;
	padding-bottom: 1px;
	background-image: url(/img/site/graphics/lente.png);
	background-position: right;
	background-repeat: no-repeat;
	line-height: 18px;
}
#navigazione input {
	width: 125px;
	border: 1px solid #666;
}



#breadcrumbs a {
	color: #666;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #666;
	text-decoration: underline;
}
#menuDX .submenu a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 1px 8px;
}
#menuDX #Connettivita a:hover, #Connettivita.selected a {
	background-repeat: no-repeat;
	background-color: #660099;
	color: #FFF;
	background-image: url(none);
}

#menuDX #Connettivita .famigliaProdotti selected a {
	background-color: #9200D6;
}


#menuDX #Sicurezza a:hover, #Sicurezza.selected a {
	background-repeat: no-repeat;
	background-color: #7FC038;
	color: #FFF;
	background-image: url(none);
	
}
#menuDX #Avira a:hover, #Avira.selected a{
	background-repeat: no-repeat;
	background-color: #CC0610;
	color: #FFF;
	background-image: url(none);

}

#menuDX #Rete a:hover, #Rete.selected a {
	background-repeat: no-repeat;
	background-color: #296DB9;
	color: #FFF;
	background-image: url(none);

}

#menuDX #Backup a:hover, #Backup.selected a {
	background-repeat: no-repeat;
	background-color: #F80A17;
	color: #FFF;
	background-image: url(none);

}

#menuDX #Voip a:hover, #Voip.selected a {
	background-repeat: no-repeat;
	background-color: #309;
	color: #FFF;
	background-image: url(none);

}
#menuDX #SicDati a:hover, #SicDati.selected a {
	background-repeat: no-repeat;
	background-color: #CC3399;
	color: #FFF;
	background-image: url(none);

}
#menuDX #Proxy a:hover, #Proxy.selected a {
	background-repeat: no-repeat;
	background-color: #336633;
	color: #FFF;
	background-image: url(none);

}
#menuDX #Generic a:hover, #Generic.selected a {
	background-repeat: no-repeat;
	background-color: #6699cc;
	color: #FFF;
	background-image: none;
	line-height:15px;
}
#menuDX #Riv a:hover, #Riv.selected a {
	background-repeat: no-repeat;
	background-color: #339966;
	color: #FFF;
	background-image: none;
}











@charset "UTF-8";

#menuTop #navigazione ul li .selected {
	background-color: #CCC;
	z-index:-1px;
}

#menuDX div ul li a{
	background-image: url(images/menuDX/btnBkg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menuDX #Connettivita .active {
	background-repeat: no-repeat;
	background-color: #660099;
	color: #FFF;
	background-image: none;	
}
#menuDX #Sicurezza .active {
	background-repeat: no-repeat;
	background-color: #7FC038;
	color: #FFF;
	background-image: none;	

}
#menuDX #Avira .active {
	background-repeat: no-repeat;
	background-color: #CC0610;
	color: #FFF;
	background-image: none;	

}
#menuDX #Rete .active {
	background-repeat: no-repeat;
	background-color: #296DB9;
	color: #FFF;
	background-image: none;	

}
#menuDX #Backup .active {
	background-repeat: no-repeat;
	background-color: #F80A17;
	color: #FFF;
	background-image: none;	

}
#menuDX #Voip .active {
	background-repeat: no-repeat;
	background-color: #309;
	color: #FFF;
	background-image: none;	
}
#menuDX #SicDati .active {
	background-repeat: no-repeat;
	background-color: #CC3399;
	color: #FFF;
	background-image: none;	
}
#menuDX #Proxy .active {
	background-repeat: no-repeat;
	background-color: #336633;
	color: #FFF;
	background-image: none;	
}
#menuDX #Generic .active {
	background-repeat: no-repeat;
	background-color: #336699;
	color: #FFF;
	background-image: none;	
}
#menuDX #GenericProd .active {
	background-repeat: no-repeat;
	background-color: #6699cc;
	color: #FFF;
	background-image: none;	
}
#menuDX #Riv .active {
	background-repeat: no-repeat;
	background-color: #339966;
	color: #FFF;
	background-image: none;	
}


/*  Voce da aggiungere  */

ul .vocePlugin {
	font-size: 9px;
}





/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-repeat: repeat-y;
	display: block;
	clear: both;
	background-image: url(/img/site/graphics/tabbedPanelWide.jpg);
}


/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 127px;
	float: left;
	font-size: 11px;
	background-repeat: no-repeat;
	font-weight: normal;
	height: auto;
	
}
.TabbedPanelsTab.TabbedPanelsTabSelected h4 {
	padding-left: 5px;
	background-image: url(/img/site/graphics/tabSelected.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.TabbedPanelsTabGroup .TabbedPanelsTab h4 {
	padding-left: 5px;
	font-weight: normal;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	line-height: 25px;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	padding-left: 2px;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	font-weight: bold;
	background-image: url(/img/site/graphics/tabSelected.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	font-weight: bold;
	background-image: url(/img/site/graphics/tabSelected.png);
	background-position: center left;
	background-repeat: no-repeat;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	float: right;
	width: 610px;
	font-size: 12px;
	min-height: 500px;
	margin:0px 0px 10px 0px;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.TabbedPanelsTabGroup {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 127px;
	float: left;
	font-size: 11px;
	background-repeat: no-repeat;
	font-weight: normal;
	min-height: 500px;
	height: 380px;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}


#navigazione ul li .selected {
	background-color: #D6D6D6;
	color: #FFF;
	margin:0px;
}

#footer a.selected {
	font-weight: bold;
}
 
#accordion #Assistenza a {
	line-height: 22px;
	background-color: #F2F2F2;
	font-size: 18px;
	font-weight: normal;
	cursor:pointer;
	margin: 0px 0px 5px 0px;
}
#accordion #Assistenza .famigliaProdotti.selected {
	background-color: #FACD23;
}
#accordion .submenu2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}
#accordion #Assistenza a:hover {
	color:#000;
}
#accordion #Assistenza.active {
	background-repeat: no-repeat;
	background-color: #FFCB08;
	color: #000;
	background-image: none;
}
#accordion .submenu2 a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 1px 8px;
}

