

.navigation {
	border-bottom: 0px solid #000;
	text-align:center;
}
.pager, .pager-header {
  display: inline;
  font-size: 12px;
}
.pager li {
  list-style-type: none;
  display: inline;margin:5px;
}


#selection {
  padding: 10px 15px 0;
}
#selection li, #docs li {
  list-style-type: none;
}
#docs {
  padding-top: 0px;
  padding-bottom: 7px;
}
#docs>div {
  padding-bottom: 5px;
  font-size: 120%;
}
#docs div>p {
  padding-left: 10px;
}
#docs h2 { font-size: 20px; }

.docLinks  {color: #D81E05;}
.pager-disabled {display:none;}

#search-panel {
    background: url("/static-tools/common/rd/gfx/bg2.gif") repeat-y scroll left top #fff;
    border-bottom: 5px solid #f1f1f1;
    margin-bottom: 10px;
    position: relative;
    margin: 0 auto;
    width: 980px;
}

#search-query, #search-submit {
	z-index: 999 !important; 
}

#search-result {
	width: 80%;
	float: right;
	padding-right: 9%;
}

#search-nav-top {
	background: #F5F5F5;
    margin: 16px 0 25px;
}

.norm {
	font-size: 1em;
	padding-bottom: 5px;
}

.searchUI.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    padding: 4px 0px;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.searchUI .ui-autocomplete.hl {
	font-weight: bold;
	font-style: italic;
}
.searchUI .ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
    max-width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchUI .ui-state-hover, .searchUI .ui-state-active {
    color: #666;
    text-decoration: none;
    background-color: #eee;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.search-term{
	font-weight: bold;
}
.se_sug{
	margin: auto ;
	text-align: center;
}

.nodeco { text-decoration: none; }
a.pointer {cursor: pointer; color:#D81E05;}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
