/*collection view*/

.collectionItem {
	font-size: 3px;
	cursor: pointer;
}
.collectionListHeaderContainer {
	position: relative;
	background: url(../images/collection-container_tm.jpg) repeat-x;
	height: 11px;
}
.collectionListHeaderLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 11px;
	background: url(../images/collection-container_tl.jpg) no-repeat;
}
.collectionListHeaderRight{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 11px;
	background: url(../images/collection-container_tr.jpg) no-repeat;
}
.collectionListMidLeft {
	background: #eae8e9 url(../images/collection-container_ml.jpg) repeat-y left;
}
.collectionListMidRight {
	background: url(../images/collection-container_mr.jpg) repeat-y right;
	padding: 0px 15px 0px 15px;
}
.collectionDataContainer {
	font-size: 14px;
}
.collectionDataContainer table{
	float: left;
	background: url(../images/thumbImage.jpg) no-repeat;
	width: 100px;
	height: 100px;
	margin: 0px;
}
.collectionDataContainer p {
	margin: 0px 0px 0px 110px;
}
.collectionInfo1 {
	font-weight: bold;
}
.collectionInfo2 {
	font-size: 12px;
	height: 70px;
}
.collectionInfo3 {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.clearBoth {
	clear: both;
}
.collectionListFooterContainer {
	position: relative;
	background: url(../images/collection-container_bm.jpg) repeat-x;
	height: 8px;
}
.collectionListFooterLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 8px;
	height: 8px;
	background: url(../images/collection-container_bl.jpg) no-repeat;
}
.collectionListFooterRight{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 8px;
	background: url(../images/collection-container_br.jpg) no-repeat;
}

/*detail view*/

#detailContainer {
	width: 557px;
	font-size: 3px;
}
#detailHeader {
	background: url(../images/DetailHeaderHead.jpg) no-repeat;
	height: 13px;
}
#detailMid {
	background: url(../images/DetailHeaderMid.jpg) repeat-y;
	font-size: 14px;
	text-align: center;
}
#detailMid table {
	width: 541px;
	margin: 0px auto;
}
#detailMid p {
	margin: 0px 0px 0px 10px;
}
.detailInfo1 {
	font-weight: bold;
	text-align: left;
}
.detailInfo2 {
	text-align: left;
	font-size: 12px;
}
.detailInfo3 {
	text-align: right;
	font-size: 12px;
	font-style: italic;
}
#detailFoot {
	background: url(../images/DetailHeaderFoot.jpg) no-repeat;
	height: 14px;
}

.detailMainImg {
	background: url(../images/loading.jpg) no-repeat;
	height: 360px;
}

.thumbTable {
	display: inline;
	cursor: pointer;
}
.detailThumbTop {
	width: 112px;
	height: 10px;
}
.detailThumbMid {
	width: 112px;
	background: url(../images/detail_thumb_mid.jpg) repeat-y;
}
.detailThumbInfo1 {
	height: 25px;
	width: 90px;
	font-size: 10px;
	overflow: hidden;
}
.detailThumbImg {
	width: 112px;
	height: 90px;
	background: url(../images/detail_thumb_mid.jpg) repeat-y;
}
.detailThumbBottom {
	width: 112px;
	height: 9px;
}