#wrapper{
	position:relative;
    width:800px;
    margin:0 auto;
}
html {
  overflow-y: scroll;
}
form.center,#totalwrapper,
.related,.keyword{
    padding:0.3em;
}
.TM40{margin-top:40px;}

.related{
    display:none;
}
.current{
    display:block;
}
.keyword{
    background:#ccc;
    margin-top:5px;
    margin-bottom:5px;
    cursor:pointer;
}
.odd , .even{
    width:100%;
}
.query div, .header div{
    width:125px;
    float:left;
    text-align:center; 
    cursor:pointer;
    height:2em;
}
.query div.terms,.header div.terms{
    width:250px;
}
.header{
    font-weight:bold; 
    clear:both;
    height:2.2em;
}
.query{
    position:relative;
    padding:0.3em;
    clear:both;
    background:#eee;
    height:2em;
    vertical-align:middle;
}

.notadded{
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
}
.added{
    background:#eee;
}
#totalwrapper{
    display:block;
    background:yellow;
}

#ads{position:absolute;right:0px;}
.message{background:#FF0000;padding:0.3em;margin-bottom:5px;}