/*
        Copyright:  fresh frames GmbH & Co. KG
                    http://www.freshframes.com/
    
        Seite:      EEBA
                    European Eye Bank Association
    
        Autor:      Stefanovski Alexander
                    stefanovski@freshframes.com
                    http://www.freshframes.com/

        Version: $Id: eeba_feature.css 49 2009-04-07 14:15:51Z riyuk $
                                                    */			
			#feature h1 {
				clear: both;
				height: 22px;
				font-size: 11px;
				font-weight: bold;
				color: #05065A;
				background: url(../images/feature/feature_highlight_yellow.jpg) top no-repeat;
				margin: 0;
				padding: 8px 0 0 14px;
			}
			
			#feature p {
				font-size: 11px;
				color: #05065A;
				margin: 0;
				padding: 5px 5px 5px 14px;
			}
			
			#feature a {
				color: #F70000;	
			}
			
			#feature ul {
				font-size: 11px;
				margin: 5px 0 0 40px;
				padding: 0;
			}
			
				#feature ul li {
					margin: 0;
					padding: 0;
				}
				
					#feature ul li a {
						color: #05065A;
						text-decoration: underline;
					}
					
						#feature ul li a:hover {
							text-decoration: none;	
						}

			
			/*Feature:Search*/
			#feature .error {
				color: red;
				margin: 0;
			}
			
			#searchbar {
				float: left;
				width: 150px;
				height: 23px;
				background: url(../images/feature/feature_search_searchbar.gif) top left no-repeat;
				margin: 0 0 15px 14px;
				padding: 0;
			}	
				
				#searchbar input#input_searchbar {
					width: 155px;
					height: 20px;
					color: #05065A;
					font-weight: bold;
					background-color: transparent;
					border: 0;
					margin: 0;
					padding: 3px 0 0 5px;
				}
			
			#searchbutton {
				float: left;
				width: 23px;
				height: 23px;
				margin: 0;
				padding: 0;
			}
			
				#searchbutton input#input_button {
					width: 23px;
					height: 23px;
					margin: 0;
					padding: 0;
				}
						
			/*Feature:Downloads*/
			ul li.pdf {
				list-style-image: url(../images/logo_pdf.gif);				
			}
			
			/*Footer*/
			#footer {
				float: left;
				width: 206px;
				margin: 15px 0 0 0;
				border-top: 1px solid #CCCCCC;
			}
			
				#footer p {
					font-size: 10px;	
				}
				
				#footer p.metanav {
					font-size: 10px;
				}
				
					#footer p.metanav a {
						font-weight: bold;	
						margin: 0 0 0 5px;
						text-decoration: none;
					}
					
						#footer p.metanav a:hover {
							text-decoration: underline;	
						}
			
				#footer a {
					font-size: 10px;
					color: #05065A;
					text-decoration: underline;
				}

					#footer a:hover {
						text-decoration: none;
					}