@charset "utf-8";

/******************** photo ********************/
table.list, table.personal {
	color: #000;
	font: 100%/1.4 "arial";
	margin: auto;
	border: 0;
}
table.list td {
	padding: 0 5px 10px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	background:   url("../../images/deco-blue.gif") no-repeat top center;
}
table.list td span {
	font-weight: normal;
}
table.list img {
	margin: 19px 0 2px;
	border: 1px	solid #a6f;
}
table.list img.icon {
	margin: 0;
	border: none;
}
.red {
	color: #f00;
}
/******************** personal ********************/
table.personal {
	width: 770px;
	margin: 5px auto 0;
}
* html table.personal {
	width: 770px;
	margin-top: 35px;
}
*:first-child+html table.personal {
	width: 770px;
	margin-top: 35px;
}
table.personal td.left {
	vertical-align: top;
	width: 350px;
	text-align: center;
}
table.personal td.left img {
	border: 1px solid #09f;
}
table.personal td.left img#picture {
	margin-bottom: 5px;
}
td.comment, td.value, td.item, td.item2, td.bold {
	padding: 10px 5px;
	text-align: left;
	border-bottom: 1px solid #bef;
}
td.item {
	width: 80px;
}
td.item2 {
	width: 60px;
}
td.value {
	width: 60px;
}
table.personal td.item, table.personal td.item2 {
	background:  url("../../images/stripe-blue.gif") repeat;
}
table.personal td.bold {
	font-weight: bold;
	text-align: center;
	padding: 2px 0 5px;
	background: url("../../images/deco3-blue.gif") center top no-repeat;
}
table.personal td.spacer {
	height: 20px;
	width: 355px;
}
table.personal td.number {
	background: url("../../images/stripe-blue.gif") repeat;
	text-align: center;
}
table.personal td.number img {
	margin: 5px;
}
p.object {
	margin: 5px 0 15px;
}
* html p.object {
	padding-top: 5px;
}
*:first-child+html p.object {
	padding-top: 5px;
}
div.thumbs {
	margin: 0 20px;
}
div.thumbs a {
	margin-bottom: -4px;
}
div.thumbs img {
	width: 45px;
	height: 60px;
}
/******************** gallery ********************/
table.gallery {
	width: 770px;
	margin: 5px auto 10px;
}
*html table.gallery {
	width: 770px;
	margin: 35px auto 10px;
}
*:first-child+html table.gallery {
	width: 770px;
	margin: 35px auto 10px;
}
/******************** gallery highslide ********************/
div#highslide-container3 img {
	margin: 0px;
}
div#highslide-container3 .highslide img {
	border: 1px solid #09f;
	width: 90px;
	height: 120px;
}
div#highslide-container3 .highslide:hover img {
	border: 1px solid #f09;
}


.typeicon {
	margin-left: 3px;
}
.typeicon img {
	margin-right: 1px;
}



