@charset "utf-8";

.wcp-photo-col {
	padding: 0px;
}

.wcp-photo-box {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 4px;
}

.wcp-photo-imgbox {
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.wcp-photo-contentbox {
	padding: 16px;
	padding-top: 11px;
	padding-bottom: 13px;
}

.wcp-photo-titlebox {
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wcp-photo-icon {
	color: #666666;
}

.wcp-photo-info {
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.wcp-photo-info a {
	color: #999999;
}

.wcp-photo-info a:HOVER {
	color: #ba2636;
}

.wcp-photo-tags {
	height: 24px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
}

.wcp-photo-tags .tagsearch {
	cursor: pointer;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	margin-bottom: 30px;
	font-size: 10px;
	background-color: #aaa;
	font-size: 10px;
	margin-bottom: 30px;
}