/* "Attachments" is used in Test Notifications */

ul.attachments {
  padding:0;
  margin:0 0 0 12px;
}

ul.attachments li {
  padding:0;
  margin:0;
  text-indent:-5px;
}

/* "search_result" is used in results.xsl and test-catalog/results.xsl */
/* "cr_XXXXX" is only used in the defunct articles directory search */

.search_result, .cr_search_result {
  padding: 0 0 35px;
}

.search_result span, .search_result .search_summary, .cr_search_result {
  font-size: 16px;
	line-height: 28px;
}

.search_pagination {
  text-align: center;
  font-size: 100%;
  margin: 0 auto;
}

.cr_search {
	width: 525px;
}

.cr_search div {
  clear: left;
  padding-bottom: 1.5em;
}

.cr_search label {
  display: block;
  float: left;
  font-weight: bold;
  font-size: 13px;
  font-style: normal;
  padding: 5px 1.5em 0 0;
  text-align: right;
  width: 100px;
}

.cr_search_sort select, .cr_search select {
  font-size: 16px;
}

.cr_search div.selections {
  clear: none;
  line-height: 1.5;
  margin: 0 0 0 118px;
  padding: 0;
}

.cr_search_options {
  margin-left: 116px;
}

.cr_search .selections label {
  display: inline;
  font-size: 13px;
  font-weight: normal;
  float: none;
  margin: 0;
  padding: 0 0 0 .5em;
  position: relative;
  text-align: left;
  
}

.cr_search .selections label input {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
}

div.cr_search_right {
  display: block;
  float: right;
  width: 200px;
  margin: 0 0 0 10px;
  overflow: hidden;
}

.cr_search_result {
  display: block;
}

.cr_search_result a:hover {
  text-decoration: underline;
  color: #06F;
}

.cr_search_result a span {
  background-color: yellow;
}

.cr_search_result a:hover span {
  text-decoration: underline;
}

.cr_search_summary {
  padding: 0 0 0 36px;
  font-size: 15pt;
  line-height: 1.3em;
}

div#pagebody .cr_search_result a {
  display: block;
  padding-left: 26px;
}

div#pagebody .cr_search_result a.pdf {
  background: url("../images/icons/pdficon_14x14.gif") no-repeat scroll left center transparent;
  padding-left: 26px;
}

div#pagebody .cr_search_result a.video {
  background: url("../images/icons/watch.gif") no-repeat scroll left center transparent;
  padding-left: 26px;
}

div#pagebody .cr_search_result a.audio {
  background: url("../images/icons/listen.gif") no-repeat scroll left center transparent;
  padding-left: 26px;
}

div#pagebody .cr_search_result a.doc {
  background: url("../images/icons/icon-read.gif") no-repeat scroll left center transparent;
  padding-left: 26px;
}

h2.cr_search_header {
  display: block;
  clear: both;
}

h2.cr_search_header select{
  font-size:12px;
}

h2.cr_search_header form, h2.cr_search_header input, h2.cr_search_header label {
  display: inline;
}

h2.cr_search_header form {
  padding-left: 54px;
}

h2.cr_search_header label {
  font-weight: bold;
  font-size: 11px;
  color: #000;
}

/* "selections" is only used in the defunct articles directory search */
.selections label .tooltip img {
  margin: -3px 0 0 -5px;
}

.selections label .tooltip span {
  bottom: 13px;
}

.cr_search div.selections div.options {
  clear: none;
  padding: 5px 0 0 0;
}

.cr_search div.selections div.options a {
  text-decoration: underline;
  font-size: 11px;
}

/* "current_search" is only used in the defunct articles directory search */
#current_search {
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 2em;
}

#current_search span {
  font-weight: bold;
}

#current_search a {
  display: block;
  text-decoration: underline;
  padding: .5em 0;
}

/* "search-synonyms" is used in results.xsl and test-catalog/results.xsl, though uncertain how to trigger this class for testing */

.search-synonyms{
	border-bottom: 1px solid #DDD;
	margin-bottom:30px;
	margin-top:30px;
	padding-bottom:20px;
	font-size: 12px;
}

.search-synonyms ul {
  margin: 0 1em;
  padding: 0 1em .5em;
  font-size: 120%;
  list-style:none;
  list-style-image:none;
  list-style-type:none;
}

.search-synonyms ul li {
  margin: 0;
  padding: 0;
}

/* This is for the box containing the five links in the "footer" of test-catalog/results.xsl */
.test-catalog-search-links {
	padding:8px;
	border:solid 3px #ddd;
	margin:5px 0;
	text-align:center;
}
/* This is for the five links in the "footer" of test-catalog/results.xsl */
.test-catalog-search-links a {
	font-size:15px;
	padding:0px 13px;
}

/* This is the link "headline" in results.xsl and test-catalog/results.xsl */
a.search_result_link {
	font-size:20px;
	line-height: 30px;
}

.pager.search-pager-inline .left-paginate a {
  display:  inline-block;
  padding: 7px 16px 7px 16px;
}

/* Site search and test-catalog search ---Not to override other pagination, added media query at here*/
@media only screen and (max-width: 570px) {
 .pager.search-pager-inline .left-paginate a {
    float:left;
  }
}