@charset "UTF-8";

/* image list */

.image-list {
	width: 100%;
	height: 235px;
}

.image-list .image-col {
	width: 20%;
}

.image-list .image-col-half {
	width: 10%;
}

.image-list.top .image-border.extern {
	border-top-style: solid;
}

.image-list.bottom .image-border.extern {
	border-bottom-style: solid;
}

.image-list .image {
	height: 165px;
	text-align: center;
	vertical-align: middle;
}

.image-list .image.first {
	background-image: url(images/image-list-first.gif);
	background-position: right center;
}

.image-list .image.between {
	background-image: url(images/image-list-between.gif);
	background-position: right center;
}

.image-list .image.last {
	background-image: url(images/image-list-last.gif);
	background-position: left center;
}

.image-list .image-border {
	height: 10px;
	background-image: url(images/image-list-vertical-right.gif);
	background-position: right center;
}

.image-list .image-border.last {
	background-image: url(images/image-list-vertical-left.gif);
	background-position: left center;
}

.image-list .details {
	height: 50px;
	text-align: center;
	background-image: url(images/vertical-line.gif);
}

/*.image-list .details.first {
	border-left-style: solid;
}

.image-list .details.last {
	border-right-style: solid;
}*/

.image-list.top .details {
	vertical-align: top;
	border-top-style: solid;
	background-position: right top;
}

.image-list.bottom .details {
	vertical-align: bottom;
	border-bottom-style: solid;
	background-position: right bottom;
}

.image-list .details.last {
	background-image: none;
}

/* text list */

.text-list {
	width: 100%;
}

.text-list tr {
	height: 18px;
}

.text-list td {
	padding: 0px 6px;
}

.text-list .title {
	font-weight: bold;
	vertical-align: bottom;
	padding-bottom: 2px;
	border-bottom-style: solid;
	background-image: url(images/vertical-line.gif);
	background-position: left bottom;
}

.text-list .value.first-row {
	background-image: url(images/vertical-line.gif);
	background-position: left top;
}

.text-list .value.last-row {
	border-bottom-style: solid;
	background-image: url(images/vertical-line.gif);
	background-position: left bottom;
}

.text-list .title.first, .text-list .value.first-row.first, .text-list .value.last-row.first {
	background-image: none;
}
