.collapse,
.review_description {
margin-left: 10px;
margin-bottom: 10px;
}

.collapse p,
.review_description p {
padding:0;
}

#description-customerreview h4{
margin-bottom:5px;
font-size: 14px;
}

/* --- Links  --- */
.expand a,
.review_header a {
  display:block;
  padding:2px 10px;
}

.expand a:link, 
.expand a:visited {

  background-image:url(../images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}

.expand a:hover, 
.expand a:active, 
.expand a:focus {
  text-decoration:none;
}

.expand a.open:link, 
.expand a.open:visited {

  background:#ffffff url(../images/arrow-up.gif) no-repeat 98% 50%
}

.review_header {
  padding:2px 10px;
  background:#ffffff;
}

