/*
 * NMR Main CSS
 *
 * Nielsen Media Research Italia
 * WebSite 2006
 *
 * Copyright (C) 2005-2006
 * by Davide S. Casali
 * www.digitalhymn.com
 *
 * Last update: 2006-11-16
 *
 */
/*** Golem Common CSS ***/
/* @import url(NMR.ext.v1.css); */
/****************************************************************************************************
 * Defaults
 */
body 
{
 font-family: Helvetica, Arial, Tahoma, sans-serif;
 font-size: 11px;
 margin: 0;
 background-color: #FFFFFF;
}

a 
{
 color: #009900;
}

a:hover 
{
 color: #66CD01;
}

img 
{
 border-width: 0;
}

form 
{
 margin: 0;
}

/****************************************************************************************************
 * Blocks
 */
#all 
{
 width: 780px;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 text-align: left;/* [IEfix] IE5.0+ center align bug counter-fix */
}

body 
{
 text-align: center;
}

/* [IEfix] IE5.0/5.5 center align bug */
#header 
{
 background-image: url(gfx/nmr_header.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 height: 130px;
 width: 780px;
}

#menu 
{
 /* background-image: url(gfx/nmr_menu.gif);  */

 background-position: top left;
 background-repeat: no-repeat;
 width: 780px;
 height: 34px;
}

#body 
{
 
}

#footer 
{
 /* background-image: url(gfx/nmr_footer.gif);  */

 background-position: top left;
 background-repeat: no-repeat;
 width: 780px;
 height: 34px;
 margin-bottom: 1em;
}

/****************************************************************************************************
 * Header
 */
#header h1 
{
 /* Those lines has been splitted there in order to be compatible on IE5.0
	   We also need position: absolute in order to block the h1 tag to influence the surrounding
	   tags.
	   The indent will apply for text-to-image substitution (IE5.0+, Firefox, Safari, Opera6+)*/

 position: absolute;
 text-indent: -600em;
}

/****************************************************************************************************
 * Menu
 */
#menu ul 
{
 /* Using the Suckerfish technique, last revision (with left and modular javascript) */

 padding: 0;
 margin: 0;
 list-style: none;
 padding-left: 28px;
 padding-top: 10px;
 z-index: 1;
}

* html #menu ul 
{
 padding-top: 8px;
}

/* [IEfix] IE5.0+ mis-align */
#menu ul a 
{
 display: block;
 color: #5F7AA5;
 font-weight: bold;
 text-decoration: none;
 padding-left: 18px;/* background-image: url(gfx/nmr_arrow_green.gif); */

 background-position: top left;
 background-repeat: no-repeat;
}

#menu ul a:hover 
{
 color: #004575;
 text-decoration: none;
}

#menu li 
{
 float: left;
 padding-right: 20px;
}

#menu li ul 
{
 position: absolute;
 left: -600em;
 background-color: #014576;
 padding-top: 4px;
 padding-right: 2px;
 padding-bottom: 2px;
 padding-left: 2px;
 border-color: #014576;
 border-width: 1px;
 border-style: solid;
}

#menu li ul li 
{
 float: none;
 width: 230px;/* [IEfix] width must be set: w/o IE5.0+ applies strange pads */

 padding-right: 0;
}

* html #menu li ul li 
{
 float: left;
 clear: both;
}

/* [IEfix] IE5.0/5.5 left "appearing" pad fix */
#menu li ul li a 
{
 background-image: none;
 height: 18px;
 line-height: 19px;
 color: #FFFFFF;
}

#menu li ul li a:hover 
{
 background-color: #3f7ebc;
 color: #FFFFFF;
}

#menu li:hover ul, #menu li.sfhover ul 
{
 left: auto;
}

#menu .strong 
{
 color: #FFFFFF;
}

#menu .em 
{
 
}

/****************************************************************************************************
 * Body
 */
#body 
{
 padding: 0;
 margin: 0;
}

* html #body div 
{
 height: 1%;
}

/* [IEfix] Peekaboo bug (contained float misbehaves w/o this) */
*:first-child+html #body div 
{
 min-height: 1%;
}

/* [IE7fix] wonder! IE7 still bugged */
#body .default 
{
 /* background-image: url(gfx/nmr_body_default_filler.gif);     */

 background-color: transparent;
 margin-top: 3px;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 0;
}

#body .default .up 
{
 /* background-image: url(gfx/nmr_body_default_up.gif);   */

 background-color: transparent;
 background-repeat: no-repeat;
 background-position: top;
}

#body .default .dn 
{
 /* background-image: url(gfx/nmr_body_default_dn.gif);  */

 background-color: transparent;
 background-repeat: no-repeat;
 background-position: bottom;
}

#body .white 
{
 background-image: url(gfx/nmr_body_white_filler.gif);
 background-color: transparent;
 background-repeat: repeat;
 margin-top: 3px;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 0;
}

#body .white .up 
{
 /*background-image: url(gfx/nmr_body_white_up.gif);     */
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: top;
}

#body .white .dn 
{
 /*background-image: url(gfx/nmr_body_white_dn.gif);    */
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: bottom;
}

#body .alt 
{
 background-image: url(gfx/nmr_body_alt_filler.gif);
 background-color: transparent;
 background-repeat: repeat;
 margin-top: 3px;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 0;
}

#body .alt .up 
{
 background-image: url(gfx/nmr_body_alt_up.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: top;
}

#body .alt .dn 
{
 background-image: url(gfx/nmr_body_alt_dn.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: bottom;
}

#body .fade 
{
 background-image: url(gfx/nmr_body_fade_filler.gif);
 background-color: transparent;
 background-repeat: repeat;
 margin-top: 3px;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 0;
}

#body .fade .up 
{
 background-image: url(gfx/nmr_body_fade_up.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: top;
}

#body .fade .dn 
{
 background-image: url(gfx/nmr_body_fade_dn.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: bottom;
}

#body .clear 
{
 clear: both;
 height: 1px;
 font-size: 1px;/* [IEfix] stupidity hits again */
}

/****************************************************************************************************
 * Columns
 */
#body .col1 
{
 float: left;
 width: 258px;
 min-height: 1em;
}

#body .col2 
{
 float: left;
 width: 518px;
 min-height: 1em;
}

#body .col3 
{
 float: left;
 width: 778px;
 min-height: 1em;
}

#body .ticker 
{
 width: 778px;
 height: 30px;
 line-height: 30px;
 text-align: center;
}

#body .col1.img 
{
 /* background-image: url(gfx/nmr_background_1c.gif); */

 background-repeat: no-repeat;
 min-height: 480px;
 width: 260px;
}

* html #body .col1.img 
{
 height: 480px;
}

/* [IEfix] for IE, height == min-height, due to a bug */
#body .col1.homeimg 
{
 background-image: url(gfx/nmr_home_image.jpg);
 background-repeat: no-repeat;
 min-height: 480px;
 width: 260px;
}

* html #body .col1.homeimg 
{
 height: 480px;
}

/* [IEfix] for IE, height == min-height, due to a bug */
/****************************************************************************************************
 * Box
 */
#body .box 
{
 background-image: url(gfx/nmr_body_box_filler.gif);
 background-color: transparent;
 margin-top: 5px;
 margin-right: 5px;
 margin-bottom: 5px;
 margin-left: 5px;
}

#body .box h4 
{
 background-image: url(gfx/nmr_body_box_up.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: top;
 height: 33px;
 margin: 0;
 padding-left: 30px;
 line-height: 25px;
 color: #555555;
 font-size: 14px;
}

#body .box .dn 
{
 background-image: url(gfx/nmr_body_box_dn.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: bottom;
}

#body .box .content 
{
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
}

#body .box li 
{
 margin: 2px;
}

/****************************************************************************************************
 * Typo
 */
#body h2 
{
 margin-top: 40px;
 margin-right: 12px;
 margin-bottom: 2px;
 margin-left: 12px;
 color: #019DDA;
 font-size: 19px;
}

* html #body h2 
{
 letter-spacing: -1px;
}

#body h3 
{
 margin-top: 30px;
 margin-right: 12px;
 margin-bottom: 8px;
 margin-left: 12px;
 color: #717276;
 line-height: 1.2em;
 font-size: 14px;
}

#body h3 a 
{
 color: #717276;
}

#body h4 
{
 margin-top: 12px;
 margin-right: 14px;
 margin-bottom: 4px;
 margin-left: 14px;
 font-size: 14px;
 color: #717276;
}

#body .section 
{
 margin-top: 8px;
 margin-right: 8px;
 margin-bottom: -26px;
 margin-left: 8px;
 text-align: right;
 color: #DDDDDD;
 font-size: 14px;
 letter-spacing: -1px;
}

#body p, #body li 
{
 margin-top: 0;
 margin-right: 12px;
 margin-bottom: 1em;
 margin-left: 12px;
 letter-spacing: 1px;
 line-height: 1.1em;
 text-align: justify;
}

#body a 
{
 color: #717276;
 text-decoration: none;
}

#body a:hover 
{
 color: #019DDA;
}

#body .question 
{
 margin-top: 1em;
 margin-right: 12px;
 margin-bottom: 1em;
 margin-left: 12px;
 letter-spacing: 1px;
 line-height: 1.1em;
 text-align: justify;
 background-image: url(gfx/nmr_answer_risposta.gif);
 background-color: transparent;
 background-position: bottom right;
 background-repeat: no-repeat;
 background-image: url(gfx/nmr_answer_question.gif);
 background-color: transparent;
 background-position: bottom right;
 background-repeat: no-repeat;
 padding-bottom: 14px;
 cursor: pointer;
}

#body .question a 
{
 cursor: pointer;
}

#body .question div 
{
 display: none;
 background-color: #FFFFFF;
 margin-bottom: -14px;
 padding-bottom: 2.5em;
 cursor: auto;
}

#body .question div div 
{
 display: block;
}

#body .col1 .info 
{
 font-size: .9em;
 margin: 10px;
}

#body .col1 .info h5 
{
 margin: 0;
 font-size: 16px;
 letter-spacing: 1px;
 text-align: center;
}

#body .col1 .info p 
{
 color: #333333;
}

#body .col1 img 
{
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 2px;
 margin-left: 15px;
}

#body hr 
{
 visibility: hidden;
 height: 35px;
}

#body dl 
{
 padding-top: 5px;
 padding-right: 20px;
 padding-bottom: 5px;
 padding-left: 20px;
}

#body dl dt 
{
 margin-top: 1em;
 margin-bottom: 2px;
 font-weight: bold;
 color: #666666;
}

#body dl dd 
{
 text-align: justify;
 margin-bottom: 1em;
}

/****************************************************************************************************
 * Products Menu
 */
#body .col1.pad 
{
 padding-top: 125px;
}

* html #body .col1.pad 
{
 padding-top: 135px;
}

/* [IEfix] different margin */
#body .col1 ul 
{
 margin: 0;
 padding-top: 0;
 padding-right: 13px;
 padding-bottom: 0;
 padding-left: 13px;
 margin-top: 0;
 margin-bottom: 20px;
 list-style: none;
}

#body .col1 li 
{
 letter-spacing: 0;
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: 0;
 padding-top: 4px;
 padding-left: 15px;
 background-image: url(gfx/nmr_optbtn.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 height: 21px;
}

* html #body .col1 li 
{
 height: 25px;
}

/* [IEfix] quirksmode boxmodel bug */
#body .col1 li a 
{
 display: block;
 width: 100%;
}

#body .product 
{
 height: 335px;
 overflow: auto;
 overflow-x: hidden;
 overflow-y: auto;
}

/****************************************************************************************************
 * Home
 */
#body .home h3 
{
 margin-top: 0;
 margin-bottom: 38px;
}

#scroller 
{
 overflow: hidden;
}

#body .home.en .col1.homeimg 
{
 background-image: url(gfx/nmr_home_image_compact.jpg);
 background-repeat: no-repeat;
 min-height: 379px;
 width: 260px;
}

* html #body .home.en .col1.homeimg 
{
 height: 378px;
}

/* [IEfix] for IE, height == min-height, due to a bug */
/****************************************************************************************************
 * Images
 */
.imagebox 
{
 position: relative;
 left: -257px;
 float: left;
 margin-right: -250px;
}

/****************************************************************************************************
 * Form
 */
#body div.btnbar 
{
 text-align: center;
}

#body input.btn 
{
 border-width: 0;
 background-image: url(gfx/nmr_btn_dimmed.gif);
 background-color: transparent;
 width: 95px;
 height: 30px;
 color: #019DDA;
 font-weight: bold;
 font-size: 13px;
}

#body input.btn.dimmed 
{
 background-image: url(gfx/nmr_btn_dimmed.gif);
 background-color: transparent;
 color: #019DDA;
}

#body input.btn:hover 
{
 background-image: url(gfx/nmr_btn_dimmed.gif);
 background-color: transparent;
}

#body input.btn2 
{
 border-width: 0;
 background-image: url(gfx/nmr_btn_dimmed170.gif);
 background-color: transparent;
 width: 170px;
 height: 30px;
 color: #019DDA;
 font-weight: bold;
 font-size: 13px;
}

#body input.btn2.dimmed 
{
 background-image: url(gfx/nmr_btn_dimmed170.gif);
 background-color: transparent;
 color: #019DDA;
}

#body input.btn2:hover 
{
 background-image: url(gfx/nmr_btn_dimmed170.gif);
 background-color: transparent;
}

#body form label 
{
 float: left;
 margin-right: 10px;
 width: 20%;
 color: #555555;
}

.home form #username, .home form #password 
{
 width: 200px;
}

/****************************************************************************************************
 * Files (Press Area, Reserved Area)
 */
#body h4 
{
 cursor: pointer;/*background-image: url(gfx/nmr_drawer_btn.gif); */

 background-color: transparent;
 background-repeat: no-repeat;
 padding-top: 0;
 padding-right: 25px;
 padding-bottom: 0;
 padding-left: 25px;
 line-height: 28px;
 height: 25px;
 color: #666666;
 text-align: center;
}

#body .box h4 
{
 cursor: auto;
}

#body table 
{
 margin-top: 0;
 margin-right: 13px;
 margin-bottom: 0;
 margin-left: 13px;
 width: 490px;
 border-spacing: 0 2px;
}

#body table tr td 
{
 padding: 2px;
}

#body table tr td img 
{
 float: left;
}

#body table a 
{
 color: #019DDA;
 font-size: 19px;
}

#body table tr td sub 
{
 display: block;
 color: #444444;
 text-align: left;
 font-size: .9em;
 margin-left: 30px;
 text-align: justify;
}

#body table tr td small 
{
 display: block;
 color: #019DDA;
 text-align: right;
 font-size: .8em;
 font-weight: normal;
 white-space: nowrap;
}

#body .hidden 
{
 display: none;
}

#body small 
{
 display: block;
 padding-left: 16px;
 font-weight: bold;
 font-size: 1em;
 color: #019DDA;
}

#body label 
{
 display: block;
 margin-top: 0;
 margin-right: 23px;
 margin-bottom: 4px;
 margin-left: 23px;
 color: #AAAAAA;
 text-align: justify;
}

/****************************************************************************************************
 * Contacts
 */
#body address 
{
 margin-top: 0;
 margin-right: 12px;
 margin-bottom: 1em;
 margin-left: 12px;
 letter-spacing: 1px;
 line-height: 1.1em;
 text-align: justify;
 font-style: normal;
 min-height: 100px;
}

* html #body address 
{
 height: 100px;
}

/* [IEfix] IE uses height as min-height */
#body address strong 
{
 display: block;
 margin-bottom: 2px;
 font-weight: bold;
 color: #333333;
}

#body address label 
{
 display: inline;
 margin: 0;
 color: #666666;
 font-size: .9em;
}

#body address small 
{
 display: inline;
 font-size: .9em;
 padding: 0;
}

/****************************************************************************************************
 * SiteMap
 */
#body .sitemap ul 
{
 list-style: none;
 padding-top: 0;
 padding-right: 20px;
 padding-bottom: 0;
 padding-left: 20px;
 margin-top: 1.5em;
 margin-right: 0;
 margin-bottom: 1em;
 margin-left: 0;
}

#body .sitemap ul li 
{
 margin: 0;
 font-weight: bold;
 padding-bottom: 5px;
 background-image: url(gfx/nmr_page_icon.gif);
 background-color: transparent;
 background-repeat: no-repeat;
 padding-left: 18px;
 margin-left: -10px;
}

#body .sitemap ul ul 
{
 padding-top: 5px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 60px;
 margin-top: 0;
 margin-bottom: 0;
}

#body .sitemap ul ul li 
{
 font-weight: normal;
 padding-bottom: 3px;
 margin-left: -25px;
}

#body .sitemap li.alt 
{
 background-color: transparent;
}

#body .sitemap li.alt a 
{
 color: #A1C881;
}

#body .sitemap li.alt a:hover 
{
 color: #66CD01;
}

/****************************************************************************************************
 * Links Page
 */
#body .links dt 
{
 margin: 0;
 float: left;
 width: 250px;
}

#body .links dd 
{
 margin-left: 260px;
}

/****************************************************************************************************
 * Messages & 404
 */
#all .message 
{
 margin-top: 40px;
}

#all .message img 
{
 display: block;
 margin-top: 20px;
 margin-right: 10px;
 margin-bottom: 20px;
 margin-left: 10px;
}

#all .message h3 
{
 margin-bottom: 30px;
}

#all .message .clear 
{
 height: 20px;
}

/****************************************************************************************************
 * Footer
 */
#footer 
{
 line-height: 35px;
 color: #5F7AA5;
 text-align: right;
}

#footer a 
{
 color: #5F7AA5;
 text-decoration: none;
}

#footer a:hover 
{
 color: #004575;
 text-decoration: none;
}

#footer span 
{
 padding-top: 0;
 padding-right: 10px;
 padding-bottom: 0;
 padding-left: 10px;
}

* html #footer span 
{
 height: 1%;
}

/* [IEfix] IE5.01 fix for float */
#footer .menu 
{
 float: left;
}

#vnu 
{
 text-align: center;
}

a 
{
 color: #009900;
}