/* CSS Document */
#search {
	width: 940px;
	height: 29px;
	overflow:hidden;
	line-height:29px;
	padding-left:10px;
	background: #f8eaf5;
	float:left;
}

#search form {
	display: inline;
	height: 29px;
}
#search .search-keyword {
	width:130px;
	height:18px;
	padding:1px 3px;
	line-height:18px;
	background:#f8eaf5;
	border:1px solid #653c76;
}
#search .search-submit {
	width:44px;
	height:23px;
	border:none;
	margin-left:3px;
	background:url(../images/search_submit.gif);
	text-indent:-9999px;
	cursor:pointer;
}
#search span{
	display:block;
	margin-right:15px;
	font-weight:bold;
	color:#901292;
	float:right;
}
#search a{
	margin:0 3px;
	color:#6f3d88;
	text-decoration:none;
}
#search a:hover{
	text-decoration:underline;
}
#consult_msg img{
	width:950px;
}
#colw{
	width:948px;
	height:258px;
	border:1px solid #c4c4c4;
	background:url(../images/f.gif) repeat-x top;
	margin-top:4px;
	float:left;
}
.collection {
	display: block;
	width: 300px;
	height: 260px;
	float: left;
	margin: 0px 6px 0px 6px;
	overflow: hidden;
}
.collection .coltitle {
	width: 286px;
	height: 25px;
	font-size:14px;
	color: #824493;
	font-weight: bold;
	line-height: 25px;
	margin-top:4px;
	padding-left:20px;
	background:url(../images/typenamepre.gif) no-repeat 5px center;
	float:left;
}

.collection .colpic {
	display: block;
	float: left;
	width: 300px;
	height: 89px;
	margin-top:5px;
}

.collection .colcap {
	width: 300px;
	height: 150px;
	float: left;
	display:block;
	margin-right:5px;
	margin-top: 2px;
	overflow:hidden;
}
.collection .colcap li {
	line-height:25px;
	border-bottom:1px dotted #c4c4c4;
}
.collection .colcap li span{
	float:right;
	margin-right:5px;
}
.collection .colcap li a:hover {
    color:#824493;
	text-decoration:underline;
}
