/* semiorder.css - SEMI-ORDER CLUTCH Search */

/* --- Page layout --- */
#main {
  background: url(../images/semiorder/bt_semiorder_clutch.jpg) no-repeat 0px 0px;
  background-position: right top;
}
#main #page-title {
  background: url(../images/semiorder/tl_semiorder_search.jpg) 0px 0px;
}
#container3 .title1 {
  height: 21px;
  background: url(../images/semiorder/tl_semiorder_01.jpg) no-repeat 30px 0px;
  margin-top: 35px;
}
#container3 .title2 {
  height: 21px;
  background: url(../images/semiorder/tl_semiorder_02.jpg) no-repeat 30px 0px;
  margin-top: 35px;
}

/* --- Result table --- */
#result table {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 30px;
}
#result td {
  border: solid 1px #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
#result .celtext1 {
  color: #0091F1;
  font-family: monospace;
  font-size: 12px;
}
#result .celtext2 {
  color: #999999;
  font-family: monospace;
  font-size: 12px;
}
#result .p-text1 {
  color: #CCCCCC;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 12px;
}
#result .p-text2 {
  color: #999999;
  padding-left: 30px;
  font-size: 12px;
}
#result .link-area {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  width: 905px;
  text-align: right;
}
#result .link-area a {
  color: #0091F1;
  font-size: 12px;
}
#result img {
  max-width: 600px;
}

/* --- Selector dropdowns (hidden until upstream selection made) --- */
select.semiorder-hidden {
  display: none;
}

/* --- Search button (image button reset) --- */
.semiorder-image-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

/* --- Result page: selection summary --- */
.semiorder-selection-summary {
  text-align: right;
  width: 905px;
}

/* --- Result page: brand blue text/links --- */
.semiorder-blue {
  color: #0091F1;
}
a.semiorder-blue:link,
a.semiorder-blue:visited {
  color: #0091F1;
}

/* --- Error message --- */
#search-error .p-text1 {
  color: #CC4444;
  padding-left: 30px;
  font-size: 12px;
}
