/*
-----------------------------------------------
Lesbian Lips Styles: Comentarios (hreview microformat)
Used: Comentarios de todas las secciones
Author:   Paula Portilla
Based: http://www.simplebits.com/notebook/2006/06/10/wineformats.html
Version:  Octubre 2007
----------------------------------------------- */
.hreview, #post-comentarios {
  	margin: 5px;
  	padding: 5px;
	clear: both;
}
.hreview.par {	background-color: #F5F5F5;}
.hreview.impar {
	background-color: #f1f1f1;
}
.hreview .borrar {
	clear: left;
	margin: 0;
	padding: 2px 0 3px 20px;
	text-align: left;
	background: url(/layout/img/page_delete.png) no-repeat 0 6px;
}
.hreview object.include {
  	width: 0;
  	height: 0;
}
.hreview .item {/*Item comentado*/
	font: normal bold 1em Georgia,"Times New Roman", Times, serif;
	color: #DC0048;
	margin: 0 0 10px 0;
	width: 100%;
	clear: both;
}
.hreview .item a:link,.hreview .item a:visited{	color: #252b30;}
.hreview .item a:hover{	color: #DC0048;}

.hreview .reviewer .photo {
  	float: left;
  	margin: 3px;
  	padding: 3px;
  	border: 1px solid #CCC;
	background: #FFF;
}
.hreview .reviewer .franja {
	float: left;
	background: url(/layout/img/bg-diagonal-gris_MC.png) repeat;
	margin: 15px 0;
	padding: 5px;
}
#H-comentarios .hreview .reviewer .franja {	xwidth: 440px;}
.hreview .reviewer .franja a{/*User comentador*/
	color: #DC0048;
}
.hreview .reviewer .franja .dtreviewed{/*Fecha comentario*/

}
.hreview .description {
	margin: 10px;
	padding: 0;
	text-align: justify;
}

