.highlight {
  color: red;
  background-color: yellow;
}

#pages {
  text-align: center;
  padding: 10px;
}

#pages a {
  color: #333;
  background-color: #d3eeff;
  border: #2e8bc7 1px solid;
  padding: 3px;
  text-decoration: none;
}

#pages a:hover {
  color: #333;
  background-color: #eefdce;
  border: 1px solid #94ca21;
}

#pages span {
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
}

.align_left {
  float: left;
  margin-right: 10px;
}

.align_center {
  display: block;
  margin: 0 auto;
}

.align_right {
  float: right;
  margin-left: 10px;
}

.error {
  color: #DE4704;
  background-color: #FDDBCC;
  border: 1px solid #FEAA85;
  padding: 5px;
  margin: 10px 0px;
}

.success {
  color: #366536;
  background-color: #D1FFD1;
  border: 1px solid #90B090;
  padding: 5px;
  margin: 10px 0px;
}

.document_edit_button {
  display: block;
  float: right;
  margin-left: 5px;
}

.required {
  color: #DE4704;
}

.shopping-cart-plus {
  width: 16px;
  height: 16px;  
  background: url(img/plus.png) no-repeat;
  position: relative;
  top: 2px;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.shopping-cart-minus {
  width: 16px;
  height: 16px;
  background: url(img/minus.png) no-repeat;
  position: relative;
  top: 2px;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.nowrap
{
  white-space: nowrap;
}
