div#middlecol_3_search {
    margin: 0px 0px 21px 0px;
}

div#middlecol_3_themes div.themes_item {
    margin-top: 6px;
    margin-bottom: 6px;
}
div#middlecol_3_themes div.themes_item a {
    background-position: center center;
}
div#middlecol_3_themes div.themes_item:hover {
    margin-top: -2px;
    margin-left: -2px;
    margin-bottom: -2px;
}

div#middlecol_3_themes div.themes_item:hover a {
    padding: 2px;
}

div#middlecol_3_search fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
}

div#middlecol_3_search fieldset legend,
div#middlecol_3_search fieldset label {
    display: none;
}

div.tx-indexedsearch-form,
input#tx-indexedsearch-searchbox-sword {
    width: 137px;
}

input#tx-indexedsearch-searchbox-sword {
    border: none;
    height: 15px;
    padding: 2px;
    color: grey;
}

input#tx-indexedsearch-searchbox-sword:focus,
input#tx-indexedsearch-searchbox-sword:hover {
    color: #4A5068;
    outline: 1px solid #eddb10;
}

div.tx-indexedsearch-form {
    float: left;
    height: 35px;
}

div.tx-indexedsearch-search-submit,
input#tx-indexedsearch-searchbox-button-submit {
    width: 21px;
    height: 20px;
}

div.tx-indexedsearch-search-submit {
    margin-left: 144px;
}

input#tx-indexedsearch-searchbox-button-submit {
    background-image: url("../images/search_start.png");
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -1000em;
    margin: 0px;
    padding: 0px;
    width: 21px;
    height: 23px;
}

input#tx-indexedsearch-searchbox-button-submit:hover {
    background-image: url("../images/search-over.png");
}

.autocomplete-w1 { 
  background: url(/typo3conf/ext/pmkisac/res/images/shadow.png) no-repeat bottom right; 
  position:absolute; top:0px; left:0px; margin:8px 0 0 6px; 
  /* IE6 fix: */ _background:none; _margin:0;
  
}
.autocomplete { 
  border:1px solid #FFF; 
  background:#FFF; 
  cursor:default; 
  text-align:left; 
  max-height:350px; 
  overflow:auto; 
  font-family: Verdana;
  font-size: 8pt;
  margin:-6px 6px 6px -6px; 
  /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; 
}
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:gray; }

div#middlecol_3_themes {
    margin-bottom: 15px;
}

div#middlecol_3_recentupdates {
    font-size: 7pt;
    font-family: Verdana;
    margin: 15px 0px 13px 0px;
    background-image: url('../images/recentupdates.jpg');
    background-repeat: no-repeat;
    padding-top: 15px;
}

div#middlecol_3_recentupdates ul {
    padding: 0px;
    margin: 0px;
}

div#middlecol_3_recentupdates li {
    margin: 0px 0px 2px 13px;
    width: 148px;
}

div#middlecol_3_recentupdates a {
    font-size: 8pt;
    font-family: Arial;
    text-decoration: none;
    display: block;
}



