﻿/*用户产品CSS*/
.ucp-show {
	border:solid 1px #eee;
	margin-bottom:5px;
	font:14px/30px airal sans-serif;
	overflow:hidden;
	padding:10px 15px;
	border-radius:10px;
}

.ucp-show div.top {
	margin-bottom:10px;
}

.ucp-show div.top div.photo {
	margin-right:20px;
	float:left;
	overflow:hidden;
}
.ucp-show div.top div.photo img {
	width:300px;
	height:225px;
	border:0px;
}
.ucp-show div.top ul.property {
	overflow:hidden;
	font-size:13px;
	color:#999;
}
.ucp-show div.top ul.property span{
	color:#333;
}
.ucp-show div.top ul.property li {
	border-bottom:dashed 1px #eee;
}
.ucp-show div.top ul.property li.name {
	font:bold 20px/30px 宋体;
	border-bottom:0px;
}
.ucp-show div.top ul.property li.sname {
	font:13px/20px 宋体;
}
.ucp-show div.top ul.property li.sname span {
	color:#900;
}
.ucp-show dl.content {
	overflow:hidden;
	margin:0px;
}
.ucp-show dl.content dt {
	border-left:solid 3px #c00;
	background:#f9f9f9;
	padding:0px 15px;
	font:bold 12px/30px 宋体;
}
.ucp-show dl.content dd {
	margin:0px;
	padding:15px 0px;
}

.ucp-tools {
	background:#f9f9f9;
	text-align:right;
	font:12px/20px airal sans-serif;
	margin-bottom:5px;
	padding:0px 0px;
}
/*产品列表块*/
.ucp-box {
	margin-bottom:5px;
	background:#fff;
	padding:10px 16px;
	border:solid 1px #eee;
	border-radius:10px;
	overflow:hidden;
	
}
.ucp-box div {
	font:bold 14px/29px airal sans-serif;
	height:29px;
	border-bottom:dashed 1px #eee;
}
.ucp-box ul {
	float:left;
	width:172px;
	margin:10px 5px 0px 5px;
	overflow:hidden;
	height:181px;
	border:solid 1px #eee;
}
.ucp-box ul:hover {
	border-color:#69c;
}
.ucp-box ul li.title {
	text-align:left;
	padding:5px 5px;
	font:13px/20px airal sans-serif;
}
.ucp-box ul li img {
	width:172px;
	height:131px;
	border:0px;
	vertical-align:middle;
}