﻿@charset "utf-8";
body {
	border-top-color: #0a0000;
}
.CategoryTitle {
	border-color: #0a0000;
	background-image:  url("../images/HeaderCommon/HeaderLineBackDB.png");
}
.CategoryTitle h2 {
	background-image: url('../collection/images/CatTitle.png');
}
.MainBodyContainer {
	width: 920px;
}
.CollectionListContainer {
	padding-left: 10px;
}
.CollectionListContainer dl {
	padding: 7px;
	margin: 0px 10px 10px 0px;
	width: 156px;
	display: block;
	border: 1px solid #DBDBDB;
	float: left;
}
.CollectionListContainer dt,dd {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}
.CollectionListContainer dt {
	border: 1px solid #DBDBDB;
}
.CollectionPhoto a {
	background-repeat: no-repeat;
	background-position: center center;
	width: 154px;
	height: 154px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.CollectionName {
	padding: 0px;
	margin: 0px;
	width: 156px;
	height: 100px;
}
.CollectionName h4 {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-weight: normal;
	font-size: 90%;
	line-height: 130%;
	width: 156px;
}
.CollectionName p {
	padding: 0px;
	margin: 0px;
	color: #808080;
	line-height: 130%;
}
.CollectionListB {
	display: block;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 156px;
}
.CollectionGoDetails {
	background-image: url('images/CollectionListDetailsB.png');
	background-repeat: no-repeat;
	width: 41px;
	height: 7px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	margin-top: 5px;
}
*html .CollectionGoDetails {
	behavior: expression(IEPNGFIX.fix(this));
}

.CllectioinPhotoEnlarges {
	background-image: url('images/CollectionListPhotoEnlargesB.png');
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
*html .CllectioinPhotoEnlarges {
	behavior: expression(IEPNGFIX.fix(this));
}

.CollectionName h4 a {
	color: #44322F;
}
