/* styling for amazon listings */
.rating_bar {
  width: 55px;
  background: url(/sfAmazonProductPlugin/images/star_x_grey.gif) 0 0 repeat-x;
}

.rating_bar div {
  height: 12px;
  background: url(/sfAmazonProductPlugin/images/star_x_orange.gif) 0 0 repeat-x;
}

.amazon-item {
  border: 1px solid #D7CAB5;
  margin: 5px 0 5px 0;  
  padding: 4px;
  background-color: #FFFFFF;
}

.amazon-item .item-title {
  border-bottom: 1px solid #eeeeee;
}

.amazon-item .item-title h3 {
  font-size: 16px;
  margin: 0 0 4px 0;
}

.amazon-body {
  overflow: hidden;
}

.amazon-product-image {
  float: left;
  width: 80px;
  margin: 3px;
}

span.formatted-price {
}

.amazon-description {
  margin-left: 84px;
  color: #333;
}

.amazon-description p {
  font-size: 12px;
}

.amazon-item-search {
  background-color: #F0EBE3;
  padding: 3px;
}

/* end of */

/* product detailed view */

table#amazon-product-detail {
}

table#amazon-product-detail #lowest-price {
  font-size: 18px;
}

ul.amazon-features {
  margin-left: 20px;
}

ul.amazon-features li {
  list-style: square;
}


.amazon-review {
  border-bottom: 1px solid #ececec;
  margin-bottom: 5px;
  padding: 2px;
  color: #333;
}

.amazon-review .subject {
  font-weight: bold;
}

.amazon-review .author {
  margin: 2px;
  font-style: italic;
}

.amazon-review .date {
  margin: 2px;
  font-style: italic;
}

.amazon-review .review-content {
  padding: 2px;
}

/* end of */


/* infobox styling */
.amazon-item-infobox {
  border: 3px solid #D7CAB5;
  margin: 5px 0 5px 0;  
  padding: 4px;
  background-color: #FFFFFF;
}

.amazon-item-infobox .item-title {
  border-bottom: 1px solid #eeeeee;
}

.amazon-item-infobox .item-title h3 {
  font-size: 14px;
  margin: 0 0 4px 0;
  color: #054359;
}

.amazon-item-infobox .item-title h3 a {
  color: #054359;
}
/* endof */

