h3 {
  text-transform: uppercase;
}



/*******************************************************************************
** preownedForm
*******************************************************************************/

#preownedForm {
  margin:0;
  padding:13px;
}

#preownedForm h3 {
  margin:0 0 1em 0;
}

#preownedForm div {
  display:inline-block;
}

#preownedForm div + div {
  margin-left: 1em;
}

#preownedForm label {
  display:inline-block;
  margin:0;
  width:auto;
  vertical-align:middle;
  font-weight: bold;
  background-color:transparent;
}

#preownedForm .make select {
  width:13em;
}

#preownedForm .year select {
  width: 8.5em;
}

#preownedForm .model select {
  width:13em;
}

#preownedForm input.price {
  width:5em;
  padding: 2px 0;
}

#preownedForm .submit {
  display:block;
  margin: 1.5em 0 0 0;
}

#preownedForm .submit .button {
  margin: 0 .5em 0 0;
  width:9em;
}



/*******************************************************************************
** preownedList
*******************************************************************************/

#preownedList {
  margin:.5em 0;
}

#preownedList table {
  margin:0 auto;
  width:914px;
}

#preownedList th,
#preownedList td {
  border: 0 none;
}

#preownedList thead th,
#preownedList tfoot th {
  padding:5px;
  text-transform:uppercase;
  background-image:none;
  background-color:#5E5546;
}

#preownedList thead th.selected,
#preownedList tfoot th.selected {
  background-color: #3A352C;
}

#preownedList .dyn thead th:hover,
#preownedList .dyn tfoot th:hover {
  color:#FFF;
  cursor:pointer;
}

#preownedList thead .asc,
#preownedList tfoot .asc {
  padding-right:1em;
  background:transparent url(/styles/ascending.png) no-repeat right center;
}

#preownedList thead .des,
#preownedList tfoot .des {
  padding-right:1em;
  background:transparent url(/styles/descending.png) no-repeat right center;
}

#preownedList tbody td {
  padding-bottom: 1.5em;
}

#preownedList tbody th {
  height:2em;
  background:transparent url(/styles/10pc-white.png) repeat;
}

#preownedList tbody th.img {
  padding:0;
  text-align:center;
  vertical-align:top;
  width:152px;
  border-bottom:1px solid #5E5546;
  background-image:none;
}
#preownedList tbody th.img img {
  border:1px solid #5E5546;
}

#preownedList tbody .hilight th,
#preownedList tbody .hilight td {
  background-color: #333300;
}

#preownedList tbody td {
  border-bottom:1px solid #5E5546;
}

#preownedList tbody td.description {
  padding-left:1em;
}

#preownedList p {
  margin: 0 0 .5em 0;
}

#preownedList ul.options {
  margin: 0;
  display: inline;
}

#preownedList ul.options li {
  display:inline;
}

#preownedList p.more {
  margin: 0 1em;
  display: inline-block;
}

/*#preownedList .cpo {
  color:#CF1836;
}*/
#preownedList .cpo {
  display:inline-block;
  width:74px;
  height:30px;
  text-indent:-9000px;
  background:transparent url(/styles/cpo-en.png) no-repeat center;
}

#preownedList .pager {
  width:914px;
  margin:0 auto;
  text-align:right;
}

#preownedList .pager a {
  display:inline-block;
  min-width:1.4em;
  margin-left:2px;
  padding:.3em .5em;
  font-size:smaller;
  text-align:center;
  color:#CCC;
  background-color:#5E5546;
  cursor:pointer;
}

#preownedList .pager a:hover {
  color:#FFF;
}

#preownedList .pager a.selected {
  color:inherit;
  background-color:#3A352C;
  cursor:auto;
}

#preownedList .pager a.selected:hover {
  color:inherit;
  background-color:#3A352C;
}

