/* pragmaMx CVS $Id: searchmore.html,v 1.1 2014-03-02 23:19:10 tora60 Exp */


#pmxsearchresults {
  border: 0 none;
  margin: 0;
  padding: 0;
}

#pmxsearchresults li {
  line-height: 1.2;
  list-style: none outside none;
  margin: 2em 0 0 0;
  padding: 0;
  display:inline-block;
  width: 100%;
}

#pmxsearchresults h4,
#pmxsearchresults p {
  border: 0 none;
  font-weight: normal;
  margin: 0 0 0.35em 0;
  padding: 0;
}

#pmxsearchmod {
  min-height: 50em;
}

#pmxsearchmod .floatbox {
  overflow: visible !important;
}

#pmxsearchmod input[type="text"],
#pmxsearchmod input[type="submit"] {
  font-size: 110%;
}

#pmxsearchmod .allmodules label {
  display: block;
  float: left;
  padding: .3em;
  width: 23%;
  white-space: nowrap;
}

/*
ui-tabs: The outer container of the tabs. This element will additionally have a class of ui-tabs-collapsible when the collapsible option is set.
ui-tabs-nav: The list of tabs.
The active list item in the nav will have a ui-tabs-active class. Any list item whose associated content is loading via an Ajax call will have a ui-tabs-loading class.
ui-tabs-anchor: The anchors used to switch panels.
ui-tabs-panel: The panels associated with the tabs. Only the panel whose corresponding tab is active will be visible.
*/

#pmxsearchmod .tabs-nav {
  border: medium none;
  display: block;
  font-size: 100%;
  font-weight: normal;
  line-height: normal;
  list-style-type: none;
  margin: .5em 0;
  padding: 0;
  text-align: left;
  top: 0;
}

#pmxsearchmod .tabs-nav li {
  border: medium none;
  display: inline;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

#pmxsearchmod .tabs-nav li a,
#pmxsearchmod .tabs-nav li.state-active a,
#pmxsearchmod .tabs-nav li.state-active a:hover {
  background-color: inherit !important;
  background-position: left center;
  background-repeat: no-repeat;
  border: medium none;
  bottom: 0;
  color: inherit !important;
  display: inline;
  margin: 0;
  padding: 3px 3px 3px 25px;
  position: relative;
  text-decoration: inherit;
  white-space: nowrap;
}

#pmxsearchmod .tabs-nav li a.sprite-properties{
  background-image: url(../images/properties.png);
}

#pmxsearchmod .tabs-nav li a.sprite-help{
  background-image: url(../images/help.png);
}

#pmxsearchmod #srch-options,
#pmxsearchmod #srch-help {
  display: none; /* Inhalt der Tabs: Hilfe u. Suchoptionen */
  position: absolute;
}

#pmxsearchmod .note {
  margin: 2em 0 10em 0;
}


ul.itemizedlist {
  display: block;
  line-height: 120%;
  list-style: disc outside none;
  margin: 0 4px 8px 16px;
  padding: 0;
  text-align: left;
}


ul.itemizedlist li {
  list-style: disc outside none;
  margin: 0 0 .5em;
  padding: 0;
  vertical-align: middle;
}

ul.itemizedlist p {
  margin: 0;
}

ul.itemizedlist p code.literal {
  background-color: transparent;
  border: none;
  color: inherit;
  display: inline;
  font-family: inherit;
  font-size: 120%;
  margin: 0;
  padding: 0 0.5em;
  text-align: left;
  white-space: normal;
}
