html {  
    height:100%;
/*  background-image:linear-gradient(  #ddd,#eee,#fff,#fff,#fff,#fff,#fff,#fff);         */
}

body {
    margin: 0;
    padding:0;
    font-family: Arial,Helvetica,Verdana, sans-serif;
    color: #000000;
    line-height: 1.6em;
    font-weight: normal;
    text-decoration: none;
    max-width:900px;
    font-size: 100%;  
    margin:auto;
    height:100%;
}

a:link { text-decoration: none; color: #112288; }
a:hover { text-decoration: underline}
a:active { text-decoration: underline}
a:visited { text-decoration: none; color: #352288;}

.cell1 { background: #f1f1ff;}
.table1 { background:#838393;}
.cell2 { background:#fafaf7;}

p, td, tr,.text {}
td { vertical-align:top;}
img, table {   border:0;}

 
.center { text-align:center;}

.t1{ font-family:Verdana, sans-serif; color:#555d70;z-index:1000; text-shadow: 0 0 1px rgba(51,51,51,0.3);}
.t2{ font-family:Arial, Helvetica, sans-serif;color:#7e0015; text-shadow: 0 0 1px rgba(151,51,51,0.3);}
.t1, .t2 {font-size:2em; line-height:1em;}
.a1, .a1:hover, .a1:link  {text-decoration: none; }

h1 {font-size:1.7em;text-align:center;}

.subtext, .m {
    font-size:0.9em;
    line-height:1.2em;
    
}

.appellation { font-size:1.15em; color:#339;}
.region { font-size: 1.1em}

.r {font-size:0.9em;    }

.smalltext, .s, .sb {
    font-size:0.9em;
    line-height:1.2em;
}
.sb {
        font-weight:bold;
}
.hidden {display:none;}

.lang,.lang:link {
color:#555;
font-weight:400;
 font-size:0.8em;
text-decoration:none
}
.right {text-align:right; }
.left {text-align:left;  }

.result
{       clear:both;
        display:block; 
	float:left; 
        margin:0.1em 0 0 0;
	width:98%;  
/* 	cursor: pointer; */
  	border: 1px solid #fff; 
	border-radius:0.7em;
	-moz-border-radius:0.7em;
	-webkit-border-radius:0.7em; 
	
	 transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	border: 1px solid #f1f1f1; 
	background:#f4f4f4;
        padding:5px;
}
.result:hover { 
	border: 1px solid #aaa; 
	background:#e4e1ff;
}
.result:hover .abs{ color:#000;}
   

.title { display:block; font-size:1.4em;width:100%;float:left; }
	
.twocolumns {display:block;  float:left;width:100%;  }
.column1 {display:inline-block; min-width:200px; float:left; width:50%; overflow:hidden;  }
.column2 {display:inline-block; min-width:200px; float:right; width:40%; overflow:hidden;  }
	
	
	
.year, .year:link, a.year { color:#555;}
.gray { color:#777;}
.dgr { color:#555;}
.bg_eee { background:#eee;}

.block {
  	float:left;   
	display:block;
	clear:both; 
	width:100%; 
	  
	margin:0;
	padding:0;
  }
 
 
 .button  {
    color: #fff;
    font-weight:bold;
    text-align: center;
    font-size: 1.2em;
    border:0.15em double #818181;
    width: auto;
    background-color: #bb8888;
    padding: 0.2em 1.5em; 
    cursor: pointer;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
 }
 

 .q  {
    border:0.1em solid #818181;
    font-size:1.4em;
    line-height:1.5em;  
    font-weight: normal;
    border-radius:10px;
    padding:0.2em;
    margin:0 0 0.4em 0 ;
    height:2.0em;
/*     width:80%; */
    min-width:200px;
}
.q:focus { outline: none;  border-color:#000066;}
 
 
/*suggest*/
 .content {
            width: 80%;
            margin: 0 auto;
            margin-top: 0px;
        }
.tt-hint {
 display:none;   
    
}
.tt-hint2  {
        
            border: 2px solid #CCCCCC;
            border-radius: 8px 8px 8px 8px;
            font-size: 24px;
            height: 45px;
            line-height: 30px;
            outline: medium none;
            padding: 8px 12px;
            width: 400px;
        }

.tt-dropdown-menu {
    width: 100%;
    margin-top: 25px;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    color: #111;
    background-color: #F1F1F1;
    text-align:left;
}
 
.w20p {width:20%;}
.w30p {width:30%;}
.w40p {width:40%;}
.w50p {width:50%;}
.w60p {width:60%;}
.w70p {width:70%;}
.w80p {width:80%;}
 
 
 
 /*media max600px*/	
  @media screen and (max-width:1050px) {
      body { font-size:1.1em}
     table { max-width:99%;} 
  }
 /*media max600px*/	
  @media screen and (max-width:750px) {
    .t1, .t2 {font-size:1.6em;} 
     body { font-size:1.1em}
     	img { 
		max-width:100%;
		height:auto;
	}
	table { max-width:99%;} 
 .q , .r{  width:90%}
	
.column1 { width:95%; }
.column2 { width:95%; }

.result { border-bottom:1px solid #eee;border-top:1px solid #eee;}

 

}
   
/*suggest */   
.input_container {
    position:relative;
    width:100%;
    display:block;
    float:left;
    border:none;
   }
    
#suggest_results_container
{
/*    position: absolute;?      */
/* ?    top: 50px; */
/* ?    width: 60%; */
    z-index:2000;  
  border: 1px solid #eee;    
    overflow:hidden; 
    display:none;
}

#suggest_results {
   
/*     position:absolute; */
    
   
    width:90%;
    background: #eee;
    border-radius: 0 0 5px 5px;
/*     border: 1px solid red;   */
    box-shadow: 0 0 10px #888; 
    border-top:none;
}
 
 

  #suggest_results_list li
  {
    font-size:1.1em;
    list-style-type: none;   
    cursor:pointer;  
  }
   
   
  #suggest_results_list li:hover 
  {
    background: #ddd;
      
  }
   .suggest_button {
       display: none; /* hidden for large screen*/
       width:80%;
   }
 
   
.display_box_hover 
{
    background:#aaa;
    cursor:pointer;
    color:#000;     
}
 
@media screen and (max-width:600px) {
 
        #suggest_results_container 
        {
            width:98%;
        }
}
 

#suggest_results  ul, #top_suggest_results ul
{
    list-style-type:none;
    padding: 0;
}
#suggest_results  li  {
    display:block;
    overflow:hidden;
}
#suggest_results li a {
    width:100%;
    float:left;
    padding:4px 0 4px 4px;
}
#suggest_results li a:hover {
    text-decoration:none;
    background:#bbb;
    cursor:pointer;
    color:#000; 
}

#suggest_results li:hover {
    background:#eee;
    cursor:pointer;
    color:#000; 
}
      
#suggest_results li:hover 
{
    background: #ddd;
}

