@charset "utf-8";


div#content h1 {
	border-top: 3px solid #080;
	height: 60px;
	background: url(../img/commons/header/search.gif) left 10px no-repeat;
	text-indent: -9999px;
	}

div#content div.paginate {
	text-align: center;
	}



/* @group div#empty */

div#empty {
	}

div#empty h2 {
	font-weight: bold;
	font-size: 108%;
	}

div#empty ul {
	}

div#empty li {
	margin-left: 2em;
	list-style: disc;
	}

/* @end */

/* @group div.result */

div.result {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	}

div.result div.image {
	margin: 0 0 15px 5px;
	padding: 3px;
	border: 1px solid #ccc;
	float: right;
	width: 100px;
	text-align: center;
	}

div.result div.image img {
	vertical-align: bottom;
	}

div.result h2 {
	}

div.result p {
	}

div.result p.name {
	font-weight: bold;
	}

div.result p.modified {
	font-size: 85%;
	}

/* @end */

div#content table.address {
	width: 711px;
	}

div#content table.address th {
	text-align: center;
	}

div#content table.address th,
div#content table.address td {
	width: 33%;
	border-right: 1px solid #ccc;
	}



