/* CSS Document */

#largePropImg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 268px;
	overflow: hidden;
	z-index: 3;
}

.thumbPropImg {
	width: 100px;
	height: 75px;
	margin: 2px;
	border: 1px solid #333333;
	cursor: pointer;
}

.thumbPropImgOver {
	width: 100px;
	height: 75px;
	margin: 2px;
	border: 1px solid #990000;
	cursor: pointer;
}

#propImgThumbList {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 175px;
	height: 268px;
	overflow: auto;
	z-index: 2;
}

.propImgContainer {
	position: relative;
	width: 575px;
	height: 270px;
	margin: 3px;
	border: 1px solid #666666;
}

.detailBox {
	width: 575px;
	position: relative;
	margin: 3px;
	border: 1px solid #666666;
}

.detailBoxTitle {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	text-indent: 3px;
	padding-top: 3px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999999;
}

.detailItem {
	border-top: 1px solid #CCCCCC;
	height: 30px;
	text-indent: 5px;
}

.paragraph {
	margin: 5px;
}
