/**
 * Grocerus style.
 *
 * Created by: Jeff Verkoeyen
 *
 */

html {
  background-color: #fff;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444;
}

/* Global links */
a {
  text-decoration: none;
  color: #77C;
}

a:hover {
  text-decoration: underline;
}

/* The drawer and everything within it */
#drawer {
  background: transparent url("../images/drawer.png") no-repeat scroll center bottom;
  height: 28px;
  color: #fff;
  font-size: 12px;
}

#logo {
  background: transparent url("../images/grocerus.png") no-repeat scroll left bottom;
  margin-left: 7px;
  padding-top: 3px;
  width: 135px;
  height: 19px;
  float: left;
}

#menu {
  float: left;
  font-weight: bold;
}

#menu .link, #login .link {
  margin: 0 3px;
  padding: 4px 10px;
  line-height: 25px;
}

#menu .link:hover, #login .link:hover {
  background-color: #0b0;
}

#drawer_form {
  float: left;
  margin: 0 3px;
  padding: 2px 10px 0px;
  font-weight: bold;
}

#drawer_form .link {
  margin: 3px 3px;
  padding: 0 10px;
  line-height: 25px;
  background-color: #0b0;
}

#product_search_result {
  z-index: 100;
  position: absolute;
  visibility: hidden;
}

#drawer input {
  font-size: 10px;
}

#drawer a, #drawer a:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

#login {
  float: right;
  margin: 0 3px;
}

/* The body of the page */
#bg {
  margin: 0 auto;
  width: 980px;
}

#content {
  padding: 15px;
}

#footer {
  text-align: center;
  border-top: 1px solid #CCC;
  padding: 10px;
  font-size: 8pt;
}

#message {
  text-align: center;
  padding: 10px;
  margin-bottom: 15px;
}

.success {
  color: #FFF;
  background-color: #0B0;
  border: 2px dotted #383;
}

.warning {
  color: #FFF;
  background-color: #D55;
  border: 2px dotted #A77;
}

h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px solid #aaa;
  font-weight: normal;
  margin-bottom: 0.17em;
  padding-top: 0.5em;
}

h1 {
  font-size: 18pt;
}

h2 {
  font-size: 14pt;
}

h3 {
  font-size: 12pt;
  border-bottom: none;
}

b {
  color: #000;
}

p {
  margin-bottom: 5px;
}

.labels {
  float: left;
  text-align: right;
  font-size: 12pt;
  font-weight: bold;
}

.element {
  height: 30px;
  padding: 5px;
}

.values .element {
  border-bottom: 1px dashed #CCC;
}

.values .last {
  border-bottom: 0px;
}

.text {
  height: 100px;
}

.text textarea {
  height: 95px;
}

.filter {
  font-size: 9pt;
}

.deprecated {
  font-size: 8pt;
  font-weight: bold;
  color: #D33;
}

.intro {
  margin: 10px;
}

.error {
  color: #C33;
}

/**
 * Price styles used when displaying an item in the form:
 *
 * $price ($ratio) - $productname ($quantity)
 */
.ratio {
  color: #999;
  font-size: 9pt;
}