/* favorite */
div.favorite table {
	width: 100%;
}

div.favorite td {
	vertical-align: middle;
	border: 1px solid #CCC;
	padding: 10px;
}

div.favorite td.chk {
	text-align:center;
	width: 30px;
}

div.favorite td.image {
	width: 100px;
	text-align:center;
}

div.favorite td span.name {
	text-decoration: underline;
	cursor: pointer;
}

div.favorite p.strong {
	margin:0;
}

/* /favorite */

