table.list {
	width: 100%;
}

table.list td {
	padding: 2px 3px;
}

table.list tr.odd td {
	background-color: #eee;
}

table.list tr:hover td {
	background-color: #fee;
}

#g table.list td a {
	text-decoration: none;
}

table.list tr.s td {
	height: 1px;
	padding: 0;
	background: #ddd url(bg-s.gif) left repeat;
}

table.list th {
	padding: 3px 5px;
	color: #fff;
	background-color: #666;
}

table.list a.photo {
	padding: 0 5px 0 6px;
	background: url(bg-i.gif) 1px -71px no-repeat;
}







div#list div {
	padding: 2px 3px;
}

div#list div.odd {
	background-color: #eee;
}

div#list div p {
	margin: 0;
}

div#list div h3 {
	margin: 0;
	font-size: 13px;
	color: #333;
}

div#list div h3 a {
	text-decoration: none;
}

div#list div h3 a:hover {
	color: #333;
	text-decoration: underline;
}

div#list div h3 a.p {
	padding-left: 15px;
	background: url(bg-i.gif) left -70px no-repeat;
}

div#list div div.r {
	position: relative;
	padding: 0;
	height: 14px;
}

div#list div div.r p.p {
	position: absolute;
	left: 0;
}

div#list div div.r p.r {
	position: absolute;
	right: 0;	
}

div#list div div.r p.r a {
	padding-left: 12px;
	text-decoration: none;
	background: url(bg-i.gif) left -56px no-repeat;	
}

div#list div div.r p.r a:hover {
	color: #333;
	text-decoration: underline;
}

div#list div span.p {
	padding-left: 15px;
	background: url(bg-p.gif) left 2px no-repeat;	
}
