#list_content {
	float: left;
	width: 664px;
	padding: 0px;
	padding-top: 15px;
}

#list_row {
	background-color: transparent;
/*	background-image: url(../images/bg_menu_title.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	border-bottom-color: #758b0f;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	float: left;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

#list_picture {
	float: left;
	padding: 0px;
	width: 100px;
	height: auto;
}
#list_data {
	float: left;
	padding-left: 5px;
	width: 559px;
	height: auto;
}

div.title {
	float: left;
	vertical-align: top;
	width: inherit;
	font-weight: bold;
}
div.left {
	clear: left;
	float: left;
	vertical-align: top;
}
div.right {
	clear: right;
	float: right;
	vertical-align: top;
}
div.text {
	clear: left;
	float: left;
	vertical-align: top;
	padding-top: 5px;
	width: inherit;
}

td.row_0 {
	background-color: #f5f5f5;
	background-image: url(../images/listing_bullet_0.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
}

td.row_1 {
	background-color: #eaeaea;
	background-image: url(../images/listing_bullet_1.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 5px;
}

td.nav {
	font-size: 12px;
	padding: 5px;
}

a.nav {
	font-size: 11px;
}

