/* SEARCH RESULTS */

.pagination {
  margin-top: 7px;
}

.pagination li {
  float: left;
  width: 112px;
  text-align: center;
}

#advancedSearch .formRow {
  height: 25px;
}

#advancedSearch label {
  width: 135px;
  display: block;
  float: left;
}

.searchResult {
  height: 88px;
  background: url(/images/feature_box_background.gif) no-repeat;
  padding: 10px;
  margin-top: 5px;
}

.searchResult .description {
  display: none;
}

.searchResult .price {
  color: #7a1600;
}

.searchResult a {
  float: left;
  margin-right: 5px;
}

.searchResult form {
  float: left;
  margin-right: 5px;
}

.searchResult h2 a {
  color: #7a1600;
  float: none;
}

.exc_vat {
  font-size: 80%;
  padding-left: 5px;
  color: #738179;
}

.product_thumb {
  height: 50px;
  width: 50px;
  margin: 15px 18px 0 10px;
  float: left;
}

/* END SEARCH RESULTS */


/* INDEX */
#welcome {
  padding: 10px 5px;
  margin: 15px 0 20px 0;
}

#welcome h1 {
  margin-bottom: 10px;
}

/* END INDEX */

/* FEATURE */


.featureProduct {
  height: 88px;
  background: url(/images/feature_box_background.gif) no-repeat;
  padding: 10px;
  margin-top: 5px;
}

.featureProduct .description {
  margin-left: 110px;
  height: 16px;
}

.featureProduct .price {
  color: #7a1600;
}

.featureProduct a {
  float: left;
  margin-right: 5px;
}

.featureProduct form {
  float: left;
  margin-right: 5px;
}

.featureProduct h2 a {
  color: #7a1600;
  float: none;
}

.product_feature {
  height: 78px;
  width: 78px;
  margin: 3px 18px 0 10px;
  float: left;
}

/* END FEATURE */

/* EDIT PRODUCT */

#product_details .formRow label {
  font-weight: bold;
  width: 150px;
  display: block;
  float: left;
}

#product_details textarea {
  width: 500px;
  height: 150px;
}

#track_list tr {
  cursor: move;
}

#drag {
  width: 35px;
}

#title {
  width: 200px;
}

#duration {
  width: 80px;
}
.drag {
  background: url(/images/drag.gif) center left no-repeat;
}

#tracks ul form {
  display: inline;
}

#media_files .image {
  width: 100%;
  height: 60px;
  margin: 3px 0;
}

#media_files .image img {
  float: left;
  margin-right: 10px;
}

#media_files .image h3 {
  margin-bottom: 3px;
}

#media_files .image form {
  float: left;
  clear: none;
}

#media_files form {
  clear: both;
}

/* END EDIT PRODUCT */

/* SHOW PRODUCT */

.productDetails {
  font-family: verdana;
}

.productDetails h2 {
  margin-top: 20px;
}

.productDetails .productImage {
  float: left;
  margin: 0 12px 10px 0;
}

.productDetails .productImage img {
  height: 151px;
  width: 151px;
  border: none;
}

.productDetails h2 {
  margin-bottom: 5px;
}

#prodGroups {
  height: 120px;
}

#prodGroups table th {
  font-weight: bold;
  padding: 2px 10px 0 0;
  font-size: 11px;
  color: #9e0e11;
}

#prodGroups a {
  color: #738179;
  font-size: 10px;
  margin-right: 5px;
}

#prodAddToCart {
  margin: 15px 0 11px 0;
}

#prodDescription {
  margin-bottom: 10px;
}

#prodDescription p {
  line-height: 125%;
  text-align: justify;
}

#prodTracks ol {
  list-style-type: decimal;
}

#prodTracks ol li {
  width: 250px;
  padding: 3px 5px;
  margin-left: 30px;
  color: #666;
  font-size: 11px;
}

#relatedProducts .relatedProd {
  height: 120px;
  width: 128px;
  float: left;
  margin-right: 10px;
}

.relatedProd img {
  margin: 2px 25px;
}

.relatedProd p {
  text-align: center;
}

/* END SHOW PRODUCT */