div .productlist
{
  /*background-color:white;*/
  margin-top:10px;
  margin-bottom:5px;
 height:180px;
 clear:both;
}

div .productlist h1
{
  padding: 5px;
  font-size:14px;
  margin-bottom:10px;
  color: #B59D7A;
  border-bottom: 1px solid #B59D7A;
}

div .productlist h2
{
	font-size:14px;
    font-family: Trebuchet MS;
}
div .productlist h2 a
{
text-decoration:none;
color:#000000;
}

div .productlist h2 a:hover
{
text-decoration:underline;
}

div .productlist h4
{
	font-size:12px;
    font-family: Trebuchet MS;
}

div .productlist IMG{
border:none;
width:100px;
}
div .productlist .image_block{
float:left;
margin-right:5px;
width:120px;
height:150px;

}
div .productlist .txt_block{
	  font-family: Trebuchet MS;
	  font-size: 12px;
	  margin-left:125px;

}
div .productlist .visite
{
margin-top:5px;
}

div .productlist .interested_mark
{
  font-size: 2em; 
  font-weight: bold; 
  width: 30px; 
  height: 30px; 
  background-color: #FFE56F; 
  border: 1px solid #ddd; 
  text-align: center;
  margin-left:10px;
}

div .productlist .resume
{
  margin-top:6px;
}

div .productlist hr
{
  background-color:white;
  border:none;
  border-top:solid 1px #B59D7A;
  clear:both;
  margin-bottom:10px;
}

