html, body {
  height: 100%;
}

.container {
  height: 100%;
  width: 57.6em;
  font-size: 11px;
}

.container #browser .row {
  margin-left: 0;
}

.container #browser .span3 {
  width: 158px;
  margin-left: 0;
}

.container #browser ul {
  border-right: 1px solid #cccccc;
}

.container #browser ul#type-selector {
  border-right: 0px none transparent;
}

#browser a:hover, #browser li.active a {
  background-color: #e70000;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.viewport {
  position: relative;
  overflow: hidden;
  margin-left: -12px;
}

.span36 {
  width: 300%;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}

#browser, #loading, #recommendation {
  position: relative;
  top: 0;
  left: 0;
}

#searcher {
  padding-bottom: 1em;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  margin-left: 12px;
}

#searcher .btn-group { display: inline-block; }

#searcher button {
  overflow: hidden;
  height: 2.3em;
}

#searcher #search-in-category {
  width: 10em;
  overflow: hidden;
  display: inline-block;
  height: 1.1em;
}

#searcher .input-prepend .dropdown-menu a:hover, #searcher .input-prepend .dropdown-menu li.active a {
  color: #fff;
  text-decoration: none;
}

#searcher input {
  display: inline-block;
  height: 1.4em;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 11px;
  line-height: 1.1em;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

#searcher input:focus ;{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);

}

.typeahead.dropdown-menu {
  font-size: 1.5em;
  margin-left: -10em;
  text-align: left;
}

#browser {
  height: 30em;
  overflow: hidden;
  padding-bottom: 2em;
}

#browser .row, #browser .row .span3 {
  height: 95%;
  position: relative;
}

#browser .row .span3 ul {
  position: relative;
  height: 100%;
  overflow: auto;
}

#loading {
  height: 30em;
  background: url(loading-molinillo.gif) no-repeat center center;
}

#recommendation .row, #recommendation h3 {
  padding-left: 0.3%;
}

#recommendation .back-to-browser {
  margin-right: 1.5em;
}

#recommendation .span12 {
  width: 58.6em;
  margin-left: 32px;
}

#recommendation .span6 {
  width: 27em;
}

#recommendation .span3 {
  width: 15.8em;
}

#recommendation .component {
  margin-top : 1em;
  line-height: 1.4em;
}

#recommendation .use {
  margin-top: .5em;
}

#recommendation .use strong {
  color: #545454;
}

#recommendation .products {
  list-style-type: disc;
  padding-left: 2em;
}

#recommendation .products li {
  cursor: pointer; cursor: hand;
}

.panel {
  float: left;
  width: 33.333333%;
}

.modal {
  background-color: #e70000;
}

.modal-body {
  background-color: #fff;
}

.modal-body.loading {
  background: #fff url(loading-molinillo.gif) no-repeat center center;
  height: 300px;
}

.modal-body img {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 25em;
}

.modal-header {
  background-color: #e70000;
  color: #fff;
}

.modal-header h3 {
  color: #fff;
}

.modal-body h3, .modal-body h3 strong {
  color: #e70000;
  text-transform: lowercase;
}

.modal-body h3:first-letter, .modal-body h3 strong:first-letter {
  text-transform: capitalize;
}

#searcher {
  *height: 2em;
}

#searcher .btn-group {
  *position: absolute;
  *top: 0;
  *left: 0;
  *width: 14em;
}

#searcher .btn {
  *width: 14em;
}


#searcher input {
  *position: absolute;
  *top: 0;
  *left: 14em;
}
