/*
Name: Minha Lista de Desejos
URI: http://blog.plic-plac.com/
Author: Mari Assmann
Author URI: http://blog.plic-plac.com/
Description: CSS para funcionamento do Plugin Minha Lista de Desejos
*/

/* * * * * C O R  A L T E R N A D A  N A  L I S T A   -  P A G E* * * * */


.alternate-ld {
	background: #ebebeb;}
	
	
/* * * * * L I S T A  D E  D E S E J O S  -  S I D E B A R * * * * */


/* Altura da lista na Sidebar */
div#listadesejo {
color:#fff;
	height: 153px;
	overflow: auto;
}

div#listadesejo ul {
color:#fffffff;
	margin: 0;
	cursor:default
	padding: 0;
	list-style: none;}
  
div#listadesejo li {
color:#fffffff;
	margin: 0;
	padding: 3px 0 3px 3px;}

div#listadesejo ul li {
color:#fffffff;
	display : block;
	font-size: 10px;
	font-family: Lucida Sans Unicode, Tahoma;
	border-bottom : 1px dotted #888888;
	background-repeat : no-repeat;
	text-indent : 1px;
	text-align:left; 
	align: center;
	vertical-align : middle;
	margin-bottom : 1px;
	background : url('http://vanessaluiza.com/_utilidades/th_hearticon.gif') no-repeat left;
	padding-left : 11px;
}

div#listadesejo ul li:hover {
color:#fffffff;
	cursor:default
	display : block;
	text-decoration : none;
	text-align:left; 
	align: left;
	text-indent : 1px;
	vertical-align : middle;
	border-bottom : 1px dotted #888888;
	background : #000000 url('http://i11.photobucket.com/albums/a168/evelynregly/minigifs/th_hearticon.gif') no-repeat left;
	padding-left : 12px;}

