
/*
.comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}
*/

/* -------------------- */

ul.books {
	background:#C0C0C0;
	line-height: 140%;
	vertical-align: top;
	text-align:left;
	font-size:xx-small;
	font-weight:normal;
/*	list-style: disc url(/images/tabs/book_icon.gif) outside; */
	list-style: none outside; 
	margin: 0;
	margin-top: 0;
	margin-left: 15px;
	padding: 0;
}

.odd_friend_style {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #C0C0C0;


}
.even_friend_style {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background: #FFF
}

div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(/images/tabs/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}