/* -------------------------------------- */        
/* IEC - MENU(NAV-TOOLS) - SPECIAL STYLES */
/* -------------------------------------- */        

        
        * {
            margin: 				0;
            padding: 				0;
        }     
                
        .bubbleInfo {
            position: 				relative;
            top: 					0;
            left: 					0;
        }

        .trigger {
            width:					28px;
			height:					25px;

        	position:				absolute;
            float: 					left;
            clear: 					both;
            
            margin: 				-3px 0 0 5px;
            
			border: 				1px solid #b4b5bc;
			border-radius: 	4px;
	
			background-position: 	left top;
			background-repeat: 		repeat-x;
			background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gfx/highlight_trigger.png);
        }
     	
        .trigger img {
            padding: 				2px 0 0 4px;
        }



/* Bubble pop-up */
        .popup {
        	position: 				absolute;
        	display: 				none;
        	z-index: 				1000;
        	border-collapse: 		collapse;
        	width: 					156px;
        	text-align: 			center;
        	}
       	
       	.popup-contents {
        	background-color:		transparent !important;
       		}
   

        .popup td.corner {
        	height:					21px;
        	width:					17px;
        	background-repeat:		no-repeat;
        	overflow:				hidden;
        	}
        
        .search_field_btn {
        	height:					20px !important;
        	
        	margin:					-1px 0 0 20px;
        	padding-top: 			-1px;
        	
            font-family: 			Arial, "Lucida Grande", Verdana, Helvetica;
            font-size: 				12px !important;
            font-style: 			italic;
        	line-height: 			12px;
            
			background-color: 		#bebebe;
			
			border: 				1px solid #b0b0b0;
			border-radius:			4px;
			}



/* Bubble elements */

        .popup td#topleft {
        	background-repeat: 		repeat;
        	background-position: 	0 0;
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-1.png);
        	}
        .popup td.top {
			background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-2.png);
			text-align: 			center;
        	}
        .popup td.top img {
        	display: 				block;
        	margin:					0 auto;
            background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-tail.png);
        	}
        .popup td#topright {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-3.png);
        	}
        .popup td.left_bg {
        	background-repeat:		repeat-y;
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-4.png);
        	}
        .popup td.right_bg { 
        	height: 				5px; 
        	width: 					17px; 
        	background-repeat:		repeat-y; 
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-5.png);
        	}
        .popup td#bottomleft {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-6.png);
        	}
        .popup td.bottom {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-7.png);
        	text-align: 			center;
        	}
        .popup td.bottom img {
        	display: 				block;
        	margin: 				0 auto;
        	}
        .popup td#bottomright {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-8.png);
        	}
        	
        .popup ul {
        	list-style: 			none;
        	padding-top:			0;
        	background-repeat: 		repeat;
        	background-position: 	0 0;
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/content_bg.png);
        	}
		

/* Popup Content */

        .cart_icn  {
        	margin-top:				0;
			width:					23px;
			height: 				18px;
			display: block;
			float: left;
        	
			background-position: 	0 -5px;
			background-repeat: 		no-repeat;
			background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gfx/cart_icn.png);
			}

        .popup ul li {
			width: 					120px;
			height:					17px;
		
			text-align: 			center;
			font-size:				11px;
        	font-weight: 			700;
        	font-family: 			Arial, "Lucida Grande", Verdana, sans-serif;
		
			padding-top:			3px;
				
			color: 					#FEFFFE !important;
			text-shadow: 			#3F3F3F 0 -1px 0;
		
			border: 				1px solid #6A6F78;
			border-radius:			4px;
		
			background-color: 		#8b8d97; /*#AFB0B7;*/
	
			background-position: 	left top;
			background-repeat: 		repeat-x;
			background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gfx/highlight.png);
			}
		
		.popup ul li:hover {
			color: 					#FFF !important;
			text-shadow: 			#4D70AF 0 -1px 0;
		
			background-color: 		#43B1FC;
			border: 				1px solid #2D79C1;
			}

		.popup ul a li:last-child {
		
			margin-top:				5px;
		
		}

		
/*IE6*//*IE6*//*IE6*//*IE6*//*IE6*//*IE6*/


/*IE6*/ *html .popup {				
        	width: 					156px;
        	margin-left: 			0;
        	margin-top: 			0;
        }

/*IE6*/ *html .trigger {
            position:				absolute;
            
            width:					32px;
			height:					24px;
	
			background-color: 		transparent;
			border: 				none;
				
			background-position: 	left top;
			background-repeat: 		repeat-x;
			background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_ie6/search_btn_inactive.gif);
        }
        
/*IE6*/ *html .trigger img {
            display: none;
        }
        
/*IE6*/ *html .popup ul li {
			width: 					0;
			height:					0;
			display: 				none;
			margin-bottom: 			2px !important;  	

		}

/*IE6*/ *html .popup td#topleft {
        	background-repeat: 		repeat;
        	background-position: 	0 0;
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-1.gif);
        	}
/*IE6*/ *html .popup td.top {
			background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-2.gif);
			text-align: 			center;
        	}
/*IE6*/ *html .popup td.top img {
        	display: 				block;
        	margin:					0 auto;
            background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-tail.gif);
        	}
/*IE6*/ *html .popup td#topright {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-3.gif);
        	}
/*IE6*/ *html .popup td.left_bg {
        	background-repeat:		repeat-y;
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-4.gif);
        	}
/*IE6*/ *html .popup td.right_bg { 
        	height: 				5px; 
        	width: 					17px; 
        	background-repeat:		repeat-y; 
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-5.gif);
        	}
/*IE6*/ *html .popup td#bottomleft {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-6.gif);
        	}
/*IE6*/ *html .popup td.bottom {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-7.gif);
        	text-align: 			center;
        	}
/*IE6*/ *html .popup td.bottom img {
        	display: 				block;
        	margin: 				0 auto;
        	}
/*IE6*/ *html .popup td#bottomright {
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/bubble-8.gif);
        	}
        	
/*IE6*/ *html .popup ul {
        	list-style: 			none;
        	padding:				0;
        	background-repeat: 		repeat;
        	background-position: 	0 0;
        	background-image: 		url(/National_Library/20160517234414oe_/http://www.iec.ch/img/searchbox/searchbox_gui/content_bg.gif);
        	}
		
/*			//////////////////////////////////////////////////////////////////////////////			*/

.buttons_ie6 {
    		margin: 				0;
			padding: 				0;
}
/* BUTTONS */.buttons_ie6 a, .buttons_ie6 button{
  			  display:				block;
  			  float:				left;
  			  margin:				0;
				color: 					#FEFFFE !important;
				background-color: 		#8b8d97; /*#AFB0B7;*/
				border: 				1px solid #6A6F78;
  			  font-family:			"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  			  font-size:			100%;
  			  line-height:			130%;
  			  text-decoration:		none;
  			  font-weight:			700;
  			  color:				#565656;
  			  cursor:				pointer;
  			  padding:				5px 10px 6px 7px; /* Links */
  			  width:				120px;
  			  font-size:			11px !important;
  			  text-align: 			left;
			margin-bottom: 2px !important;  	

}
.buttons_ie6 a:visited {
				color: 					#FEFFFE !important;
}
.buttons_ie6 button{
    		width:					auto;
    		overflow:				visible;
    		padding:				4px 10px 3px 7px; /* IE6 */
}
.buttons_ie6 button[type]{
    		padding:				5px 10px 5px 7px; /* Firefox */
    		line-height:			17px; /* Safari */
}
*:first-child+html button[type]{
    		padding:				4px 10px 3px 7px; /* IE7 */
}
.buttons_ie6 button img, .buttons_ie6 a img{
    		margin:					0 !important;
    		padding:				0;
    		border:					none;
    		width:					16px;
    		height:					16px;
}

/* STANDARD */
button:hover, .buttons_ie6 a:hover{
			color: 					#FFF !important;
			background-color: 		#43B1FC;
			border: 				1px solid #2D79C1;  
}

.buttons_ie6 a:active{
    		background-color:		#6299c5;
    		border:					1px solid #6299c5;
    		color:					#fff;
}
/* POSITIVE */
button.positive, .buttons_ie6 a.positive{
    		color:					#529214;
}
.buttons_ie6 a.positive:hover, button.positive:hover{
    background-color:				#E6EFC2;
    border:							1px solid #C6D880;
    color:							#529214;
}
.buttons_ie6 a.positive:active{
    background-color:				#529214;
    border:							1px solid #529214;
    color:							#fff;
}
/* NEGATIVE */
.buttons_ie6 a.negative, button.negative{
    color:							#d12f19;
}
.buttons_ie6 a.negative:hover, button.negative:hover{
    background:						#fbe3e4;
    border:							1px solid #fbc2c4;
    color:							#d12f19;
}
.buttons_ie6 a.negative:active{
    background-color:				#d12f19;
    border:							1px solid #d12f19;
    color:							#fff;
}