@charset "utf-8";
#content {
	background: url(../images/content-middle-full.gif) 0 0 repeat-y;
}
#content #full {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
#content #full .one {
	width: 280px;
	float: left;
	padding-right: 8px;
	border-right: 1px dotted #b31517;
}
#content #full .two {
	width: 280px;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px dotted #b31517;
}
#content #full .three {
	width: 280px;
	float: left;
	padding-left: 8px;
}
#content #full img {
	border: 1px solid #000;
}
#content #full .title {
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}
#content #full .colour {
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
}
#content #full .colour a {
	width: 24px;
	height: 24px;
	border: 1px solid #000;
	display: block;
	margin: 0;
	padding: 0;
}
#content #full .colour a:hover {
	border-color: #fff;
	cursor: pointer;
}
#content #full .name {
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
}
#content #full .desc {
	font-size: 10px;
	text-align: center;
}

#content .horzhr {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	border-top: 2px solid #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}
