.paging .left {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}
.paging .right {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: right;
}
#paging-info {
  float: left;
  margin: 0 0 10px 0;
  padding: 0;
}
#show-all {
  float: right;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: right;
}


h1.search-heading {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #AF1C2E;
}

/* Search Results */
/* Top Paging */
#search-results #search-term {
  color: #991831;
  font-weight: bold;
}

#search-results #top-paging #search-description {
  float: left;
  padding: 2px 0px 0px 0px;
  width: 80%;
}
#search-results #top-paging #top-prev-next {
  float: left;
  text-align: right;
  width: 20%;
}
#search-results #top-paging #top-prev-next img {
  display: inline;
}
/* Bottom Paging */
#search-results #bottom-paging {
  margin: 10px 0px 0px 0px;
}
#search-results #bottom-paging a {
  text-decoration: underline;
}
#search-results #bottom-paging #page-links {
  float: left;
  padding: 2px 0px 0px 0px;
  width: 80%;
}
#search-results #bottom-paging #bot-prev-next {
  float: left;
  text-align: right;
  width: 20%;
}
#search-results #bottom-paging #bot-prev-next img {
  display: inline;
}
/* Main Table */
#search-results #models {
  width: 99%;
  background: #fff;
  /*
  border-top: 1px #000 dashed;
  border-right: 1px #000 dashed;
  */
  margin: 0;
  padding: 0;
}
#search-results #models .price {
  color: #000;
}
#search-results #models td {
  width: 25%;
  text-align: center;
  color: #686868;
  font-size: 0.9em;
}
#search-results #models td a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
#search-results #models td span.our-price {
  color: #9A1832;
  font-weight: bold;
}
#search-results #models td.image {
  /*border-left: 1px #000 dashed;*/
  padding: 10px 0px 10px 0px;
  vertical-align: bottom;
}
#search-results #models td.view {
  /*border-left: 1px #000 dashed;*/
  padding: 0px 0px 0px 0px;
}
#search-results #models td.model-description {
  /*
  border-bottom: 1px #000 dashed;
  border-left: 1px #000 dashed;
  */
  padding: 5px 0px 5px 0px;
  vertical-align: bottom;
}
#search-results #models td div.model-container {
  padding: 0px 10px 0px 17px;
}
#search-results #models td img {
  display: inline;
}
/* Model */
#product-image {
  overflow: hidden;
  width: 430px;
}
#product-summary {
  margin: 0 0 10px 0;
  padding: 10px;
  background: #D9D9D9 url(/images/description-bg.gif) top right repeat-y;
}



/* Product Description */
#product-description {
  margin: 10px 0px 0px 0px;
  overflow: hidden;
  display: inline-block;
}
#product-description {
  display: block;
}
#product-description #product-description-left {
  float: left;
  padding: 0px 10px 0px 0px;
  width: 438px;
  w\idth: 428px;
}

#product-description #product-description-left table {
  background: #BFBFBF;
  border: 0;
  margin: 0;
  padding: 0;
}
#product-description #product-description-left table th {
  background: #A7A7A7;
  color: #fff;
  border: 0;
  margin: 0;
  padding: 5px 10px 5px 10px;
}
#product-description #product-description-left table td {
  border: 0;
  margin: 0;
  padding: 10px;
}
#product-description #product-description-right {
  float: right;
  width: 144px;
}
#product-description #product-description-right #finish {
  background: url(/images/model-finish-top-bg.gif) top no-repeat;
  padding: 5px 5px 0px 5px;
}
#product-description #product-description-right #finish-bottom {
  background: url(/images/model-finish-bot-bg.gif) bottom no-repeat;
  font-size: 0;
  margin: 0px 0px 5px 0px;
  height: 5px;
}


#central-panel #product-description #swatches {
  font-weight: bold;
  background: #FFF url(/images/model-swatches-top-bg.gif) top no-repeat;
  padding: 5px 5px 0px 5px;
  overflow: hidden;
  display: inline-block;
}
#central-panel #product-description #swatches {
  display: block;
}
#central-panel #product-description #swatches #swatches-list {
  float: left;
  margin: 8px 0 8px 0;
  padding: 0;
  width: 420px;
  font-size: 0.8em;
}
#central-panel #product-description #swatches #swatches-list .color {
  float: left;
  width: 90px;
  text-align: center;
}



#other-items h2 {
  color: #991831;
  font-size: 1.2em;
}

/* Related Items */
div.price {
  color: #000;
}
table {
  width: 99%;
  /*
  border-top: 1px #000 dashed;
  border-right: 1px #000 dashed;
  */
  margin: 0;
  padding: 0;
}
td {
  width: 25%;
  text-align: center;
  color: #686868;
  font-size: 0.9em;
  font-weight: bold;
  color: #000;
  vertical-align: bottom;
}
td a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
td a img {
  margin: 8px 0 6px 0;
  padding: 0;
}
td span.our-price {
  color: #9A1832;
  font-weight: bold;
}
td.image {
  text-align: center;
  /*border-left: 1px #000 dashed;*/
  padding: 10px 0px 10px 0px;
  vertical-align: bottom;
}
td.view {
  /*border-left: 1px #000 dashed;*/
  padding: 0px 0px 0px 0px;
}
td.model-description {
  /*
  border-bottom: 1px #000 dashed;
  border-left: 1px #000 dashed;
  */
  padding: 5px 0px 5px 0px;
  vertical-align: bottom;
}
td div.model-container {
  padding: 0px 10px 0px 17px;
}
td img {
  display: inline;
  border: 0;
}

/* product models table */
table.product-models {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #000;
}
table.product-models th {
  margin: 0;
  padding: 4px;
  border: 1px solid #000;
}
table.product-models td {
  margin: 0;
  padding: 2px;
  vertical-align: middle;
  border: 1px solid #000;
}
/* end product models table */